搜索资源列表
illu_buddy
- 自己写的一个演示伙伴算法内存分配的程序,不过性能不是很好,有兴趣的朋友可以加以改进-himself wrote a demonstration of the partnership algorithm memory allocation procedures, but performance was not very good. Interested friends can be improved
ALGO8-2
- 使用伙伴算法来实现操作系统对内存动态存储的管理
mode1
- 内存是计算机系统中储存指令代码和各种数据的主要部件,如果内存短缺或者管理不当,将导致整个系统反应迟缓,甚至崩溃。所以,建立稳定、高效的内存管理策略是一个很重要的且必须面对的问题。现代的操作系统中运用位图、链表等多种手段和算法来管理内存。伙伴算法(Buddy System)是一种经典的内存管理算法。在Unix和Linux操作系统中都有用到。其作用是减少存储空间中的空洞,减少碎片,增加利用率。 本程序模拟了内存管理的过程-Memory is stored in a computer system
JobAttemper
- 单道批处理,操作系统作业调度算法,课程设计的好伙伴-Single-channel batch, the operating system operation scheduling algorithm, the curriculum design of good partner
suanfayishu
- 算法艺术与信息学竞赛,编程算法的好伙伴!~-Algorithm of Art and Information Olympiad, programming algorithm and good partners! ~
cunchuguanli
- 1.实现一个内存管理的伙伴算法,实现内存块申请时的分配和释放后的回收。 实验准备 用随机函数仿真进程进行内存申请,并且以较为随机的次序进行释放。对其碎片进行统计,当申请分配内存失败时区分实际空间不足和由于碎片而不能满足。 2.设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 1) 最佳置换算法(Optimal) 2) 先进先出法(Fisrt In First Out) 3) 最近最久未使用(Least Re
dynamic-partitioning
- 操作系统动态分区式存取管理,包括首次适应分配算法、循环适应分配算法、最佳适应算法、伙伴系统算法。-The dynamic partitioning operating system access management, including the first-fit allocation algorithm, Cycle adapt allocation algorithm, the best adaptation algorithm, partner system algorithm.
svmMLiA
- 机器学习实战的SVN源码,适合用python学习机器学习算法的伙伴。(Machine learning combat SVN source code, suitable for Python learning machine learning algorithm partners.)
Buddy
- 通过C语言实现了操作系统内存管理中的伙伴算法(Buddy)(The partner algorithm (Buddy) in memory management of operation system is realized through C language)