Welcome![Sign In][Sign Up]
Location:
Search - algorithm

Search list

[Software EngineeringFast-Video-Segmentation-Algorithm

Description: 快速视频分割算法-Fast video segmentation algorithm
Platform: | Size: 1470464 | Author: lijin | Hits:

[Data structsEM-algorithm

Description: 这篇文章介绍了EM算法,并且提出了一种加速算法,很不错-This article introduced the EM algorithm, and a speed up the algorithm, very good
Platform: | Size: 1340416 | Author: guoguo | Hits:

[matlabWaterfilling.Algorithm

Description: Waterfilling algorithm (from [Palomar and Fonollosa, Trans-SP2004]) to compute: pi = (mu*ai - bi)^+ sum(pi) = Pt By Daniel Perez Palomar (last revision: May 10, 2004).-Waterfilling algorithm (from [Palomar and Fonollosa, Trans-SP2004]) to compute: pi = (mu*ai- bi)^+ sum(pi) = Pt By Daniel Perez Palomar (last revision: May 10, 2004).
Platform: | Size: 1024 | Author: 马文 | Hits:

[Data structsalgorithm.tar

Description: 一个算法教案,包括多精度数值处理、排列组合、枚举法、递归与回溯法、贪婪法等在章节-An Algorithm for lesson plans, including multi-precision numerical processing, permutation and combination, enumeration, recursive and backtracking, greedy method, such as in the chapters
Platform: | Size: 416768 | Author: jhiter | Hits:

[Data structsAlgorithm

Description: 数据结构算法 分治算法、贪心算法、动态规划法、回溯法、分治定界法-Data structure algorithm sub-rule algorithm, greedy algorithms, dynamic programming, backtracking, sub-rule-bound method
Platform: | Size: 2419712 | Author: 杨钦龙 | Hits:

[AI-NN-PRgenetic-algorithm

Description: 这个是用遗传算法实现的最优路径规划,经本人验证完全可以实现,能够出图。-This is a genetic algorithm is used to realize the optimum path planning, as I can verify that the realization of a plan to.
Platform: | Size: 4096 | Author: qushaohua | Hits:

[JSP/JavaJava+algorithm

Description: java算法大全,非常实用,讲解非常清晰,易懂易学-java algorithm Daquan, very useful to explain the very clear and easy to understand and easy to learn
Platform: | Size: 3378176 | Author: yejiachun | Hits:

[AI-NN-PRGenetic-algorithm

Description: Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代表了基因遗传算法的结果。每次迭代,算法生成一个染色体,这些子孙染色体又会产生新的迭代……关键内容 这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。 如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中-err
Platform: | Size: 3177472 | Author: chen | Hits:

[AI-NN-PRGentle++Tutorial+of+the+EM++Algorithm

Description: 详细介绍EM算法的好书!!!!PDF格式-EM algorithm detailed book! ! ! ! PDF format
Platform: | Size: 99328 | Author: CK | Hits:

[Special EffectsAn.Image.Mosaic.Algorithm.Based.on.Matching.Shape.

Description: 提 出了一种基于形状模板 匹配的图像 自动拼接 方法。提取 图像 的角点作 为特 征点,利用归一化梯度模板对 其进行预 匹配.然后 利用形状模板在 四个方 向对模板 内图像的边缘 点与模板边界的最短距 离进行统计 ,获取模板 图像的 结构特征向量以实现对特征点的精确匹配。实验结果表明该算法具有较好的实用价值。 -A shape-based template matching method of image auto-splicing. Extract image feature points as corner points, using the normalized gradient of their pre-match template. The shape of the template and then use the template in the four directions within the image edge point and the shortest distance between the template border statistics, access to the template image of the structure of eigenvectors of the feature points in order to achieve the exact match. Experimental results show that the algorithm has good practical value.
Platform: | Size: 171008 | Author: memcpy | Hits:

[Documentsalgorithm

Description: 南京大学陈道蓄教授的算法课件,内部资料,希望大家喜欢-Nanjing University Professor Chen Daoxu algorithm courseware, internal information, I hope you like
Platform: | Size: 2512896 | Author: 陈江 | Hits:

[Data structsalgorithm

Description: 计算机算法设计与分析 王晓东 全部ppt-Computer algorithm design and analysis of all ppt Xiaodong
Platform: | Size: 2885632 | Author: james | Hits:

[Mathimatics-Numerical algorithmsAn-Adaptive-Ant-Colony-Algorithm-Applied-to-Bidire

Description: 自适应蚁群算法在车间调度中的应用研究,包含了绝大部分详细研究说明文档。-Adaptive ant colony algorithm in the shop scheduling of applied research, contains a detailed study of the vast majority of documentation.
Platform: | Size: 12291072 | Author: baihualin | Hits:

[Otheralgorithm-solution(1-10)

Description: Anany Levitin的算法设计与分析基础的课后习题全部答案(英文).-Anany Levitin algorithm design and analysis based on after-school exercise all the answers (in English).
Platform: | Size: 2457600 | Author: 张恒 | Hits:

[Data structsreport+of+Algorithm

Description: 算法设计的实验报告 包括Bottom-Up Merge Sorting算法、插入排序算法Heaps的创建堆、堆排序算法、按秩合并算法以及带路径压缩算法、实现查找第K小元素算法、实现快速排序算法、实现平面内最接近点对算法、实现最长公共子序列算法、实现矩阵链相乘算法、实现0/1背包问题算法、实现Dijistra’s算法、Prim算法、Kruskal算法、文件压缩算法-Experimental Algorithm Design Report including Bottom-Up Merge Sorting Algorithm, Insertion Sort algorithm creation Heaps Heap, Heap Sort algorithm, according to rank and merge algorithm with path compression algorithm to find the first small element K algorithm, the realization of quick sort algorithm, the realization of planar within the nearest point on the algorithm to achieve the longest common sub-sequence algorithm, the realization of matrix-chain multiplication algorithm, the realization of 0/1 knapsack problem algorithm Dijistra s algorithm, Prim algorithm, Kruskal algorithm, file compression algorithm
Platform: | Size: 28672 | Author: 苏宁 | Hits:

[matlabmatlab-genetic-algorithm-toolbox

Description: matlab遗传算法工具箱函数及实例讲解-matlab genetic algorithm toolbox function and examples to explain
Platform: | Size: 110592 | Author: lin | Hits:

[matlabPrim-minimum-spanning-tree-algorithm

Description: 最小生成树Prim算法的matlab文件,无论是在数据结构还是在图论中都有广泛的应用-Prim minimum spanning tree algorithm matlab file, whether in data structures or graph theory, there are a wide range of applications
Platform: | Size: 1024 | Author: 小明 | Hits:

[AI-NN-PRgenetic-algorithm-artificial-life-simulation

Description: 基于遗传算法的人工生命模拟,用VC++编写,对于理解遗传算法有好处-Based on genetic algorithm artificial life simulation, using VC++ to prepare, good for understanding the genetic algorithm
Platform: | Size: 8192 | Author: 刘长乐 | Hits:

[AI-NN-PRArtificial-Immune-Algorithm

Description: 用CSHARP编写,通过人工免疫算法来实现垃圾邮件的过滤-CSHARP preparation used through artificial immune algorithm to achieve the filtering spam
Platform: | Size: 337920 | Author: 包波 | Hits:

[matlabColony-algorithm

Description: 给出算例的蜜蜂算法,可以用于智能优化,有实例,可供参考修改应用-Colony algorithm
Platform: | Size: 58368 | Author: 王威 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net