搜索资源列表
zhexuejiasuanfa
- 操作系统中的哲学家就餐算法 c语言编写-OS philosopher dine algorithm c language
zhe
- 进程同步算法模拟,哲学家就餐问题JAVA实现。
20081010101
- 哲学家的VC++的算法,挺有趣的,大家尝试一下
philosphi
- 操作系统线程哲学家就餐算法原代码-operating system threads the dining philosophers algorithm source code
哲学家进餐问题VC版
- 本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-the procedure is fairly typical operating system threads synchronization algorithm of the Dining Philosophers, in order to prevent deadlock and take the two conditions (ch
lab1
- 操作系统中的 哲学家进餐问题 经典算法vc版-Operating system in the dining philosophers problem
philosopher
- 操作系统课程设计,哲学家算法的模拟 程序简短-Philosopher of the simulation algorithm
philosopheralgorithm
- 利用vc++的各项相关功能和操作系统的相关知识完成哲学家算法~-Using vc++ with the relevant functions and knowledge of the operating system to complete the philosopher algorithm ~
OS
- 本学期操作系统的两次试验打包,银行家算法,PV操作中的哲学家就餐问题和生产者消费者问题,小程序仅供参考~-This semester, two tests of the operating system package, bankers algorithm, PV operation of the dining philosophers problem and producers of consumer issues, small programs for reference ~
dining
- 说明:本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。-Note: This procedure is typical of the operating system thread synchronization algorithm dining philosophers problem, in order to prevent deadlock, has taken two conditions (free c
philosopher
- 操作系统作业,实现哲学家算法的死锁与非死锁,死锁的出现是随机的,此程序并不能保证一定会出现死锁-Realize the philosopher algorithm with the dead lock dead lock
Philosopher2
- 操作系统实验,实现对哲学家算法模拟,具有图形界面-Operating system experiments, philosophers algorithm simulation with a graphical interface
Dining-philosophers
- 操作系统之哲学家就餐问题的算法实现,利用java开发语言-The operating system of the dining philosophers problem algorithm