登录
首页 » c++ » C++ tcp_client

C++ tcp_client

于 2022-07-21 发布 文件大小:1.16 kB
0 114
下载积分: 2 下载次数: 1

代码说明:

#include #include void main() { WORD wVersionRequested; WSADATA wsaData; int err; wVersionRequested = MAKEWORD( 2, 2 ); err = WSAStartup( wVersionRequested, &wsaData ); if ( err != 0 ) { /* Tell the user that we could not find a usable */ /* WinSock DLL.                                  */ return; } /* Confirm that the WinSock DLL supports 2.2.*/ /* Note that if the DLL supports versions greater    */ /* than 2.2 in addition to 2.2, it will still return */ /* 2.2 in wVersion since that is the version we      */ /* requested.                                        */ if ( LOBYTE(

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

发表评论

0 个回复

  • 批量获取视频文件时长信息
    【实例简介】 批量分析视频文件,获取视频时长并保存到csv文件。
    2021-07-14 00:32:08下载
    积分:1
  • LLT User Guide
    说明:  This document describes the installation process and the implementation of the Local Loading Tool (LLT). This tool allows the user to download software components or parameter files in the terminals with TELIUM technology.
    2019-02-11 14:07:42下载
    积分:1
  • ADC1
    有关AVR的单片机adc的源代码,阐述详尽,便于使用(ADC OF AVR )
    2013-06-05 21:45:39下载
    积分:1
  • android 调用 C# webservice 例子完整源码(含android 和webservice源码)
    android 调用 C# webservice 例子完整源码(含android 和webservice源码)
    2014-10-22下载
    积分:1
  • CUIShadow
    duilib界面库缺少阴影,这段代码能给duilib的窗口阴影效果。(duilib interface library lacks shadows, give the code window of the shadow effect duilib.)
    2014-05-12 10:35:32下载
    积分:1
  • WAV 文件格式
    WAV格式文件是音频文件中最主要的部分,改代码主要介绍了相关WAV格式的文件。在STM32单片机中基于FATFS文件系统的移值。最后把采集到的音频信号保存到SD卡中。
    2022-06-01 05:20:26下载
    积分:1
  • PC端蓝牙调试软件
    对于找一款PC端的蓝牙,用于蓝牙串口调试用的,使用C#实现,可进行二次开发
    2023-04-16 18:35:03下载
    积分:1
  • data_fusion
    汽轮机轴系振动故障诊断中的信息融合方法研究(Research on Information Fusion for Vibration Faults of Steam Turbine Shaft System )
    2010-06-21 16:45:35下载
    积分:1
  • ss2005.11.29
    主要用于打开8位、24位BMP图像,并对其进行相应的处理,如:颜色分量提取,检测等(key to open the eight, 24 BMP images, and its corresponding treatment, such as : color component extraction, testing)
    2007-05-16 10:40:59下载
    积分:1
  • USBFS_HID
    USB FS HID for PSoC3,5
    2011-12-12 04:43:57下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载