搜索资源列表
-
1下载:
操作系统的设计与实现-Operating System Design and Implementation
-
-
0下载:
Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。
这是ucore实验6:文件系统。通过完成本次实验,希望能达到以下目标:了解基本的文件系统系统调用的实现方法;了解一个基于索引节点组织方式的Simple FS文件系统的设计与实现;了解文件系统抽象层-VFS的设计与实现。文件中包括源代码和实验指导书。-Ucore is a small
-
-
0下载:
操作系统设计与实现源码-Design and Implementation of the operating system source code
-
-
0下载:
一个操作系统资源监测器的需求、设计与实现-An operating system monitors the demand for resources, design and implementation
-
-
0下载:
C和C++嵌入式系统编程学习资料。
你可以从这本书里学到很多东
西。除了了解如何更有效地使用C和C++你还将会从本书中对常见的嵌人式软
件问题的详细解释,并从本书所提供的源代码中得到益处。本书中包含的高级
主题有存储器检测和验证、设备驱动程序的设计和实现.实时操作系统的内部
机理,还有代码优化技术。
-C and C++ Embedded Systems Programming learning materials. You can learn from this boo
-
-
0下载:
minix3 操作系统设计与实现 minix操作系统源码-minix3 operating system design and implementation of minix operating system source code
-
-
0下载:
实模式操作系统的设计与实现-Real-mode operating system design and implementation. . . . . . . . . . . . . . . . . . .
-
-
0下载:
一个具体的操作系统的开发实例,详细讲述了操作系统的设计与实现-The development of a specific operating system, examples of detail design and implementation of the operating system,
-
-
1下载:
合肥工业大学操作系统课程设计
进程/作业调度:多级反馈队列调度算法。
1建立作业的数据结构描述;
2使用两种方式产生作业:(a)自动产生, (b)手工输入;
3在屏幕上显示每个作业的执行情况;
4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER;
5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。
6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
-
-
0下载:
安德鲁教授经典之作 《操作系统的设计与实现》 让你对操作系统内幕有进一步了解
-Professor Andrew classic " operating system design and implementation of" Inside the operating system you have a better understanding
-
-
0下载:
操作系统设计与实现(第三版)下册,minix3源代码。-minix3 source code in Operating System Design and Implementation (Third Edition), Vol.2.
-
-
0下载:
Minix是一个类UNIX操作系统,其2.0版符合POSIX 1003.1和ISO9945-1工业标准。过去,UNIX操作系统的起源与发展与其源代码的公开是分不开的,而UNIX操作系统设计思想的先进性与前瞻性也是无与伦比的。时至今日,大学中"操作系统原理"课一直使用UNIX作为应用实例,而AT&T公司注意到了UNIX的商业价值后,不再允许用UNIX的源代码进行教学。学习"操作系统原理"课就成了只谈理论而不谈设计与实现。作为计算机科学教育家的Tanenbaum开发出了Minix用于操作系统教学。与
-
-
0下载:
《操作系统设计与实现》中文修订版.pdf
《操作系统设计与实现》中文修订版.pdf-" Operating System Design and Implementation of" Chinese Revision. Pdf " Operating System Design and Implementation of" Chinese Revision. Pdf
-
-
0下载:
文件资源管理器的设计与实现 是操作系统的详细设计报告,包含完整的代码,运行结果以及详细设计-File Explorer is the operating system design and implementation of the detailed design report, including complete code, the results and the detailed design
-
-
0下载:
《操作系统设计与实现》第三版中文版书中所指代码行的代码-"Operating System Design and Implementation of the third edition of the Chinese version of the book within the meaning of the code lines of code
-
-
0下载:
操作系统设计与实现-第二版_中文,操作系统方面的经典书籍。-Operating System Design and Implementation- Second Edition _ Chinese。Operating system of the classic books.
-
-
0下载:
经典操作系统书籍 操作系统设计与实现(第三版)配套源代码 最新minix3的源代码-Classic operating system books Operating Systems Design and Implementation (3rd Edition) supporting source code minix3 source code
-
-
0下载:
操作系统 页面置换算法
设计和实现最佳置换算法、随机置换算法、
先进先出置换算法最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换
算法-Operating system page replacement algorithm design and implementation of optimal replacement algorithm, random permutation algorithm, FIFO replacement algorithm is th
-
-
0下载:
minix3的源码
在内包含了:
BOOKSRC.TGZ----------是mini3的源代码
------drivers
------include
------kernel
------servers
------tools
PRESZ134.ZIP-------minix3的简介(英文版)
BOOTFLOP.IMG--------安装镜像
LISTING.PDF---------minix3的主要代码文件
SETUP.PDF-----
-
-
0下载:
操作系统课程设计,完整的MFC 工程源码
课程设计题目:进程/作业调度
实现要求:
1. 建立作业的数据结构描述
2. 使用两种方式产生作业/进程: (a)自动产生 (b)手工输入
3. 在屏幕上显示每个作业/进程的执行情况。
4. 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可以认为过一个时间单位 (b)响应WM_TIMER (本实验采用b方法)
5. 计算并显示一批作业/进程的周转时间,平均周转时间,带权周转时间,平均带权周转时间。
6. 将一批作业
-