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

搜索资源列表

  1. Matrix

    0下载:
  2. 操作矩阵的类 CMatrix 的实现文件-Operation matrix class implementation file CMatrix
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:13295
    • 提供者:郭风
  1. spin-matrix

    0下载:
  2. 能将矩阵的排列进行环绕,是对矩阵编程的一个创新。-It can the arrangement of the matrix to surround, is to the matrix of programming a innovation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:153903
    • 提供者:li_heng
  1. tranform-matrix

    0下载:
  2. 介绍传递矩阵法原理的文献资料,用于编写传递矩阵的理论指导资料-Introduce the transfer matrix method principle of the literature
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1667683
    • 提供者:马天
  1. simple-matrix

    0下载:
  2. Simple matrix application
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1760
    • 提供者:A
  1. matrix-multiply

    0下载:
  2. n个矩阵相乘,用动态规划的算法使得矩阵相乘所用的步骤最少,即选择合适的矩阵结合方式进行- the matrix multiply with the least steps
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:163544
    • 提供者:sennia
  1. Three-diagonal-matrix

    0下载:
  2. 三对角阵的LU分解和三对角方程组的求解.可以用于油藏数值模拟-Diagonal matrix of the LU decomposition of tridiagonal equations and can be used in numerical reservoir simulation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:911
    • 提供者:杨洪
  1. Sparse-matrix

    0下载:
  2. 稀疏矩阵的 产生 和转置 快速转置 主要是 数据结构 课程内容-Fast transpose sparse matrix and transpose
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:279796
    • 提供者:jack
  1. Matrix

    0下载:
  2. 矩阵运算包括矩阵加减转置求逆和方程组求解等-matrix computer
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:2633
    • 提供者:勒宇
  1. MATRIX

    0下载:
  2. 矩阵相乘。。。利用动态内存申请释放实现了维数可调-Matrix multiplication. . . Dynamic memory application release dimension adjustable
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:2518
    • 提供者:刘飞
  1. Matrix-multiplication

    0下载:
  2. 矩阵乘法计算,实现矩阵的乘法运算程序。简单而实用。-The matrix multiplication, the matrix multiplication program. Simple and practical.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:2411
    • 提供者:张恒
  1. Matrix-rotation-reflection

    0下载:
  2. 矩阵旋转反射,实现矩阵的旋转反射程序,简单而实用-Matrix rotation reflection matrix rotation reflection program, simple and practical
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:72100
    • 提供者:张恒
  1. matrix-multiplication-algorithm

    0下载:
  2. 用C++实现矩阵的连乘算法,这是一个完整的VC工程,该源码采用VC6.0编辑。-VC projects, the matrix multiplication algorithm, which is a complete C++ achieve the source code using the the VC6.0 edit.
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:1240064
    • 提供者:王伟
  1. matrix

    0下载:
  2. 三元组顺序表 稀疏矩阵 快速转置 三元组顺序表 稀疏矩阵 快速转置 -The sequence tables triples sparse matrix quickly transpose
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:3262
    • 提供者:杨玉良
  1. Through-the-matrix

    1下载:
  2. 输入包括一系列矩阵描述。每个矩阵描述的第一行是 m 和 n,即矩阵的行数和列数;之后的 m 行,每行包括 n 个以空格分开的整数,则是当前矩阵的值,注意矩阵的值未必是正数。-Input, including a series of matrix descr iption. Each matrix described in the first row is m and n, i.e. the number of rows of the matrix and the number of column
  3. 所属分类:Other systems

    • 发布日期:2015-09-23
    • 文件大小:1024
    • 提供者:amy
  1. Matrix

    0下载:
  2. 矩阵类,由矩阵数据以及简单的矩阵操作方法组成。-Matrix classes, matrix data, as well as a simple matrix operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:10367
    • 提供者:临界角
  1. matrix

    0下载:
  2. 3、 矩阵(三) 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括:  矩阵大小,用 lines, rows(行、列来表示);  存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括:  构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组;  析构函数,需要释放矩阵的数组指针;  拷贝构造函数,需要申请和复制数组; 
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:1212
    • 提供者:
  1. Matrix

    0下载:
  2. 矩阵计算的C++源码,可实现矩阵的加、减、乘以及矩阵求逆运算-Matrix Calculate
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:2038
    • 提供者:王艳涛
  1. 88-dot-matrix-display-clock

    0下载:
  2. 88点阵显示时钟,4个88点阵模块显示1302时钟-88 dot matrix display clock
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:17312
    • 提供者:linwei
  1. Matrix-of-any-two-lines-exchange

    0下载:
  2. 一个矩阵,任意两行交换,得出交换后的结果-Matrix of any two lines or two exchange
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:609
    • 提供者:宋凡成
  1. matrix

    0下载:
  2. Matrix Caption professional Connectivity
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:170740
    • 提供者:amir
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com