搜索资源列表

  1. 矩阵类库源代码

    1下载:
  2. Visual c++\\Matlab图像处理与实用案例精选:矩阵类库源代码-Visual c \\ Matlab Image Processing and practical case Featured : matrix class library source code
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:8043
    • 提供者:丁俊
  1. flexible

    0下载:
  2. 可重用的向量/矩阵类代码,这是一个灵活的向量/矩阵类代码,其边界可以任意设定。--Class code of vector/Matrix which may be reuseful, it is a flexible vector/matrix class code, and its border may be setted freely.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-04
    • 文件大小:31744
    • 提供者:站长
  1. cmatrix

    0下载:
  2. 科学与工程数值算法中的矩阵类-science and engineering numerical algorithm of matrices
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-04
    • 文件大小:14336
    • 提供者:王少卿
  1. 稀疏矩阵计算C++类SparseC++

    0下载:
  2. SparseLib++是可用于跨计算平台的有效的稀疏矩阵计算的C++类库,软件包包括处理不同稀疏存储格式的矩阵类。包括两篇技术文档和类库的源代码(版本为1.6)-SparseLib++ can be used for cross-platform calculation of the effective sparse matrix calculation of the C++ class library , the package in
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-04
    • 文件大小:250880
    • 提供者:方正
  1. MatrixCalculator

    0下载:
  2. 矩阵类,封装了一些有关矩阵的运算-matrices, Packaging, a number of the matrix arithmetic
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-04
    • 文件大小:2065408
    • 提供者:熊方勋
  1. matrix class

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

    • 发布日期:2024-05-04
    • 文件大小:6144
    • 提供者:安新
  1. 矩阵类库源代码

    0下载:
  2. Visual c++\Matlab图像处理与实用案例精选:矩阵类库源代码-Visual c \ Matlab Image Processing and practical case Featured : matrix class library source code
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-04
    • 文件大小:8192
    • 提供者:丁俊
  1. 仿matlab矩阵运算

    0下载:
  2. vc下的一个仿matlab界面的矩阵运算程序,其中单独封装的矩阵类可实现大多数常用矩阵运算功能,经常被我单独拿来使用-vc under an imitation of Matlab interface matrix calculation procedures, which separate package matrices can be used to achieve the majority of matrix calculatio
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-04
    • 文件大小:87040
    • 提供者:李晓辉
  1. 操作矩阵的类 CMatrix

    0下载:
  2. 一个操作矩阵的类CMatrix的算法,代码比较长,但是时间复杂度不是很高,所以个人觉得还算是个合格的该类算法代码-an operational matrix of categories CMatrix algorithm, code rather long, but time complexity is not very high, so personally think that this was a qualified source
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-04
    • 文件大小:11264
    • 提供者:方价钱
  1. Matrix-cs

    0下载:
  2. 矩阵类,可进行矩阵的各种运算,并可求解N阶线性方程-matrices, matrix for the various operators and can solve linear equations N
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:陈燕涛
  1. matrixlib

    0下载:
  2. 一个很好的矩阵类,使用者用了请务必感谢原作者-a good matrix type, users spent Be sure to thank the original author! !
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-04
    • 文件大小:14336
    • 提供者:tzq
  1. 科学与工程数值算法(Visual C++版)中的Source

    0下载:
  2. 科学与工程数值算法(Visual C++版)是一本很好的矩阵类图书。里面有好多源代码可以参考。-science and engineering numerical algorithm (Visual C version) is a matrix of good books. There are a lot of source code for reference.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-04
    • 文件大小:1192960
    • 提供者:刘扬
  1. 矩阵类

    0下载:
  2. 将常用的矩阵操作封装起来,展示了c语言中的矩阵运算-matrix will be used to operate the package, display the c language matrix
  3. 所属分类:Windows编程

    • 发布日期:2024-05-04
    • 文件大小:65536
    • 提供者:snow
  1. 27_142

    0下载:
  2. 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-04
    • 文件大小:11264
    • 提供者:陈冲
  1. FundamentalMatrix

    0下载:
  2. 基础矩阵类的程序。使用OpenCV开发。-based matrices procedures. OpenCV use development.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-04
    • 文件大小:24576
    • 提供者:向慧
  1. matrixclasslibraries

    0下载:
  2. 本程序提供了一个矩阵类库。本类库的矩阵、向量运算采用值传递。本类库的矩阵和向量的第一个元素的起始下标为1,不是0。这点尤其要注意。这和C语言中的数组不一样-this program provides a matrix class library. The Class of matrix vector operations using transfer value. The Class of matrix and vector eleme
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:7168
    • 提供者:
  1. MFCMatrix

    0下载:
  2. 利用vc写的一个矩阵类,矩阵行数,列数可自行设定 矩阵元素可通过对话框输入,实现了矩阵的大部分运算-use vc write a matrices, matrix rows. Columns can set their own matrix elements can be imported through dialog and achieve the majority of matrix operations
  3. 所属分类:编辑框

    • 发布日期:2024-05-04
    • 文件大小:49152
    • 提供者:张波
  1. Matrix_database_source_code

    0下载:
  2. 这个是基于神经网络的文字识别技术的矩阵类库源代码。-This is based on neural network technology to identify the letter to the matrix class library source code.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-04
    • 文件大小:8192
    • 提供者:樊智勤
  1. vec355

    0下载:
  2. 这是一个矩阵类库源代码,内附演示程序,希望大家能用到。-This is a matrix class library source code, enclosing demonstration procedures in the hope that everyone can be that.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:8192
    • 提供者:龚璇
  1. C++矩阵类

    0下载:
  2. C++矩阵类,比较实用,实现了矩阵的 数学运算
  3. 所属分类:开发工具

    • 发布日期:2015-01-08
    • 文件大小:371200
    • 提供者:fujunyu
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org