资源列表
shengchanzhexiaofeizhe
- 在学习进程互斥中,有个著名的问题:生产者-消费者问题。这个问题是一个标准的、著名的同时性编程问题的集合:一个有限缓冲区和两类线程,它们是生产者和消费者,生产者把产品放入缓冲区,相反消费者便是从缓冲区中拿走产品。producer函数是生产者函数,produce_item(& item) 是指生产者生产出来一个产品,但是这时候并没有对缓冲区进行操作。这条语句看上去让人十分费解,其实它的意思是,如果上一次操作时产品的数目为0,消费者已经进入了睡眠状态,而现在生产者又生产出来一个产品,缓冲区内不为空,这
07_04
- Implement a differential encoder for the case M=8DPSK
NewFolder
- This a test file ...! -This is a test file ...!
Calendar
- 该代码用于显示日历,用C++编写,输入年和月就行了。-The code used to display the calendar, using C++ to prepare, enter the year and month on the list.
udp_security
- 在应用层为UDP网络通讯应用增加可靠性 int uin_req_rep_timed_retry(int fd, const void *req, int reqlen, void *rep, int replen, char *ip, unsigned short port, int time, int maxretries)-udp_security
ds1307
- DS1307 clok upravlenie vreminem
xieshuju
- VC++写数组的数据到TXT文件,很实用,很给力!-VC++ to write an array of data to TXT file, it is practical, it is a force!
C
- c语言源代码——关于矩阵的转置的程序C代码-c programming language- on the matrix transpose of the code. .
Sharpwrite-a-program-in-cPP-using-hybrid-inherita
- #write a program in c++ using hybrid inheritance .
udpclient
- upd socket client 经典源代码-upd socket client
sandiansanweichazhi
- 散点的三维曲面拟合,其中x、y、z都用矩阵表示,可以直观x、y、z之间的关系。-The scatter the 3D surface fitting
decode
- 此文档中包含Base64和Quoted-Printable的解码函数,已测试其正确性-This document contains Base64 and Quoted-Printable decoding function, have been tested for accuracy
