搜索资源列表
engine
- 清华大学精仪系许纪旻老师的机械制图课件,非常好用-Department of Qinghua University in precision instrument Xu Ji Min mechanical drawing teacher courseware, very handy
videovideomonitorsystem
- 社区视频监控系统,采用天敏VC4000监控卡及开发包开发视频监控系统的常规功能,亮点在软件界面重绘。希望能能对需要白朋友一点帮助。-Community video surveillance system, using day-min VC4000 surveillance card and Development Kit Development of conventional video surveillance system features bright spots in the softw
shell.sh
- An example of shell scr ipting calculation. Receiving 2 to 10 inputs, and calculate the max,min,average of the marks given.
time-type
- 定义如下时间类TimeType,要求完成各个成员函数,并写主函数进行验证。 class TimeType{ int h,m,s public: TimeType(int h0=0,m0=0,s0=0) //构造函数 void increSec(int sec) //增加若干秒 void increMin(int min) //增加若干分钟 void increHou(int hou) //增加若干小时 bool equal(TimeType t2)