-
两台电脑简单通信
很简单的源码,通过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
-
IPC共享内存的例子,使用共享内存窗间,C.
IPC共享内存例子,用共享内存让两个窗口间相互公用一段内存,实现沟通-IPC shared memory example, using shared memory between two windows so that the common section of memory, the realization of communication
- 2023-08-01 01:55:03下载
- 积分:1
-
Java即时通信工具(JICQ)设计文档(PPT),内容详细。
Java即时通信工具(JICQ)设计文档(PPT),内容详细。-Java instant communication tools (JICQ) design documentation (PPT), which detailed.
- 2022-01-26 08:15:14下载
- 积分:1
-
程序传送数据到一个TI图形ti92
program to trasmit data to a TI92 with the TI Graph-Link
- 2022-08-25 15:06:46下载
- 积分:1
-
SD卡1.0规范文档,英文版文档,简单实用。
SD卡1.0规范文档,英文版文档,简单实用。-SD Card 1.0 specification document, English version of the document
- 2022-05-06 19:25:36下载
- 积分:1
-
RFID的发展体系,包括技术信息和软件开发…
rfid 开发系统,含技术资料和软件开发源代码-rfid development system, including technical information and software development source code
- 2022-04-18 11:36:22下载
- 积分:1
-
用Evc开发的一些实例源码,AnimateDraw、CopyScreen、Draw2DGraph、DrawExam、speciallyEffect...
用Evc开发的一些实例源码,AnimateDraw、CopyScreen、Draw2DGraph、DrawExam、speciallyEffect-Evc development with some examples of FOSS, AnimateDraw, CopyScreen, Draw2DGraph, DrawExam, speciallyEffect
- 2022-02-05 00:53:48下载
- 积分:1
-
cyclic block codes generation
这个matlab代码是用来描述数字通信中的循环码的。
- 2023-05-03 15:15:03下载
- 积分:1
-
好东东,虚拟串口驱动程序,里面含有相关 串口监视界面。
好东东,虚拟串口驱动程序,里面含有相关 串口监视界面。-good Dongdong, virtual serial port driver, it contains relevant surveillance serial interface.
- 2023-08-14 06:15:04下载
- 积分:1
-
Class B Data Communications Network Interface
Class B Data Communications Network Interface
- 2022-02-24 19:13:45下载
- 积分:1