CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - barber
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - barber - List
[
OS Develop
]
SleepBarber
DL : 0
一个用java实现的解决理发师睡觉问题的代码-used to achieve a solution to the problem of sleep Barber code
Update
: 2025-02-17
Size
: 1kb
Publisher
:
ivyinwinter
[
Data structs
]
数据结构理发馆仿真
DL : 0
数据结构基本算法实现 用C++实现理发馆防真功能-basic data structure algorithm in C-achieving barber's shop really function
Update
: 2025-02-17
Size
: 4kb
Publisher
:
孙锋志
[
VxWorks
]
barber
DL : 0
这是嵌入式系统中关于理发师问题的源程序,主要是解决顾客排队的问题-This is the embedded system on the source of Seville, the key is to resolve the problem of customers queuing
Update
: 2025-02-17
Size
: 5kb
Publisher
:
李思雨
[
Internet-Network
]
barbershop1
DL : 0
操作系统试验,理发师问题用进程解决的,实现进程互斥与共享-Operating system testing, barber problem solved by the process of realizing the process and sharing of Mutex
Update
: 2025-02-17
Size
: 2kb
Publisher
:
袁志
[
Linux-Unix
]
barbershop2
DL : 0
操作系统实验,理发师问题用线程完成问题-Experimental operating system, barber problem using threads to complete the problem
Update
: 2025-02-17
Size
: 1kb
Publisher
:
袁志
[
OS Develop
]
BarberAlgorithm
DL : 0
这是一个操作系统课程中的理发师算法。具体描述见readme-This is a course in operating systems barber algorithm. Specific description, see readme
Update
: 2025-02-17
Size
: 12kb
Publisher
:
于木
[
Windows Develop
]
sleepingbarber
DL : 0
Jibu并行开发库提供的例子,演示睡眠的理发师问题。-Concurrent Development Jibu database provides examples, demos sleeping barber problem.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
WuMing
[
Software Engineering
]
fl2
DL : 0
理发师问题,多个人等待理发师进行理发,其中涉及任务的分配-Barber problem, wait for more than personal barber for a haircut, which involves the allocation of tasks
Update
: 2025-02-17
Size
: 135kb
Publisher
:
cdqhei
[
OS Develop
]
os
DL : 0
经典的理发师问题,用C语言实现,程序实现了几个进程之间的相互调度关系,预防死锁。-Classic barber problem using C language, the program realize a number of the process of scheduling the relationship between the prevention of deadlock.
Update
: 2025-02-17
Size
: 10kb
Publisher
:
王栩
[
Algorithm
]
babr
DL : 0
sleeping barber problem with sleeping time and arrivval time
Update
: 2025-02-17
Size
: 1kb
Publisher
:
manoj
[
JSP/Java
]
Barbershop
DL : 0
Barber Shop algorithm Synchronization Simulator-Barber Shop algorithm Synchronization Simulator
Update
: 2025-02-17
Size
: 20kb
Publisher
:
Nasir
[
Windows Develop
]
Barber
DL : 0
理发店程序实现多线程同步 适合初学者在visual C++上运行-Barber thread synchronization program for beginners and more in the visual C++ on the run
Update
: 2025-02-17
Size
: 148kb
Publisher
:
胡元栋
[
Windows Develop
]
Single_Sle2118896302008
DL : 0
this is a program about barber algorithm in O.S
Update
: 2025-02-17
Size
: 21kb
Publisher
:
atyeh
[
Linux-Unix
]
barber(2)
DL : 0
理发师问题的信号量解决方法实现,基于C语言编写-Semaphore barber problem solution implementation, based on C language
Update
: 2025-02-17
Size
: 2kb
Publisher
:
wgx
[
matlab
]
barber
DL : 0
一个理发店,只有一个理发师,只有n张可供顾客等待理发的椅子,如果没有顾客,则理发师睡觉;如果有一顾客进入理发店发现理发师在睡觉,则把他叫醒,写一个程序协调理发师和顾客之间的关系。-A barber shop, there is only one barber, only the n Zhang barber' s chair waiting for customers, without customers, the barber to sleep if there is a customer into the barber shop barber was found sleeping, others view him wake up, write a program Coordination between barber and customer relations.
Update
: 2025-02-17
Size
: 13kb
Publisher
:
leaf
[
OS program
]
barber
DL : 0
睡眠理发师问题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 involved in the program: m_h,barbers,customers.Barbers is for the hair cutting process,customers Is for each customer’s arriving process,m_h is for a waiting position counter.There’re 2 more handles:threada,threadb as thread handle. Whenever a customer arrives,program prints: No.xxx customer is coming.If there exists any empty waiting position,the customer turn into a waiting situation,if not,program prints: No room for No.xxx customer,it s leaving.When the barber finishes a haircut,the barber thread prints: Done!Barber has cut a customer.....,meanwhile,the customer thread also prints: No.xxx customer has finished and leaving. With a While(1){} structure,the barber thread would never stop .The customer thread has no While() structure but the main function will continually and ramdomly create a customer
Update
: 2025-02-17
Size
: 1kb
Publisher
:
王跃辉
[
Linux-Unix
]
barber
DL : 0
进程调度中经典的理发师问题,在Ubuntu8.04下编译通过-Process Scheduling in the classic barber problem in Ubuntu8.04 compiled by
Update
: 2025-02-17
Size
: 1kb
Publisher
:
zdd
[
OS Develop
]
barber
DL : 0
操作系统里面的经典理发师问题的一些分析,让你彻底理解该问题,-Inside the operating system some of the classic barber problem, so you completely understand the problem,
Update
: 2025-02-17
Size
: 3kb
Publisher
:
上九流
[
Linux-Unix
]
barber
DL : 0
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.
Update
: 2025-02-17
Size
: 9kb
Publisher
:
uyuy0401
[
Other
]
Sleeping-Barber
DL : 0
implementation of Sleeping barber algorithm in c lang. using pthreads.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
da07
«
1
2
3
4
5
6
7
8
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.