subject

Simulate the traffic at the intersection of two one-way streets using semaphores. The traffic must obey the following rules: • Only one car can be crossing at any given time.
• When a car reaches the intersection and no other cars are approaching from the other direction, then the car must be allowed to proceed immediately.
• Cars arriving from both directions simultaneously must take turns in crossing.
The solution should obey the following principles:
• A car approaching from one direction is modeled by incrementing a corresponding counter (Ex: ns for north-south, ew for east-west).
• A busy flag indicates whether the intersection is free or whether a car is currently crossing.
• When busy is true, a car blocks on a semaphore corresponding to the car's direction.
• A blocked car is unblocked when the currently crossing car leaves the intersection.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 17:00
Ineed a good science fair name i’m doing a homemade water filter and i have no idea what the title should be plz
Answers: 1
question
Computers and Technology, 22.06.2019 18:10
Assume that to_the_power_of is a function that expects two int parameters and returns the value of the first parameter raised to the power of the second parameter. write a statement that calls to_the_power_of to compute the value of cube_side raised to the power of 3 and that associates this value with cube_volume.
Answers: 1
question
Computers and Technology, 23.06.2019 00:30
Write the html code to make a link out of the text “all about puppies”. it should link to a pdf called “puppies.pdf” inside the “documents” folder. the pdf should open in a new window.
Answers: 2
question
Computers and Technology, 23.06.2019 17:00
The more powerful, 60 volt cables and the main power shut-off on an hev are both colored orange.
Answers: 1
You know the right answer?
Simulate the traffic at the intersection of two one-way streets using semaphores. The traffic must o...
Questions
question
Physics, 28.11.2021 22:30
question
Mathematics, 28.11.2021 22:40
question
History, 28.11.2021 22:40
question
History, 28.11.2021 22:40
Questions on the website: 13722367