-
msc.zip
用matlab进行msc变量标准化处理,(Using MATLAB for MSC processing)
- 2017-09-29 20:31:20下载
- 积分:1
-
数制转换器,可以在二进制,十进制,十六进制间转换,蛮实用的
数制转换器,可以在二进制,十进制,十六进制间转换,蛮实用的-Number System converter, can be binary, decimal, hexadecimal inter-conversion, pretty and practical
- 2022-02-02 13:39:47下载
- 积分:1
-
北师大基站程序 -内存复制
采集GPS原始数据并存储,解析GPS数据的经纬度数据(Acquisition and storage of GPS raw data)
- 2020-06-16 21:20:02下载
- 积分:1
-
关于电影谍影重重的原著小说,英文版的,相信会对大家的英语水平有所提高。...
关于电影谍影重重的原著小说,英文版的,相信会对大家的英语水平有所提高。-谍影重重on the film
- 2023-06-07 21:55:03下载
- 积分: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
-
Java华容道源码
Java华容道源码,代码中有注释,对学习有帮助。以前在手机里运行过。
- 2022-07-26 07:30:32下载
- 积分:1
-
basic MPC matlab文件 基本的模型预测控制程序
basic MPC matlab文件 基本的模型预测控制程序-basic MPC
- 2022-08-04 04:30:08下载
- 积分:1
-
摄像头主板采集项目例程
实现摄像头在oled上 显示
参数能够在FLAS里村存储(Implementation of the camera on OLED
Parameters can be stored in the village of FLAS)
- 2018-03-19 20:41:30下载
- 积分:1
-
C# 回车键控制鼠标焦点
C# 回车键控制鼠标焦点,原理是如果按下回车键,则切换鼠标焦点。
private void txtUserName_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
txtPWD.Focus();//切换鼠标焦点
}
private void txtPWD_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
btnOK.Focus();//切换鼠标焦点
}
- 2022-01-23 11:25:26下载
- 积分:1
-
RTC
making a clock by microcontroller atmega16 and show the time on lcd in c by codevision avr
- 2018-01-08 16:36:26下载
- 积分:1