-
基于ATmega16单片机设计的串口波特率发送程序。下载方便。
基于ATmega16单片机设计的串口波特率发送程序。下载方便。-ATmega16-based single-chip serial port baud rate to send the design process. Download easy.
- 2023-02-06 03:10:04下载
- 积分:1
-
中国电信parlayx java实现的文档
中国电信parlayx java实现的文档-China Telecom realize parlayx java documentation
- 2022-05-09 14:21:20下载
- 积分:1
-
DM9000 数据手册中的物理接口寄存器中文资料, 对于英文不好的同学们很有帮助...
DM9000 数据手册中的物理接口寄存器中文资料, 对于英文不好的同学们很有帮助-DM9000 data manual physical interface register information in Chinese, English is not good for the students to be helpful
- 2023-03-02 16:30:03下载
- 积分:1
-
欧洲的一个学生,对802.16a的硕士论文。有OFDM的源代码。
欧洲的一个学生,对802.16a的硕士论文。有OFDM的源代码。-Europe 1 students and the 802.16a master"s thesis. OFDM is the source code.
- 2022-08-10 10:06:04下载
- 积分:1
-
document from Aircom on GSM
document from Aircom on GSM
- 2022-02-13 03:39:05下载
- 积分:1
-
achieve an agreement POP3 post office routines, the use of VC prepared under the...
一个实现POP3邮局协议的例程,使用VC编写,在VC6下编译运行通过。-achieve an agreement POP3 post office routines, the use of VC prepared under the VC6 running through the compiler.
- 2022-04-19 04:59:42下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-02-03 02:54:39下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
使用3Com USR Modem进行录音和放音
使用3Com USR Modem进行录音和放音 -Modem program Using 3Com USR Modem
- 2022-03-21 20:06:45下载
- 积分:1
-
An introduction to IrDA software protocol
An introduction to IrDA software protocol
- 2022-04-02 10:58:16下载
- 积分:1