搜索资源列表

  1. 游戏编程中的矩阵操作、堆栈及向量类源代码

    0下载:
  2. 三维图形、3D游戏编程中的矩阵操作、堆栈及向量类源代码-3D graphics, 3D game programming matrix operation, stack and source code vector category
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-18
    • 文件大小:208896
    • 提供者:张文广
  1. 多维数组-矩阵的压缩存储- 稀疏矩阵(一)

    0下载:
  2. 稀疏矩阵   设矩阵A mn 中有s个非零元素,若s远远小于矩阵元素的总数(即s<<m×n),则称A为稀疏矩阵。 1、稀疏矩阵的压缩存储   为了节省存储单元,可只存储非零元素。由于非零元素的分布一般是没有规律的,因此在存储非零元素的同时,还必须存储非零 元素所在的行号、列号,才能迅速确定一个非零元素是矩阵中的哪一个元素。稀疏矩阵的压缩存储会失去随机存取功能。   其
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:snow
  1. celiang

    0下载:
  2. 普通平差程序,闭合导线计算,矩阵类定义,矩阵求逆,导线平差,高程平差-General adjustment procedures, closed traverse, the matrix class definition, matrix inversion, wire Adjustment, Height Adjustment
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-18
    • 文件大小:4411392
    • 提供者:KEVIN
  1. RtwMatrix

    0下载:
  2. 一个C#的矩阵类,可以实现矩阵的一些基本运算,完成matlab中的矩阵操作-A C# Matrix type, you can realize some of the fundamental matrix computation, the completion of the matrix operation in matlab
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:44032
    • 提供者:孙浩
  1. matrix

    0下载:
  2. 用c++的一个矩阵类,可以计算加减乘除,逆-With c++ Of a matrix type, can calculate the multiplication and division addition and subtraction, inverse
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:638976
    • 提供者:
  1. C++Matrix

    0下载:
  2. 设计了矩阵类,该类实现了矩阵的数学运算,包括矩阵乘除/求逆/求特征向量的!-Design a matrix type, such realization of the matrix arithmetic, including matrix multiplication and division/inversion/demand eigenvector!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:潘家能
  1. MATRIX1

    0下载:
  2. 针对矩阵类的编程,可以实现矩阵的相加,转置,相乘,单位阵,随机阵等。-For matrix-type programming, you can achieve the sum of matrices, transpose, multiplication, unit patches, such as a random array.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:15360
    • 提供者:方奎
  1. 1

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李伟
  1. ImageTransformationSamp

    0下载:
  2. 图像变形函数使用,利用矩阵类变换图像,可以作为变形参考-The use of image morphing function, the use of matrices transform images, can be used as a reference deformation
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:79872
    • 提供者:孙洪颖
  1. TheexampleofMatrixcalculate

    0下载:
  2. 各种矩阵算法的综合,应该会对大家有帮助,因为IDL本身的有点就是处理大型矩阵类的数据-A variety of matrix algorithms General, it should be will have to help everybody, because IDL itself is a little deal with large matrices of data
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:89088
    • 提供者:张祥志
  1. CLapack_3_0

    0下载:
  2. 提供矩阵类的函数库,功能强大,包含有可解矩阵方程,基本矩阵运算等功能。-Provided matrix class library, powerful, contains a solvable matrix equation, the basic matrix operations and other functions.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:25376768
    • 提供者:张斌
  1. FuzzyMatrix

    0下载:
  2. 模糊矩阵类 可以根据不同的模糊算子计算模糊矩阵的并运算C=A∪B,交运算 C=A∩B,求余运算 C=1-A 等-Fuzzy matrices based on different fuzzy operator and calculation of fuzzy matrix operation C = A ∪ B, cross-operator C = A ∩ B, for more than computing C = 1-A,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:麦子
  1. Matrix

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:刘石
  1. matrix4

    0下载:
  2. 四乘四矩阵类 在三维模型几何变换过程使用 方便多次变换的级联-the 4*4 matrix class
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:zy liu
  1. CS-Matrix

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

    • 发布日期:2024-05-18
    • 文件大小:171008
    • 提供者:刘先生
  1. CMathArray

    0下载:
  2. 在vc6.0z中开发的数学矩阵类,用来操控矩阵相关编程,功能还待完善,但一定程度上,是我们不用再去搞C++与matlab的混编-to control simple calculation works in mathmetical array works with compile language just based c++ in the vc6.0 enviroment.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:zhangjintao
  1. Matrix_written_In_CSharp

    0下载:
  2. 自己使用的一个C#编写的,矩阵类,使用这个类可以方便的实现矩阵的运算,行列式求值、矩阵求逆、矩阵分解等功能。-A C# Class can be used as a tool to perform Martrix arithmetic. This Class can be easily added into your own application.
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:11264
    • 提供者:mliang
  1. VC++编写的矩阵

    0下载:
  2. VC++编写的矩阵常用操作。基于vc++编写的矩阵类库源代码,可以实现。-Based on vc++ to prepare a matrix class library source code, can be achieved.
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-08-30
    • 文件大小:63148
    • 提供者:weicanhuoshan
  1. Matrix

    0下载:
  2. 这是一个用c#语言写成的矩阵类,可以完成矩阵的各种准确的数学计算,如:矩阵的加减乘除、转置、逆运算、 复矩阵的乘法、求行列式值、 求矩阵秩、一般实矩阵的奇异值分解、求广义逆、约化对称矩阵为对称三对角阵、实对称三对角阵的全部特征值与特征向量的计算、求赫申伯格矩阵全部特征值、求实对称矩阵特征值与特征向量等.可以将其做成dll用到其他的环境下。填补了.net中没有矩阵的空白,是你进行科学计算不可或缺的插(This is a written i
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:11264
    • 提供者:sunguang216
  1. EigenTest

    0下载:
  2. C++矩阵处理工具——Eigen3工具包,其内部封装了很多矩阵类,可以在C++环境轻松进行矩阵处理(与操作系统无关,window,linux均可)。(C++ matrix processing tool - Eigen3 toolkit, which encapsulates a lot of matrix classes, can be easily carried out in the C++ environment matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:4883456
    • 提供者:naruto1992
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org