04 2015 档案
实验二:作业调度模拟程序
摘要:#include#includetypedef struct process_FCFS{ char name;//进程名 float arrivetime;//到达时间 float servetime;//服务时间 float finishtime;//完成时间 float ro... 阅读全文
posted @ 2015-04-30 09:50 14苏若顺 阅读(219) 评论(0) 推荐(0)
第一章实验
摘要:#include #include#includeint main() { int i=0,j=0,n;char str[10];char strsd[100];char cmd[20][10]; char fun[20][50]; ... 阅读全文
posted @ 2015-04-15 20:02 14苏若顺 阅读(128) 评论(0) 推荐(0)