搜索资源列表
ayangmovie
- 有关遗传算法的例子,可以解决诸如数学中函数近似最大值,最短路径的问题.vb开发的,很好的 .-example, can be resolved, such as mathematics function approximate maximum shortest path problem. Vb development, very good.
zifuchuanpipeisuanfa
- 字符串近似匹配算法,具有实际应用意义-approximate string matching algorithm is practical significance!
traveljinshi
- 旅行售货员问题的近似算法 数据结构 算法 NP完全问题-traveling salesman problem approximation algorithm data structure algorithms NP-complete problem
np
- 顶点覆盖问题的NP完全证明和顶点覆盖优化问题的近似算法-vertex cover problem NP-complete certification and vertex cover the approximate optimization algorithm
用动态规划算法思想求最小编辑距离
- 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
RamdomMincut
- 最小切割的近似算法。希望能够对大家有所参考-Minimum cut approximation algorithm. We hope to be able to reference
ANewLlarge-scaleNetworkAapproximationAalgorithmFor
- 一种新的大规模网络最短路径的近似算法 不错的论文-A new large-scale network approximation algorithm for the shortest path
introduction_Algorithms
- 这书深入浅出,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。书中专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。此书还介绍了对强连通子图算法正确性的证明,对哈密顿回路和子集求和问题的NP完全性的证明等内容。全书提供了900多个练习题和
Fresnel
- 对于菲涅尔积分的近似算法的多项式逼近算法 有助于避开原来复杂的积分-calculate the integral of Fresnel
Approximate1
- 近似算法;最优适宜装箱问题的实现,用C++语言编写-Approximation algorithm optimal implementation of appropriate packing problem, using C++ language
assemble
- 装箱问题是大家经常碰到的问题,也有很多解决方法,这里使用近似算法解决。-Packing problem is that we often encounter the problem, there are many solutions, approximation algorithm is used here to solve.
Introduction-to-Algorithms-3rd
- 《算法导论(原书第2版)》一书深入浅出,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。本书专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。本书还介绍了对强连通子图算法正确性的证明,对哈密顿回路和子集求和问题的NP完全性的证明等内容。全书提
approxIndep
- 求独立集的近似算法,使用C++描述,供算法设计学习者参考-For independent set approximation algorithm, using C descr iption
The-maximum-minimum--
- 旅行商最短路径问题近似算法最大最小蚁群算法,使用vc2008版本-Maximum and minimum ant colony algorithm
lvxingjisi
- 旅行售货员问题,近似算法实现,算法分析是习题源码,可以调试通过,实习时做的-Traveling salesman problem, approximation algorithm, algorithm analysis exercises the source code, you can debug through, to do an internship at the
songchi
- 超松弛迭代算法用于线性规划中求解最优解,而且属于近似算法。-Over-relaxation iterative algorithm for solving linear programming optimal solution, but also belongs to the approximation algorithm.
probaility-of-coin-drop
- 对投币过程进行模拟,采用近似算法,绘制正态分布概率分布-Simulate the process on the coin, the use of approximation algorithms, rendering normal probability distribution
lvyoubeibao
- 旅游背包问题,采用近似算法BF、CF算法。题目:第i个物体大小为 Si, 箱子尺寸为c(maxSi<c). 现在有n个物体和m个箱子。请问,我们最少需要多少个箱子来储存这些物体? 要求: 输入 文件名 输出:最少箱子数量 文件名对应的文件内容是 第一行 物体数量n 箱子尺寸C 第二行 用空格分隔的i个物体的大小 其中的数字都是整数,物体和箱子均不能分隔-Travel knapsack problem, the use of approximation algor
Market_C
- NP问题的近似算法实现,VC++ 6.0开发环境 / C++语言,关于超市选点-NP problem to achieve approximation algorithm, VC++ 6.0 development environment/C++ language, on the supermarket site selection
covmrphort
- 自己编写的,背包问题的各种近似算法以及动态规划算法,请多多指教()