In this example we solve the following single ODE Program Name: RKG-1.FOR (Runge-Kutta-Gill algorIthm, fixed step size)
标签: Runge-Kutta-Gill following example Program
上传时间: 2014-01-16
上传用户:maizezhen
The algorm of viterbi. You talk to your friend three days in a row and discover that on the first day he went for a walk, on the second day he went shopping, and on the third day he cleaned his apartment. You have two questions: What is the overall probability of this sequence of observations? And what is the most likely sequence of rainy/sunny days that would explain these observations? The first question is answered by the forward algorIthm the second question is answered by the Viterbi algorIthm. These two algorIthms are structurally so similar (in fact, they are both instances of the same abstract algorIthm) that they can be implemented in a single function:
标签: discover viterbi algorm friend
上传时间: 2016-02-16
上传用户:xc216
% This program calculates Dilution of Precision with respect to a GPS * % receiver given its Cartesian ECEF position and the positions of four or * % more visible GPS satellites. It is a validation of the DOP algorIthm and * % contains reference positions for which the DOP results are known. *
标签: calculates Precision Dilution receiver
上传时间: 2014-01-25
上传用户:zq70996813
我用matlab写的一个corner detector, 效果比现在流行的harris,susan,CSS等效果要好。 algorIthm is derived from: X.C. He and N.H.C. Yung, Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support , Proceedings of the 17th International Conference on Pattern Recognition, 2:791-794, August 2004. Improved algorIthm has been included in A Corner Detector based on Global and Local Curvature Properties and submitted to Optical Engineering.
标签: detector matlab corner harris
上传时间: 2013-12-30
上传用户:569342831
我用C编写的汉诺塔算法的源程序,自认为写的不错,呵呵- I use the Chinese which C compiles to promise the tower algorIthm the source program, confessed for writes is good, ha-ha ,C-C++,控制台编程/Console
上传时间: 2014-01-11
上传用户:lhc9102
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorIthm implementation encodes a byte into a variable length bit array. Both of them can work with streams
标签: compression mplemented huffman specify
上传时间: 2013-12-03
上传用户:yzhl1988
Simple VaR Calculator provides: - Evaluation of return distribution of single asset or portfolio of assets - Volatility forecasts using moving average and exponential algorIthm - Value at Risk of single asset or portfolio measurement using parametric and historical simulation. - Historical data can be obtained from simple text file or MS Excel using Matlab Excel Links.
标签: distribution Calculator Evaluation portfolio
上传时间: 2013-12-21
上传用户:hasan2015
DBSCAN是一个基于密度的聚类算法。改算法将具有足够高度的区域划分为簇,并可以在带有“噪声”的空间数据库中发现任意形状的聚类。-DBSCAN is a density-based clustering algorIthm. algorIthm change will have enough height to the regional cluster. and to be with the "noise" of the spatial database found clusters of arbitrary shape.
上传时间: 2013-12-28
上传用户:q123321
中心点漂移是一种非监督聚类算法(与k-means算法相似,但应用范围更广些),可用于图像分割,基于Matlab实现的源码。 MedoidShift is a unsupervised clustering algorIthm(similar to k-means algorIthm, but can be used in border application fields), can be used for image segmentation. Included is the Matlab implementation source code.
上传时间: 2016-03-28
上传用户:wab1981
基本的k-means聚类算法c++实现,对于理解算法的过程非常有帮助。 Basic implementation of k-means algorIthm with c++, it is very helpful to understand the procedure of k-means algorIthm.
上传时间: 2013-12-01
上传用户:wangchong