-
fit
基于Levenberg-Marquardt的曲线/面拟合(C library for Levenberg-Marquardt least-squares minimization and curve fitting)
- 2014-02-14 04:20:28下载
- 积分:1
-
SVD-QR-method
svd分解,使用qr方法,编译即可运行,需要文件输入(SVD QR method,the program can run successfully, you need a file for input)
- 2020-08-16 10:08:26下载
- 积分:1
-
1
本书用c语言编写了科研和工程中最常用的166个算法,这些算法包括复数 运算、... 4.3.1 【算法23】求一般复矩阵的逆 4.3.2 【算法24】求对称正定矩阵的(good study)
- 2013-11-06 21:28:17下载
- 积分:1
-
fsortrow
矩阵排序,按照行排序。
例如 矩阵[ 1 2 3 4 5
4 1 3 2 1
3 5 6 9 7]排序后为:
[ 1 2 3 4 5
3 5 6 9 7
4 1 3 2 1]
(matrix row sort )
- 2012-03-13 09:12:53下载
- 积分:1
-
CODE_SOLIDIFICATION
基于热焓法的凝固传热模拟的UFluent-UDF程序(UDF for Modelling Soldification using Enthalpy Porosity Technique)
- 2021-04-16 20:08:53下载
- 积分:1
-
n_queen_QS4
利用QS4算法解决N皇后问题,解决300万的皇后所需时间在5s左右,特别快(Use QS4 algorithm to solve the N-queens problem, solve 3000000 Queen the time required for about 5s, particularly fast)
- 2020-11-29 21:29:27下载
- 积分:1
-
Algorithm
说明: 算法设计第三版,算法设计第三版,算法设计第三版,算法设计第三版(Algorithm Design Third Edition)
- 2010-04-28 19:44:45下载
- 积分:1
-
volume
calculate maximum volume of cuboid given conditions..
a+b+c<s
ab+bc+ca<d
where s and d are constants..
- 2009-11-15 01:47:00下载
- 积分:1
-
MOORE_inverse_C
利用C语言实现MOORE-PENROSE广义逆矩阵的计算,经试验OK。(The realization of MOORE-PENROSE generalized inverse matrix is calculated by using the C language, through the test of OK.)
- 2021-04-28 00:08:44下载
- 积分:1
-
algorithms(CPP)
计算机常用数值算法与程序(C++版) (Commonly used numerical algorithm of computer and program
)
- 2014-01-04 22:46:59下载
- 积分:1