CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - 端口

搜索资源列表

  1. VerServ

    0下载:
  2. 一个小巧的TCP/IP服务器程序,用完成端口实现。-A compact TCP/IP server program, with the completion port implementation.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-08
    • 文件大小:17725
    • 提供者:shine
  1. sendcmd

    0下载:
  2. vc++ 可以向特定的tcp服务器,特定的端口发送命令。比如说bypassip地址的修改,就要向bypass发送命令,要用到socket通讯。方便快捷-vc++ connect to a specific tcp server, and a specific port to send commands. For example bypassip address changes, it is necessary to send commands to bypass, use the socket
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:35780
    • 提供者:
  1. maxConnectTestLog1500

    0下载:
  2. C++完成socket通信 完成端口TCP/IP连接-completion port socket communication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:718752
    • 提供者:tl
  1. tcp

    0下载:
  2. 监控TCP连接状态,查询当前开放的端口.-Monitoring TCP connection, check the current open ports
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:2319
    • 提供者:穆可
  1. Server

    0下载:
  2. 采用VC++开发平台开发TCP/IP网络通信,本程序作为服务器的开发,设置IP和端口,接收数据。-TCP/IP communication by VC++,set IP address and port,server receive data from client.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:2064106
    • 提供者:韩飞
  1. VCPP6.0_icmp_Ping_ip_port

    0下载:
  2. VC++6.0环境下,实现对指定IP及端口的ping功能-VC++6.0 environment, to achieve the specified IP and port of the ping function
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-11
    • 文件大小:2740649
    • 提供者:潇梦远
  1. IOCPTest

    0下载:
  2. 完全端口的vc++源码,代码很规范,简单明了。能编过的测试demo.-Full port vc++ source code, including the customer service side and the server, the code is standardized, simple and clear. Can be compiled over the test demo.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:4529
    • 提供者:longxiang
  1. csocket

    0下载:
  2. 聊天 通信软件 基于csocket 编程协议 TCP通信协议,输入端口 号码 和 ip地址即可-csocket chating room
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1607350
    • 提供者:月夜
  1. TcpSrvToComm

    0下载:
  2. TCP服务器端程序与串口结合,自动将客户端发送的数据转发到串口,也自动将从串口收到的数据转发到连接TCP服务器的客户端-TCP server-side program with the serial combination of automatically forwarding the client sends data to the serial port, it automatically forwards the data received from the serial port to
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:63529
    • 提供者:小小
  1. Pack_final

    0下载:
  2. 生成IP包 分析IP包 选择端口号码 传送IP包 拆封IP包 -IP packet generator
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1948527
    • 提供者:olivia
  1. tcpview

    0下载:
  2. View Usage of TCP Ports TCP端口占用查询 View Usage of TCP Ports TCP端口占用查询
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-04-14
    • 文件大小:4767
    • 提供者:尘封
  1. chat

    0下载:
  2. 程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:123007
    • 提供者:ludwig
  1. daima

    0下载:
  2. client创建udp原始套接字,将数据存入buf中,进行网络的捕包,从中过滤识别出80端口的包,打印出五元组的信息。server端开启守护进程,接受前端发送的信息,并将其保存到文件中。-create udp raw socket client, the data stored in buf, make the network packet capture, filter identified 80 ports from which the package, print out the five
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:13967
    • 提供者:liuzheng
  1. TCP

    0下载:
  2. 网络编程代码,含有消息机制,事件机制,完成端口,重叠io的示例代码-Network programming code, with message-based, event mechanism, the completion port, sample code overlap io
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:91536
    • 提供者:sunshuquan
  1. IOTest

    0下载:
  2. 网络编程,socket 完成端口 iocp-socket iocp
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-18
    • 文件大小:5054397
    • 提供者:朱俊杰
  1. EnumTcpUdpPort

    0下载:
  2. 通过DeviceIOControl TCP UDP设备获取端口信息的例子。-By DeviceIOControl TCP UDP port information equipment for example.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:33234
    • 提供者:顺口溜
  1. TCP

    0下载:
  2. 基于TCP协议实现客户端与服务器在约定的端口上进行数据传输。客户端程序仅知道服务器的主机名,并不知道服务器的IP地址。 客户端 1从命令行输入服务器的的主机名连接到服务器; 2获取本机的相关信息包括:IP地址、开通的端口、操作系统的名称、本机名称列表、操作系统版本号、硬件版本; 3将上述信息进行凯撒加密并发送给服务器; 4接受服务器返回的经处理后的字符串,并显示; 5当用户输入CTRL+D或者“bye”时终止连接并退出。 服务器端 1服务器等待客户连接,连接成功后
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:1576
    • 提供者:
  1. CableServerTCP-v0.99

    0下载:
  2. 将TCP特定端口接收到的信息帧解析,将解析的结果转存入特定的数据库。-The TCP specific port received information frame analysis, the analytic results into a specific database.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-27
    • 文件大小:10129097
    • 提供者:wangzhipeng
  1. SuperProxy

    0下载:
  2. 2009左右,本人原创软件。 能够将本机的串口、管道、TCP端口资源通过TCP/IP共享给网络中其他机器。该程序通常用于需要串口服务器、虚拟机调试、Nat的场合。 -SuperProxy is a software which can share your local resource such as serise port, pipe, and tcp port to anybody thought the internet TCP/IP protocol.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:94630
    • 提供者:
  1. TCP_Socket

    0下载:
  2. TCP协议编程的例子,包含端口监听、数据发送,数据接收的代码。-TCP protocol programming, and include port monitoring, data transmission, data reception code.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:44653
    • 提供者:owensh
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com