-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-02-07 17:29:54下载
- 积分:1
-
55 full
55个手机JAVA全屏触屏游戏.多用于触模屏方面.经典手机游戏源码,十分难得.-55 full-screen touch screen phone JAVA games. More respect for the touch screen. Classic mobile game source code, is very rare.
- 2022-03-15 02:47:22下载
- 积分:1
-
acm_voip_vcl VoIP
ACM_VOIP_VCL VOIP- ACM_VOIP_VCL VOIP
- 2022-01-26 17:56:26下载
- 积分:1
-
verilog编写的ldpc编码的源代码
verilog编写的ldpc编码的源代码 -ldpc prepared verilog source code
- 2022-03-02 06:39:25下载
- 积分:1
-
GPRS通信样例代码,采用成都众山GPRS芯片。可实现无线通信
GPRS通信样例代码,采用成都众山GPRS芯片。可实现无线通信-GPRS communication sample code, the use of Chengdu hills GPRS chip. Can realize wireless communication
- 2022-07-13 20:32:58下载
- 积分:1
-
modbus connection communication protocol document, a detailed description of RTU...
modbus 通讯协议文档,详细描述了RTU、ASCII两种模式下,数据格式。-modbus connection communication protocol document, a detailed description of RTU, both ASCII mode, data format.
- 2022-08-16 08:53:05下载
- 积分:1
-
CAN OPEN 欧洲标准DSP 301通讯协议
CAN OPEN 欧洲标准DSP 301通讯协议-CAN OPEN European standard DSP 301 protocol
- 2022-08-05 15:40:00下载
- 积分: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
-
我自己用spcomm控件写的一个短信收发与串口调试为一体的小程序。可用于GSM模块的短信收发,和支持AT指令集的手机。软件所有原代码全部上转,多和大家一起交流!...
我自己用spcomm控件写的一个短信收发与串口调试为一体的小程序。可用于GSM模块的短信收发,和支持AT指令集的手机。软件所有原代码全部上转,多和大家一起交流!-my own use spcomm Control wrote an SMS transceiver and serial debugging as one small program. For GSM SMS transceiver module, and support for AT command set phones. All of the original software code in turn, the more we can all share!
- 2022-12-01 02:50:04下载
- 积分:1
-
在数字通信中的 BPSK
在数字通信使用 c 代码中的 bpsk。
有一些方法在数字通信中的调制信号。我们上传一个调制,是二进制相移键控。
有的 ppt 文件和文本文件该 Zip 文件中。
除了 bpsk,我们也上传 qpsk 这是与两个 bpsk 操作类似操作的 c 代码
- 2023-03-13 15:45:03下载
- 积分:1