-
iteration-method
解线性方程组的迭代法
雅可比迭代、高斯—赛德尔迭代、超松弛迭代法
(Solving linear equations iterative method Jacobi iteration, Gauss- Seidel iteration SOR method)
- 2013-07-05 20:15:05下载
- 积分:1
-
suanshubianma
算术编码是用符号的概率和它的编码间隔两俩个基本参数来描述的。算术编码可以是静态的或是自适应的。(Arithmetic coding to both of two basic parameters to describe the probability of the symbol and its coding interval. Arithmetic coding can be static or adaptive.)
- 2012-08-13 03:57:21下载
- 积分:1
-
Optimal-solution-back-to-France-0-1
最优解回溯法0-1问题,为了构造最优解,必须在算法中记录与当前最优值相应的当前最优解。(The optimal solution backtracking 0-1 must be recorded in the algorithm, in order to construct the optimal solution, corresponding to the current optimal value, the current optimal solution.)
- 2012-04-11 23:41:56下载
- 积分:1
-
wwws
比Windows自带的高级一点的计算器,能将整个表达式输入,然后求值。
这个程序要求读者具备编译原理的一些知识。
(Advanced calculator than Windows built, the whole expression input can be then evaluated. This program requires the reader to have some knowledge of compiler theory.)
- 2012-11-01 16:33:56下载
- 积分:1
-
最优化作业C++源代码
用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了(C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the points outside the law, outside point method can use, I have all over Debugging)
- 2021-03-29 10:49:11下载
- 积分:1
-
fit_line
//最小二乘法直线拟合
m_FoldList为关键点(x,y)的链表
拟合直线方程(Y=kX+b)
(//linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b))
- 2005-08-24 04:40:23下载
- 积分:1
-
sanciyangtiao
其基本思想是取B样条函数 为及基函数,在[a,b]中均匀划分区间,xi=a+ih,h=(b-a)/n,由于三次样条函数空间是n+3维的,所以把分点扩充到x-1,xn+1,则任意三次样条函数可用 线性组合来表示:(The basic idea is to take B-spline function and basis functions in [a, b] in the evenly divided intervals, xi = a+ ih, h = (ba)/n, because the cubic spline function is n+3 dimensional space , so the expansion points to the x-1, xn+1, then any cubic spline function can be expressed as a linear combination:)
- 2011-10-14 09:40:33下载
- 积分:1
-
C_P
恒温减压沸腾UDF,一个基于压力计算的水蒸发UDF程序,请大家探讨一下(boiling udf of costant T and decreasing P)
- 2011-12-19 11:41:40下载
- 积分:1
-
稀疏矩阵标准答案
经典矩阵运算问题求解(classic problem solving matrix operations)
- 2005-03-10 14:05:21下载
- 积分:1
-
fft
说明: 实现快速离散傅里叶变换,即FFT,很有用的程序(Fast discrete Fourier transform, namely, FFT, very useful program)
- 2008-10-31 13:46:14下载
- 积分:1