资源列表
os
- 模拟操作系统,模拟实现操作系统的文件管理,进程管理,内存管理和设备管理等内容。-Operating system simulation, simulation to achieve the operating system file management, process management, memory management and device management and so on.
Vir_Mem
- 2.设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 1) 最佳置换算法(Optimal) 2) 先进先出法(Fisrt In First Out) 3) 最近最久未使用(Least Recently Used) 4) 最不经常使用法(Least Frequently Used) 5) 最近未使用法(No Used Recently) 其中,命中率=1-页面失效次数/页地址流长度。 试对上述算法的性能加以较各:页面个数和命中率间的关系;同样情况下的命中率
memory
- 内存管理模拟,模拟windows的内存,采用SDL,和C++编写,模拟了Windows的first fit 内存申请模式。-Memory management simulation
WordPrint
- 本例子可以用于学习用VC++操作将数据导入到WORD中并进行打印,-This example can be used for learning with VC++ operator in the data imported into WORD and print,
LockMemory
- 锁住PC机的物理内存,不让操作系统其它程序访问。这种锁内存的方法在某些场合非常有用。-The code can lock PC physical memory, let other programs of the operating system can not access. This method of locking the memory is very useful in some situations.
buddy_allocte
- 1.实现一个内存管理的伙伴算法,实现内存块申请时的分配和释放后的回收。 实验准备 用随机函数仿真进程进行内存申请,并且以较为随机的次序进行释放。对其碎片进行统计,当申请分配内存失败时区分实际空间不足和由于碎片而不能满足。 -1. To implement a memory management algorithm partners to achieve the allocation of memory blocks and release time of applica
suanshubioadasi
- 数据结构开发的小型计算功能具有加、减、乘、除-Small computing
Fund9dll
- 动态链接库,提供三种方式来实现,初学者可以用的到
DLL
- C DLL 学习资料,动态链接库,学习windows编程动态链接库的好资料-Learn C DLL, dynamic link library, dynamic link library to learn windows programming good information
COM-9
- C COM编程学习资料,是学习C高级编程的好学习资料,希望对大家有用-C COM programming learning materials, learning C is a good learning advanced programming information, we hope to be useful
CSTL
- C 编程的基础学习资料,是入门学习C的STL模板库的好资料,希望对大家有帮助-C programming based learning materials, learning C is the entry of STL template library of good information, we want to help
ARmqo
- artoolkit模型,利用mqo文件类型实现。-artoolkit module
