资源列表
Matrix111
- 矩阵连乘问题 对多个矩阵连乘时 的消耗进行分析-matrix continually multiply problems for a number of matrix continually multiply the consumption analysis
match(man&women)
- 回溯法 解决男女匹配问题 八男八女匹配-Backtracking address gender matching eight men and eight women match
eigenface
- 经典的特征脸识别算法 经典的特征脸识别算法 -descr iption: a matlab program that implement the classical face recognition base on eigenface
lpsolve
- 非常好,非常有名的求解线性规划和混合整型规划的源代码,用c语言编写,作者M. Berkelaar-very good, very well-known for linear programming and mixed-integer planning the source code, using the c language, the author M. Berkelaar
指纹识别源代码03
- 这一个指纹识别的源代码程序,相当有收藏价值-that a fingerprint identification of the source code procedures and very collectible value
rsum02
- 这是一个MADLAB的例程,对于数学建模有很大帮助-MADLAB the routines for mathematical modeling is very helpful
bar-codeprintvb
- VB编写的条码打印控制程序,可使用在ZEBRAZ4M等型号打印机-VB prepared barcode printing control procedures, the use of models in ZEBRAZ4M printers
icalab
- The ICA/BSS algorithms are pure mathematical formulas, powerful, but rather mechanical procedures: There is not very much left for the user to do after the machinery has been optimally implemented. The successful and efficient use of the ICALAB stron
rprod02
- 这是我上传的第5个文件,是用于建模方面的,很有用,所上传的5个程序文件要协同工作才行-This is my uploads section 5, for modeling, very useful, by the five upload files to work together Caixing
表达式求值(大程序)
- VC实现的用堆栈实现表达式求值!! 数据结构的一个小作业!! 大家可以参考一下-VC stack with the expression evaluates to achieve! ! Data structure of a small operation! ! We can take a look
Jacobi迭代法
- 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithmetic.
牛顿插值
- 用C语言来实现的。牛顿插值法对一些函数作近似的替代,是N个节点数的插值函数。-use c language to make a Newton interpolation arithmetic.Newton interpolation arithmetic make a approximation of the function witch have N interpolation points