-
elementary transformation, matrix inversion using a written calculation method u...
初等变换法,矩阵求逆用的是笔算时惯用的方法,需要高斯消去法的朋友请参看有关资料。特别提醒:本程序不能用tc2.0编译!详情请参看文件中的说明。 -elementary transformation, matrix inversion using a written calculation method used when the need Gaussian Elimination friends see the information. Reminded : This procedure can not be used tc2.0 compiler! For details, please refer to the documents note.
- 2022-01-28 07:58:52下载
- 积分:1
-
购物车代码
本程序以c++为基础进行开发,具有基本网络购物车的功能,能够进行添加,删除以及修改商品等等内容,用到了数据结构的知识
- 2022-03-03 23:58:22下载
- 积分:1
-
人脸识别的最基本的算法PCA,主要是描述了特征值法的基本原理,内容很详细。...
人脸识别的最基本的算法PCA,主要是描述了特征值法的基本原理,内容很详细。-Most basic algorithm for PCA Face RecognitionFace recognition algorithm is the most basic PCA, mainly describes the basic principles of characteristic value method, content, very detailed.
- 2022-08-09 13:29:19下载
- 积分:1
-
希尔排序算法的C实现
输入原始数据,选择增量序列,通过希尔排序算法,得到升序排列的新数据,算法逻辑细致,实现简单,能有效地处理数据排序问题。
- 2022-01-26 06:35:37下载
- 积分:1
-
最短路径算法源码(VB)
最短路径算法源码(VB)-shortest path algorithm source code (VB)
- 2022-03-02 09:37:39下载
- 积分:1
-
文件转成c数组
这是一个把文件转化成c/c++语言中的数组的代码, 方便把资源文件加入程序中编译。
- 2022-04-20 02:26:54下载
- 积分:1
-
a new numerical algorithm
一种新型的数值求解算法-a new numerical algorithm
- 2022-12-01 11:45:03下载
- 积分:1
-
C语言实现的0/1背包问题
主要用来解决0/1背包问题,实现的计算机语言是C语言,通过随机的产生物品的信息,通过此算法决定哪些物品放入背包中,哪些放弃。
- 2022-06-15 10:46:18下载
- 积分:1
-
1 bp algorithm, but there may be some code warning
一个bp算法,不过代码可能会有一些warning-1 bp algorithm, but there may be some code warning
- 2022-10-01 22:50:03下载
- 积分:1
-
图形的透视投影变换
一种几何校正方法以消除投影图像的畸变: 通过查找后向映射表, 借助双线性插值运算, 对图像进行几
何预畸变, 使其变形为投影仪所需要的预畸变图像, 然后将其投影到非平面物体上, 便能让观察者看到无畸变的投
影图像, 从而实现投影图像畸变的校正。
- 2022-09-29 14:50:03下载
- 积分:1