資源簡介
數值計算常用的算法(基本涵蓋所有算法),如果要學習數值計算,就可以參考這些代碼,大概有上百個,如果有同學做數值計算實驗,也可以參考。
代碼片段和文件信息
#include?
using?namespace?std;
int?main(?)
{
????int?number_of_pods?peas_per_pod?total_peas;
????cout?<“Press?return?after?entering?a?number.\n“;
????cout?<“Enter?the?number?of?pods:\n“;
????cin?>>?number_of_pods;
????cout?<“Enter?the?number?of?peas?in?a?pod:\n“;
????cin?>>?peas_per_pod;
????total_peas?=?number_of_pods?*?peas_per_pod;
????cout?<“If?you?have?“;
????cout?<????cout?<“?pea?pods\n“;
????cout?<“and?“;
????cout?<????cout?<“?peas?in?each?pod?then\n“;
????cout?<“you?have?“;
????cout?<????cout?<“?peas?in?all?the?pods.\n“;
????return?0;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-09-13?14:51??常用算法程序集(C++描述)源碼\
?????目錄???????????0??2012-09-13?14:51??常用算法程序集(C++描述)源碼\ch01\
?????文件????????2702??2008-03-18?08:09??常用算法程序集(C++描述)源碼\ch01\1CHOL.CPP
?????文件????????4631??2008-03-17?17:06??常用算法程序集(C++描述)源碼\ch01\1CINV.CPP
?????文件???????16159??2008-03-18?09:06??常用算法程序集(C++描述)源碼\ch01\1GINV.CPP
?????文件????????2884??2008-03-18?08:17??常用算法程序集(C++描述)源碼\ch01\1LLUU.CPP
?????文件????????3773??2008-03-18?08:25??常用算法程序集(C++描述)源碼\ch01\1MAQR.CPP
?????文件???????15479??2008-03-18?08:44??常用算法程序集(C++描述)源碼\ch01\1MUAV.CPP
?????文件????????2416??2008-03-17?21:13??常用算法程序集(C++描述)源碼\ch01\1RANK.CPP
?????文件????????3219??2008-03-17?17:01??常用算法程序集(C++描述)源碼\ch01\1RINV.CPP
?????文件????????2535??2008-03-17?21:05??常用算法程序集(C++描述)源碼\ch01\1SDET.CPP
?????文件????????2388??2008-03-17?20:42??常用算法程序集(C++描述)源碼\ch01\1SSGJ.CPP
?????文件????????3404??2008-03-17?16:53??常用算法程序集(C++描述)源碼\ch01\1TCMUL.CPP
?????文件????????2922??2008-03-17?20:51??常用算法程序集(C++描述)源碼\ch01\1TRCH.CPP
?????文件????????2269??2008-03-17?16:38??常用算法程序集(C++描述)源碼\ch01\1TRMUL.CPP
?????文件?????????148??2008-03-18?08:10??常用算法程序集(C++描述)源碼\ch01\chol.out
?????文件??????????60??2008-03-18?08:05??常用算法程序集(C++描述)源碼\ch01\chol.txt
?????文件?????????427??2008-03-17?17:12??常用算法程序集(C++描述)源碼\ch01\cinv.out
?????文件?????????259??2008-03-17?17:04??常用算法程序集(C++描述)源碼\ch01\cinv.txt
?????文件?????????910??2008-03-18?09:07??常用算法程序集(C++描述)源碼\ch01\ginv.out
?????文件?????????100??2008-03-18?08:55??常用算法程序集(C++描述)源碼\ch01\ginv.txt
?????文件?????????185??2008-03-18?08:17??常用算法程序集(C++描述)源碼\ch01\lluu.out
?????文件??????????68??2008-03-18?08:13??常用算法程序集(C++描述)源碼\ch01\lluu.txt
?????文件?????????328??2008-03-18?08:26??常用算法程序集(C++描述)源碼\ch01\maqr.out
?????文件??????????52??2008-03-18?08:21??常用算法程序集(C++描述)源碼\ch01\maqr.txt
?????文件?????????389??2008-03-18?08:44??常用算法程序集(C++描述)源碼\ch01\muav1.out
?????文件??????????62??2008-03-18?08:34??常用算法程序集(C++描述)源碼\ch01\muav1.txt
?????文件?????????410??2008-03-18?08:44??常用算法程序集(C++描述)源碼\ch01\muav2.out
?????文件??????????61??2008-03-18?08:34??常用算法程序集(C++描述)源碼\ch01\muav2.txt
?????文件?????????637??2008-03-18?08:45??常用算法程序集(C++描述)源碼\ch01\muav3.out
?????文件?????????100??2008-03-18?08:34??常用算法程序集(C++描述)源碼\ch01\muav3.txt
............此處省略556個文件信息
評論
共有 條評論