搜索资源列表
-
0下载:
来自www.Embedded_com的文章,介绍一些基本的嵌入式实时软件的概念,当然也涉及一点操作系统的知识,了解就好了-www.Embedded_com from the article to introduce some basic real-time embedded software concept, of course, is the operating system also involves knowledge, understanding!
-
-
0下载:
qt实现四叉树搜索,书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-qt achieve quadtree search, book on the Windows operating system is an internal
-
-
0下载:
过一个学习《操作系统》课程的学习,掌握了许多书本上的知识,但是对书上的概念并没有真正意义的了解。这次课程设计,就是通过模拟银行家算法来避免死锁的产生,加深对进程死锁概念的理解。
.课程设计的要求
通过对银行家算法的模拟,用户输入进程跟资源的数目,再给每个进程的每个资源申请资源,用以判断进程是否会出现死锁,若出现死锁,就释放整个内存的资源,总而减轻操作系统的负担。
课程设计的题目
本次操作系统课程设计的题目为《模拟银行家算法》。-than a learning "syst
-
-
0下载:
it s a lift simulator, use operating system concept call mutex to implenment a lift. I do it prefectly.
-
-
0下载:
Windows核心编程的随书源代码,该书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序。-core Windows programming source code with the book, This book is the Windows operating system on the internal mechanism dedicated to the authors
-
-
1下载:
这是Windows 2000 UI 新特点系列文章的例子程序,工程中将系列文章中所有UI特性的例子集中在一起。包括:信息条提示、栏目、清除和搜索处理等等。如果能仔细研究其中的代码,您一定能开发出界面更丰富、更吸引人的Windows 2000应用程序。外壳扩展的概念是在Windows 2000操作系统中被加固定型的。其新特性大大增强了开发者UI编程的能力。-This is the Windows 2000 UI features of the new series of articles exam
-
-
0下载:
Windows CE 培训教程
课程介绍
1 主要讲解WinCE系统层面的开发知识,非应用层面介绍
2 讲解有关WinCE的基本知识、概念和开发的内容
3 要求熟悉C++及操作系统的基本知识
4 了解Windows操作系统的注册表知识
5 了解Windows的基本工作原理
6 了解基本嵌入式定义及基础-Windows CE training courses on a tutorial on the main level
-
-
0下载:
Windows核心编程(源码)
Windows核心编程是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。
-core Windows Programming (OSS) is a Windows programming on
-
-
0下载:
1、在Windows系统环境下,用Windows API编程实现操作系统经典同步问题。
2、理解和运用信号量、PV原语、进程间的同步互斥关系等基本知识。
3、在实习过程中,加强对于进程同步概念的理解,对于实验进行分析。
4、掌握在Windows环境下多线程(进程)程序设计的一些基本方法。
-1, in the Windows system environment, Using Windows API programming operating system classic syn
-
-
0下载:
Short descr iption: GUI Ant-Miner is a tool for extracting classification rules from data. It is an updated version of a data mining algorithm called Ant-Miner (Ant Colony-based Data Miner), which was proposed in 2002 by Parpinelli, Lopes and Freitas
-
-
0下载:
操作系统概念第六版翻译版,影印版,质量普通,不过能将就看!-Operating System Concepts Sixth Edition translations, copy version, the quality of general, but able to look at!
-
-
0下载:
《操作系统概念》进程 上课的PPT课件。-" Operating system concept" process class PPT courseware.
-
-
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
-