搜索资源列表
一个通用的隐性马尔可夫C代码库
- 一个用C语言编写的通用的隐性马尔可夫代码库-a general c code for hidden semi-Markov model
reverse_matrix
- 这是一个求矩阵的逆矩阵快速算法的c语言代码,非常好用,你可以将其封装成动态库用,也可以直接用-This is a matrix for the rapid inverse matrix algorithm c language code and very handy, You can be as dynamic Packaging library, can be directly used
53432641
- 工程中很多的地方用到龙格库塔求解微分方程的数值解,龙格库塔是很重要的一种方法,尤其是四阶的,精确度相当的高。此代码只是演示求一个微分方程,要求解其它的微分方程,可以自己定义借口函数,退换程序里面的函数:float f(float , float)即可;-project many places used for Runge - Kutta numerical solution of differential equations. Runge - Kutta is a very important
st
- s 变换的vc++源程序代码,需要用到fftw函数库
龙格--库塔法
- 龙格-库塔法是工程中常用的求解微分方程的一种方法.而且具有四阶精度,因此应用很广泛.改程序给出了其源代码.-Runge - Kutta method is commonly used in engineering solving a differential equation methods. But with four bands precision, it is widely used. Changed its procedures is the source code.
Source
- C#的数值计算的几乎所有算法,拿来就可以使用,是大家数值计算的必备代码库-C# The numerical calculation of almost all the algorithms, used to be able to use, is an essential numerical code base
small_secend
- 这是最小二乘法,比较实用,目前俺手中最小二乘法库中的一个,可以用于代码,如果你需要,可以下载,直接搬过去用。-This is the least square method, more practical, I present the hands of the least square method, a library, can be used to code, if you want, you can download directly moved by the past.
RK4
- 龙格库塔法解二阶方程的数值计算代码. 分别套用两次龙格库塔法解-Runge-Kutta method of numerical solution of second-order equation of the code. Were applied to two solutions of Runge-Kutta method
Rongekutta
- 四阶龙格库塔法函数更新四元数程序代码,采用VC编写-Fourth-order Runge-Kutta method function is updated quaternion code
RUNGE_KUTTA_ORDER4_ALGORITHM
- 四阶龙格库塔法的Mathematica的代码,代码透明,方便用户修改。-Fourth-order Runge-Kutta method of the Mathematica code, code transparency, user-friendly changes.
differentialequations
- 本源码为原创代码。包含分别用改进欧拉方法、龙格-库塔法、阿当母斯法求解形如y =f(x,y)的常微分方程的源代码。希望对用到数值计算算法的起帮助作用。-The source for the original code. Included were the improved Euler method, Runge- Kutta method, Adam mother there method of the form y ' = f (x, y) of ordinary differentia
SpectrumEnvelopeRemoving
- 该代码采用IDL语言实现了从光谱库读取高光谱曲线,并且去除其包络。这是高光谱图像处理时一个重要的预处理技术。-The code using IDL language library to read from the spectrum of high spectral curve, and the removal of the envelope. It is time hyperspectral image processing is an important pre-processing tec
cfsqp.rar
- 通用的非线性优化内点法SQP软件,C代码库,运算速度非常快。
runge-kutta
- Runge-kutta的matlab计算代码(Matlab computing code for Runge-kutta)
project euler1
- project euler代码库1,已测试通过(project euler code library1)
project euler2
- project euler代码库第二部分(已测试通过(project euler code libray part2)
project euler3
- project euler代码库第三部分(已测试通过(project euler code libray part3)
project euler4
- project euler代码库第四部分(已测试通过(project euler code libray part4)
project euler5
- project euler代码库第五部分(已测试通过(project euler code libray part5)
四阶龙格-库塔法
- 利用四阶龙格库塔求解微分方程,并给出方程实例。(The fourth order Runge Kutta is used to solve the differential equation and an example is given.)