-
1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将...
1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等.-1.making a virtual diskete memory as file storyge,in this district it can implement a simple single user file system .when quit this simple file system ,it shoud save the virtual file system to diskete,then it can be resumed to virtual diskete district in the memory.3.we can choose location hint map to manage the idle space or orther means.if we choose locationhint map to manage file saving space,and adopt show linking distribution mode,we can combine location hint map into FAT table.4.file directory confiuration adopts multilevel directory confiuration.to simplify,it doesn t use index dot,evrery term shoud include file name,physical dress and lenght.
- 2022-07-20 06:41:57下载
- 积分:1
-
wince 5.0下SDIO驱动,能够支持SDIO的WiFi和Bluetooth及DVB-T设备
wince 5.0下SDIO驱动,能够支持SDIO的WiFi和Bluetooth及DVB-T设备-SDIO driver under wince 5.0, can support SDIO
- 2022-07-27 01:23:07下载
- 积分:1
-
C#WInFrom做的仓库管理一个小项目
在学校大二做的一个winfrom小项目,里面有很多小bug,希望谅解啊QAQ,只是很小的项目,但是用了一个月才做完的。也是蛮不容易的,希望 能得到多一点积分,用的是C#语言,数据库是sqlserver.不是很精通,代码不成熟,勿喷啊~
- 2022-06-14 09:56:22下载
- 积分:1
-
21点游戏C#(VS2013)winform程序
自己当时做的项目用list picture 保存相关图片,通过数组来确定牌与相关突变队形进行相关的洗牌,通过概率算法进行判断AI操作是否进行相关操作。输赢实践随时调用,防止出现游戏截止但是,依旧可以尽心操作的情况。
- 2022-04-18 14:53:47下载
- 积分:1
-
Code usb pour les novices.
Code usb pour les novices.
- 2023-01-24 10:45:05下载
- 积分:1
-
算法设计手册
The Algorithm Design Manual
by
Steven S. Skiena
- 2022-02-03 05:41:37下载
- 积分:1
-
这是一个字符串处理函数集,包括: IsNumeric――检查串是否为数字串 Upcase――变成大写串 Lowercase――变成小写串 Trim――截掉串尾的...
这是一个字符串处理函数集,包括: IsNumeric――检查串是否为数字串 Upcase――变成大写串 Lowercase――变成小写串 Trim――截掉串尾的空格 RTrim――截掉串开始处的空格 LTrim――截掉串尾的空格 right――从右到左截掉字符 left―― 从左到右截掉字符 mid――截掉从某个起始位置到右边位置的字符 zip文件中包含StringFunctins.h和StringFunctins.cpp是字符串处理函数的头文件和实现文件,main.cpp和main.h是一个控制台应用程序的头和实现,示范字符串处理函数的使用方法。-this a string functions,include:IsNumeric-check_up if the string is Numeric,Upcase-change to capital string,Lowercase-change to small string,Trim-cut blank of string tail,right-cut character from right to left,left-cut character from left to right,mid-cut character from mid to right,the zip file include StringFunctions.h and StringFunctions.cpp,which is using for string functions,main.cpp and main.h are head and implement of a console program,it demonstate the way of using string functions.
- 2022-12-09 07:15:03下载
- 积分:1
-
数据库注册模块
使用access数据库,利用数据库的智能指针实现数据库的创建、初始化、打开以及新用户注册的源代码。
- 2022-03-04 12:05:59下载
- 积分:1
-
词汇统计程序,文本输入输出,统计字母出现数量
词汇统计程序,文本输入输出,统计字母出现数量-Statistical procedures vocabulary, text input and output, statistics the number of letters appear
- 2022-01-26 05:30:10下载
- 积分:1
-
嵌入式系统的万年历,用C写的,仅仅供参考使用
嵌入式系统的万年历,用C写的,仅仅供参考使用-Calendar of embedded systems, written with C, just for reference use
- 2022-02-05 20:07:44下载
- 积分:1