动态规划投资问题

// // opt_investment.c // // // Created by focus on 2018/3/18. // #include "opt_investment.h" #include<stdio.h> #include<limits.h> #define ROWS 4//投资的项目数量 #define COLS 5//投资的钱数(单位:万元) int F[ROWS+1][
相关文章
相关标签/搜索