-
两台电脑简单通信
很简单的源码,通过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
-
This is what I have written serial debugger, we want to help
这是我自己编写的串口调试程序,希望对大家有所帮助-This is what I have written serial debugger, we want to help
- 2022-02-14 05:05:00下载
- 积分:1
-
CppReference
对于c/c++的详尽说明
C/C++ Reference
General C/C++
Pre...
CppReference
对于c/c++的详尽说明
C/C++ Reference
General C/C++
Pre-processor commands
Operator Precedence
Escape Sequences
ASCII Chart
Data Types
Keywords
Standard C Library
Standard C I/O
Standard C String & Character
Standard C Math
Standard C Time & Date
Standard C Memory
Other standard C functions
All C Functions
C++
C++ I/O
C++ Strings
C++ String Streams
Miscellaneous C++
C++ Standard Template Library
C++ Algorithms
C++ Vectors
C++ Double-Ended Queues
C++ Lists
C++ Priority Queues
C++ Queues
C++ Stacks
C++ Sets
C++ Multisets
C++ Maps
C++ Multimaps
C++ Bitsets
Iterators
All C++ Functions
-CppReference for c/c++ Detailed C/C++ ReferenceGeneral C/C++ Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C LibraryStandard CI/O Standard C String
- 2022-02-02 21:42:32下载
- 积分:1
-
WCDMA for UMTS HSPA Evolution and LTE
WCDMA在UMTS-HSPA演进和LTE中的应用
- 2022-01-23 10:57:35下载
- 积分:1
-
ZW系列智能盘表MODBUS规约通讯程序演习程序1.0(VB)
ZW系列智能盘表MODBUS规约通讯程序演习程序1.0(VB)-ZW-Series Intelligent Table MODBUS communication procedures Statute exercise procedure 1.0 (VB)
- 2023-04-06 01:10:04下载
- 积分:1
-
direct use of Winsock modules for document transmission procedures, characterist...
直接运用 WINSOCK 单元进行传送文件的程序,特点:
1、多线程
2、支持断点续传。
3、系统托盘。
程序在Winxp和Win2000运行通过。
程序用到了第三方控件“VCLSkin2.45.D67”到相关站点可下载。-direct use of Winsock modules for document transmission procedures, characteristics : 1, 2 multithread support HTTP. 3, the system tray. Winxp and procedures in running Win2000 through. Procedures used a third-party control "VCLSkin2.45.D67" related to the site can be downloaded.
- 2022-04-30 08:48:17下载
- 积分:1
-
VC prepared using serial procedures, can work in two modes, normal mode for the...
利用VC编写的串口程序,可工作于两种模式,普通模式为文本模式,CCD模式为与单片机通信按规定协议传输图像。-VC prepared using serial procedures, can work in two modes, normal mode for the text mode, CCD mode with the single-chip communications in accordance with the provisions of the agreement to transfer images.
- 2022-04-01 20:59:57下载
- 积分:1
-
psk和qam以及rayleigh 能用的代码
QAM和QPSK进行误码率测试根据设定信噪比,得出在rayleigh 的仿真曲线真正帮助理解 qam,qpsk的调制解调到底是什么原理
- 2022-08-18 19:15:35下载
- 积分:1
-
news network communications, a very interesting process, the practical lesson of...
网络消息通讯,很有趣的一个程序,是我们实践课的时候编的,对初学者很有用-news network communications, a very interesting process, the practical lesson of our time series, useful for beginners
- 2023-04-08 12:15:04下载
- 积分:1
-
这是Remon Spekreijse写的一个串口类,功能十分强大!
这是Remon Spekreijse写的一个串口类,功能十分强大!-Remon Spekreijse This is written in a serial type, function is very powerful!
- 2023-01-19 11:30:04下载
- 积分:1