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

搜索资源列表

  1. matrix

    0下载:
  2. 实现了矩阵的转置,是典型的C++源码的示范。-Realization of the matrix transpose, is a typical demonstration of C++ source code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:224371
    • 提供者:chen
  1. matrix

    0下载:
  2. 矩阵计算的C++程序,其中的算法很有意思,值得新手研究,如果配合matlab的程序分析,就更有说服力了。-C++ matrix calculation procedures, which the algorithm is very interesting, worth novice research, when combined with the matlab program analysis, all the more persuasive.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:67132
    • 提供者:陈陈陈
  1. Adjacency-matrix

    0下载:
  2. 分别以邻接矩阵和邻接表的存储结构建立图。 分别对图进行深度优先遍历和广度优先遍历。 求图中边的数目。 求顶点0到图中其余每个顶点的最短路径-Respectively adjacency matrix and adjacency list storage structure created map. Respectively graph depth-first traversal and breadth-first traversal. In the figure, the numbe
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:2636
    • 提供者:yokko
  1. Matrix-ProgrammingBeta2.0

    0下载:
  2. 该编程为矩阵与数据分析课的编程作业程序,里面包括matlab的三次样条曲线程序,有Jacobi迭代法和Gauss-Seidel迭代法等-The programming and data analysis for the matrix class programming operations program, which includes the cubic spline curve matlab procedures, Jacobi and Gauss-Seidel iterative meth
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:557627
    • 提供者:fat
  1. Matrix

    0下载:
  2. 使用vc++ 6.o制作了一个矩阵模板类 可以使用不同的 数据类型 包含基本矩阵运算 main函数为测试程序-Use vc++ 6.o produced a matrix template class can use different data type contains the main function of the basic matrix operations for the test procedure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:13404
    • 提供者:gao
  1. Sparse-matrix-storage-and-restore-

    1下载:
  2. 稀疏矩阵的压缩存储与还原 稀疏矩阵的计算器-Sparse matrix storage and restore compressed sparse matrix calculator
  3. 所属分类:Other windows programs

    • 发布日期:2016-09-25
    • 文件大小:130048
    • 提供者:王晨
  1. Inverse-Matrix

    0下载:
  2. 通过C语言平台进行编程,以实现求矩阵的相加、相减、矩阵的数乘、矩阵的逆和转置的功能。-Inverse Matrix
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:1507
    • 提供者:郝李欣
  1. Any-screw-matrix

    0下载:
  2. 能打印如下的任意长度数字螺旋矩阵 长度为3: 1 8 7 2 9 6 3 4 5 长度为4: 1 12 11 10 2 13 16 9 3 14 15 8 4 5 6 7 长度为n -Any length can print the following figures spiral matrix length of 3: 1 8 7 2 9 6 3 4 5 length of 4: 1 12 11 10 2 13
  3. 所属分类:Printing program

    • 发布日期:2017-03-23
    • 文件大小:262042
    • 提供者:梁经国
  1. Spiral-matrix

    0下载:
  2. 自己写的一个螺形矩阵的小程序。输入整数N,输出一个N*N的螺形矩阵。-To write a spiral matrix applet. Enter an integer N, output an N* N matrix of the spiral.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:925
    • 提供者:赵奥飞
  1. matrix

    0下载:
  2. 矩阵(二) 编写C++程序完成以下功能: (1)假定矩阵大小为4×5(整型); (2)矩阵空间采用new动态申请,保存在指针中; (3)定义矩阵初始化函数,可以从cin中输入矩阵元素; (4)定义矩阵输出函数,将矩阵格式化输出到cout; (5)定义矩阵相加的函数,实现两个矩阵相加的功能,结果保存在另一个矩阵中; (6)定义矩阵相减的函数,实现两个矩阵相减的功能,结果保存在另一个矩阵中; (7)动态申请三个矩阵:A1、A2、A3; (8)初始化A1、A2;
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:熊炜伟
  1. Matrix-calculation

    0下载:
  2. 矩阵计算的c++代码,可以完成矩阵的各种计算,包括复数矩阵。十分好用-Matrix calculation of c++ code。It Can complete all kinds of calculation of the matrix, including plural matrix.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:15177
    • 提供者:吉祥
  1. cyclic-matrix

    0下载:
  2. 实现hash加密算法中循环矩阵的求解,能快速的产生所需的矩阵,从而加密文件。和傅里叶变换。-Hash encryption algorithm to achieve the solution circulating in the matrix, can quickly produce the desired matrix, and thus the encrypted file. And Fourier transforms.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1172
    • 提供者:zq
  1. matrix

    0下载:
  2. 求一个矩阵的逆,程序包括求矩阵的逆,以及随机生成一个矩阵,然后计算它的逆并进行验证-Seeking a matrix inverse, including procedures for the inverse matrix, as well as randomly generated a matrix, and then calculate and verify its inverse
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2293
    • 提供者:lufee
  1. matrix-multiple

    0下载:
  2. 编写程序,可以实现m*n矩阵和n*p矩阵相乘。m,n,p均小于10,矩阵元素为整数。-Program, can realize m matrix and n* n* p matrix multiplication. Are less than 10 m, n, p, matrix elements of the integer.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1202
    • 提供者:
  1. The-matrix-digital-rain

    0下载:
  2. 黑客帝国数字雨源代码,通过c语言模拟出黑客帝国电影中经典的数字雨效果-The matrix digital rain source code, the effect of matrix digital rain classic film through the C language simulation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:916309
    • 提供者:harry
  1. node-admittance-matrix

    0下载:
  2. 系统中所有的元件都已经形成π形标幺值等值电路,并已知节点数和支路数,本程序利用C语言形成节点导纳矩阵。-This procedure using C language to form a node admittance matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:43924
    • 提供者:刘军会
  1. Matrix

    2下载:
  2. 矩阵计算,加、减、乘,求逆,利用欧拉角实现坐标系转换-Matrix calculation
  3. 所属分类:其他小程序

    • 发布日期:2017-05-23
    • 文件大小:2180727
    • 提供者:xie
  1. Spiral-matrix

    0下载:
  2. 关于螺旋矩阵的实现代码,可以作为参考来使用-Realization of the code on the spiral matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:231126
    • 提供者:dahai
  1. matrix

    0下载:
  2. C++矩阵描述的实现,代码高效简洁,有详细的注释。-C++ matrix descr iption, code simple and efficient, with detailed notes.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:2131
    • 提供者:叶伟
  1. Sparse-matrix-compression

    0下载:
  2. 稀疏矩阵压缩存储的基本操作实现实验 要求:数据元素类型ElemType取float。 1)从键盘输入两个稀疏矩阵A、B的各元素。(行<=5,列<=5) 2)完成矩阵的加法运算,并输出。-Compressed storage of sparse matrix operations to achieve the basic experimental requirements: data element types ElemType take float. 1) from th
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1469
    • 提供者:selena
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com