04 2015 档案

摘要:#include #include #define MAX 100 struct Proc { char Name[4]; int StartTime; int NeedTime; int RunTime; ... 阅读全文
posted @ 2015-04-30 09:46 01陈志兴 阅读(158) 评论(0) 推荐(0)
摘要:1 #include 2 #include 3 main() { 4 char cmd[20][20]={"dir","cd","md","rd","cls","date","time","ren","copy","help","quit"}; 5 char str[20... 阅读全文
posted @ 2015-04-02 09:08 01陈志兴 阅读(187) 评论(1) 推荐(0)