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

C++ tcp_client

于 2022-07-21 发布 文件大小:1.16 kB
0 75
下载积分: 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 个回复

  • pwdspy
    PasswordSpy is a program to reveal passwords in other programs. It uses Windows Hooks to inject its code into other processes in order to reveal the password. It works by taking advantage of a security hole in Windows.
    2010-06-11 01:24:11下载
    积分:1
  • winavr mega8515 数码管驱动程序
    如题,共阴数码管,这是个简单计时器
    2022-05-07 14:55:51下载
    积分:1
  • mythroad
    mythroad application manager for china phones
    2010-10-18 16:47:02下载
    积分:1
  • PolygonDecompose
    二维简单多边形凸分解源代码以及详细的使用说明(Two-dimensional simple convex polygon decomposition of the source code and instructions)
    2021-03-22 14:59:17下载
    积分:1
  • filter
    本文分析了语音数字信号的采集来源以及其预处理。通过实例,利用Matlab对语音信号进行时频变换与分析,同时构造一个固定频率的干扰信号,对两个信号进行合成,设计数字滤波器,实现对语音信号的F IR、IIR滤波处理,最后在时域和频域中对信号进行分析比较。(This paper analyzes the sources of voice digital signal acquisition and its pretreatment. By example, voice signals using Matlab time-frequency transform and analysis, and construct a fixed-frequency interference signals, the two signal synthesis, design digital filters to realize the speech signal F IR, IIR filtering, and finally time domain and frequency domain signal analysis and comparison.)
    2010-08-25 15:54:31下载
    积分:1
  • Dual_DC_DC
    自己做的双向dc/dc,双环控制,跟踪的不错(DUAL DC/DC Voltage and current loop)
    2021-04-25 13:18:46下载
    积分:1
  • c-sorting-algorithms-master (1)
    说明:  several sorting algorthms
    2019-06-15 07:00:42下载
    积分:1
  • mem_pool
    简单的内存池算法实现,性能很好。重要算法实现。(memory pool)
    2012-09-04 20:12:53下载
    积分:1
  • Performance_self
    该程序可以实时监控程序本身对应进程的工作集、私有工作集和CPU使用率(The program can real-time monitor itself corresponds to the working set of the process, the private working sets and CPU usage.)
    2014-02-26 13:10:02下载
    积分:1
  • Genetic_Algorithms
    solving job shop scheduling problem with setup times by Tabu Search Algorithm
    2013-09-16 01:29:41下载
    积分:1
  • 696518资源总数
  • 105901会员总数
  • 40今日下载