第一范文网 - 专业文章范例文档资料分享平台

计算机操作系统实验讲义

来源:用户分享 时间:2025/5/30 1:54:00 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

if(flag) break; oldtempnode=tempnode; tempnode=tempnode->next; }

if(flag) { if(tempnode->subFile!=NULL) { cout<>ch; } if(ch=='y'||ch=='Y') { if(tempnode==workDirFile->subFile) { workDirFile->subFile=tempnode->next; delnode(tempnode); } else { oldtempnode->next=tempnode->next; delnode(tempnode); } } } else { cout<

void ren(char *name1,char *name2) {

DirectoryNode *tempnode; int flag=0;

tempnode=workDirFile->subFile; while(tempnode) { if((tempnode->type==1)&&!stricmp(tempnode->name,name2)) { cout<<\ return; }

tempnode=tempnode->next; }

tempnode=workDirFile->subFile; while(tempnode&&flag==0) { if(tempnode->type==1) { if(!stricmp(tempnode->name,name1)) { flag=1; strcpy(tempnode->name,name2); } } tempnode=tempnode->next; }

if(flag==0) { cout<<\ } }

void command() {

int i;

char com[11][10]={\ for(i=0;i<11;i++) { if(!(i%3)) printf(\ printf(\ }

printf(\}

void init() {

workDirFile=&root;

workDirFile->preDirFile=NULL; md(\ md(\

strcpy(path,\

printf(\}

void main() {

int i,j,parameter,n,len,flag; char string[50],*str[4],s[50]; init(); i=1; do { printf(\ gets(string); len=strlen(string); for(parameter=0,flag=1,j=0;j

{ workDirFile=workDirFile->preDirFile; for(j=strlen(path);path[j]!='\\\\';j--); path[j]='\\0'; } }

else if(!stricmp(\{ if(parameter==1) { cout<>str[1]; cout<>n; cout<>n; cout<

else if(!stricmp(\{ if(parameter==1) { cout<>str[1]; cout<

else if(!stricmp(\{ if(parameter==1) { cout<>str[1]; cout<

搜索更多关于: 计算机操作系统实验讲义 的文档
计算机操作系统实验讲义.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c4aery6k2lp8uhsn07rq1_10.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top