文件名称:65gfhfdh
- 所属分类:
- 系统编程
- 资源属性:
- [Text]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- wang sh*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
课本上的算法是有信号量机制实现的(不要问我什么是信号量,课本上没讲)。声明一个int变量mutex(信号量),调用wait() signal()方法 。
wait(mutex) // if(mutex==0) { 阻塞当前进程 } else ( mutex-- }
signal(mutex) // mutex++ 唤醒wait进程
-Textbooks on algorithms is a semaphore mechanism to achieve (do not ask me what is semaphores, textbook did not speak). Declare a int variable mutex (semaphore), call wait () signal () method. wait (mutex)// if (mutex == 0) (blocking the current process) else (mutex-) signal (mutex)// mutex++ wake-up wait process
wait(mutex) // if(mutex==0) { 阻塞当前进程 } else ( mutex-- }
signal(mutex) // mutex++ 唤醒wait进程
-Textbooks on algorithms is a semaphore mechanism to achieve (do not ask me what is semaphores, textbook did not speak). Declare a int variable mutex (semaphore), call wait () signal () method. wait (mutex)// if (mutex == 0) (blocking the current process) else (mutex-) signal (mutex)// mutex++ wake-up wait process
相关搜索: 信号量
(系统自动生成,下载前可以参看下载内容)
下载文件列表
65gfhfdh.txt