-
RFC3030:SMTP Service Extensions for Transmission of Large and Binary MIME Messag...
RFC3030:用于传输大型和二进制MIME消息的SMTP服务扩展
- 2022-05-29 18:26:48下载
- 积分:1
-
记录出行路线,并提供一个电子罗盘,指示行进方向,运行在PocketPC环境下...
记录出行路线,并提供一个电子罗盘,指示行进方向,运行在PocketPC环境下-record travel routes, and to provide an electronic compass, the direction of the road instructions, the PocketPC operating environment
- 2022-03-10 02:20:58下载
- 积分: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
-
Institute p99se two
2小时学会p99se的教程,是硬件设计者入门p99se的好教材,全部是图片教材,手把手教你,very good,我就是从这里开始学习p99se的。-Institute p99se two-hour tutorials, hardware designers entry p99se good material, all photographs materials, Maxivista you, very good, I was here to learn from the p99se.
- 2022-01-25 15:13:02下载
- 积分:1
-
P2P穿越防火墙 代码 ,作为P2P开发中的配套代码.
P2P穿越防火墙 代码 ,作为P2P开发中的配套代码.-P2P Firewall traversal code, P2P development as the matching code. xxxxxxxxxxxxxxxxxxxxxxxxxx
- 2023-06-16 08:55:02下载
- 积分:1
-
The best selling USB book for writing usb for embedded devices
The best selling USB book for writing usb for embedded devices
- 2023-08-22 04:20:05下载
- 积分:1
-
水声通信系统仿真
本程序采用直接扩频技术,应用mfsk调制解调技术实现水声系统的仿真,具有抗多径,可靠性高等特点
- 2022-01-25 16:58:19下载
- 积分:1
-
在VB的环境之下,如何实现智能电器与PC机之间的通信。
在VB的环境之下,如何实现智能电器与PC机之间的通信。-In the VB environment, how to realize intelligent appliances and communication between the PC machine.
- 2022-03-01 22:16:06下载
- 积分:1
-
得到远程机mac地址的源代码
得到远程机mac地址的源代码-remote machine mac address of the source code
- 2022-06-21 14:30:39下载
- 积分:1
-
数字输出控制,有图形显示,很直观,能让使用者,一目了然,所控制项目的工作状态...
数字输出控制,有图形显示,很直观,能让使用者,一目了然,所控制项目的工作状态-digital output control, graphics, intuitive and allows users, clear and controlled by the state project
- 2022-12-21 12:40:03下载
- 积分:1