-
cPPlearnning
学习C++的入门教程,希望对于正在学习的你有帮助,大家一起分享(Learning C++ introductory tutorial, hope for the help you are learning to share with everyone)
- 2011-11-04 09:39:04下载
- 积分:1
-
ds
DS1302 说明以及驱动程序 资料翻译
单片机学习必看(DS1302 instruction)
- 2013-05-07 16:41:43下载
- 积分:1
-
mp3towav
使用libmpg123.dll, 将mp3文件解码为wav文件(Decode mp3 file to wav file by using libmpg123.dll.)
- 2013-12-10 09:03:40下载
- 积分:1
-
CodeRainTest
很漂亮的代码雨,为什么一定要20字啊,好无赖啊(The code is very beautiful rain, why must 20 words, ah, ah good rogue)
- 2013-12-26 19:14:53下载
- 积分:1
-
dht11温湿度传感器协议栈组网代码及设计报告
dht11温湿度传感器协议栈组网代码及设计报告
组网工程,一应俱全
还有温度过高蜂鸣器报警功能
直接可以烧录,有hex文件
dht11温湿度传感器协议栈组网代码及设计报告
组网工程,一应俱全
还有温度过高蜂鸣器报警功能
直接可以烧录,有hex文件
- 2022-08-23 07:13:05下载
- 积分:1
-
GridViewFixHead
固定首行与列,绝对成功好用,本人亲试,木有问题(Fixed the first row and column, absolute success easy to use, I pro-test, wood in question)
- 2013-06-17 14:55:30下载
- 积分:1
-
操作系统读者写者实验
创建一个控制台进程。此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先的读者-写者问题。
读者-写者问题的读写操作限制(包括读者优先和写者优先):
1)写-写互斥,即不能有两个写者同时进行写操作。
2)读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
3)读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。
- 2022-03-23 13:36:21下载
- 积分:1
-
shdom
fortran语言的球谐函数离散坐标法大气传输模型主程序,可用于大气场景生成(FORTRAN, spheric harmonic function of the discrete coordinate method main program, the atmospheric transmission model can be used for the atmospheric scene is generated)
- 2020-10-11 09:57:33下载
- 积分:1
-
STM32--course
芯达系列STM32入门教程,详细讲解开发环境的安装、程序下载等基本操作,适合于初学者(Core of STM32 series introductory tutorial, in detail the development environment of the basic operations, such as installation, program download is suitable for beginners)
- 2014-06-27 15:55:01下载
- 积分:1
-
序列表图片拼接
说明: 将制定路径下的所有图片按照制定行,制定列拼接成序列表。(All the pictures under the established path are spliced into sequence tables according to the established rows.)
- 2020-06-19 04:00:01下载
- 积分:1