搜索资源列表
a
- 基于c语言动态分配,首次适应和最佳调度算法的实现-Based on c language dynamic allocation, first-fit and the best scheduling algorithm to achieve
zuixian
- 最佳适应算法的各种实现及循环首次适应算法、最先适应算法 -The best-fit algorithm to achieve and recycling a variety of first-fit algorithm, the first-fit algorithm
zuiyoushiyingsuanfa
- 可变分区存储管理的内存分配与回收,采用首次适应算法-Variable partition memory allocation of storage management and recovery, using the first fit algorithm
fenxi-suan-fa
- • 按要求编写最佳适应算法(BF)、最坏适应算法(WF)和循环首次适应算法(NF) • 编写测试数据: – 要求至少分配5次; – 释放区域、再次请求,能够检测是否满足要求:能够检查所采用的算法; – 释放时是否进行相邻区域合并; -• required to write the best adaptation algorithm (BF), and worst-fit algorithm (WF) and cycle to the fi
first-fit
- 一维装箱问题的First Fit算法伪代码-First fit algorithm of 1D bin packing program