摘要: #include <stdio.h> #include <stdlib.h> #include <conio.h> #define getpch(type) (type*)malloc(sizeof(type)) struct pcb{ char name[5]; char state; int s 阅读全文
posted @ 2016-06-20 02:19 13潘绍杰 阅读(2255) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <malloc.h> typedef struct jinchen //定义结构体 { char name[5]; int tijiaoshijian; int reachtime; int runtime; int beirun; int a 阅读全文
posted @ 2016-06-20 02:17 13潘绍杰 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 一、 实验目的 DOS是市场上早期获得巨大成功的桌面操作系统。实验的目的就是让我们从操作系统理论的观点来重新认识它们,了解和掌握DOS有关用户接口的特点。 二、 实验内容和要求 (1)DOS命令--文件管理 熟悉md、cd、rd、copy、move、del、deltree、type等常见DOS命令。 阅读全文
posted @ 2016-06-20 02:02 13潘绍杰 阅读(574) 评论(0) 推荐(0) 编辑