#includeusingnamespacestd;typedeflistLISTINT;LISTINTlistAnother;LISTINTlist_result;intd[4][">
動態(tài)規(guī)劃實現(xiàn)貨郎擔問題

動態(tài)規(guī)劃實現(xiàn)貨郎擔問題

ID:44876352

大?。?3.00 KB

頁數(shù):3頁

時間:2019-11-01

動態(tài)規(guī)劃實現(xiàn)貨郎擔問題_第1頁
動態(tài)規(guī)劃實現(xiàn)貨郎擔問題_第2頁
動態(tài)規(guī)劃實現(xiàn)貨郎擔問題_第3頁
資源描述:

《動態(tài)規(guī)劃實現(xiàn)貨郎擔問題》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫

1、#include#includeusingnamespacestd;typedeflistLISTINT;LISTINTlistAnother;LISTINTlist_result;intd[4][4]={{-1,10,15,20},{5,-1,9,10},{6,13,-1,12,},{8,8,9,-1}};//路徑權(quán)值intmatrix_length=4;intgetPath(intn,LISTINTlist_org){LISTINT::iteratori;intminValue;if(n==1){i=list_org.begin();m

2、inValue=d[*i-1][0];if(list_org.size()==matrix_length-1){list_result=list_org;}}else{inttemp;i=list_org.begin();temp=*i;list_org.erase(i);i=list_org.begin();minValue=d[temp-1][*(i)-1]+getPath(n-1,list_org);if(list_org.size()==matrix_length-1){list_result=list_org;}for(intj=2;j

3、.begin();for(intk=1;k

4、n(intargc,char*argv[]){LISTINTlist_org;LISTINT::iteratorh;list_org.push_front(4);list_org.push_front(3);list_org.push_front(2);list_org.push_front(1);cout<<"--------貨郎擔問題動態(tài)規(guī)劃算法--------"<

5、x_length;k++){cout<<""<:";for(h=list_result.begin();h!=list_result.end();++h)cout<<*h<<"";cout<>i;return0;}

當前文檔最多預覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當前文檔最多預覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學公式或PPT動畫的文件,查看預覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負責整理代發(fā)布。如果您對本文檔版權(quán)有爭議請及時聯(lián)系客服。
3. 下載前請仔細閱讀文檔內(nèi)容,確認文檔內(nèi)容符合您的需求后進行下載,若出現(xiàn)內(nèi)容與標題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。