資源簡介
對于教務處來,工作之一主要是管理教室內各種設備和物品,現在要求設計一套管理系統,管理內教室內的各種設備。
功能要求如下:
1、 教室描述,教室狀態描述
2、 教務處設備管理,設備狀態管理
3、 教室內增加設備,減少設備,查詢設備(設備要求有5個以上的種類)
4、 教室內信息顯示,查詢

代碼片段和文件信息
//CMain.cpp
#include
#include
#include
#include
#include
#include
#include“CTET.h“
using?namespace?std;
int?main()
{
SchoolRoom?SRP;
ShowFance?SHFP;
baseE?*p=&SRP;
SHFP.SystemShow();
int?i=0;
string?cstr=“Y“;
while(cstr==“Y“||cstr==“y“)
{
i=SHFP.titleShow();
switch(i)
{
case?1:
SRP.Add_DecEquipMent();
break;
case?2:
SRP.FindSystem();
break;
default:
break;
}
cstr=SHFP.ShowYN();
}
SHFP.EndThank();
return?0;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????554??2010-03-12?21:44??ctet_2008\ctet_2008\CMain.cpp
?????文件??????18252??2010-01-21?19:17??ctet_2008\ctet_2008\CTET.CPP
?????文件???????5563??2010-01-21?19:11??ctet_2008\ctet_2008\CTET.h
?????文件???????4105??2010-01-21?13:32??ctet_2008\ctet_2008\ctet_2008.vcproj
?????文件???????1423??2010-01-22?00:01??ctet_2008\ctet_2008\ctet_2008.vcproj.20100104-2201.Administrator.user
?????文件???????1427??2010-03-12?21:52??ctet_2008\ctet_2008\ctet_2008.vcproj.PC-20100309OOTL.Administrator.user
?????文件???????1716??2010-01-21?19:19??ctet_2008\ctet_2008\data.txt
?????文件???????1714??2010-01-21?19:19??ctet_2008\ctet_2008\data_b.txt
?????文件????????862??2010-01-21?19:19??ctet_2008\ctet_2008\Data_Room.txt
?????文件???????7010??2010-03-12?21:45??ctet_2008\ctet_2008\Debug\BuildLog.htm
?????文件??????47451??2010-03-12?21:45??ctet_2008\ctet_2008\Debug\CMain.obj
?????文件?????613077??2010-01-21?19:17??ctet_2008\ctet_2008\Debug\CTET.obj
?????文件????????663??2010-01-21?13:46??ctet_2008\ctet_2008\Debug\ctet_2008.exe.em
?????文件????????728??2010-01-21?13:46??ctet_2008\ctet_2008\Debug\ctet_2008.exe.em
?????文件????????621??2010-03-12?21:45??ctet_2008\ctet_2008\Debug\ctet_2008.exe.intermediate.manifest
?????文件?????????67??2010-03-12?21:45??ctet_2008\ctet_2008\Debug\mt.dep
?????文件?????141402??2010-01-21?19:11??ctet_2008\ctet_2008\Debug\Showsystem.obj
?????文件?????723968??2010-03-12?21:45??ctet_2008\ctet_2008\Debug\vc90.idb
?????文件?????339968??2010-03-12?21:45??ctet_2008\ctet_2008\Debug\vc90.pdb
?????文件??????13487??2010-01-21?19:11??ctet_2008\ctet_2008\Showsystem.cpp
?????文件????????893??2010-01-21?13:31??ctet_2008\ctet_2008.sln
????..A..H.?????17920??2010-01-22?00:01??ctet_2008\ctet_2008.suo
?????文件?????181248??2010-03-12?21:45??ctet_2008\Debug\ctet_2008.exe
?????文件?????709384??2010-03-12?21:45??ctet_2008\Debug\ctet_2008.ilk
?????文件????1412096??2010-03-12?21:45??ctet_2008\Debug\ctet_2008.pdb
?????目錄??????????0??2010-03-12?21:45??ctet_2008\ctet_2008\Debug
?????目錄??????????0??2010-03-12?21:45??ctet_2008\ctet_2008
?????目錄??????????0??2010-03-12?21:45??ctet_2008\Debug
?????目錄??????????0??2010-03-12?21:44??ctet_2008
?????文件?????262144??2010-03-12?22:03??面向對象程序設計.doc
............此處省略3個文件信息
評論
共有 條評論