搜索结果

找到约 1,132 项符合 AlgorIThm 的查询结果

按分类筛选

显示更多分类

数值算法/人工智能 In this example we solve the following single ODE Program Name: RKG-1.FOR (Runge-Kutta-Gill algorit

In this example we solve the following single ODE Program Name: RKG-1.FOR (Runge-Kutta-Gill algorithm, fixed step size)
https://www.eeworm.com/dl/518/257306.html
下载: 57
查看: 1060

通讯/手机编程 The algorm of viterbi. You talk to your friend three days in a row and discover that on the first da

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 w ...
https://www.eeworm.com/dl/527/260057.html
下载: 147
查看: 1051

matlab例程 % This program calculates Dilution of Precision with respect to a GPS * % receiver given its Cartes

% 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. * ...
https://www.eeworm.com/dl/665/266844.html
下载: 87
查看: 1070

matlab例程 我用matlab写的一个corner detector, 效果比现在流行的harris

我用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, ...
https://www.eeworm.com/dl/665/269428.html
下载: 188
查看: 1113

数据结构 我用C编写的汉诺塔算法的源程序

我用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
https://www.eeworm.com/dl/654/269827.html
下载: 178
查看: 1202

压缩解压 The LZW compression class i mplemented as a fixed length code which you can specify, the huffman alg

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
https://www.eeworm.com/dl/617/270242.html
下载: 141
查看: 1069

matlab例程 Simple VaR Calculator provides: - Evaluation of return distribution of single asset or portfolio

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 dat ...
https://www.eeworm.com/dl/665/275217.html
下载: 165
查看: 1030

并行计算 DBSCAN是一个基于密度的聚类算法。改算法将具有足够高度的区域划分为簇

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 cluste ...
https://www.eeworm.com/dl/694/275706.html
下载: 199
查看: 1047

人工智能/神经网络 中心点漂移是一种非监督聚类算法(与k-means算法相似

中心点漂移是一种非监督聚类算法(与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 imple ...
https://www.eeworm.com/dl/650/276944.html
下载: 85
查看: 1074

人工智能/神经网络 基本的k-means聚类算法c++实现

基本的k-means聚类算法c++实现,对于理解算法的过程非常有帮助。 Basic implementation of k-means algorithm with c++, it is very helpful to understand the procedure of k-means algorithm.
https://www.eeworm.com/dl/650/276950.html
下载: 25
查看: 1062