登录
首页 » Others » socket

socket

于 2016-02-19 发布 文件大小:507KB
0 148
下载积分: 1 下载次数: 27

代码说明:

  网络调试助手,通过网络发送、接收数据,可作为服务器,也可作为客户端(Network debugging assistant, through the network to send and receive data, can be used as a server, can also be used as a client)

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

发表评论

0 个回复

  • 这样的一个例子,一个代理服务器,它支持二级代理,其中有一个古董…
    这是一个代理服务器实例,它支持二级代理,其中还有一个虚拟的Web服务器,其根目录是“ProxyServer”, 在运行该程序前首先需要把该目录拷贝到C盘的根目录下,当然你也可以在源代码中改变指定的位置。-This an example of a proxy server, which supports two agents, which have a virtual Web server, the root directory is "ProxyServer" run the procedure before first need to copy the directory C was the root directory, of course, you could also change the source code for the designated location.
    2022-02-25 13:38:06下载
    积分:1
  • 这是一个演示如何用Delphi中的TCP/IP控件进行通信的
    这是一个演示如何用Delphi中的TCP/IP控件进行通信的程序-This is a demonstration of how to use Delphi to the TCP/IP communication control procedures
    2022-04-11 13:38:00下载
    积分:1
  • apwit
    进程管理(并取程序图标),很不错的易语言源码,适合易语言爱好者使用,()
    2018-03-09 17:21:59下载
    积分:1
  • MFC
    计算机网络 多播 用C++编写 绝对可以用。。。。(计算机网络多播)
    2010-12-12 13:07:25下载
    积分:1
  • ssocks-0.0.14.tar
    sSocks是一个socks代理工具套装,可用来开启socks代理服务,支持socks5验证,支持IPV6和UDP,并提供反向socks代理服务,即将远程计算机作为socks代理服务端,反弹回本地,极大方便内网的渗透测试,其最新版为0.0.13(sSocks is a socks proxy tool sets, can be used to open the socks proxy services, support socks5 authentication, support for IPV6 and UDP, and to provide reverse socks proxy services, about the remote computer as socks proxy server, bounce back to the local, which greatly facilitates network penetration testing, and its latest version is 0.0.13,)
    2020-12-10 16:09:19下载
    积分:1
  • VC断点续传源代码
    VC断点续传源代码,可以支持局域网络内,2G数据断点传输,是大家学习的好例子,也可以直接加入自己项目中直接使用!!!!
    2023-03-10 06:50:02下载
    积分:1
  • 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
  • Lzhibiao
    IEEE所有标准系统的局部电压稳定(L指标)计算的通用程序!适用于任何节点。(IEEE standard system L index calculation of the general program!)
    2021-05-12 16:52:37下载
    积分:1
  • 测试环境
    Iperf 是一个网络性能测试工具。Iperf可以测试最大TCP和UDP带宽性能。Iperf具有多种参数和UDP特性,可以根据需要调整。Iperf可以报告带宽,延迟抖动和数据包丢失。 iperf 分为两种版本,unix/linux版和windows版,unix/linux版更新比较快,版本最新。windows版更新慢。windows版的iperf叫jperf,或者xjperf。jperf是在iperf基础上开发了更好的UI和新的功能。
    2022-03-13 22:54:40下载
    积分:1
  • 一个页浏览器,c++做的
    一个网页浏览器,c++做的-a Web browser, so c
    2022-10-17 21:10:03下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载