文件名称:StorageCotrol
介绍说明--下载内容均来自于网络,请自行研究使用
设计一个可变式分区分配的存储管理方案。并模拟实现分区的分配和回收过程。
对分区的管理法可以采用下面四种算法:
首次适应算法、最佳适应算法、最差适应算法
-
76/5000
Design a variable partition allocation of storage management program. And simulate the realization of the distribution and recycling process.
The following four algorithms are available for partitioning management:
The first adaptive algorithm, the best adaptive algorithm, the worst adaptive algorithm
对分区的管理法可以采用下面四种算法:
首次适应算法、最佳适应算法、最差适应算法
-
76/5000
Design a variable partition allocation of storage management program. And simulate the realization of the distribution and recycling process.
The following four algorithms are available for partitioning management:
The first adaptive algorithm, the best adaptive algorithm, the worst adaptive algorithm
(系统自动生成,下载前可以参看下载内容)
下载文件列表
StorageCotrol\.classpath
.............\.project
.............\.settings\org.eclipse.jdt.core.prefs
.............\bin\com\yu\storagecontrol\gui\MainInterface.class
.............\...\...\..\..............\main\BF.class
.............\...\...\..\..............\....\FF.class
.............\...\...\..\..............\....\ScheduleInterface.class
.............\...\...\..\..............\....\StateEnums.class
.............\...\...\..\..............\....\StorageDao.class
.............\...\...\..\..............\....\StorageSchedule.class
.............\...\...\..\..............\....\TaskDao.class
.............\...\...\..\..............\....\TaskTest$Build.class
.............\...\...\..\..............\....\TaskTest.class
.............\...\...\..\..............\....\WF.class
.............\src\com\yu\storagecontrol\gui\MainInterface.java
.............\...\...\..\..............\main\BF.java
.............\...\...\..\..............\....\FF.java
.............\...\...\..\..............\....\ScheduleInterface.java
.............\...\...\..\..............\....\StateEnums.java
.............\...\...\..\..............\....\StorageDao.java
.............\...\...\..\..............\....\StorageSchedule.java
.............\...\...\..\..............\....\TaskDao.java
.............\...\...\..\..............\....\TaskTest.java
.............\...\...\..\..............\....\WF.java
.............\bin\com\yu\storagecontrol\gui
.............\...\...\..\..............\main
.............\src\com\yu\storagecontrol\gui
.............\...\...\..\..............\main
.............\bin\com\yu\storagecontrol
.............\src\com\yu\storagecontrol
.............\bin\com\yu
.............\src\com\yu
.............\bin\com
.............\src\com
.............\.settings
.............\bin
.............\src
StorageCotrol