搜索资源列表
-
0下载:
这是计算机算法基础中的动态规划的方法的一个例子,多段图是一个很经典的问题!这里的程序用于求解最小成本路径,用类似的思想可以解决最优分配方案的问题!-This is a computer algorithm based on the dynamic programming methods of an example, many of the map is a classic question! Here the procedures for calculating the minimum cost
-
-
0下载:
descr ipt the dynamic programming
-
-
0下载:
矩阵连乘:矩阵的连乘,利用动态规划算法解决次序问题-Matrix with x: a matrix of connection by using the dynamic programming algorithm to solve the order problem. .
-
-
0下载:
关于动态规划的ppt ,内容不错,适合学生学习使用。-the special ppt for dynamic programming,the content is perfect, and suits college students very well.
-
-
0下载:
算法分析设计之动态规划法Algorithm analysis and design of dynamic programming-Algorithm analysis and design of the dynamic programming Algorithm analysis and design of dynamic programming
-
-
0下载:
矩阵连乘:矩阵的连乘,利用动态规划算法解决次序问题-Multiplicative matrix: matrices with multiplication, the order of the dynamic programming algorithm to solve the problem
-
-
1下载:
运用动态规划推求水库的调度问题,单库问题-Using the dynamic programming
scheduling problem deduced reservoir
-
-
0下载:
动态规划(dynamic programming)是运筹学的一个分支,是求解决策过程(decision process)最优化的数学方法。-Dynamic programming (dynamic programming) is a branch of operations research, decision-making process is the solution (decision process) mathematical optimization methods.
-
-
0下载:
熟悉C/C++语言的集成开发环境;通过本实验加深对分治法、贪心算法的理解。掌握贪心算法、动态规划和回溯算法的概念和基本思想,分析并掌握"0-1"背包问题的三种算法,并分析其优缺点。-Master the greedy algorithm, the dynamic programming algorithm and back of the concept and basic thought, analysis and master "0-1" knapsack problem three algo
-
-
0下载:
输入初始的矩阵图;将每一步动态规划法的过程以矩阵形式输出 将最后的路径结果输出。-The initial input matrix Each step of the dynamic programming process to matrix form output Will the final path output.
-
-
0下载:
御用动态规划思想和策略,解决装配线调度问题。-Queen dynamic programming ideas and strategies to address the assembly line scheduling problem.
-
-
0下载:
matlab中运用动态规划算法在水利水电中的应用-Using the dynamic programming algorithm in the matlab application in water conservancy and hydropower
-
-
0下载:
动态规划计算斐波那契数(后一个数等于前面两个数的和)1,1,2,3,5,8,13,21,34,55,89,144…… -Dynamic programming computes Fibonacci numbers (after a number equal to the previous two numbers) 1,1,2,3,5,8,13,21,34,55,89,144 ......
-
-
0下载:
该程序是用动态规划方法解决旅行商问题,所用编程语言是C语言-The program is the dynamic programming method to solve the traveling salesman problem, the use of programming language is C language
-
-
0下载:
动态规划算法实现的最大公共字串的算法实现,非常有效的展现了动态规划算法思想-Algorithm for dynamic programming algorithm to achieve the greatest public string, very effective to show the dynamic programming algorithm ideas
-
-
0下载:
动态规划算法实现的最长不下降序列,非常好的展现了动态规划算法的精髓-The realization of dynamic programming algorithm for the longest do not drop sequence, very good to show the essence of the dynamic programming algorithm
-
-
0下载:
动态规划算法实现的一类背包问题,经典的动态规划算法实例-A class of dynamic programming algorithm knapsack problem, the classic examples of the dynamic programming algorithm
-
-
0下载:
最优控制中的动态规划问题,使用这个程序可以计算动态规划表,这个程序很实用-Optimal control of dynamic programming problem, this program can be calculated using the dynamic programming table, this program is very practical
-
-
2下载:
利用matlab语言,采用动态规划算法解决机器设备的调度问题,运行速度快,运行结果完美。-analyzes the allocation of resources in dynamic programming with Matlab , and conducts
procedure designs and computation with Matlab , simplifying complex issues and avoiding the cumbersome
calculation
-
-
7下载:
利用MATLAB实现动态规划中最短距离的计算。-Calculates the shortest distance between the dynamic programming
-