搜索资源列表
背包的动态规划算法
- 背包的动态规划算法.rar-backpack dynamic programming algorithm. Rar
0-1背包的动态规划算法
- 动态规划0-1背包问题-Dynamic Programming 0-1 knapsack problem
背包问题(动态规划递归算法)的vc程序
- 用动态规划算法中的递归法求解背包问题的vc++6程序,已通过测试
动态规划算法
- 动态规划算法
动态规划算法
- 动态规划算法常见题解
用动态规划算法思想求最小编辑距离
- 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
dynprog
- 动态规划算法matlab源程序,m文件,从工具箱中调用。 -Dynamic programming algorithm matlab source, m file, from the toolbox call.
DYNPROG
- 我用MATLAB编的程序,存为txt文档格式,方便大家查看。这是我们组在学校国际赛选拔赛时编的程序,用于实现动态规划算法。可立即执行。-I compiled the program using MATLAB, save txt file format, we facilitate viewing. This is our group in the school when the series of international competitions qualifying procedures
car
- 使用动态规划算法求解汽车加油问题,求得费用的最小值,-The use of dynamic programming algorithm to solve the issue of motor vehicle fuel to obtain the minimum cost,
zero_one_question
- 算法中的经典问题:0——1 背包问题 在该程序中运用了动态规划算法成功解决了0——1背包问题-Classic problem of algorithm 0- 1 knapsack problem in the process use of dynamic programming algorithms succeeded in solving 0- 1 Knapsack Problem
BeiBao1
- 动态规划算法求解0-1背包问题,动态规划算法knapsack求最优值-Dynamic programming algorithm for solving 0-1 knapsack problem, dynamic programming algorithm for optimal value knapsack
c41
- 多段图用邻接矩阵存储,编写多段图问题的向后递推动态规划算法。-Multi-stage graph with adjacency matrix storage, the question of the preparation of multi-stage plan backward recursive dynamic programming algorithm.
dtguihua
- 动态规划算法的设计与实现本科毕业论文,已经通过的-Dynamic programming algorithm design and implementation of undergraduate thesis, already adopted by the
回溯法
- 利用回溯算法和动态规划函数,编写了资源约束下的二维动态规划算法,可用于资源分配方面的问题(Using backtracking algorithm and dynamic programming function, we write a two-dimensional dynamic programming algorithm under resource constraints, which can be used for resource allocation)
第04章 动态规划
- 对动态规划算法进行由浅入深的介绍,且附有算法示例(The introduction of the dynamic programming algorithm from shallow to deep, with an algorithm example)
动态规划问题
- 动态规划的实现,其中包含几个子文件,有一个背包算法的代码模块(Implementation of dynamic programming)
动态规划DP
- matlab编程实现动态规划算法,适合初学者使用(Matlab programming dynamic programming algorithm, suitable for beginners to use)
动态规划算法举例
- 动态规划问世以来,在经济管理、生产调度、工程技术和最优控制等方面得到了广泛的应用。例如最短路线、库存管理、资源分配、设备更新、排序、装载等问题,用动态规划方法比用其它方法求解更为方便。(Since the advent of dynamic programming, it has been widely used in economic management, production scheduling, engineering technology and optimal control. F
DP
- 基于动态规划算法对混合动力汽车能量管理策略建模后进行问题计算(Problem calculation of hybrid electric vehicle energy management strategy based on dynamic programming algorithm)
动态规划代码
- 数据结构与算法中动态规划相关概念习题及代码