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

搜索资源列表

  1. matrix

    0下载:
  2. this matrix multiplication in Openmp palatalization [Aiman]-this is matrix multiplication in Openmp palatalization [Aiman]
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1202
    • 提供者:sealawe
  1. Matrix

    1下载:
  2. 矩阵运算,加减乘除,转置,计算行、列元素和-Matrix computation, addition and subtraction multiplication and division, transpose calculated rows, columns and elements. . .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2710
    • 提供者:liujianwei
  1. matrix

    0下载:
  2. 输入两个矩阵,可以实现矩阵的加减乘除的运算-matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:64119
    • 提供者:zhaoyue
  1. matrix

    0下载:
  2. 矩阵运算可以实现矩阵运算的常见功能,方程组求解等功能。-C# Matrix type, you can realize a common matrix calculation functions, equation solving functions.-C# Matrix type, you can realize a common matrix calculation functions, equation solving functions.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:908
    • 提供者:kokoc
  1. Matrix

    0下载:
  2. VC矩阵类的编写,其中包括矩阵创建,矩阵运算-VC prepared matrices, including the creation of matrix, matrix operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:733
    • 提供者:刘石
  1. Matrix

    0下载:
  2. ACM习题矩阵乘方和的源代码,C++实现-Involution matrix and the source code, C++ to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:2076
    • 提供者:娟儿
  1. matrix

    0下载:
  2. 编写一个程序完成矩阵的乘法运算,要求1. 输入矩阵的阶数n(假设矩阵是方阵,即行列相等); 2. 输入矩阵的每个分量-Completion of the preparation of a matrix multiplication, 1. Enter the order of matrix n (assume that is a square matrix, that is, the ranks of the same) 2. Input matrix of each component
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:542
    • 提供者:风清扬
  1. Matrix-key

    0下载:
  2. 矩阵按键,初学单片机的看看,比较简的基础程序-Matrix keys, beginner' s look at the single-chip, the basis of relatively simple procedures
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:821
    • 提供者:
  1. Matrix

    0下载:
  2. This is Matrix implementation in CSharp.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:3731
    • 提供者:b3dnar
  1. LED-Dot-Matrix-Display

    0下载:
  2. this is led dot matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:375863
    • 提供者:umar
  1. matrix

    2下载:
  2. 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program mat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:376712
    • 提供者:
  1. Matrix

    0下载:
  2. It is a underlying C++ source code for Matrix function. I have developed a class Matrix which has different fuctions like multiplication addition, subtraction, transpose for N X N dimensional matrix. Determinant and cofactor will be added and already
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:4120
    • 提供者:Hancy Samurai
  1. CS-Matrix

    0下载:
  2. CS 矩阵类库 matrix library in csharp-matrix library in csharp
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:171286
    • 提供者:刘先生
  1. Matrix

    0下载:
  2. 计算矩阵的常用运算,包括求逆,行列式,求解线性方程组等-Calculating matrix operations commonly used
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:30506
    • 提供者:clwa
  1. led-dot-matrix-display-pic

    0下载:
  2. pic dot matrix displey tested
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:4782
    • 提供者:Mile
  1. matrix

    0下载:
  2. matrix multiplication in linux
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:732
    • 提供者:ali.ali
  1. Matrix

    0下载:
  2. Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1500
    • 提供者:艾枫
  1. Simple-graphical-display-LED-dot-matrix

    0下载:
  2. 用c语言编写的点阵式LED简单图形显示。用AT89C51单片机做控制芯片,程序用keil编写,实验仿真有protel99se实现,已验证成功,该文件中有源程序和仿真文件。 -With the c language of the dot matrix LED simple graphic display. To do with the AT89C51 microcontroller control chip, the program using keil write, experimental
  3. 所属分类:File Formats

    • 发布日期:2017-03-23
    • 文件大小:44679
    • 提供者:yao
  1. Matrix

    0下载:
  2. MFC实现计算器和矩阵运算,可以进行简单的加减乘除,还有矩阵的转置-Calculator and matrix operations use MFC,Can be a simple addition and subtraction multiplication and division
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1938947
    • 提供者:陈航
  1. matrix-switch-MCU

    1下载:
  2. 利用单片机实现多路矩阵切换,比较详细的设计方案。-The use of multi-channel matrix switch MCU, a more detailed design.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:101194
    • 提供者:jack
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com