-
-
-
-
fast matrix.rar
Efficient Matrix Programming in C# By Emanuele Ruffaldi Fast matrix expressions evaluation, based on dynamic code generation and partial evaluation
-
-
-
C++ Matrix Template Class Library Lite V1.12.zip
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 ...
-
-
-
Matrix.rar
Matrix 是基于OPENGL开发的3d赛车游戏,编译需要有 OPENGL开发库。
程序目录结构分为模型,输入检测,主程序,数学运算等
-
matrix.rar
(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), ... col,double value),计算两个矩阵的乘积的方法multiply(Matrix m)以及toString()等内容。
-