搜索资源列表
program
- 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。 (1)掌握系统调用shmget()、shmat()、shmdt()、shmctl()的使用方法及其功能,理解共享存储区通信原理; (2)系统理解linux 的三种通信机制。 -Write a program, while the parent process creates two child processes p1 and p2 make child
xuni
- 编写一个程序,模拟一个页式虚拟存储管理系统。(不考虑地址转换) 其中,由系统随机产生进程; 进程大小、进程到达次序、时间、进程执行轨迹(页面访问顺序)也随机生成,但进程之间必须有并发存在,进程执行时间需有限,进程调度采用时间片轮转算法(以页面模拟); 物理块分配策略采取固定分配局部置换; 分配算法采用按比例分配算法; 调页采用请求调页方式; 置换采用LRU算法; 驻留集大小可调,观察驻留集大小对缺页率的影响。-Write a program that simulate
flashcache-master
- LINUX 实现将SSD作为二级缓存源代码,该源代码能够将SSD与普通硬盘组合成为一个拥有SSD的高速度与普通硬盘大容量的稳定快速存储系统-LINUX SSD as a secondary cache to achieve the source code, the source code can be a combination of SSD and regular hard drive SSD has become a high-speed large-capacity hard drives
storage-ceph-0.73
- 最新对象存储系统-ceph源代码;可构建集群,块存储、对象存储、文件存储三合一-The new object storage system-ceph source code can construct cluster, mass storage, object storage, file storage, three in one