CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - Matrix

搜索资源列表

  1. matriks

    0下载:
  2. this a program of using matrix, with all kinds of basic operation that we might use with it.-this is a program of using matrix, with all kinds of basic operation that we might use with it.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:12735
    • 提供者:phyaphya
  1. 200810139184657676

    0下载:
  2. 将马随机放在国际象棋的8×8棋盘Board[0~7][0~7]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,…,64依次填入一个8×8的方阵,输出之 -The horses were placed in 8 × 8 chess board Board [0 ~ 7] [0 ~ 7] in a box, the horse in accordance with the rules for
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:233748
    • 提供者:lipeng
  1. Z-Tour

    0下载:
  2. Z tour takes us around a matrix recursive manner. Example: For N = 4 4 5 6 7 3 1 8 15 2 9 16 14 10 11 12 13 For N = 5 7 8 9 10 11 6 1 2 12 22 5 3 13 23 21 4 14 24 25 20 15 16 17 18 19-Z tour takes us around a matrix recursive
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:3163
    • 提供者:riascosc
  1. ZXing-1.5

    1下载:
  2. ZXing是一个Java类库用于解析多种格式的1D/2D条形码。目标是能够对QR编码、Data Matrix、UPC的1D条形码进行解码。 其提供了多种平台下的客户端包括:J2ME、J2SE和Android。 -ZXing is a Java class library for parsing multi-format 1D/2D barcode. Goal is to be able to QR codes, Data Matrix, UPC of 1D bar code decodin
  3. 所属分类:Java Develop

    • 发布日期:2017-06-22
    • 文件大小:43270837
    • 提供者:lyswy
  1. MyUploadfile

    0下载:
  2. 里面有五个程序,分别是计算两个日期天数的c++文件;计算矩阵乘法的C文件;一个卫生管理系统的c文件;一个简单图形java文件;一个java象棋文件-Inside there are five procedures, namely, the number of days the two dates calculated c++ file computing matrix multiplication of the C file a health management system, c fil
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:763469
    • 提供者:王磊
  1. Matrix111

    0下载:
  2. 一些JAVA的矩阵运算方法 包括矩阵相乘 求逆 转置 等 都写入一个类里面 可以直接调用-The matrix operations of some JAVA methods include matrix multiplication, are all set to write seeking reversal of a class which can directly call
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:2447
    • 提供者:liuting
  1. LinearAlgebraTool

    0下载:
  2. 可实现矩阵运算和变换功能的线性代数工具,使用Java语言开发,内含详细源码和开发文档-A tool of Linear Algebra which supplies matrix operations and transfomations.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:773141
    • 提供者:Ye Yue
  1. ColorMatrix

    0下载:
  2. as3的实现调色的类。可实as控制图像的饱和度,亮度,对比度,及色相值。 -as3 implementation of color classes. Can really control the image as the saturation, brightness, contrast, and hue values.
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-02
    • 文件大小:2212
    • 提供者:mythlong
  1. A_Matrix_C16629410242003

    0下载:
  2. This my attempt at a "The Matrix" look alike, i think its pretty good-This is my attempt at a "The Matrix" look alike, i think its pretty good
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:7454
    • 提供者:shafiqsabir
  1. Magic-square

    0下载:
  2. Java 程序 源码 显示出 幻方矩阵-Java source code shows magic square matrix
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:2389
    • 提供者:cauchyjjd
  1. MatrixMultiply

    0下载:
  2. 用JAVA 语言编写,实现两个非零矩阵的相乘功能-Using JAVA language, achieve two non-zero matrix multiply functions
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:539
    • 提供者:yuki
  1. ijab1.0_xmpp4gwt_beta_src

    0下载:
  2. 大名鼎鼎的IJAR,web形式的xmpp客户端,对比与matrix的sliverlight很有学习意义!-Famous IJAR, web forms xmpp client, compared with the matrix of sliverlight very meaning of learning!
  3. 所属分类:Ajax

    • 发布日期:2017-05-18
    • 文件大小:5052885
    • 提供者:李一
  1. maze

    0下载:
  2. 你的朋友Jefferson在一个二维迷宫(可以视为是有N*M个格子的方阵)中迷了路,他目前只知道他的起始坐标(startX, startY)和他需要抵达的目的地坐标(destX, destY)。然而迷宫中有许多格子是不能进入的,还有一些格子是收费的——要知道Jefferson手头的现金(cash)极其有限。所以现在你需要写一个程序来帮助他:给出一条步数最短的路径,让Jefferson能够用手头的现金抵达目的地。 1. 迷宫表示,迷宫用一个二维矩阵表示。当用户输入N,M后,计算机随机生成一个N
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:1763
    • 提供者:张强
  1. Admittance

    0下载:
  2. Code to assemble the admitance matrix in power flow calculations
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:4834
    • 提供者:Claudio Vergara
  1. Fibonacci

    0下载:
  2. 用四种方法实现Fibonacci数列,包括递归、迭代、矩阵方式和公式方式-Four methods used to achieve Fibonacci series, including the recursive, iterative, matrix methods and formulas way
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3912
    • 提供者:Sandy
  1. CalculateTheSummary

    0下载:
  2. 1. 编写一个程序打印数出有10个元素的浮点数组a1中最大值和最小值。 2.将有10个元素的数组a1 拷贝至含有15个元素的数组b1的一段位置。 3.将一个已存入数组中的值45,89,7,6,0,按0,6,7,89,45的次序打印出来。 4. 求一个3*3矩阵对角线元素之和。 5.设某个一维数组中有25个元素,编写一个顺序查找程序,从中查找值为80的元素在数组中的位置。 -1. Write a program that prints out a number of floa
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2192
    • 提供者:何彦青
  1. CalculateTheSummary

    0下载:
  2. 求一个3*3矩阵对角线元素之和。-Find a 3* 3 matrix and diagonal elements.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:537
    • 提供者:何彦青
  1. matrixCalculate

    0下载:
  2. 用幂法反幂法计算实际工程计算中的大规模矩阵特征值-Inverse power law with the power method to calculate the actual engineering calculation of large-scale matrix eigenvalue
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2896
    • 提供者:Reynold
  1. findvalueandsort

    0下载:
  2. 隨機在矩陣內產生字串,輸入欲選取的編號數,搜尋出並排列及顯示執行時間-Random string is generated in the matrix, enter the number of selected number of wish to search out and arrange and display the execution time
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:9596
    • 提供者:強叔
  1. readingamatrix

    0下载:
  2. example how to read a matrix and print it on the screen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2405
    • 提供者:diana
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
搜珍网 www.dssz.com