2015年5月3日

试验二

摘要: #include#include#define N 100struct JCB{ char name[10]; int atime; int stime; int ftime; float ztime; float dcztime; }; JCB a[... 阅读全文

posted @ 2015-05-03 22:21 03李嘉晖 阅读(107) 评论(0) 推荐(0) 编辑

2015年4月9日

实验一 命令解释程序的编写(重交)

摘要: #include#includemain(){ char cmd[10][10]={"dir","cd","md","rd","date","time","ren","copy"}; char a[10]="help"; char b[10]="quit"; char c[10];... 阅读全文

posted @ 2015-04-09 16:30 03李嘉晖 阅读(96) 评论(0) 推荐(0) 编辑

2015年4月2日

实验一 命令解释程序的编写

摘要: #include#includemain(){ char a[10]="help"; char b[10]="quit"; char c[10]; while(1){ printf("please enter the command: "); ... 阅读全文

posted @ 2015-04-02 09:42 03李嘉晖 阅读(152) 评论(2) 推荐(0) 编辑

导航