资源列表
Ch13Demo1
- Winodws 多线程编程之一,助你更好的理解现成的创建,安全退出等。-Winodws one multi-threaded programming, ready to help you better understand the creation of safe exit and so on.
Ch13Demo2
- windows 多线程编程之二,是学习多线程编程的好例子,现成的创建,安全退出。-windows of two multi-threaded programming, multithreaded programming is to learn a good example of ready-made creation, security exit.
Ch13Demo3-User-Inter
- 多线程编程例程之三,线程的同步,通信,创建,安全退出。-The third multi-threaded programming routines, thread synchronization, communication, creation, security exit.
duoxiancheng
- 多线程效果。看到窗口里有多线程的效果图片。-Multi-threaded effects. See the effect of multi-threaded window picture.
producers-and-consumers-
- 一个或多个生产者消费者实现线程间的同步、互斥 使用AND型信号量-One or more producers and consumers to achieve synchronization between threads, mutual exclusion semaphores with the AND-type
Dining-philosophers-problem
- 哲学家就餐问题 实现5个哲学家5支筷子的就餐问题涉及到AND型信号量,线程的阻塞唤醒切换功能-Dining philosophers problem to achieve five dining philosophers five chopsticks issues related to the AND-type semaphore, blocking thread switching wake
Receiving-and-sending-messages
- 线程间的消息接收与发送 可作为多个线程通信的基础代码-Thread to receive and send messages between multiple threads can be used as the basis for communication code
Thread-creation
- 线程的创建 作为程序创建的基础 多个线程单个线程的创建-Thread creation as the basis to create a single thread to create multiple threads
Task1.java
- 写两个线程,一个线程打印1-52,另一个线程打印字母A-Z。打印顺序为12A34B56C……5152Z。-failed to translate
MultiThread
- vc 多线程方式同时进行多项任务\MultiThread的程序源码,值得一看!-vc multiple threads simultaneously multiple tasks \ MultiThread the program source code, worth a visit!
ThreadPriority
- vc 线程优先级示例-赛马\ThreadPriority的程序源码,值得一看!-vc thread priority example- Jockey \ ThreadPriority the program source code, worth a visit!
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
