-
SIP itemized on the news, on the SIP news ppt files
SIP消息之逐项讲解,讲解SIP消息的ppt文档-SIP itemized on the news, on the SIP news ppt files
- 2023-05-15 18:10:03下载
- 积分:1
-
with Ethernet and Communications plc example of a reference
用以太网与plc 通信的一个例子 可以参考-with Ethernet and Communications plc example of a reference
- 2022-03-10 01:58:43下载
- 积分:1
-
GPRS的繁体XP,希望对大家用用,好的的东西,
GPRS的繁体XP,希望对大家用用,好的的东西,-GPRS Traditional XP, wish to use by everyone, good things
- 2022-06-02 00:11:13下载
- 积分:1
-
本例介绍怎样建立简单的程序,实现类似于系统ping的功能。通过这个例子,您不仅能够学会如何建立一个类似系统"ping"的程序,更主要的是对.NET环境下进行so...
本例介绍怎样建立简单的程序,实现类似于系统ping的功能。通过这个例子,您不仅能够学会如何建立一个类似系统"ping"的程序,更主要的是对.NET环境下进行socket级网络编程有初步的认识。-the cases presented on how to establish a simple procedure, similar to the system to achieve ping function. Through this example, you can learn not only how to establish a similar system "ping" of the procedure, the main yes right.NET environment for socket-level network programming a preliminary understanding.
- 2022-09-13 00:00:03下载
- 积分:1
-
串口编程调试精灵(VC++串口通信实例导航)源码
串口编程调试精灵(VC++串口通信实例导航)源码-Serial Programming Debugging the wizard (VC++ Serial Communication instance navigation) source
- 2022-02-03 01:35:43下载
- 积分:1
-
MIMO channel的经典论文两篇, 通信学界的重要参考文献
MIMO channel的经典论文两篇, 通信学界的重要参考文献-Capacity limits in MIMO channel, capacity scaling in wireless systems under correlated fading
- 2022-09-19 22:10: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
-
linux based jrtplib the realization of the real
linux下基于jrtplib库的实时传送实现.pdf
一个很好的我精心收集的技术文档-linux based jrtplib the realization of the real-time transmission. Pdf a good, I carefully admission the technical documentation
- 2022-03-17 18:24:12下载
- 积分:1
-
an article about multi
an article about multi-path protocol for cognitive radio network.
- 2022-08-03 13:59:24下载
- 积分:1
-
方便地提供xml与wbxml的转换与解析,包括不同的源码和相应的xml文件。此代码可以在Windows和LINUX系统中使用...
方便地提供xml与wbxml的转换与解析,包括不同的源码和相应的xml文件。此代码可以在Windows和LINUX系统中使用-convenient way for xml wbxml with the conversion and analysis, including different source and the corresponding xml document. This code in Windows and Linux use
- 2022-03-30 16:04:44下载
- 积分:1