readme.txt

来自「Visual dsp++ VDK应用实例」· 文本 代码 · 共 13 行

TXT
13
字号
Description:
------------

The dining philosophers are often used to illustrate various problems that
can occur when many synchronized threads are competing for limited resources.
Five philosophers are sitting at a round table. In front of each philosopher
is a bowl of rice. Between each pair of philosophers is one chopstick.
Before an individual philosopher can take a bite of rice he must have two
chopsticks - one taken from the left, and one taken from the right. The 
philosophers must find some way to share chopsticks such that they all get 
to eat.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?