文件名称:CMatrixClass
介绍说明--下载内容均来自于网络,请自行研究使用
1.内存管理一律根据实际需要的大小在堆中动态分配内存。
2.边界检查。如果数组下标超越了数组大小界限,会给出警告信息,可以防止非法内存访问以及方便程序的调试。
3.重载了+,-,*,+=,-=,数乘等常见运算符;
4.可以保存数组为二进制数据文件和文本文件两种形式,也可以从二进制数据文件和文本文件读取数据到数组。
5.实现了和矩阵相关的线性代数方程组求解算法。一是高斯选主元消去法二是针对三对角矩阵的追赶法。
6.静态函数Bspline3():3次B样条曲线插值算法-1. Memory management will be based on the actual needs, the size of the rubble dynamic memory allocation. 2. Border checks. If the array subscr ipt beyond the array size limit, a warning message is given, prevent illegal memory access and to facilitate the debugging process. 3. Heavy =,-=, the ,-,*, by several other common Operators; 4. can be preserved array of binary data files and text files in two forms. but also from the binary data files and text files to read data array. 5. And the realization of the matrix of linear algebraic equations algorithm. First, the main election Gaussian Elimination Act 2 yuan against three pairs to catch up with the diagonal matrix method. 6. Bspline3 static function () : 3rd B-spline curve interpolation algorithm
2.边界检查。如果数组下标超越了数组大小界限,会给出警告信息,可以防止非法内存访问以及方便程序的调试。
3.重载了+,-,*,+=,-=,数乘等常见运算符;
4.可以保存数组为二进制数据文件和文本文件两种形式,也可以从二进制数据文件和文本文件读取数据到数组。
5.实现了和矩阵相关的线性代数方程组求解算法。一是高斯选主元消去法二是针对三对角矩阵的追赶法。
6.静态函数Bspline3():3次B样条曲线插值算法-1. Memory management will be based on the actual needs, the size of the rubble dynamic memory allocation. 2. Border checks. If the array subscr ipt beyond the array size limit, a warning message is given, prevent illegal memory access and to facilitate the debugging process. 3. Heavy =,-=, the ,-,*, by several other common Operators; 4. can be preserved array of binary data files and text files in two forms. but also from the binary data files and text files to read data array. 5. And the realization of the matrix of linear algebraic equations algorithm. First, the main election Gaussian Elimination Act 2 yuan against three pairs to catch up with the diagonal matrix method. 6. Bspline3 static function () : 3rd B-spline curve interpolation algorithm
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 93317448cmatrixclass.rar 列表 二维矩阵类\Matrix.txt 二维矩阵类\矩阵类.txt 二维矩阵类