-
这是在windows上使用modem通信的例子程序,有很高的实用价值,同时也可以学习到tapi的编程方法...
这是在windows上使用modem通信的例子程序,有很高的实用价值,同时也可以学习到tapi的编程方法-This is the windows on the use of the example of modem communications procedures with a high degree of practical value, they can also learn the programming methods TAPI
- 2023-08-18 10:00:03下载
- 积分:1
-
智能DWG _
DWG_Smart-Card_CCID_Rev110 smart的USB方面的协议,无须驱动-DWG_Smart-Card_CCID_Rev110 smart aspects of the USB protocol, no need to drive
- 2022-09-01 16:05:03下载
- 积分:1
-
MATLAB下UWB仿真的信道模型,内有注释见TITLE
MATLAB下UWB仿真的信道模型,内有注释见TITLE-MATLAB simulation of UWB channel model, see the Notes within TITLE
- 2022-03-14 20:41:30下载
- 积分:1
-
WINDOWS 串口编程 调试程序 第二部分
WINDOWS 串口编程 调试程序 第二部分-WINDOWS serial programming the second part of the debugger
- 2022-05-16 04:37:00下载
- 积分:1
-
as3992 读写器代码
基于奥地利微电子的as3992芯片的超高频读写器源代码,主控制芯片为c8051f340,是用频率范围850MHz以上,读取距离0-3M.
- 2022-03-19 08:03:41下载
- 积分:1
-
Article discussed the use of DFT method when digital filtering realize the exist...
文章讨论了用DFT法实现数字滤波时存在的若干问题-Article discussed the use of DFT method when digital filtering realize the existence of a number of issues
- 2022-06-17 16:14:07下载
- 积分:1
-
c#版仿feiQ工具,包含客户端、服务器
c# 版feiQ工具,包含server、client。客户端包含、人员信息列表、基本信息管理器(对话记录、基本资料、通告消息)、对话栏(公告栏、字体设置、笑脸、截图、发送图片、发送文件),对于初学者网络通信有借鉴性。
- 2022-07-15 14:28:29下载
- 积分:1
-
Simulate, by using c/c++,a communication system consists of binary source, Golay...
Simulate, by using c/c++,a communication system consists of binary source, Golay(24,12,8) encoder, BPSK modulator, AWGN channel, coherent demodulator, Golay (24,12,8)decoder and sink.
- 2022-03-21 13:38:44下载
- 积分:1
-
- 2022-04-19 20:32:11下载
- 积分:1
-
华为GTM900C程序代码
#include "config.h"
INT8U RBUF;
INT8U TDAT,RDAT;
INT8U TCNT,RCNT;
INT8U TBIT,RBIT;
BOOLEAN TING,RING;
BOOLEAN TEND,REND;
INT8U uc_rxdIndex,uc_rxdDealIndex;
INT8U uc_uartBuf[UART_BUF_LEN];
INT8U uc_uartRecFifoLen; /* 接收FIFO中的数目 */
BOOLEAN b_uartRecFifoFlag;
INT16U us_allSendCnt;
INT8U uc_sendCnt;
//INT8U * pSendBuf;
INT8U * p_pSendBuf[P_SEND_BUF_LEN]; /* 要发送的数据的指针 */
INT8U uc_pSendBufLen[P_SEND_BUF_LEN]; /* 每个指针包含的数据长度 */
INT8U uc_pSendBufIndex;
INT8U uc_pSendBufDealIndex;
- 2022-02-21 22:52:47下载
- 积分:1