搜索资源列表
SleepBarber
- 一个用java实现的解决理发师睡觉问题的代码-used to achieve a solution to the problem of sleep Barber code
数据结构理发馆仿真
- 数据结构基本算法实现 用C++实现理发馆防真功能-basic data structure algorithm in C-achieving barber's shop really function
barber
- 这是嵌入式系统中关于理发师问题的源程序,主要是解决顾客排队的问题-This is the embedded system on the source of Seville, the key is to resolve the problem of customers queuing
barbershop1
- 操作系统试验,理发师问题用进程解决的,实现进程互斥与共享-Operating system testing, barber problem solved by the process of realizing the process and sharing of Mutex
barbershop2
- 操作系统实验,理发师问题用线程完成问题-Experimental operating system, barber problem using threads to complete the problem
BarberAlgorithm
- 这是一个操作系统课程中的理发师算法。具体描述见readme-This is a course in operating systems barber algorithm. Specific descr iption, see readme
sleepingbarber
- Jibu并行开发库提供的例子,演示睡眠的理发师问题。-Concurrent Development Jibu database provides examples, demos sleeping barber problem.
fl2
- 理发师问题,多个人等待理发师进行理发,其中涉及任务的分配-Barber problem, wait for more than personal barber for a haircut, which involves the allocation of tasks
os
- 经典的理发师问题,用C语言实现,程序实现了几个进程之间的相互调度关系,预防死锁。-Classic barber problem using C language, the program realize a number of the process of scheduling the relationship between the prevention of deadlock.
babr
- sleeping barber problem with sleeping time and arrivval time
Barbershop
- Barber Shop algorithm Synchronization Simulator-Barber Shop algorithm Synchronization Simulator
Barber
- 理发店程序实现多线程同步 适合初学者在visual C++上运行-Barber thread synchronization program for beginners and more in the visual C++ on the run
Single_Sle2118896302008
- this is a program about barber algorithm in O.S
barber(2)
- 理发师问题的信号量解决方法实现,基于C语言编写-Semaphore barber problem solution implementation, based on C language
barber
- 一个理发店,只有一个理发师,只有n张可供顾客等待理发的椅子,如果没有顾客,则理发师睡觉;如果有一顾客进入理发店发现理发师在睡觉,则把他叫醒,写一个程序协调理发师和顾客之间的关系。-A barber shop, there is only one barber, only the n Zhang barber' s chair waiting for customers, without customers, the barber
barber
- 睡眠理发师问题C++解法,使用信号量,理发座位数可选,理发师只有一个-Using semaphore to solve barbers problem,there’s one barber,infinite customer,and a few waiting position,the number of waiting position is depend on the user. 3 semaphores are inv
barber
- 进程调度中经典的理发师问题,在Ubuntu8.04下编译通过-Process Scheduling in the classic barber problem in Ubuntu8.04 compiled by
barber
- 操作系统里面的经典理发师问题的一些分析,让你彻底理解该问题,-Inside the operating system some of the classic barber problem, so you completely understand the problem,
barber
- linux环境下实现理发师功能,用C语言实现,成功执行,内含全部文件内容,及执行结果。-linux environment to achieve the barber function, using C language, the successful implementation of all the documents containing the content, and implementation of the results
Sleeping-Barber
- implementation of Sleeping barber algorithm in c lang. using pthreads.