登录
首页 » 套接字网络编程 » 本代码演示了FTP,HTTP多线程断点,使用vc开发

本代码演示了FTP,HTTP多线程断点,使用vc开发

于 2023-08-10 发布 文件大小:67.47 kB
0 168
下载积分: 2 下载次数: 1

代码说明:

本代码演示了FTP,HTTP多线程断点,使用vc开发-This code demonstrates the FTP, HTTP multi-threaded breakpoint

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

发表评论

0 个回复

  • socket 通信 控制台序 测试通过
    socket 网络通信 控制台程序 测试通过  #include #include #pragma comment(lib, "ws2_32.lib") void main() {     WORD wVersionRequested;     WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。     int err;          wVersionRequested = MAKEWORD( 1, 1 );          err = WSAStartup( wVersionRequested, &wsaData );     if ( err != 0 ) {         return;     }          if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )      {         WSACleanup( );         return;     }     SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接     //初始化连接与端口
    2023-07-26 07:35:05下载
    积分:1
  • c programming language voice can play a sound, you can use the keyboard to contr...
    c语言声音编程,可以播放声音,可以用键盘控制-c programming language voice can play a sound, you can use the keyboard to control
    2022-10-12 04:30:03下载
    积分:1
  • VC6.0作为开发工具,使用gsoap工具包实现VC连C #。NET基因…
    vc6.0作为开发工具,使用gsoap toolkit 实现vc下连接c#.net所生成的webservice-vc6.0 as development tools, use gsoap toolkit achieve vc Connection c#. net generated by the webservic e
    2022-03-05 04:06:50下载
    积分:1
  • 一个文件传输的例子
    一个文件传输的例子-an example of file transfer
    2022-01-20 23:22:01下载
    积分:1
  • 计算机课件,比较全面系统的讲解计算机的组成分类等!...
    计算机网络课件,比较全面系统的讲解计算机网络的组成分类等!-Courseware for computer networks, a more comprehensive system on the computer network, such as the composition of Category!
    2022-02-26 07:51:15下载
    积分:1
  • 浪子吧全站1.1
    浪子吧全站1.1-loafer it stand 1.1
    2022-03-11 04:20:18下载
    积分:1
  • Lidgren.Network
    Lidgren.Network是一个网络通信类库。网络是一个网络图书馆的。提供一个简单的API,用于连接客户端到服务器,读取和发送消息。
    2022-03-11 10:19:48下载
    积分:1
  • caluculator in Socket programming
    这是一个用于计算器的socket程序。它执行数字、字符串长度、回文、给定字符串的子字符串的加法和更多操作。
    2022-08-20 17:37:28下载
    积分:1
  • agreement based Ethernet
    协议基础以太网-agreement based Ethernet
    2022-04-22 19:51:54下载
    积分:1
  • linewatcher拨打您的ISP,保持你的联系和日志
    LineWatcher dials your ISP, keeps your connection alive and logs errors. Originally distributed as freeware, this program counts over 10.000 downloads since its first release in 2001. See home page http://www.reseau.org/linewatcher/index.html-LineWatcher dials your ISP, keeps your connection alive and logs errors. Originally distributed as freeware, this program counts over 10.000 downloads since its first release in 2001. See home page http://www.reseau.org/linewatcher/index.html
    2022-08-24 08:17:55下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载