-
Please read your package and describe it at least 40 bytes in English.
System...
Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory
- 2022-10-15 11:35:02下载
- 积分:1
-
调试tcp端口程序,通过程序可以对tcp程序进行调试,方便了程序的调试功能....
调试tcp端口程序,通过程序可以对tcp程序进行调试,方便了程序的调试功能.-debugging tcp port procedures, the procedures can be debugged tcp procedures to facilitate the process of debugging functions.
- 2023-05-06 20:15:02下载
- 积分:1
-
PCM的好文档 PCM的好文档
PCM的好文档 PCM的好文档-PCM good document PCM good documentation of good documentation PCM
- 2023-06-16 03:15:04下载
- 积分: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
-
MFC下CSocket编程例子,包含client和server端。
MFC下CSocket编程例子,包含client和server端。-MFC under the CSocket programming examples, including client and server side.
- 2022-04-28 08:45:51下载
- 积分:1
-
socket通讯类封装,适合C++编程引用,简单明了,可以喝ftp.tar结合使用。...
socket通讯类封装,适合C++编程引用,简单明了,可以喝ftp.tar结合使用。-socket Communication package for C++ programming reference, simple and clear, you can drink ftp.tar used in combination.
- 2023-04-11 12:10:03下载
- 积分:1
-
Delphi CRC8,CRC16,CRC32
delphi下的CRC8,CRC16,CRC32算法的例子,直接拷贝代码就可以使用了,可省去晦涩的研究.-delphi the CRC8, CYXLIC REDUNDANCY, CRC32-algorithm example, directly copy code can use it, can be saved obscure research.
- 2022-02-02 02:44:23下载
- 积分:1
-
Chinese version of WCDMA Interface Protocol for details about the composition an...
WCDMA接口协议中文版,用于详细了解WCDMA接口结构组成及流程-Chinese version of WCDMA Interface Protocol for details about the composition and structure of WCDMA interface flow
- 2022-04-07 21:31:11下载
- 积分:1
-
推算星期,万年历,输入日期推算出星期,日程提醒
推算星期,万年历,输入日期推算出星期,日程提醒-projections weeks, calendar, the projected date of the importation of weeks, reminded agenda
- 2023-08-14 09:50:03下载
- 积分:1
-
an insight for learning wireless system, enjoy!
an insight for learning wireless system, enjoy!
- 2022-03-19 05:48:14下载
- 积分:1