搜索资源列表
-
0下载:
it s a lift simulator, use operating system concept call mutex to implenment a lift. I do it prefectly.
-
-
0下载:
Windows核心编程(源码)
Windows核心编程是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。
-core Windows Programming (OSS) is a Windows programming on
-
-
0下载:
操作系统--银行家算法
实验目的:
1、对死锁避免中的银行家算法作进一步理解。
2、加深理解死锁的概念。
3、加深理解安全序列和安全状态的概念。
4、通过编程,掌握银行家算法分配资源的一步步实现过程。
-Operating system- bankers algorithm experimental purposes: 1, to avoid deadlock in the banker s algorithm for further understanding. 2,
-
-
0下载:
进程是操作系统最重要的概念之一,进程调度是操作系统内核的重要功能,本实验要求用C语言编写一个进程调度模拟程序,使用优先数调度算法实现进程调度。本实验可加深对进程调度算法的理解-Process is the concept of the operating system, one of the most important, the process of scheduling is an important function of the operating system kernel, the
-
-
0下载:
在传统的操作系统中,程序并不能独立运行,作为资源分配和独立运行的基本单位都是进程。操作系统所具有的四大特点也都是基于进程而形成的,并可从进程的观点来研究操作系统。显然,在操作系统中,进程是一个极其重要的概念。-In traditional operating systems, procedures and should not operate independently, as the allocation of resources and independence to run the bas
-
-
0下载:
操作系统概念第六版,是由abraham silberschatz 编写 全面介绍了操作系统的组成-The concept of the sixth edition of the operating system by abraham silberschatz to prepare a comprehensive introduction to the composition of the operating system
-
-
0下载:
操作系统实验1,进程调度实验本实验模拟单处理器系统的进程调度,加深对进程的概念及进程调度算法的理解。用某种语言编写和调试一个进程调度的算法程序,有一些简单的界面,能够运行,仿真操作系统中进程调度的原理和过程。进程调度要求使用高响应比优先的动态优先级调度算法。-Operating system in Experiment 1, the process of scheduling experiments in this experiment simulated the process single-
-
-
0下载:
My Mini 操作系统 源码.目前已经实现的功能:
阶段1:
1 BootSect
2 Kernel Loader (已经进入保护模式,并且将必要的参数传递给Kernel)
3 Kernel (开启页式存储,物理内存的简单管理,为中断提供了一套基本的接口,利用Bget建立了一个简单的堆)
阶段2:
1 优化了一部分代码,包括内核堆,内核栈的重新布置
2 初始化了一个TSS,用以处理特权级变化
3 将GDT从以前的KernelLoader空间到自己的空间
4
-
-
0下载:
操作系统概念第六版翻译版,影印版,质量普通,不过能将就看!-Operating System Concepts Sixth Edition translations, copy version, the quality of general, but able to look at!
-
-
0下载:
模拟作业调度算法,学习作业在操作系统中的调度过程,加深对作业管理的理解。特别是作业调度的概念、作业调度与进程调度的区别。培养学生程序设计的方法和技巧,提高学生编制清晰、合理、可读性好的系统程序的能力,加深对操作系统课程的理解,拓宽学生的知识领域,锻炼学生的实践技能。
操作系统,c-Simulation of job scheduling algorithms, learning tasks in the operating system' s scheduling process, t
-
-
0下载:
本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。. -This book is to explain the internal mechanisms of Windows
-
-
0下载:
生产着消费者问题,操作系统概念第七版中的-Production of consumer issues, the concept of the seventh edition of the operating system in the
-
-
0下载:
进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。-Processes and threads of the operating system concept. Implementation process is an instance of the application, each process is private virtu
-
-
0下载:
This Document shows the concept of Operating System for interview.
-
-
0下载:
国外经典著作,操作系统概念,恐龙级的书籍,赶快收藏吧-operating system concept
-
-
0下载:
《操作系统概念》第七版 中的实验项目:生产者消费者问题。本程序中,main()函数需要三个参数:主线程休眠时间;生产者线程数;消费者线程数。各线程的休眠等待时间是随机的。-Experimental project in the seventh edition of the operating system concept: producers and consumers. The program, the main () function takes three parameters: the
-
-
0下载:
哈尔滨理工大学,英文版操作系统概念ppt课件。第一章。-Operating system concept
-
-
0下载:
操作系统概念英文版chapter 7 银行家算法源码。(Banker's algorithm in Operating System Concept Chapter 7.)
-
-
0下载:
操作系统概念英文版chapter 5 5.39源码。利用线程计算pi值。只能用于linux。(Source code of 5.39 in Operating System Concept. Talk about thread. Linux only.)
-
-
0下载:
《操作系统概念》讨论了操作系统中的基本概念和算法,并对大量实例(如Linux系统)进行了研究。《操作系统概念》内容共分七部分。第一部分概要解释了操作系统是什么、做什么、是怎样设计与构造的,也解释了操作系统概念是如何发展起来的,操作系统的公共特性是什么。第二部分进程管理描述了作为现代操作系统核心的进程以及并发的概念。(The Operating System Concepts discusses the basic concepts and algorithms in operating syst
-