-
类似MSN的即时通信工具,代码在vc6.0下调试通过
类似MSN的即时通信工具,代码在vc6.0下调试通过-Similar to MSN
- 2022-11-28 21:10:03下载
- 积分:1
-
在接下来的SIP和IPLink
SIP and IPLink in the Next-Generation Network.pdf 下一代网络中的SIP和IPLink-SIP and IPLink in the Next-Generation Network.pdf next-generation network SIP and IPLink
- 2023-06-07 19:40:03下载
- 积分:1
-
Rayleigh衰落信道仿真 多径与单径,多普勒平移
Rayleigh衰落信道仿真 多径与单径,多普勒平移-Rayleigh fading channel model and simulation:Rayleigh_Doppler_singlePath, Rayleigh_Doppler_multiPath
- 2022-02-21 17:15:50下载
- 积分:1
-
《深入理解COM+》提供了一个对COM+体系结构和关键特征的全面的、引人入胜的介绍。它告诉你COM+如何使企业应用开发变得要加简单而有效,从而使你的企业应用很好...
《深入理解COM+》提供了一个对COM+体系结构和关键特征的全面的、引人入胜的介绍。它告诉你COM+如何使企业应用开发变得要加简单而有效,从而使你的企业应用很好地建立和运行起来。-"in-depth understanding of COM+" for one pair of COM+ architecture and key characteristics of a comprehensive and attractive presentation. It tells you how to make COM+ enterprise application development has become necessary to increase simple and effective, so that your enterprise applications well established and run together.
- 2023-07-31 09:00:04下载
- 积分:1
-
TMS320VC5502 example code for AIC23 and usb
TMS320VC5502 example code for AIC23 and usb
- 2022-10-18 14:50:03下载
- 积分: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
-
飞利浦LPC213X系列芯片的中文资料,ARM7
飞利浦LPC213X系列芯片的中文资料,ARM7-TDMI内核-Chinese guide of Philips LPC213X series chips, ARM7-TDMI core
- 2022-01-26 05:49:36下载
- 积分:1
-
这是有关锁相环的一些必用知识.希望能对大家有所帮助哈
这是有关锁相环的一些必用知识.希望能对大家有所帮助哈-This is some of the PLL will use that knowledge. We want to help Kazakhstan
- 2022-03-22 13:32:34下载
- 积分:1
-
Programming category of communication a good serial communication implementation...
通讯编程类实现串口通讯很好实现了FPGA的串口通讯-Programming category of communication a good serial communication implementation of the FPGA implementation of serial communication
- 2022-11-03 16:50:03下载
- 积分:1
-
CAsyncSocket完成的客户端和服务端通讯示例程序源代码
CAsyncSocket完成的客户端和服务端通讯示例程序源代码-CAsyncSocket_C/SSocket
- 2022-10-26 03:25:03下载
- 积分:1