-
两台电脑简单通信
很简单的源码,通过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
-
一个modbus的测试工具,包括了rtu方式和ascII方式
一个modbus的测试工具,包括了rtu方式和ascII方式-a test tool for modbus,both rtu and ascii
- 2023-05-19 04:10:04下载
- 积分:1
-
卡尔曼滤波
最佳线性滤波理论起源于40年代美国科学家Wiener和前苏联科学家K 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-08-13 14:05:03下载
- 积分:1
-
linear feedback shift register (LFSR) digital system is an important structure,...
线形反馈移位寄存器(LFSR)是数字系统中一个重要的结构,本程序可以自动产生AHDL,VHDL,Verilog的源代码及电路原理图。程序可以运行在win98/2000/NT平台-linear feedback shift register (LFSR) digital system is an important structure, the process can be automatically generated AHDL, VHDL, Verilog source code and circuit schematics. Procedures can run on platforms win98/2000/NT
- 2023-02-26 19:50:04下载
- 积分:1
-
symbian ask dialog box to generate the source code for beginners to use.
symbian中询问对话框生成的源代码
适合初学者使用。-symbian ask dialog box to generate the source code for beginners to use.
- 2022-01-25 16:29:40下载
- 积分:1
-
TD-CDMA之物理层详细资料,对初学者帮助很大-TD-CDMA physical layer of the detailed information of great help for beginners
- 2022-09-03 15:40:03下载
- 积分:1
-
调试多年的CRC通用程序,适于各种生成多项式.调试通过.与手工算法一致...
调试多年的CRC通用程序,适于各种生成多项式.调试通过.与手工算法一致
-debugging years of CRC program, suitable for a variety of generating polynomial. Debugging through. Consistent with the manual algorithm
- 2022-01-26 05:28:52下载
- 积分:1
-
基于GSM模块实现中文短信息发送
基于GSM模块实现中文短信息发送 -Based on the GSM module for sending Chinese text messages
- 2022-04-21 22:48:00下载
- 积分:1
-
BCB串口通讯控件
BCB串口通讯控件-BCB Serial Communication Control
- 2022-06-21 22:27:34下载
- 积分:1
-
中国移动CMMPV4.8和开发文档使用示例对短信开发有很大帮助。中国移动通信CMPP3.0短消息网关开发接口库 V4.8...
中国移动CMMPV4.8和开发文档使用示例对短信开发有很大帮助。中国移动通信CMPP3.0短消息网关开发接口库 V4.8-China Mobile CMMPV4.8 and development of documents using the example of the message the development of much help. China Mobile Communications CMPP3.0 Short Message Gateway Interface Library V4.8
- 2022-06-14 05:48:45下载
- 积分:1