搜索资源列表
Multiprocess
- 多进程的解决方案 : 创建一个包含四个窗口的多任务模拟:第一个窗口必须显示一系列的递增偶数;第二个窗口必须显示一系列的递增素数;第三个窗口必须显示任意半径的圆;第四个窗口必须显示一系列的随机矩形。-multi-process solution : Create a window contains four multi-task simulation : a window to show a series of incremental even; The second window mus
hanoie
- 很好的一个汉诺塔问题的解法,方法非常灵活有效-good HANOR a solution to the problem, the method is very flexible and effective
philosophers05
- 经典进程同步和互斥另类WINDOWS解法.定义信号量机制在WINDOWS下完成哲学家进餐问题.-classical process synchronization and mutex WINDOWS alternative solution. Volume definition signal mechanism in Windows complete the dining philosophers problem.
BANK_bank
- 主要是用语解决死锁问题的算法,也称之为银行家算法,希望可以用的上!-term solution is mainly the deadlock algorithm, also known as bankers algorithm can be used to hope!
xiancheng
- 线程的创建,挂起与解挂,通过C语言实现该功能,程序清晰易懂。-Thread creation, hang with the solution linked to the function through the C language, the program clear and understandable.
913319973434234
- 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
CreateRemoteThread-win7
- win7下面创建远程线程的解决方案 国外大牛写的-win7 the following solution to create a remote thread to write large foreign cattle
617758producerConsumerModel_src
- 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
producer-consumer-problem
- Introduction In this project, we will design a programming solution to the bounded-buffer problem using the producer and consumer processes . The solution uses three semaphores: empty and full, which count the number of empty and full slots
717973Buffer_pool
- 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
112740VCproducerConsumerModel
- 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
background worker
- TBackgroundWorker v1.10. The TBackgroundWorker component allows you to run an operation on a separate, dedicated thread. Time-consuming operations like downloads and database transactions can cause your user interface (UI) to seem as though it has
ProducerConsumer
- 基于对象调用wait与notify方法解决生产者-消费者问题-Object-based solution to call the wait and notify the producer- consumer issues
CMutexDemo02
- 线程间通讯,通过互斥锁同步技术实现,能够很好的解决线程调用的安全性问题-Inter-thread communication, synchronization by mutex implementation, the thread can call a good solution to security problems
philpsopher
- 哲学家就餐问题的解决方法 运用java多线程模拟所有解决哲学家就餐问题的方法-Solution to the dining philosophers problem using multi-threaded simulation of java all the dining philosophers problem solving
AITV_Framework
- 这是一个基于命名管道的进程通信及调度程序框架的试验版本。一个solution中包含3个Project.其中,AppScheduling是进程调度程序(这个是将来可以使用的版本),TestJiuGong和TestPlayer分别是九宫格导航和播放器的简单模拟(将来会被实现真实功能的程序所替换。) AppScheduling的功能:启动后自动隐藏窗口,启动九宫格导航。九宫格导航按1键后退出,启动播放器;播放器按0键后退出,启动九宫格导航;九宫格导航按0键后退出整个系统(包括AppScheduli
Dinning-philosophers
- 在linux下“哲学家就餐”问题的一种解法-a solution of "dining philosophers" problem under Linux
reader-writer
- 用多线程解决读者-写者问题,实现读写互斥,写写互斥,读读同步。-Readers- write the problem of multi-threaded solution, to achieve read and write mutex, write mutex, read synchronization.
Limited-CPU
- 整个解决方案的流程很简单,只有两步: 1.获得要限制CPU 占用率的进程的句柄; 2.每隔 50ms,依次调用 NtSuspendProcess 和 NtResumeProcess。比如第 50ms 调用了 NtSuspendProcess,第100ms就调用NtResumeProcess。第150ms调用NtSuspendProcess, 第 200ms就调用NtResumeProcess,如此类推下去。-The entire process of the solution
message1
- Solution: Messages on spoj