资源列表
lss
- 最小二乘法,数值计算中经常使用到的算法,曲线拟合、方程组求解等-the least squared solution
GAUSS
- 高斯消去发,数值大作业里的。我用的就是这个程序。好用-GAUSS
roots
- 一元多项式方程求根,可以求出方程的所有根,包括虚根-Code to find all real roots of a polynomial with real coefficients.
sequence-alignment-matrix-
- 求解序列比对得分矩阵,对于两个序列S和T,令[S]和[T]分别为序列S和T的长度,S[i]和T[j](其中正整数i,j满足0≤j< [S]和0≤j <[T])都属于字符集Ω={A,T,C,G,-},对Ω中的任何元素和空符号。 设计S[i]和T[j]两两之间的一个记分值来比较序列间的同一性的优劣,用记分函数σ(x,y)表示, σ(S[i],T[j])=2 ( S[i]=T[j]≠-);σ(S[i],T[j])= -1 ( S[i]≠T[j],S[i]≠-,T[j]≠-);σ(S
RPIM_sh
- PRIM形函数计算程序,可以应用在全局无网格法,局部无网格法和无网格配点法中-Global Meshless method PRIM procedure, solid stress calculations, including calculation of shape functions, with examples, can be adapted to other computer program
EFG
- 固体力学计算程序,基于无单元Galerkin法-Solid mechanics computer program, based on the element-free Galerkin method
identification-methods-for-structural-systems
- identification methods for structural systems
110402
- 栈的功能的运行,插入元素为新的栈顶元素,计算元素个数-Functional operation of the stack, insert a new element to the top element, calculate the number of elements
GM(1-1)
- 关于灰色模型的一些资料,以及用软件实现该算法的步骤-Gray model on some of the information and software to implement the algorithm steps
Principle-of-duality-
- 对偶原理及灵敏度分析以及实现它的算法,非常好用-Principle of duality and sensitivity analysis, and implementation of its algorithm is very easy to use
CPPdoppler
- 用于计算一定速度对应的多普勒频偏,不包含对信号进行多普勒偏移的结果。-Used to calculate the Doppler shift corresponding to a certain speed, the signal does not include the results of the Doppler shift.
1
- 使用高斯消元法求解线性方程组,按照提示输入线性方程组系数即可得到最后结果-Gauss method of solving equations
