資源簡介
一個用c++編寫的模擬銀行系統,基于數據結構的事件驅動。

代碼片段和文件信息
#include
#include“simulate.h“
using?namespace?std;
int?main(void)
{
char?c;
//srand(time(NULL));
cout.setf(ios::fixed?ios::floatfield);
cout.precision(1);
do{
zjh();
Simulate?temp;
temp.RunSimulation();
temp.PrintSimulation();
cout<<“是否繼續執行?(Y/N)“< cin>>c;
new_line();
}while(c==‘y‘||c==‘Y‘);
return?0;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????112640??2009-12-13?14:06??DS\Debug\DS.exe
?????文件?????569252??2009-12-13?14:06??DS\Debug\DS.ilk
?????文件?????830464??2009-12-13?14:06??DS\Debug\DS.pdb
?????文件???????6572??2009-12-13?14:06??DS\DS\Debug\BuildLog.htm
?????文件????????621??2009-12-13?14:06??DS\DS\Debug\DS.exe.intermediate.manifest
?????文件?????412022??2009-12-13?14:06??DS\DS\Debug\main.obj
?????文件?????????63??2009-12-13?14:06??DS\DS\Debug\mt.dep
?????文件?????281600??2009-12-13?14:06??DS\DS\Debug\vc90.idb
?????文件?????290816??2009-12-13?14:06??DS\DS\Debug\vc90.pdb
?????文件???????4057??2009-12-12?12:31??DS\DS\DS.vcproj
?????文件???????1409??2009-12-28?17:46??DS\DS\DS.vcproj.zjh-PC.zjh.user
?????文件???????3322??2005-05-14?00:00??DS\DS\d_except.h
?????文件???????1576??2005-05-14?00:00??DS\DS\d_random.h
?????文件???????8847??2009-11-27?13:46??DS\DS\d_time24.h
?????文件???????1387??2009-12-12?23:30??DS\DS\Event.h
?????文件????????685??2009-12-11?15:27??DS\DS\hanshu.h
?????文件????????373??2009-12-12?13:59??DS\DS\main.cpp
?????文件???????5325??2009-12-13?14:06??DS\DS\simulate.h
?????文件???????1641??2009-12-13?13:52??DS\DS\Window.h
?????文件?????199953??2009-12-13?14:13??DS\DS\數據結構大型實驗.docx
?????文件????5573632??2009-12-28?17:46??DS\DS.ncb
?????文件????????877??2009-12-11?13:28??DS\DS.sln
????..A..H.?????26112??2009-12-28?17:46??DS\DS.suo
?????目錄??????????0??2010-01-25?18:39??DS\DS\Debug
?????目錄??????????0??2010-01-25?18:39??DS\Debug
?????目錄??????????0??2010-01-25?18:39??DS\DS
?????目錄??????????0??2010-01-25?18:39??DS
-----------?---------??----------?-----??----
??????????????8333246????????????????????27
............此處省略0個文件信息
- 上一篇:C++資源管理器(制作步驟詳細)
- 下一篇:C語言編寫的電子地圖管理系統
評論
共有 條評論