-
Serial communication class for Windows 95/NT
Serial communication class for Windows 95/NT
- 2022-12-24 18:15:09下载
- 积分:1
-
test 代码/*输出链表数据*//*建立链表*/
test 代码/*输出链表数据*//*建立链表*/-test code/* output list of data*//* the establishment of linked list* /
- 2023-02-07 22:20:03下载
- 积分:1
-
这是一篇关于p2p协议和sip协议互通的文章,他们共同作用来实现分布式的功能:语音,视频,文件等功能...
这是一篇关于p2p协议和sip协议互通的文章,他们共同作用来实现分布式的功能:语音,视频,文件等功能-This an agreement on p2p sip agreement and the exchange of articles, they work together to achieve distributed functions : voice, video, documents, etc. Function
- 2022-03-01 20:40:09下载
- 积分:1
-
单片机发送报文控制手机模块GR47进行gprs连接登陆,发送接收数据...
单片机发送报文控制手机模块GR47进行gprs连接登陆,发送接收数据-SCM reportedly sent mobile phone text control module for EDGE connectivity GR47 landing, send and receive data
- 2023-04-28 19:35:04下载
- 积分:1
-
LTE 3GPP channel modeling using matlab
LTE 3GPP channel modeling using matlab.
Generates the correlated tap coefficients of the MIMO tapped delay line
% model to be used during one iteration of the main loop. The function
% performs a double interpolation, first in the fading vector domain,
% to collect the fading samples corresponding to the (sub)chip-spaced time
% samples, then in the tap domain, to match the delays of the PDP to
% the sample instants of the simulation. This second interpolation complies
% with the description in TR 25.869
- 2022-05-20 16:04:14下载
- 积分: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
-
该程序用于RS232串口、以太网通信转换的例子,看看可能对你有帮助...
该程序用于RS232串口、以太网通信转换的例子,看看可能对你有帮助-procedures for the RS232 serial ports, Ethernet switch example, you might look at the help
- 2023-01-13 03:35:03下载
- 积分:1
-
RPC编程导论。一个简单的RPC客户端/服务器应用良好。
An introduction to RPC programming. A simple RPC client/server application is explained.
- 2022-02-09 21:28:15下载
- 积分:1
-
(3,1,4)卷积码的viterbi硬判决的源代码,通过高斯信道的误码率...
(3,1,4)卷积码的viterbi硬判决的源代码,通过高斯信道的误码率-(3,1,4) Convolutional Codes Viterbi hard decisions source code, the Gauss channel BER
- 2022-07-14 03:21:53下载
- 积分:1
-
GPRS 的AT 指令使用程序,请接见采用,多提意见
GPRS 的AT 指令使用程序,请接见采用,多提意见-GPRS the AT command to use the program, please met with the use of and opinions
- 2023-07-02 21:45:03下载
- 积分:1