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

C++ tcp_client

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

  • GSL-1.8 源码及库的安装包
    说明:  GSL库,以及源程序文件,以及直接安装。不用编译。(The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License. The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total with an extensive test suite.)
    2019-01-09 23:07:16下载
    积分:1
  • zddesk
    说明:  虚拟桌面程序(virtual desktop program2)
    2021-03-29 01:19:11下载
    积分:1
  • 平衡车kalman滤波程序
    关于平衡车上的kalman滤波程序,经过调试,效果不错。程序结构清晰易懂,对初学者具有一定的借鉴意义。
    2022-02-21 20:58:19下载
    积分:1
  • AD7783
    AD7783模数转换程序,功能已经过调试运行,简单易懂(AD7783 A/D convert,it is very useful)
    2009-03-30 14:40:34下载
    积分:1
  • matlab
    MATLAB的基本知识,基本运算与函数整理(MATLAB basic knowledge, basic calculations and function finishing)
    2013-10-09 14:54:56下载
    积分:1
  • 3930926
    许多情况下,当算法在执行过程中面临一个选择时,随机性选择常比最优选择省时,因此概率算法可在很大程度上降低算法的复杂度,()
    2018-02-06 15:22:44下载
    积分:1
  • BT
    说明:  这是一个基于高通平台的BT模块的设计文档,讲述了该模块工作的基本原理,以及一些常见问题的分析及解决方案
    2010-12-18 18:33:30下载
    积分:1
  • xiyuxiuxianguanlixitong
    说明:  一个洗浴休闲管理系统代码,MFC开发的,用SQL server数据库(A management system)
    2009-08-23 14:14:54下载
    积分:1
  • EM算法(讲解+程序)
    说明:  EM 算法是Dempster,Laind,Rubin于1977年提出的求参数极大似然估计的一种方法,它可以从非完整数据集中对参数进行 MLE估计,是一种非常简单实用的学习算法。这种方法可以广泛地应用于处理缺损数据、截尾数据以及带有噪声等所谓的不完全数据,可以具体来说,我们可以利用EM算法来填充样本中的缺失数据、发现隐藏变量的值、估计HMM中的参数、估计有限混合分布中的参数以及可以进行无监督聚类等等。(EM algorithm is a method for maximum likelihood estimation of parameters proposed by Dempster, Laind and Rubin in 1977. It can estimate parameters from incomplete data sets by MLE. It is a very simple and practical learning algorithm. This method can be widely used in dealing with the so-called incomplete data such as defective data, censored data and noisy data. Specifically, we can use EM algorithm to fill missing data in samples, find hidden variable values, estimate parameters in HMM, estimate parameters in finite mixed distribution, and so on. Unsupervised clustering and so on.)
    2020-07-04 06:00:01下载
    积分:1
  • nuaa1507_DancingLink_trackback.cpp
    高德纳发明的高效数据结构dancing link,这里是解重复覆盖问题的一个演示(Donald Knuth invented efficient data structure dancing link, here is the solution to repeat coverage of a demonstration)
    2010-03-07 10:54:32下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 57今日下载