摘要
采用Java语言展现动态分区中的两种分配算法——首次适应算法和最佳适应算法,以及内存的回收过程的动态模拟实现。该模拟实验可以帮助学生理解内存管理的分配算法,并激发学生学习的兴趣。
Two dynamic partition allocation algorithms have been introduced,including first-fit algorithm and the best-fit algorithm in java language, together with the dynamic simulation implementation of memory recovery process. This simula- tion experiment could help learners understand storage managemeat algorithms and arouse their learning interest.
出处
《安徽工业大学学报(社会科学版)》
2015年第2期103-104,共2页
Journal of Anhui University of Technology:Social Sciences
关键词
存储管理
动态分区
内存分配
内存回收
JAVA
storage management
dynamic partitioning
memory allocation
memory recovery
java