-
用信号量来实现读者-写者问题
在Windows2000或Windows XP环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先) 1) 写-写互斥:不能有两个写者同时进行写操作 2) 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 3) 读-读允许:可以有一个或多个读者在读。 读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。 写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处
- 2022-03-18 02:02:12下载
- 积分:1
-
vc-io-mwArray
用VC读写Matlab中数据的例子,为精通Matlab编程一书中附带,可在混合编程时使用,加快开发速度。(VC read and write data in Matlab example of Matlab programming proficient with a book, Programming can be mixed use, and speed up the development pace.)
- 2007-03-27 17:00:45下载
- 积分:1
-
MFC
深入浅出MFC第二版,候俊杰著,适合深入研究的开发人员,不建议初学者(MFC easy, second edition, Hou Junjie book, suitable for in-depth study of the developer is not recommended for beginners)
- 2013-04-27 19:26:56下载
- 积分:1
-
DPSK测试代码(OK)
DPSK(差分相移键控)调制解调通过对未调制基带信号进行绝对码-相对码转换、cpsk调制、cpsk解调,相对码-绝对码转换达成目的
- 2022-05-25 05:30:02下载
- 积分:1
-
spvolren_src
说明: 德国斯图加特大学图形图像方面的技术超牛的,spvolren是他们的开源体绘制,完全基于C和glut,随意跨平台(Stuttgart, Germany University of graphics images technical super cow, spvolren is their open-source volume rendering, based entirely on the C and the glut, casual cross-platform)
- 2008-10-20 15:07:03下载
- 积分:1
-
Commonnn
说明: IE浏览器下是将内容复制到Excel,需用户手动保存Excel文档 非IE浏览器可直接导出Excel文件(In IE browser, the content is copied to excel, and the user needs to save the excel document manually)
- 2020-02-24 19:58:01下载
- 积分:1
-
333
在vc++编程中,利用opencv实现图像的处理,显示(In VC programming, using opencv for image display )
- 2013-09-11 17:59:52下载
- 积分:1
-
OQUZW342
试验内容: 跳水比赛中运动员每完成一个跳水动作,都有J名裁判员为其打分(Test content: diving competition the athlete to complete each dive, J name for its reffrees hits)
- 2017-07-26 11:18:25下载
- 积分:1
-
stm32_modbus-rtu
废话少说,首先去下载源码,我下载的是在demo文件夹中有很多移植好的例子,但是没有STM32的,不要紧,我们参考已有的例子来操作就可以了。在demo文件夹下新建一个文件夹,命名为STM32,将BARE文件夹里的文件全部复制过来。
- 2023-06-11 06:45:03下载
- 积分:1
-
PicChanger
c#实现的图片转换功能 能够对.bmp,.jpg,gif,png等格式的图片进行相互转换!(c# realized Photo conversion function right. Bmp,. Jpg, gif, png picture format, such as mutual conversion!)
- 2007-03-09 15:51:16下载
- 积分:1