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