搜索资源列表
lab02
- 按序分配策略实现资源分配 -Sequential allocation strategy to achieve the allocation of resources
FindTheCurrentEvents
- 一个可以找到并发事件的算法。程序运用了闭包搜寻矩阵的算法。-It is important in distributed computer systems to identify those events (at identifiable points in time) that are concurrent, or not related to each other in time. A group of concurrent events may sometimes attemp
code
- 把文件的逻辑结构转换成存储结构,设计便于顺序存取和直接存取的文件存储结构-Logical structure of the document into the storage structure design to facilitate sequential access and direct access to the file storage structure
File
- wenjian 通过课程设计,要求学生主要掌握如下内容: 1.文件的物理结构可以选用顺序分配、链表分配或索引分配。 2.建立文件:从命令中得到文件名,得到该文件的文件长度,建立文件。修改目录表。 3.删除文件:回收文件占用的空间,修改目录表 4.读文件:read [文件名] [显示开始字节] [显示的字节数] ,直接显示所需要的字节数。 5.写文件:write [文件名] [插入的位置] [插入的内容] 6.查询属性:显示文件属性 文件名,类型,长度,时间
No.5-codes
- 5.模拟实现磁盘调度算法 实现FCFS、SSTF、SCAN、CSCAN等磁盘算法。接收用户输入参数,包括程序访问的磁道号等,输出结果包括访问的磁道顺序,平均寻道时间等。 -5. Analog achieve disk scheduling algorithms Achieve FCFS, SSTF, SCAN, CSCAN disk and other algorithms. Receiving user input parameters, including the program
