搜索资源列表
矩阵链乘算法
- 距阵链乘问题: 找出矩阵链乘A(35*40) A(40*20) A(20*10) A(10*15)的最佳相乘次序。 算法来自:计算机算法导引-matrix chain by : identify matrix chain by A (35 * 40) A (40 * 20) A (20 * 10) A (10 * 15) concludes the best order. Algorithm from : computer algorithm Seeker
优化作业_DFP算法
- 运筹学中的解线性规划问题的一种方法,DFP 算法-tacticians solution of linear programming problems, a method DFP Algorithm
AstarPathFinder
- 实现A*算法的C#源代码,不依赖于任何GIS平台,可用于最优路径分析等。共享出来供大家参考。 欢迎批评指正:-) -achieving A * algorithm in C# source code, is not dependent on any platform GIS can be used for optimal path analysis. Share them out for reference. Welcome criticism corrected :-)
pid算法
- 简单明了的PID控制算法,可以参考一下-simple PID control algorithm, a reference
flash过河算法
- 警察小偷爸爸妈妈儿子女儿过河,这个游戏不用说的吧,应该很多人见过,一般是考察隔壁邻居家小朋友智商的,有人把他做成了FLASH游戏。规则如游戏图。详细请看文件中那个FLASH游戏-police thieves Mom and Dad son daughter to cross the river, the game goes without saying that it should be seen many people, the general is to investigate the ch
A star算法类的C++语言实现
- A star算法类的C++语言实现-algorithm category C Language
自适应Simpson积分算法
- 这是一个很实用的求积分算法,自适应算法是一种很有前途的算法,特为其发展贡献绵薄之力。-This is a very practical for integration algorithm, adaptive algorithm is a very promising algorithm, special small way contribute to its development.
伪随机数生成算法,很优秀c
- 这是一个随机数生成程序,特别适用于随机数的生成-This is a random number generator procedures, in particular as applied to random number generator
简单的循环赛vc算法
- 一个简单的算法,本源代码给出了16只队伍,进行双循环的赛程编排-a simple algorithm, the source code is 16 teams, double-scheduling cycle race
A算法详细解答
- 这里有人工智能的A*算法看能不能帮到你。。我是在里面得到了不少的经验的-here is the AI A * algorithm can do to help you. . I was there to be a lot of experience
A
- A*算法求解野人与传教士问题。A*算法求解野人与传教士问题 -A* algorithm to solve the problem of the savages and missionaries. A* algorithm for solving the savages and missionaries problem A* algorithm for solving the problem of savages and missionaries
A
- (一)目的 1、实现经典数据挖掘算法Apriori 2、使用数据挖掘算法从数据集中发现知识 -realize the apriori
AstarPath
- 经过改造与优化的A*算法, 求最短路径,能够标识出每一步寻找的结点。-After transformation and optimization of the A* algorithm, seeking the shortest path to identify each step of the search nodes.
A
- A算法 A算法解决8位数码问题(九宫) C++语言编写,已经测试。-A algorithm A algorithm to solve the eight digital issues (Jiugong) C++ language has been tested.
零基础学算法_第二版
- 数据结构课程的实践性是很强的, 不只是要掌握理论上的方法, 还必须将这些方法应用到程序设计的实践中去。 鉴于此, 作者编写了本书。 本书没有详细介绍各种数据结构的原理, 而是重点介绍各种数据结构的实现方法, 及相应的具体程序代码。(The practice of data structure course is very strong, not only to grasp the theoretical method, but also must apply these methods to t
MDVRP_遗传算法
- MDVRP_遗传算法 可以运行 希望对大家有帮助(a solution to MDVRP ,i hope it can help you)
回溯算法解决8皇后问题
- 利用回溯算法计算8皇后问题,计算出最终方案(A backtracking algorithm is used to calculate the 8 Queens, and the final scheme is calculated.)
10种简单的数字滤波C语言源程序算法
- 10种简单的数字滤波C语言源程序算法:1、限副滤波,2、中位值滤波法,3、算术平均滤波法(A simple digital filter C language source program algorithm)
模拟退火算法及其在求解TSP中的应用
- 模拟退火算法(Simulated Annealing,SA)最早的思想是由N. Metropolis [1] 等人于1953年提出。1983 年,S. Kirkpatrick 等成功地将退火思想引入到组合优化领域。它是基于Monte-Carlo迭代求解策略的一种随机寻优算法,其出发点是基于物理中固体物质的退火过程与一般组合优化问题之间的相似性。(The earliest idea of Simulated Annealing (SA) was put forward by N. Metropo
0带约束的差分进化算法1
- 基于Python编写的差分进化原理的带边界条件约束算法(A band constraint algorithm based on differential evolution algorithm)