搜索资源列表
zhexuejiajincan
- 计算机操作系统原理与实现中的重要实验,关于哲学家进餐的问题-computer operating system Theory and the important experiments on the dining philosophers problem
Threadhuchi
- 进程管理调度的互斥,在计算机操作系统和原理实现中的重要性-process management and control of the mutex, the computer operating system and the principle of realizing the importance of
Threadlinjiequ
- 进程管理中的同步的相关实验,需要了解计算机操作系统的原理-process management related to the synchronization of experiments need to understand the principles of computer operating systems
operationsystempriciples
- 《操作系统原理及应用(Windows Server 2003)》-王红-电子教案.rar ppt格式
OS_DIY
- 深入介绍操作系统原理,自己动手写一版属于自己的操作系统。
嵌入式操作系统VxWorks中网络协议存储池原理及实现.doc
- 嵌入式操作系统VxWorks中网络协议存储池原理及实现
铁卷运行原理
- 铁卷运行原理 铁卷采用的原理是内核文件实时透明加解密,在操作系统底层对文件进行加解密操作,不影响人员的原有使用习惯。安装铁卷的用户在使用文件时,运行于驱动层的用户终端自动将文件实时加解密;文件的接收者必须经过管理中心端的认证,才能够根据许可权限对文件进行操作。,Rail volumes using Volume Rail operating principle of the principle of transparency are core documents in real-time en
《操作系统精髓与设计原理·第五版》练习题及答案
- 《操作系统精髓与设计原理·第五版》练习题及答案..........................
write_the_operating_system_youself
- 本书在详细分析操作系统原理的基础上,用丰富的示例代码,一步一步的知道读者用C语言和汇编语言编写一个具有操作系统基本功能的操作系统框架-Book on the detailed analysis of the basis of the principles of operating systems, with a wealth of sample code, step by step, know readers the basic functions of an operating system
banker
- 银行家算法Java语言实现,符合计算机操作系统原理书籍上的要求,请放心下载使用。-Bankers algorithm Java realization, in line with the principle of computer operating system on the books of the request, please feel free to download to use.
The-Design-Operating-System
- 计算机操作系统经典,详细说明Unix操作系统原理和应用。-Computer operating system classic, detailed descr iption of the principles and applications of the Unix operating system.
Embedded-real-time-operating-system
- 嵌入式实时操作系统原理介绍,并介绍了vxworks下软件开发方法。-Introduce the principle of embedded real-time operating system, and introduced under vxworks software development methods.
Operating-systems-theory
- 操作系统原理,学习操作系统一部很好的参考资料,经典之作。-Operating systems theory, learning operating system a good reference, classic.
Computer-Principle-
- 操作系统原理 对于想了解计算机操作系统原理的人来说是一本很好的入门书籍-Operating System for Computer Operating System would like to know who is a good entry-books
Operating-system-course-design
- 操作系统原理是计算机专业的核心课程。本课程设计的目的旨在加深学生对计算机操作系统内核的理解,提高对操作系统内核的分析与扩展能力。在课程理论教学中,较多地是讲解操作系统理论和实现原理。-Operating system principle is the core course of computer science. The purpose of this course is to enhance students understanding of the core of the compute
操作系统简单实现与基本原理 — 基于ucore
- 对于在校的学生和已经参加工作的工程师而言,能否以较小的时间和精力比较全面地了解操作系统呢?陆游老夫子说过“纸上得来终觉浅,绝知此事要躬行”,也许在了解基本的操作系统概念和原理基础上,通过实际动手来一步一步分析、设计和实现一个微型化的操作系统,会发现操作系统原来如此,概念原理和实际实现之间有紧密的联系和巨大的差异。
Windows操作系统原理
- window OS基础理论,是成为高技术人才的必备理论基础。(The basic theory of window OS is the necessary theoretical basis for becoming a high-tech talent.)
十字路口
- 有两条道路双向两个车道,即每条路每个方向只有一个车道,两条道路十字交叉。假设车辆只能向前直行,而不允许转弯和后退。如果有4辆车几乎同时到达这个十字路口,如图(a)所示;相互交叉地停下来,如图(b),此时4辆车都将不能继续向前,这是一个典型的死锁问题。从操作系统原理的资源分配观点,如果4辆车都想驶过十字路口,那么对资源的要求如下: 向北行驶的车1需要象限a和b; 向西行驶的车2需要象限b和c; 向南行驶的车3需要象限c和d; 向东行驶的车4需要象限d和a。 clipboa
操作系统精髓与设计原理英文版答案
- 计算机专业,操作系统精髓与设计原理第六版英文版答案
操作系统的基本原理与简单实现
- 操作系统的基本原理与简单实现 实践一个简单的操作系统。理解操作系统核心概念和计算机体系。清华出的。