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

搜索资源列表

  1. C++matrix

    0下载:
  2. C++语言的复数与矩阵运算库,编写工程类软件必备。包括矩阵乘、加、数乘、逆等-C language in the plural and matrix operations for the preparation of engineering software required. Including matrix multiplication, Canada, multiply, the inverse
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9359
    • 提供者:杨文海
  1. Matrix.operation

    0下载:
  2. 用户输入两个矩阵的维数和元素,选择加减乘三种运算方式中的一种,程序将显示运算结果。采用动态分配数组空间。初学C++写的,简单易懂。-user input two-dimensional matrix of elements and a few select modified by the three operators a way, Operational procedures will show results. Dynamic array allocation of space. Novic
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1417
    • 提供者:冬梅
  1. Matrix-Algorithm

    0下载:
  2. 这个一个有关矩阵运算的程序,不错的,强力推荐!-this a matrix of the procedure, yes, strongly recommended!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12854
    • 提供者:hj
  1. matrix

    0下载:
  2. 动态矩阵的加,减,乘法实现的类,使用模版,完全原创(经过测试)-dynamic matrix, plus or minus, multiplication achieve category, the use of templates, completely original (tested)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2876
    • 提供者:softnow
  1. matrix-

    0下载:
  2. 矩阵求逆,经典算法,全主元高斯约当法,经典源码,用途广泛-matrix inversion, classic algorithms, the main yuan Gaussian all about when France, classic source, a wide range of uses
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4348
    • 提供者:李保磊
  1. Matrix

    0下载:
  2. 很好用的有关矩阵的各种操作,包括求逆,特征值,特征向量,svd分解等-good part of the matrix of various operations including inverse, eigenvalues, eigenvectors, svd decomposition, etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15317
    • 提供者:高纯玲
  1. intel+matrix

    0下载:
  2. intel+matrix详细功能
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:192234
    • 提供者:wang
  1. matrix

    0下载:
  2. matrix 基本功能集合,认真研究会有收获
  3. 所属分类:C#编程

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

    1下载:
  2. Matrix 是基于OPENGL开发的3d赛车游戏,编译需要有 OPENGL开发库。 程序目录结构分为模型,输入检测,主程序,数学运算等
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:60142
    • 提供者:iftree
  1. matrix class

    0下载:
  2. 一个矩阵类的源码-a matrix type of source
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6359
    • 提供者:安新
  1. Complete The Matrix Screen Saver

    0下载:
  2. 《黑客帝国》屏幕保护VB源程序-"Matrix" screen VB source
  3. 所属分类:屏幕保护

    • 发布日期:2008-10-13
    • 文件大小:39490
    • 提供者:方恨少
  1. Interface 4x4 matrix keypad with 8051 IO

    0下载:
  2. Interface 4x4 matrix keypad with 8051 IO
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:4454
    • 提供者:高威
  1. matrix

    0下载:
  2. (1) 设计和编写代表矩阵的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),计算两个矩阵的乘积的方法mul
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. C++环境下的Matrix第三方库,专业版,非Lite版
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17860
    • 提供者:LIUYUEBIN
  1. MatRix

    0下载:
  2. DSP\\程序\\TI常用例程\\MatRix,可以参考使用
  3. 所属分类:汇编语言

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

    0下载:
  2. C++封装的Matrix矩阵类,以及它的一些简单应用
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6376
    • 提供者:kingf
  1. C++ Matrix Template Class Library Lite V1.12

    0下载:
  2. This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this hea
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:40005
    • 提供者:秦子翼
  1. 2.8" ACTIVE-MATRIX OLED

    0下载:
  2. Specification 2.8" ACTIVE-MATRIX OLED C0283QGLC-T (TP VERSION) Version September 2007 1. Purpose: This documentation defines general product specification for OLED module supplied by CMEL. The information described in this technical spec
  3. 所属分类:微处理器(ARM/PowerPC等)

  1. uc1698源代码 安的利电力负控160160液晶

    1下载:
  2. uc1698源代码,用于安的利电力负控160160液晶。对于其他点阵的液晶有很好的参考价值。,uc1698 source code for the security of the benefit of electricity 160,160 LCD negative control. For other dot-matrix liquid crystal have a very good reference value.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-03-22
    • 文件大小:3210
    • 提供者:arin
  1. Java实现QR分解法求矩阵的所有特征值及特征向量

    2下载:
  2. Java实现QR分解法求矩阵的所有特征值及特征向量,Java realization of QR decomposition for matrix eigenvalues and all eigenvectors
  3. 所属分类:数值算法/人工智能

    • 发布日期:2015-05-06
    • 文件大小:3374
    • 提供者:maria
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com