• 大小: 819KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-08
  • 语言: 其他
  • 标签: fat表  

资源简介

东北大学操作系统文件管理课程设计 fat表

资源截图

代码片段和文件信息

#include
#include
#include
#include
#define false 256
#define true 1
FILE *fc;
typedef struct
{
char name[3];
char type[2]; 
char attribute; 
char address; 
char length;
}content;
#define n 5 
typedef struct
{
int dnum; 
int bnum; 
}pointer; 
typedef struct
{
char name[20]; 
char attribute;
int number; 
int length; 
int flag; 
pointer read; 
pointer write;
}OFILE; 
typedef struct
{
OFILE file[n]; 
int length; 
}Openfile; 
typedef struct
{
    char name[3];
char password[4];
char mu;
}User;

char buffer1[64];
content buffer2[8];
User buffer3[8];
Openfile openfile;
User user[8];
int copen(OFILE *x1OFILE *x2)
{
strcpy(x1->namex2->name);
x1->attribute=x2->attribute;
x1->number=x2->

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      20306  2013-07-11 14:17  14\14\1.cpp

     文件       3215  2013-07-07 11:47  14\14\14.vcxproj

     文件        939  2013-07-07 11:47  14\14\14.vcxproj.filters

     文件        143  2013-07-07 11:46  14\14\14.vcxproj.user

     文件      73471  2013-07-11 14:17  14\14\Debug\1.obj

     文件        381  2013-07-11 14:17  14\14\Debug\14.exe.intermediate.manifest

     文件         90  2013-07-11 14:17  14\14\Debug\14.lastbuildstate

     文件      11389  2013-07-11 14:17  14\14\Debug\14.log

     文件        648  2013-07-11 14:17  14\14\Debug\cl.command.1.tlog

     文件       2398  2013-07-11 14:17  14\14\Debug\CL.read.1.tlog

     文件        474  2013-07-11 14:17  14\14\Debug\CL.write.1.tlog

     文件       1356  2013-07-11 14:17  14\14\Debug\link.command.1.tlog

     文件       2832  2013-07-11 14:17  14\14\Debug\link.read.1.tlog

     文件        828  2013-07-11 14:17  14\14\Debug\link.write.1.tlog

     文件        528  2013-07-11 14:17  14\14\Debug\mt.command.1.tlog

     文件       1042  2013-07-11 14:17  14\14\Debug\mt.read.1.tlog

     文件        362  2013-07-11 14:17  14\14\Debug\mt.write.1.tlog

     文件      52224  2013-07-11 14:17  14\14\Debug\vc100.idb

     文件      69632  2013-07-11 14:17  14\14\Debug\vc100.pdb

     文件    2117632  2013-07-11 14:37  14\14.sdf

     文件        873  2013-07-07 11:46  14\14.sln

    ..A..H.     18432  2013-07-11 14:37  14\14.suo

     文件      48640  2013-07-11 14:17  14\Debug\14.exe

     文件     346460  2013-07-11 14:17  14\Debug\14.ilk

     文件     396288  2013-07-11 14:17  14\Debug\14.pdb

     文件    2359296  2013-07-11 14:33  14\ipch\14-d732af2c\14-b40e9091.ipch

     目录          0  2013-07-11 17:20  14\14\Debug

     目录          0  2013-07-11 17:20  14\ipch\14-d732af2c

     目录          0  2013-07-11 17:20  14\14

     目录          0  2013-07-11 17:20  14\Debug

............此处省略5个文件信息

评论

共有 条评论