-
用信号量实现读者和写者的程序
读者-写者问题的读写操作限制(包括读者优先和写者优先):
写-写互斥,即不能有两个写者同时进行写操作。
读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态才能开始读操作。
- 2022-04-22 12:41:24下载
- 积分:1
-
C++Builder计算器
C++Builder计算器-C Builder Calculator
- 2022-10-08 16:00:02下载
- 积分:1
-
用Delphi开发,基于ADO的自定义注册软件
用Delphi开发,基于ADO的自定义注册软件-with Delphi, ADO-based registration software-defined
- 2022-08-17 05:47:50下载
- 积分:1
-
wince下的注册表编辑器(ARM4I)
好东西! 在winCE下的修改注册表的软件....
wince下的注册表编辑器(ARM4I)
好东西! 在winCE下的修改注册表的软件.-wince under the Registry Editor (ARM4I) good stuff! In winCE under the amended registration Table software.
- 2023-02-19 21:05:03下载
- 积分:1
-
Example for multithread programing
Example for multithread programing
- 2022-05-06 14:42:08下载
- 积分:1
-
一个用delphi语言实现的聊天程序,实现了基本的功能
一个用delphi语言实现的聊天程序,实现了基本的功能-A language with delphi realize the chat program to achieve basic functionality
- 2022-01-26 01:07:05下载
- 积分:1
-
这个是一个小型计算器,你可以输入一个表达式,就可以得到答案,支持优先级运算,...
这个是一个小型计算器,你可以输入一个表达式,就可以得到答案,支持优先级运算,-This is a small calculator, you can enter a regular expression, we can get an answer in support of Operation priority,
- 2022-03-22 13:06:02下载
- 积分:1
-
windows核心编程源程序
windows核心编程源程序-windows core programming source
- 2023-08-26 21:25:03下载
- 积分:1
-
access简单应用 特别适合初学者 一看就会,很基础的
access简单应用 特别适合初学者 一看就会,很基础的-particularly suitable for simple applications access beginners will see, it is based on
- 2023-03-20 03:00:04下载
- 积分:1
-
Abstract Based on the rapid Negentropy 1 CA fixed point algorithm, introduced th...
【 摘 要】 提出了一种基于负熵的快速不动点1 C A算法, 介绍了负熵的定义和如何将其用作代价函数度量混合信号的非
高斯性。 详细介绍了基于负熵的固定点准则以及简化算法。实验选取 3个非高斯向量作为信号源进行 Ma t l a b分离仿真, 结果显示
分离效果良好。-Abstract Based on the rapid Negentropy 1 CA fixed point algorithm, introduced the definition of negentropy and how to measure its cost function for mixed-signal of the non-Gaussian. Described in detail based on the fixed-point Negentropy criteria and simplify the algorithm. Experiment to select three non-Gaussian vector as a signal source separation Ma tlab simulation results showed good separation efficiency.
- 2022-03-23 05:22:27下载
- 积分:1