搜索资源列表
filesystem11
- 操作系统课程设计文件系统,我们操作系统课程的一个作业,不但有代码而且有报告,绝对好-courses on operating system design document systems, we will of course an operating system operations, not only is the code and reports, the absolute good
Turn up
- VC下面的读者写者问题,实验报告 操作系统课程设计
操作系统linux报告网页版(web)
- 操作系统课程设计,在linux下实现操作系统的基本功能,包括设备驱动、系统功能调用、文件系统-courses on operating system design, the Linux operating system under the basic functions, including device drivers, the system function calls, file systems, etc.
yupingcaozuo
- 我大三做的操作系统课程设计,里面有代码有报告,欢迎大家下载。-the junior courses on operating system design, with a code, we welcome the download.
操作系统课程设计报告ke
- 操作系统课程设计报告-courses on operating system design report
MyDrivers
- 操作系统课程设计报告《设置自己的驱动程序》,内含源码、word文档、PPT-Operating System Course Design Report " set up your own driver" , containing source code, word documents, PPT
CurriculumDesignCompilingLinuxKernel
- 编译linux内核,向内核添加系统调用源码和报告。操作系统的一个课程设计,修改内核源代码,向内核文件中增加系统调用;重新编译内核;编程调用自己创建的系统调用;图文并茂,花了两天时间才顺利做完,拿来分享,希望能帮助看到的朋友顺利编译内核。 -Compiling linux kernel, add the system calls to the kernel source code and reports. Operating system, a curriculum design, modif
os-keshe
- linux(ubuntu)下操作系统课程设计 包含拷贝,编译内核,加载驱动,任务管理器四大部分 包中有完整的源码和可执行程序以及实验报告-linux (ubuntu) operating system, includes copies of curriculum design, compile the kernel, load the driver, the Task Manager in four major packages source code and executable progra
OS-Page-replacement-algorithm
- 操作系统课程设计报告-页面置换算法模拟系统,模拟了进先出的算法(FIFO),最佳淘汰算法(OPT),最近最久未使用算法(LRU),最少访问页面算法(LFU),并含有DOS界面的菜单选择模块-OS Page replacement algorithm
OSLab-
- 操作系统课程设计。visual studio 2010,2008上的模拟UNIX文件系统的c++源码,附加实验报告和readmefile-1.Simulate a Unix file system on your Windows Platform 2.Understand the file system on Unix system, and the usage of i-nodes 3.Implement the function of sub-directory 4.The