资源列表

« 1 2 3 4 5 6 7 89 10 11 12 13 ... 1044 »

[进程与线程threadphilosopher

说明:利用线程方案实现实现哲学家问题.设置五个信号量代表五把叉子,初使值均为1,表示5把叉子均可以取,设置五个线程代表5个哲学家,其值分别为0~4,规定奇数号的哲学家先拿起他左边的叉子,然后再去拿他右边的叉子 而偶数号的哲学家则相反.按此规定,将是1,2号哲学家竞争1号叉子,3,4号哲学家竞争3号叉子.即五个哲学家都竞争奇数号叉子,获得后,再去竞争偶数号叉子,最后总会有一个哲学家能获得两支叉子而进餐。而申请不到的哲学家进入阻塞等待队列,根FI
<林茜> 在 2024-04-29 上传 | 大小:1024 | 下载:0

[进程与线程secThread

说明:本代码主要实现了通过多线程来并行和多个时间服务器进行通信及同步-the main source of multi-threaded and parallel to a number of server time and synchronous communications
<郭树印> 在 2024-04-29 上传 | 大小:1024 | 下载:0

[进程与线程duzhexiezhe

说明:读者写者问题 在java 下实现-readers who write in Java to achieve.
<委员克> 在 2024-04-29 上传 | 大小:1024 | 下载:0

[进程与线程ThreadSync1

说明:这是一个关于线程间的同步问题。之所以每次会有不同的答案,是因为当两个线程并发执行时,程序执行的顺序是交叉进行的,导致程序的执行出现了不可在现性。有时会出现一个结果,有时出现两个结果,是因为两个线程不一定同时不为零。-This is a thread on the synchronization problem. Each has a different answer, because when two threads with the
<jbb> 在 2024-04-29 上传 | 大小:1024 | 下载:0

[进程与线程UseDoubleBuffering

说明:java语言初学者可用此例演示,了解进程和线程,Jcreator开发工具运行!-available this example demonstrates, the process of understanding and threads, Jcreator development tools running!
<pange> 在 2024-04-29 上传 | 大小:1024 | 下载:0

[进程与线程OnlyChangeUpdate

说明:java线程事例代码,不错的呀,有jcreator运行,html打开看看效果-code examples, good ah, jcreator operation, html open look at the results! !
<pange> 在 2024-04-29 上传 | 大小:1024 | 下载:0

[进程与线程syj

说明:【操作系统】单处理器系统的进程调度的源程序- [ Operating system ] single processor system advancement dispatch source program
<石嘉> 在 2024-04-29 上传 | 大小:1024 | 下载:0

[进程与线程course_attemper

说明:关于进程调度的一个程序,采用C语言编写程序,选用优先数调度算法或简单轮转法对五个进程进行调度,每个进程处于运行(Run)、就绪(Ready)和完成(Finish)三种状态之一,并假定起始状态为就绪状态。-on the process of scheduling a procedure using C language programming, a few selected priority scheduling algorithm or
<zhou> 在 2024-04-29 上传 | 大小:1024 | 下载:0

[进程与线程shakang

说明:在linux平台下运行的多进程运行的程序,在其间共享锁以实现通讯。-running under Multi-process operation procedures, in which shared lock to achieve communication.
<yuhao> 在 2024-04-29 上传 | 大小:1024 | 下载:0

[进程与线程yemian

说明:操作系统的实习 实现页面调度算法 用visual c++实现的-operating system to achieve attachment pages scheduling algorithm used visual realization of the c
<戴明珠> 在 2024-04-29 上传 | 大小:1024 | 下载:0

[进程与线程c++yongyuanxuexiefefef

说明:这是本人的一个小小的作品,供大家参考,希望跟大家多多学习。-This is a little my work, for your reference, we wanted to learn more.
<wo> 在 2024-04-29 上传 | 大小:1024 | 下载:0

[进程与线程findpid

说明:本地进程的扫描,一个简单的例子,源码在txt文件中-local scanning process, a simple example, the source document in txt
<刘机> 在 2024-04-29 上传 | 大小:1024 | 下载:0
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 1044 »

源码中国 www.ymcn.org