-
模拟文件管理系统
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.)
- 2020-07-04 08:00:02下载
- 积分:1
-
基于RFC868协议的NTP时间服务器源代码程序
基于RFC868协议的NTP时间服务器源代码程序-RFC868 agreement on the NTP time server source code procedures
- 2022-03-29 10:40:14下载
- 积分:1
-
print
简单实现临街资源互斥的使用,用四个全局变量实现互斥。(Simple resources to achieve mutually exclusive use of the street, with four global variables to achieve mutually exclusive.)
- 2010-05-23 16:38:06下载
- 积分:1
-
高斯信道
说明: 高斯信道下的误码率与瑞利衰落与高斯信道下的误码率的比较分析(Comparison of Bit Error Rate in Gaussian Channel and Rayleigh Fading and Bit Error Rate in Gaussian Channel)
- 2019-06-15 19:30:24下载
- 积分:1
-
UKFSharp-master
说明: 用于ukf计算的c#代码 来源于几天几夜的辛勤劳动(none ha ha ha ha
ha
ha
hah)
- 2020-06-16 03:20:01下载
- 积分:1
-
插入排序
/ * 插入排序升序排列 * /
#include < stdio.h >
#include < stdlib.h >
#include < time.h >
int main)
{
int n、 数组 [1000],c,d,t ;
printf ("Enter elementsn 数") ;
scanf ("%d",& n);
printf ("Enter %d integersn",n) ;
为 (c = 0 ; c < n
- 2022-05-31 05:23:44下载
- 积分:1
-
一个简单的asp教程
一个简单的asp教程-a simple guide asp
- 2022-02-13 15:53:56下载
- 积分:1
-
使用labview实现中断访问串口,使用消息队列方式传递数据 serial
使用labview实现中断访问串口,使用消息队列方式传递数据。(Use labview realize interrupt visit, use the message queue serial port style to deliver data.
)
- 2020-07-02 22:40:01下载
- 积分:1
-
UDP peer
目录UDP点对点聊天是一个UDP的点对点聊天程序,程序运行测试的时候,需要改变侦听端口,如果要在同一台机器上测试,需要改变一下程序设置,因为程序比较简单,所以没有增加设置功能,读者可以在自己程序中修改-UDP peer-to-peer chat directory is a UDP peer-to-peer chat program, the program run the test, when need to change the listening port, if the same machine testing procedures need to change settings, because the procedure is relatively simple, there is no increasing set function, readers can modify their own procedures
- 2022-01-28 16:26:40下载
- 积分:1
-
CT graph games
实现基于ADP的多智能体体一致性,主要针对无向图研究(Implementation of Multi - Agent Consistency Based on ADP)
- 2017-09-28 17:05:14下载
- 积分:1