-
DSP应用程序设计
DSP应用教程设计,非常适合于初学者,非常基础的东西(DSP application tutorial design, very suitable for beginners, very basic things)
- 2017-11-07 22:04:28下载
- 积分:1
-
自动抓取网页标题工具
可自动抓取网页中相关标题并导出
- 2022-06-26 10:18:23下载
- 积分:1
-
神经网络——智能扫雷机
自己写了一个前馈网络,实验训练扫雷机,加入了遗传算法。
- 2023-02-10 20:00:10下载
- 积分:1
-
STM32 PWM舵机控制
用STM32实现PWM控制舵机任意角度(0-180度)转动。(Using STM32 to achieve PWM control steering gear at any angle (0-180 degrees) rotation.)
- 2017-08-10 17:42:23下载
- 积分:1
-
SFS相关所有
说明: 利用SFS算法实现3D图像重建,附带有图片实现(3D Image Reconstruction Using SFS Algorithms)
- 2019-04-25 10:34:23下载
- 积分:1
-
c# qq2013源码下载
c# qq2013源码下载
- 2015-03-11下载
- 积分:1
-
德州扑克服务器,前端
德州扑克完整源代码,php开发,有些公司已经在运营
德州扑克完整源代码,php开发,有些公司已经在运营德州扑克完整源代码,php开发,有些公司已经在运营德州扑克完整源代码,php开发,有些公司已经在运营
- 2022-09-19 17:35:03下载
- 积分:1
-
ofllk27
要想写好C请看看这编文章 对编写出高质量的C语言程很有帮助,()
- 2017-11-15 20:38:14下载
- 积分:1
-
读者写者问题
说明: 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。
2、定义一个读者函数:
?当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。
?当有其他读者在占用buffer时,读者可对buffer进行读取操作。
?当buffer中有数据时,则从其中读取一个数据,并显示然后退出。
?当buffer中没有数据时,应等待,直到buffer中有数据可读。
3、定义一个写者函数
?当有读者在占用buffer时,写者应该等待,直到所有的读者都退出为止。
?当有其他写者占用buffer时,该写者应该等待,直到占用buffer的写者退出为止。
?当buffer有空闲时,写者应该在buffer中写入一个数据并退出。
?当buffer满时,写者应该等待,直到buffer有空闲为止。
4、定义主函数,在其中可以任意创建读者与写者。
可根据用户输入创建读者或写者进程(线程)。(1. Define a data buffer and semaphores for synchronization and mutual exclusion.
2. Define a reader function:
When a writer is occupying the buffer, the reader should wait until the writer no longer uses the buffer.
When other readers occupy the buffer, they can read the buffer.
When there is data in the buffer, read a data from it, display and exit.
When there is no data in the buffer, wait until the data in the buffer is readable.
3. Define a writer function
When a reader is occupying the buffer, the writer should wait until all readers quit.
When other writers occupy the buffer, the writer should wait until the writer who occupies the buffer exits.)
- 2019-12-27 18:49:46下载
- 积分:1
-
学生管理系统代码
考勤管理系统代码学生考勤系统管理程序是一个基于打卡机的系统,还需要高校各教室配备打卡机。同时可以通过校内网建立一个网站,学生,导员,任课老师都可以查询到课情况,查询有多种方式...
- 2022-04-11 01:37:58下载
- 积分:1