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

C++ tcp_client

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

  • TMS320F2812bootloader
    TMS320F2812的bootloader源程序,通过外部接口来下载任务调度程序。(TMS320F2812 the bootloader source, through an external interface to download the Task Scheduler.)
    2020-12-21 08:19:08下载
    积分:1
  • 4734_35FM_AM_SW_Rev1.5
    si4734,si473x
    2010-04-15 17:48:52下载
    积分:1
  • tail_biting_conv
    316咬尾卷积码的WAVA译码与ML译码(316tailbitingcodes WAVAandMLdecoding algorithms)
    2021-05-13 15:30:02下载
    积分:1
  • jianhua
    说明:  基于无人机,组合导航实现联邦滤波器。代码(UAV-based, integrated navigation filter to achieve Federation. Code)
    2020-09-09 16:18:01下载
    积分:1
  • Calculator
    基于逆波兰法的计算器程序,该计算器支持小数输入和正负数输入,支持四则运算以及指数运算,也支持括号的使用。(Reverse Polish law based calculator program, the calculator supports input and negative decimal number input, support four operations and index calculation, and also supports the use of parentheses.)
    2013-12-01 16:35:07下载
    积分:1
  • 我的lab3
    如果您是首次发布代码,建议先参考别人作品。 发布前可先搜索下是否有人已发布相同代码,以免重复,审核无法通过。 标签应尽可能短,请勿包含其他标点符号。 源码描述中如有代码片段,请点击编辑器中的“插入程序代码”按钮插入代码并选择相应的编程语言,以便代码片段被正确语法着色。
    2022-07-09 19:29:27下载
    积分:1
  • CW1288
    时钟芯片CW1288的驱动程序,适合外挂时钟的系统(CW1288 clock chip driver for external clock system)
    2013-07-13 10:59:03下载
    积分:1
  • freescaleMC9S12G128
    飞思卡尔16位单片机MC9S12G128开发板实践教程(Freescale 16-bit microcontroller MC9S12G128 development board practice tutorial )
    2020-06-28 17:00:01下载
    积分:1
  • adf
    滤波器仿真 matlab 画图 真是凑不够20个字了(Minato filter simulation matlab drawing is really not enough words of the 20)
    2010-06-01 11:06:44下载
    积分:1
  • EKF
    说明:  上研究生时写的扩展卡尔曼滤波程序(EKF),带测试例子,可编译执行(When the graduate writing program of the extended Kalman filter (EKF), with the test example, the implementation can be compiled)
    2021-04-22 07:38:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载