搜索资源列表
dining_philosopher.tar
- 哲学家进餐经典算法的pthread多线程实现代码-Classic dining philosophers pthread algorithm to achieve multi-threaded code
DiningPhilosophers
- Linux下多线程实现哲学家进餐算法。使用了线程间协调通信,有优先级,防止了死锁。-Dining philosophers algorithm Multithread was utilized. Compiled in Linux GCC
bankerand-philosopher
- 模拟银行家算法解决哲学家问题的小程序,程序能正确运行完不会造成死锁。-Analog bankers algorithm to solve the problem of small philosopher, the program runs correctly completed without causing deadlock.
exp1
- Linux环境下,新型的,解决哲学家就餐问题和生产者消费者问题的算法。-Under Linux, a new solution to the dining philosophers problem algorithm.
linux
- 进程调度算法,在linux中利用多线程模拟实现FCFS,SJF,RR的调度过程 哲学家算法(linux FCFS SJF RR)