操作系统实验报告模板(13)
发布时间:2021-06-05
发布时间:2021-06-05
这是操作系统课程中的四次实验最终报告,内包括进程通信实验,进程同步互斥实验,文件系统模拟实验和Linux shell操作。里面的程序都是我运行过的。
printf("%s 文件夹./n",dir->fcb[i].fname); } }
printf("\n该目录下共有 %d 个文本文件, %d 个文件夹/n/n",FileCount,DirCount);
printf("--------------------------------------------------------\n\n"); return 1; }
/*---------在当前目录下删除文件-----------*/
int delfile(char *name) {
int i,temp,j;
//确保当前目录下有该文件,并且记录下它的FCB下标
struct dirFile *dir; //当前目录的指针
if(current==2)
dir=&(osPoint->root); else
dir=(struct dirFile *)(osPoint->data [current-3]);
for(i=1;i<BlockFcbCount;i++) //查找该
文件 {
if(dir->fcb[i].type==GENERAL && strcmp(dir->fcb[i].fname,name)==0) { break; } }
if(i==BlockFcbCount) {
printf("当前目录下不存在该文件!\n"); return 0; } int k;
for(k=0;k<OPEN_MAX;k++) {
if((openlist->f [k].type = GENERAL)&&
(strcmp(openlist->f [k].fname,name)==0)) {
if(openlist->f[k].fatherBlockNum == current) { break; }
下一篇:2014一年级数学上册减法