搜索资源列表
dongtaiguihua
- 设平面上有一个m´ n的网格,将左下角的网格点标记为(0,0)而右上角的网格点标记为(m,n)。某人想从(0,0)出发沿网格线行进到达(m,n),但是在网格点(i,j)处他只能向上行进或者向右行进,向上行进的代价为aij(amj =+¥ ),向右行进的代价是bij(bin =+¥ )。试设计一个动态规划算法,在这个网格中为该旅行者寻找一条代价最小的旅行路线。用高级程序设计语言编写程序求解动态规划模型。
dongtaiguihua
- 在VC++环境上,运用C语言程序,采用动态规划算法,实现了“租用游艇问题”,“抄写书稿问题”的优化设计。-In VC++ environment, the use of C language program, using dynamic programming algorithm, the realization of the " yacht rental," and " the question of copying the manuscr ipt" The
dongtaiguihua
- 有N项食物营养价值为Vi,价格为Pi,i=1,2,...n.套餐中每项食物至多出现一次,客人通常需要一个算法求解不超过总价值的营养价值最大的套餐-Nutritional value of food items has N as Vi, the price for the Pi, i = 1,2, ... n. packages at most once in each of the food, the guests usually no more than an algorithm for th
dongtaiguihua
- 对一个公交最佳运营路线的优化处理 采用动态规划法 vc++编程-Optimal operation of a bus route optimization using dynamic programming vc++ programming
DONGTAIGUIHUA
- matlab中运用动态规划算法在水利水电中的应用-Using the dynamic programming algorithm in the matlab application in water conservancy and hydropower
dongtaiguihua
- 最优控制中的动态规划问题,使用这个程序可以计算动态规划表,这个程序很实用-Optimal control of dynamic programming problem, this program can be calculated using the dynamic programming table, this program is very practical