Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matrix
Search - matrix - List
DL : 0
C#实现的矩阵运算源程序,其中所有的矩阵运算采用操作符重载技术,实现了矩阵求和,差,积,转置,逆等基本运算。-C# source code implementation of matrix operations, one of all the matrix calculation using operator overloading techniques, implementation of the matrix sum, difference, product, transpose, inverse and other basic computing.
Update : 2024-05-04 Size : 1024 Publisher : wangyong

DL : 0
输入两个矩阵,可以实现矩阵的加减乘除的运算-matrix
Update : 2024-05-04 Size : 64512 Publisher : zhaoyue

DL : 0
矩阵运算可以实现矩阵运算的常见功能,方程组求解等功能。-C# Matrix type, you can realize a common matrix calculation functions, equation solving functions.-C# Matrix type, you can realize a common matrix calculation functions, equation solving functions.
Update : 2024-05-04 Size : 1024 Publisher : kokoc

DL : 0
matrix相关函数及处理方法,在excel中使用的例子-correlation function and matrix approach, in the example of the use of excel
Update : 2024-05-04 Size : 1037312 Publisher : hy

DL : 0
设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。-Caused by the design of a matrix of type Matrix, contains an element type for the two-dimensional array of int, respectively, to design a static method and examples of ways to transpose the matrix, respectively, the static design methods and examples of methods to achieve the sum of two matrices, multiply. Rewrite the method toString (), so that it can output this matrix.
Update : 2024-05-04 Size : 1024 Publisher : 5235668

DL : 0
VC矩阵类的编写,其中包括矩阵创建,矩阵运算-VC prepared matrices, including the creation of matrix, matrix operation
Update : 2024-05-04 Size : 1024 Publisher : 刘石

ACM习题矩阵乘方和的源代码,C++实现-Involution matrix and the source code, C++ to achieve
Update : 2024-05-04 Size : 2048 Publisher : 娟儿

DL : 0
编写一个程序完成矩阵的乘法运算,要求1. 输入矩阵的阶数n(假设矩阵是方阵,即行列相等); 2. 输入矩阵的每个分量-Completion of the preparation of a matrix multiplication, 1. Enter the order of matrix n (assume that is a square matrix, that is, the ranks of the same) 2. Input matrix of each component
Update : 2024-05-04 Size : 1024 Publisher : 风清扬

DL : 0
矩阵按键,初学单片机的看看,比较简的基础程序-Matrix keys, beginner' s look at the single-chip, the basis of relatively simple procedures
Update : 2024-05-04 Size : 1024 Publisher :

DL : 0
This is Matrix implementation in CSharp.
Update : 2024-05-04 Size : 4096 Publisher : b3dnar

this is led dot matrix
Update : 2024-05-04 Size : 375808 Publisher : umar

DL : 0
矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program matrix.h matrices based on TCL Matrix, an increase of some use of computing functions. By looking specifically at source. Functional Analysis: This program can complete the matrix of input and output. With the same number of rows and columns between the matrix addition, subtraction, multiplication, division, inverse, seeking cofactor, seeking adjoint matrix, determinant of the value of demand, demand conditions, the number of such operations. Comply with rules require matrix multiplication between the matrix multiplication. Matrix between the division, the inverse square. Demand matrix transpose matrix functions. File TCL Matrix matrix class. Pdf introduced its detailed use.
Update : 2024-05-04 Size : 376832 Publisher :

DL : 0
It is a underlying C++ source code for Matrix function. I have developed a class Matrix which has different fuctions like multiplication addition, subtraction, transpose for N X N dimensional matrix. Determinant and cofactor will be added and already have a prototype. Inverse function is also in the pipeline. Operators have been overloaded for the most common type of operators like +, -. * etc.-It is a underlying C++ source code for Matrix function. I have developed a class Matrix which has different fuctions like multiplication addition, subtraction, transpose for N X N dimensional matrix. Determinant and cofactor will be added and already have a prototype. Inverse function is also in the pipeline. Operators have been overloaded for the most common type of operators like+,-.* etc.
Update : 2024-05-04 Size : 4096 Publisher : Hancy Samurai

《矩阵论同步学习辅导》 (习题与试卷精解)张铠院编,西北工业大学出版社,是《矩阵论-程云鹏》的课后习题答案。-" Matrix theory asynchronous learning support" (Exercises and paper intensive solution) Zhang Kai Institute compiled, Northwestern Polytechnical University Press, was " Matrix theory- Cheng Yunpeng" after-school Exercise answers.
Update : 2024-05-04 Size : 28661760 Publisher : 呙涛

DL : 0
CS 矩阵类库 matrix library in csharp-matrix library in csharp
Update : 2024-05-04 Size : 171008 Publisher : 刘先生

DL : 0
计算矩阵的常用运算,包括求逆,行列式,求解线性方程组等-Calculating matrix operations commonly used
Update : 2024-05-04 Size : 30720 Publisher : clwa

pic dot matrix displey tested
Update : 2024-05-04 Size : 5120 Publisher : Mile

DL : 0
matrix multiplication in linux
Update : 2024-05-04 Size : 1024 Publisher : ali.ali

DL : 0
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),计算两个矩阵的乘积的方法multiply(Matrix m)以及toString()等内容。-Matrix class. This class includes matrix, int rows, and the ranks of the number of variables int cols, matrix data array double data [][], constructor Matrix (), Matrix (int rows, int cols), Matrix (int rows, int cols, double data [] []), to obtain the value of an element methods getData (int row, int col), set the value of an element methods setData (int row, int col, double value), the calculation method of the product of two matrices multiply (Matrix m) as well as the toString () and so on.
Update : 2024-05-04 Size : 1024 Publisher : 艾枫

研究生矩阵论讲稿,讲稿编者:张凯院 使用教材:矩阵论第二版-Graduate Matrix theory script, script editors: Zhang Kaiyuan use of materials: the second edition of Matrix theory
Update : 2024-05-04 Size : 2055168 Publisher : zxl
« 1 2 34 5 6 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.