登录
首页 » 通信 » 两台电脑简单通信

两台电脑简单通信

于 2022-03-20 发布 文件大小:1.54 kB
0 185
下载积分: 2 下载次数: 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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 外国人写的卡尔曼滤波算法,a discrete Kalman filter
    外国人写的卡尔曼滤波算法,a discrete Kalman filter-Written by foreigners Kalman filter algorithm, a discrete Kalman filter
    2022-03-14 22:19:42下载
    积分:1
  • sd卡 MMC卡 MCU读取方案最完整的资料
    sd卡 MMC卡 MCU读取方案最完整的资料-sd card MMC card MCU reading program the most complete information
    2022-08-25 13:39:19下载
    积分:1
  • sybian OS 6.0
    sybian OS 6.0
    2022-03-12 16:57:59下载
    积分:1
  • 免费开放
    一个开放源码的免费的P2P客户端软件,用于文件交流,支持中文搜索。它和Neo-Modus公司的Direct Connect使用同一个通讯协议,但比它功能更加强大,可以同时登陆很多服务器。开放源码,绿色软件,也没有广告条。DC是分散服务器型的,服务器端也是免费的,因此适合同一个地域内的用户飞速交换文件。目前全世界有上万个服务器,通过DC共享的资料超过5,000,000GB。-a free open-source peer-to-peer client software for document exchange, support Chinese search. It Neo-Modus Direct Connect companies use the same communication protocol, but higher than its more powerful, while landing many servers. Open source software green, nor of the advertising. DC is decentralized server-based, server-side is also free, making it suitable to the region with a rapid exchange of user documentation. There are now more than 10,000 items of servers, DC by sharing information over 5,000,000 GB.
    2022-12-13 10:55:08下载
    积分:1
  • 串行口手机模块
    串行口手机通信模块-phone serial port communication module
    2022-08-13 11:51:10下载
    积分:1
  • Craft不等式(中文介绍)。讨论识别抽象实体的息能多快得传送到输出端。...
    Craft不等式(中文介绍)。讨论识别抽象实体的信息能多快得传送到输出端。-Craft Inequality (English presentation). Recognition discussion of abstract entities more information can be quickly transmitted to the output terminal.
    2023-05-18 00:35:03下载
    积分:1
  • 一款经典的Linux下的Icq之Email
    一款经典的Linux下的Icq之Email-classic under Linux Icq Zhi Email
    2022-04-22 01:18:56下载
    积分:1
  • 冷杉 LMS 筛选器
    自适应阵列天线处理彻底改变了当前无线通信系统。最小均方算法是的最频繁使用的自适应算法,为不同的目的喜欢噪声滤波和也目前部署在智能天线技术之一。调整权重这样随着环境的变化。因为所有的技术要求复杂数学过程,所以我们需要强大的处理器为其执行像 Fpga。在此代码中 HDL 语言,语言使用。算法是很好说明。请参阅附加的代码。
    2022-05-15 12:09:50下载
    积分:1
  • Sources of the State Environmental Protection Administration of the simplified v...
    国家环保总局污染源在线通讯协议的简化版,主要用于环保污染监测设备的数据上传-Sources of the State Environmental Protection Administration of the simplified version of online communication protocols, mainly for environmental pollution monitoring equipment, data upload
    2022-12-11 07:15:02下载
    积分:1
  • 该脉冲位置调制与解调是过脉冲的位置来反映调制号的息的...
    该脉冲位置调制与解调是通过脉冲的位置来反映调制信号的信息的-The pulse position modulation and demodulation through the pulse position modulated signal to reflect the information
    2023-02-04 10:55:04下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载