-
ACO-for-shortest-path
数学建模 蚁群算法最短路径通用Matlab程序(Ant Colony Algorithm for shortest path Matlab source code)
- 2013-12-07 19:41:16下载
- 积分:1
-
dirdetect
通过图像像素点之间的相关性来判断该像素点为噪声点还是信号点,进而对其进行滤波。(first, we judge the image pixel that it is noise pixel or signal pixel by compute the correlations between them.then we remove the noise of the image.)
- 2009-05-26 16:06:27下载
- 积分:1
-
bhkhkgghgjhg
support classifier vector
- 2011-10-11 20:01:50下载
- 积分:1
-
zuixuanminzufeng
基于matlab的最炫民族风的程序代码,当程序加载完成后,点击运行,就会出来美丽动听的节奏,逼真形象(Matlab based on the most unusual national wind program code when the program has finished loading, click Run, will come out beautiful and touching paced, realistic image)
- 2013-04-17 11:07:19下载
- 积分:1
-
CoTrade
COTRADE算法通过MATLAB编写,通过数据和修改相关技术,实现了传统的协同算法的加强(The package includes the MATLAB code of COTRADE, which is designed for enhancing traditional co-training algorithm by incorporating data editing techniques. )
- 2012-02-13 13:35:48下载
- 积分:1
-
water_filling_algorithm
关于注水算法的简单演示。在总功率受限的情况下通过功率分配逼近香农信道容量(performs the water filling algorithm with the given total power constrain to approach Shannon capacity of the channel.)
- 2013-12-13 11:20:19下载
- 积分:1
-
surrogated models
几种验证代理模型精度时常用的多项式函数。程序可在matlab中绘制相应函数图形,计算对应点处函数值,后续在代理模型中可以验证代理模型精度。(Several verification surrogated models accuracy is commonly used when polynomial functions are used. The program can draw the corresponding function graph in MATLAB, calculate the function value at the corresponding point, and then verify the accuracy of the agent model in the proxy model.)
- 2020-11-03 14:59:52下载
- 积分:1
-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1
-
YUV2AVI
converts uncompressed .yuv files into .avi files
- 2009-12-20 07:55:13下载
- 积分:1
-
a
说明: 实现任意运动模糊图像的恢复问题中模糊角度的自动鉴别(Realization of automatic identification of motion blurred image angle)
- 2012-05-03 19:15:33下载
- 积分:1