-
SIP. Understanding the Session Initiation Protocol Second Edition.rar全面介绍SIP RFC...
SIP. Understanding the Session Initiation Protocol Second Edition.rar全面介绍SIP RFC3261-SIP. Understanding the Second Session Initiation Protocol Edition.rar introduced SIP RFC3261
- 2022-03-12 11:20:45下载
- 积分:1
-
用跨平台的QT库编写的串口通讯工具。QT库相当于MFC,但简洁,高效而且有很好的跨平台特性,用其编写的代码不用修改可以在linux/windows平台下编译。...
用跨平台的QT库编写的串口通讯工具。QT库相当于MFC,但简洁,高效而且有很好的跨平台特性,用其编写的代码不用修改可以在linux/windows平台下编译。-With cross-platform QT library written in serial communication tool. QT library is equivalent to MFC, but the simple, efficient and have a good cross-platform features, with its write code without changes in the linux/windows platform compilation.
- 2022-01-31 08:35:06下载
- 积分:1
-
evc写的gps示例程序
evc写的gps示例程序-evc write gps sample program
- 2022-07-09 18:58:47下载
- 积分:1
-
Product No. PUP19 show the source code ReadPUPData19
显示PUP19号产品的源代码
ReadPUPData19-Product No. PUP19 show the source code ReadPUPData19
- 2022-03-14 16:46:36下载
- 积分:1
-
调整电视调谐器是非常有用的,使视频频率
调TV TUNER很有用的.做视频的朋友的资料必备.- Adjusts TV TUNER to be very useful Makes the video frequency
friend s material necessary
- 2022-03-26 10:18:37下载
- 积分:1
-
verilog FIR
设计出的是一个用于通信的FIR滤波器的verilog代码 ,在工程中可以被应用。这是一个50阶的升余弦窗函数滤波器,最带衰减大于50dB,纹波为0.3dB内。
- 2022-06-11 21:19:30下载
- 积分: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
-
labview实现串口通信
利用labview实现串口通信。先安装visa驱动包,
再就是visa read 作用是从串口读取数据,这里面有个read buffer ,从串口读取的数据
visa write向串口写入数据或者是命令
还有visa close 结束串口读取数据,目的是读完数据后,释放串口资源
- 2022-04-12 12:13:54下载
- 积分:1
-
在扩频CDMA,沃尔什编码调制和解调中的应用及仿真…
CDMA中PN、Walsh码应用及调制解调的仿真实现-CDMA in the PN, Walsh code modulation and demodulation application and the Simulation
- 2022-06-03 16:02:42下载
- 积分:1
-
dvb_t标准的细节,特别是COFDM技术参数。
DVBU T详细标准,尤其是COFDM技术参数。
- 2023-09-10 07:40:04下载
- 积分:1