搜索资源列表
ReaderWriter
- Java多线程读者写者程序。程序先从txt文本中读取读者写者信息,1 R 3 5为例,1为线程序号,R表示读者,3表示申请操作的时间(秒为单位),5表示操作持续的时间。运行后先选择读者/写者优先,之后按照文本中的描述建立线程,采用信号量机制处理互斥访问。-Readers who write multi-threaded Java programs. Txt program text reads the reader to start writing Information, 1 R 3 5, f
codefans.net
- 用java解决的哲学家算法,有界面的,用多线程和信号量的方法解决的。-Philosophers algorithm java resolved interface method to solve multi-threading and semaphores.
Test
- 生产者,消费者,互斥信号量,解决多线程调度问题,-Producers, consumers, mutexes, semaphores, to solve the multi-threaded scheduling problem
Barbershop
- 操作系统概念第六版信号量课后习题,Barbershop的多线程编码-Operating System Concepts sixth edition Semaphore of the book exercise, babershop problem, java multithreading semaphore issues