動態規劃投資問題

// // 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][
相關文章
相關標籤/搜索