资源列表
two-level-scheduling-
- 用C语言模拟实现一个的多道批处理系统的两级调度-C language simulation implement a multi-channel batch system of the two levels of scheduling
SunTrain
- 本书的主要目标是为你提供有关Java 应用和Java applets 的面向对象的程序设计所必需的知识和技能; 并讲授Java 编程语言句法和面向对象的概念,以及Java 运行环境的许多特性, 对图形用户界面(GUIs)、 多线程和网络的支持等。本课程包括了参加SUN Certified Java Programmer 和SUN Certified Java Developer 考试所必备的知识。
CriticalSection
- this a Critical Section test program. code is simple but easy to learn.-this is a Critical Section test program. code is simple but easy to learn.
MultiThread
- 多线程的学习,在一个程序中,这些独立运行的程序片断叫作“线程”(Thread),利用它编程的概念就叫作“多线程处理”。多线程处理一个常见的例子就是用户界面。利用线程,用户可按下一个按钮,然后程序会立即作出响应,而不是让用户等待程序完成了当前任务以后才开始响应。 -Multithreaded learning, in a program, these stand-alone program fragment called " thread" (Thread), use it
seeeptilizedline
- 易语言编写的仿VStart程序分类管理工具,像QQ一样可以自动隐藏或显示,()
Event
- 事件编程,通过事件,管理两个进程之间的调度管理-Event programming, through the event, management, scheduling management between the two processes
vc524448882244
- 一个操作系统的课程设计编程 是在C-C++环境下生成的-an operating system course design program is the C-C generated environment
Multhread
- 一个很好的多线程编程的例子,主要用多线程阐述了操作系统里的线程互斥。-It is a very good example to explain the mutex of thread in operation system.
ThreadApplication
- 多线程应用程序,模拟两个售票窗口轮番售票情况-Tread Application
Semaphore
- this a Semaphore Test program. Code is simple but easy to learn.-this is a Semaphore Test program. Code is simple but easy to learn.
cipandiaodu
- 1、对于如下给定的一组磁盘访问进行调度: 请求服务到达 A B C D E F G H I J K 访问的磁道号 30 50 100 180 20 90 150 70 80 10 160 2、要求分别采用先来先服务、最短寻道优先以及电梯调度方法进行调度。 3、要求给出每种算法中磁盘访问的顺序,计算出平均移动道数。 4、假定当前读写头在90号,向磁道号增加的方向移动。-1, for a given set of as disk access scheduling: Reques
253632
- android 例子中的确良ApiDemos,很有代表意义,有空下来看看,()