搜索资源列表
Matrix
- 我写的矩阵c++操作代码,包括矩阵的简单计算,求逆等
Matrix
- 实现稀疏矩阵的各种运算操作,包括加法,减法,乘法,转置,求逆矩阵-Sparse matrix operations to achieve a variety of operations including addition, subtraction, multiplication, transpose, inverse matrix
matrix
- c++实现的一个简单矩阵类,提供了一些简单的基础操作-c++ to achieve a simple matrix type, provided the basis for some simple operations
CMatrix
- 矩阵类包括了矩阵的基本操作。如加减乘,转置,解方程组,-CODES ABOUT MATRIX CONTAINS THE BASIC OPERATIONS
matrix
- 矩阵操作,实现了矩阵的很多变幻以及操作-Matrix operations, the realization of the matrix and the operation of the many changes. . . . . .
Dot-matrixLCD
- 点阵LCD的驱动显控原理,详细阐述了点阵LCD原理及相关操作,不可多得的好资料。-Dot-matrix LCD display control the driving principle of detailed dot-matrix LCD and related principles of operation, rare good information.
Matrix
- 稀疏矩阵的运算,主要用于测试算法实现,矩阵由系统随机生成,由用户选择需要的操作,包括矩阵的加减乘运算,稀疏矩阵的输入形式采用“三元组”表示,而运算结果的矩阵则以通常的阵列形式列出。-Sparse matrix operations, mainly for testing algorithms, matrix randomly generated by the system, select the desired operation by the user, including matrix a
matrix
- 本程序实现矩阵类的重载操作符,在vs2008下编程,可以实现矩阵之间的一些基本操作-This procedure of Matrix class overloaded operators, under the program in vs2008, you can achieve some of the basic operations between matrices
Matrix
- C#编写的矩阵类,可以实现矩阵的一些相关操作-A C# class of matrix
Matrix
- 矩阵类。在C#中实现矩阵的基本操作,包括求逆等。-matrix class
Matrix
- 操作矩阵的类 CMatrix 的实现文件-Operation matrix class implementation file CMatrix
Matrix
- 操作矩阵的类,包括了 矩阵的各种运算。用C#语言实现的-matrix by c#
Matrix
- 矩阵类,由矩阵数据以及简单的矩阵操作方法组成。-Matrix classes, matrix data, as well as a simple matrix operation.
Matrix
- 矩阵类。能够实现矩阵的各种数学操作,如矩阵相乘,相加,求逆,转置等等!-Matrix class. Matrix can achieve a variety of mathematical operations, such as matrix multiplication, adding the inverse transpose!
matrix-1.0
- 矩阵求算程序,支持矩阵的求逆,转置等操作,含有独立的矩阵类-matrix program
List.matrix.stack
- 此程序包括对链表,矩阵,栈的基本操作,实现了链表的插入,删除,查找,栈的删除与插入,矩阵的压缩存储,矩阵的运算。-This procedure is the operation of the matrix: Matrix compression, storage, computing
Matrix
- 矩阵操作的类函数,+ - * 行列式 求逆 -The class of functions of the matrix operation
Matrix
- 实现一个表示 n*n 矩阵的模板类。 1) 至少提供如下必要的矩阵操作:加、乘、转置(建议用操作符重载来实现)。 2) 编制一个交互式程序对该模板类进行测试。 含实验报告与源代码-Achieve a representation n* n matrix template class. A) providing at least the following essential matrix operations: addition, multiplication, transposit
Sparse-matrix-compression
- 稀疏矩阵压缩存储的基本操作实现实验 要求:数据元素类型ElemType取float。 1)从键盘输入两个稀疏矩阵A、B的各元素。(行<=5,列<=5) 2)完成矩阵的加法运算,并输出。-Compressed storage of sparse matrix operations to achieve the basic experimental requirements: data element types ElemType take float. 1) from th
Matrix
- 用链表保存系数矩阵,指针操作实现了矩阵的加减乘除.可从文件读取矩阵,保存矩阵.-Use lists to save the coefficient matrix, pointer arithmetic operations to achieve a matrix. Matrix can be read from a file, save the matrix.