-
监控串口的传送状态,还可以打印监视报表,以及各种校验方式.不妨试试看...
监控串口的传送状态,还可以打印监视报表,以及各种校验方式.不妨试试看-monitoring serial transmission of the state, but also can print statements surveillance, and various calibration mode. May Try
- 2022-02-16 05:19:28下载
- 积分:1
-
有关GUI标准组件的使用和一些事件的处理程序代码及运行结果,另有实验心得...
有关GUI标准组件的使用和一些事件的处理程序代码及运行结果,另有实验心得-The use of the GUI standard components and some event handler code and operating results, and another experimental experience
- 2023-01-24 02:55:03下载
- 积分:1
-
卫星通信第 2 部分链接分析、 传输、 路径损耗 & 接待的基本原理
链接分析、 传输、 路径损耗和接待通信链接目标要信号传输中考虑的设计因素发射机子系统传输的功率常用的数字调制技术对这颗卫星的路径损耗大气的影响接收系统 — — 承运人对噪声增益噪声温度过高卫星链接的示例带宽经济学卫星跟踪上行链路功率控制器摘要
- 2022-04-21 13:36:17下载
- 积分:1
-
pda通过gprs访问局域网内的webservice.有关windows mobile的代码
pda通过gprs访问局域网内的webservice.有关windows mobile的代码
-pda through gprs access LAN webservice. on the windows mobile code
- 2023-07-29 18:15:05下载
- 积分:1
-
NetTERM V4.2一个不错的通信调试工具
NetTERM V4.2一个不错的通信调试工具-NetTERM V4.2 a good debugging tool for communication
- 2022-06-02 16:11:59下载
- 积分:1
-
Real
Real-Time Executive (REX) User Guide
- 2022-03-30 23:28:42下载
- 积分:1
-
产生(7,4,3)*(7,4,3)的分组turbo码,并模拟在高斯白噪声条件下的传输的过程....
产生(7,4,3)*(7,4,3)的分组turbo码,并模拟在高斯白噪声条件下的传输的过程.-20 (7,4,3)* (7,4,3), a turbo codes, simulation and Gaussian white noise in the transmission conditions of the process.
- 2022-05-07 23:29:56下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
液晶1602详细中文资料,资源共享,互相帮助
液晶1602详细中文资料,资源共享,互相帮助-1602 Chinese liquid crystal detail information, resource sharing, mutual help
- 2023-05-15 07:30:03下载
- 积分:1
-
CDMA IS95 agreement. Describing the network structure, for the development of CD...
CDMA IS95协议 。 主要描述了系统网络结构,可以供CDMA网络开发和相关设备开发提供参考依据-CDMA IS95 agreement. Describing the network structure, for the development of CDMA network and related equipment for the development of reference
- 2023-02-09 08:45:04下载
- 积分:1