搜索资源列表
腐蚀,膨胀,细化算法代码
- 腐蚀,膨胀,细化算法代码-corrosion, swelling, thinning algorithm code
Genetic Algorithm
- LinPacker是一个优化矩形布局的工具,是在具有遗传算法的半无限大小区完成这一操作的。对缩减工厂的库存是有用的。-LinPacker optimization is a rectangular layout of the tool, with a genetic algorithm in the semi-infinite size of the area to complete the operation. To reduce f
ant algorithm
- 关于蚂蚁算法方面的一些文章,这次一定要通过哦。-on the Ant Algorithm some articles that must pass oh.
Algorithm-Cluster-1.27.tar
- 聚类分析的源码集,希望大家喜欢-cluster analysis of source Set hope you like
图象的检测,模板匹配算法代码
- 图像处理,图像的检测,模板匹配算法代码,应用与模板搜索-image processing, image detection and template matching algorithm code, application templates and search
Berry-Ravindran algorithm
- 一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
边沿检测与提取,轮廓跟踪的图象算法
- vc++边沿检测与提高.轮廓跟踪的图象算法,一个好的图象处理原代码-vc edge detection and improve. Image contour tracking algorithm, a good source image processing
D-Algorithm
- 数字电路故障分析之D算法C++实现。按照教科书编写,可能比较古板。-digital circuit failure analysis algorithm C D realization. According to textbook writing, perhaps more rigid.
Interpolation-algorithm
- 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorith
Algorithm-Cluster-1.22.tar
- 关于图像处理的聚类软件及源代码,大家多参考一下吧-on Image Processing Cluster software and source code, everyone should take a look it
MSC
- Multiclass Spectral Clustering Algorithm,和Dominant-set算法同属于较常用的聚类算法,用于图像分割等-Multiclass Spectral Clustering Algorith m, and Dominant-set algorithm is more commonly used with the clustering algorithm for image segmentation
Face3DModel
- 利用opencv实现的快速模板匹配算法 Fast Template Matching Algorithm,提供Demo图像-use opencv achieve rapid template matching algorithm Fast Template Match ing Algorithm for Image Demo
basic-algorithm
- 讲述了各种常用经典算法,供新手和有经验的程序员学习使用-used on a variety of classical algorithm for novice and experienced programmers learning
clock-algorithm
- 本代码为页面置换算法中的NRU算法,即改进型Clock置换算法。-code for the page replacement algorithm the invariable algorithm, improved Clock replacement algorithm.
ant-system-algorithm
- C语言版本的蚁群系统算法,详细介绍了蚁群算法的步骤-C language version of the ant system algorithm, introduced in detail the steps Ant Algorithm
DTW-algorithm
- 关于DWT算法的实现方法完整源代码,有必要的注释,轻松易读!-DWT algorithm on the method source code integrity, it is necessary to the Notes and easily readable!
EM-algorithm
- 这篇文章介绍了EM算法,并且提出了一种加速算法,很不错-This article introduced the EM algorithm, and a speed up the algorithm, very good
algorithm.tar
- 一个算法教案,包括多精度数值处理、排列组合、枚举法、递归与回溯法、贪婪法等在章节-An Algorithm for lesson plans, including multi-precision numerical processing, permutation and combination, enumeration, recursive and backtracking, greedy method, such as in the
genetic-algorithm
- 这个是用遗传算法实现的最优路径规划,经本人验证完全可以实现,能够出图。-This is a genetic algorithm is used to realize the optimum path planning, as I can verify that the realization of a plan to.
Low_power_Modified_Booth_Multiplier
- 主題 : Low power Modified Booth Multiplier 介紹 : 為了節省乘法器面積、加快速度等等,許多文獻根據乘法器中架構提出改進的方式,而其中在1951年,A. D. Booth教授提出了一種名為radix-2 Booth演算法,演算法原理是在LSB前一個位元補上“0”,再由LSB至MSB以每兩個位元為一個Group,而下一個Group的LSB會與上一個Group的MSB重疊(overlap),G