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

搜索资源列表

  1. MISRA C Compliance Matrix.rar

    2下载:
  2. MISRA C Compliance Matrix
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:
    • 文件大小:232560
    • 提供者:
  1. Matrix

    0下载:
  2. 矩阵运算,具体说明见程序中,在各个程序中都有详细的介绍- The matrix operation, concrete showing sees in the procedure, all has the detailed introduction in each procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:96504
    • 提供者:关东
  1. fast matrix

    0下载:
  2. Efficient Matrix Programming in C# By Emanuele Ruffaldi Fast matrix expressions evaluation, based on dynamic code generation and partial evaluation
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:3439
    • 提供者:舒若
  1. Matrix-Scalar_Multiply

    0下载:
  2. 开发环境为visual dsp++3.0的复数矩阵乘法模块-visual development environment for DSP 3.0 plural matrix multiplication modules
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:2301
    • 提供者:戎军
  1. Matrix Operations

    0下载:
  2. Some of the basic matrix operations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4000
    • 提供者:erya
  1. Matrix-Source

    0下载:
  2. 关于矩阵运算的代码类库,非常有用,请下载试一试!-matrix of the code library, very useful, please try downloading!
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:7999
    • 提供者:使者
  1. Matrix

    0下载:
  2. 包含三个数据成员:行(int 类型),列(int 类型),一个指针变量。提供一个无参数传递的构造函数和一个包含两个参数传递的构造函数。提供一个成员函数,设置矩阵元素。(Contains three data members: row (int type), column (int type), and a pointer variable. Provides a constructor with no arguments and a constructor that contains two p
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:家鸽
  1. LED Matrix Basic

    0下载:
  2. This is Led dot matrix basic.
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:81920
    • 提供者:Biswas
  1. Matrix

    0下载:
  2. 矩阵计算,包括求和求积求差等等,用于调用(Matrix calculation, including summation, quadrature difference, and so on, used to call)
  3. 所属分类:C#编程

    • 发布日期:2017-12-22
    • 文件大小:91136
    • 提供者:真人
  1. Fundamentals of matrix computations

    0下载:
  2. Fundamentals of matrix computations 矩阵运算的基础(Fundamentals of matrix computations)
  3. 所属分类:数学计算

    • 发布日期:2017-12-29
    • 文件大小:4231168
    • 提供者:han_shuang
  1. edid-matrix-collection

    0下载:
  2. EDID MATRIX FIRMWARE COLLECTION for eprom i2c 24C02
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:89088
    • 提供者:vlk3ru
  1. matrix

    0下载:
  2. Make a matrix / Can rewrite
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:808960
    • 提供者:YYSSHH
  1. C++matrix

    0下载:
  2. 矩阵运算的c++实现,封装了矩阵常用运算的类(some calculation of Matrix, in the version of C++)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:73728
    • 提供者:01011110
  1. Matrix C#

    0下载:
  2. Matrix calculation using c#
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1033216
    • 提供者:LQSWPU
  1. matrix

    0下载:
  2. 实现:矩阵的创建,输出,复制,转置,加法,减法,乘以一个数,通过行列坐标设置和获取矩阵该位置元素的值(Implementation: matrix creation, output, copy, transposition, addition, subtraction, multiplied by a number, set up and get the value of the location element through the row and column coordinates.)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:子熙
  1. VBA6-Matrix

    0下载:
  2. solve matrix according to guass method by VB6
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:10240
    • 提供者:mnima
  1. Matrix

    1下载:
  2. 矩阵运算库,支持加、减、乘、除、转置、求逆(Matrix operation library, support plus, subtraction, multiplication, division, transpose, inversion)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:10158080
    • 提供者:DWOW
  1. Matrix

    0下载:
  2. Matrix(CSharp) c#实现卡尔曼滤波方程(Matrix (CSharp) c# implementation of Calman filter equation)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:16384
    • 提供者:dony_
  1. adjacency matrix to represent the graph

    0下载:
  2. (1)使用邻接矩阵表示图,定义相应的抽象数据类型。 (2)实现两个图ADTs的上述函数。 (3)从空图开始,生成图形对象表示图1所示的图形,将顶点和边逐一插入。 (4)以BFS方式遍历图。((1) Use adjacency matrix to represent graphs and define the corresponding abstract data type. (2) Realize all the above functions for the two graph AD
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:13312
    • 提供者:mia_shao
  1. Matrix

    0下载:
  2. A small program that takes the size and elements of an integer matrix and applies operations on it
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:270336
    • 提供者:Tryme
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com