文件名称:Dynamic_Programming
- 所属分类:
- 数值算法/人工智能
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 880kb
- 下载次数:
- 0次
- 提 供 者:
- 钱*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
利用动态规划来完成找零钱问题
计一个动态规划算法如何解决找零问题,对1≤j≤L,计算出所有的C( n,j )。算法中只允许实用一个长度为L的数组。找出用钱的最小个数。
(2) 0<=k<=j i>=1 i<=n,maxint c(i,k)硬币枚数
-Dynamic programming problems to complete the count to keep the change a dynamic programming algorithm to solve the problem give change for 1 ≤ j ≤ L, to calculate all the C (n, j). Algorithm is only practical with a length L of the array. Find the minimum number of money. (2) 0 < = k < = ji> = 1 i < = n, maxint c (i, k) the number of gold coins
计一个动态规划算法如何解决找零问题,对1≤j≤L,计算出所有的C( n,j )。算法中只允许实用一个长度为L的数组。找出用钱的最小个数。
(2) 0<=k<=j i>=1 i<=n,maxint c(i,k)硬币枚数
-Dynamic programming problems to complete the count to keep the change a dynamic programming algorithm to solve the problem give change for 1 ≤ j ≤ L, to calculate all the C (n, j). Algorithm is only practical with a length L of the array. Find the minimum number of money. (2) 0 < = k < = ji> = 1 i < = n, maxint c (i, k) the number of gold coins
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Dynamic_Programming\Debug\Dynamic_Programming.exe
...................\.....\Dynamic_Programming.ilk
...................\.....\Dynamic_Programming.pch
...................\.....\Dynamic_Programming.pdb
...................\.....\money.obj
...................\.....\vc60.idb
...................\.....\vc60.pdb
...................\Dynamic_Programming.dsp
...................\Dynamic_Programming.dsw
...................\Dynamic_Programming.ncb
...................\Dynamic_Programming.opt
...................\Dynamic_Programming.plg
...................\input.txt
...................\money.cpp
...................\output.txt
...................\Debug
Dynamic_Programming
...................\.....\Dynamic_Programming.ilk
...................\.....\Dynamic_Programming.pch
...................\.....\Dynamic_Programming.pdb
...................\.....\money.obj
...................\.....\vc60.idb
...................\.....\vc60.pdb
...................\Dynamic_Programming.dsp
...................\Dynamic_Programming.dsw
...................\Dynamic_Programming.ncb
...................\Dynamic_Programming.opt
...................\Dynamic_Programming.plg
...................\input.txt
...................\money.cpp
...................\output.txt
...................\Debug
Dynamic_Programming