[计算机]资源管理器.docVIP

  • 3
  • 0
  • 约3.22千字
  • 约 5页
  • 2018-12-01 发布于浙江
  • 举报
[计算机]资源管理器

#include stdio.h #include string.h #include stdlib.h #include conio.h typedef struct node { char data[10]; struct node *pchild,*pbrother; }node,*link; /*全局变量*/ link L; int n=1; void creat(link ); void disp(link ,int); void insert(link ); link find(link ,char []); link Find(link ,char ); void dele(link ); void route(link ); void route(link L) { char c[10]; link D; D=L-pchild; printf(输入你要查找的文件------); scanf(%s,c); printf(\n此文件的路径为:); printf(%s----,L-data); while(D) { if(find(D-pbrother,c)!=NULL) { D=D-pbrother; while(D) { if(find(D-pchild,c)!=NULL)

文档评论(0)

1亿VIP精品文档

相关文档