CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 Web服务器 搜索资源 - tcp协议

搜索资源列表

  1. winsockexample

    0下载:
  2. 简单的客户端、服务器端通讯例子。采用tcp协议-simple client, server communications examples. Using tcp agreement
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1915824
    • 提供者:yun_xy
  1. p2pchat

    0下载:
  2. 一个简单的聊天程序,用P2P方式,TCP协议实现的
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:339290
    • 提供者:doris
  1. TCPChat

    0下载:
  2. 这是一个通过TCP协议实现聊天的软件,在VC6.0中已经调试通过
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:80949
    • 提供者:谢国龙
  1. TCPIP-Lean

    0下载:
  2. 嵌入式web服务器的小型TCP/IP协议栈,并给出了该协议栈独立于平台的源代码,这些源代码可以在嵌入式应用中使用
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:3907817
    • 提供者:ljg
  1. TCP IP handshake

    0下载:
  2. 解释TCP/IP协议中握手的过程,规范说明-explain TCP / IP protocol handshaking process specification
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:2958
    • 提供者:周周
  1. HTTP1.0

    0下载:
  2. 用Java作的HTTP1.0 下的Webserver服务器 用TCP协议,采用多线程技术,可作为WEbServer的入门例子-Java for the HTTP1.0 the Webserver server using TCP protocol, multi-threading technology that can serve as examples of entry WEbServer
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:3336
    • 提供者:Mark
  1. 07300720153httpserver

    0下载:
  2. 一个简单的httpserver+clinet的网络课程project,在httpserver设置页面和ip后可以通过tcp/ip协议在任何地方用client访问-A httpserver+client project for Network and communicating protocals course,setted the homepage and IP up you can visit the content with the client anywhere you want
  3. 所属分类:Web Server

    • 发布日期:2017-03-29
    • 文件大小:20787
    • 提供者:wxj
  1. webserver

    0下载:
  2. 嵌入式web服务器源码,实现了在LPC2300上移植TCP/IP协议栈以及实现HTTP协议功能-embedded system web server
  3. 所属分类:Web Server

    • 发布日期:2017-03-29
    • 文件大小:104668
    • 提供者:king
  1. TCPtime

    0下载:
  2. VC6.0环境,使用套接字编程,实现客户端和服务器端相通信,服务器发送时间给客户端,其中基于协议TCP。-In VC 6.0 environment, use a socket programming, fulfill the client and the server communication, the server sends time to the client, which based on the protocol TCP.
  3. 所属分类:Web Server

    • 发布日期:2017-04-09
    • 文件大小:1881000
    • 提供者:Jane
  1. Server

    0下载:
  2. 用WinSock提供的多个的套接字API函数实现编程,基于TCP协议,实现即时通信-WinSock multiple socket API functions, programming based on the TCP protocol, instant messaging
  3. 所属分类:Web Server

    • 发布日期:2017-06-12
    • 文件大小:19611504
    • 提供者:李志强
  1. JGroup

    0下载:
  2. JGroup功能十分强大,通过配置各种参数就可以充分利用它所提供的各项功能。JGroup最大的特点就是支持协议栈的可配置性,它本是实现了基本的Java的协议栈实现,也就是最基本的消息广播的基础,同时支持附加协议栈的配置,消息的传递就是在这些协议栈之间相互传递,封装,检查,丢弃,重发-JGroups is a toolkit for reliable multicast communication. (Note that this doesn t necessarily mean IP Mul
  3. 所属分类:Web Server

    • 发布日期:2017-11-20
    • 文件大小:2398593
    • 提供者:xiongxiaoming
  1. TCPServer.java

    0下载:
  2. TCP协议的网络应用程序,TCPServer.java 服务器端代码-The TCP protocol networking applications, TCPServer.java server-side code
  3. 所属分类:Web Server

    • 发布日期:2017-11-07
    • 文件大小:704
    • 提供者:咚咚
  1. TCPClient.java

    0下载:
  2. 基于TCP协议的网络应用程序,TCPClient.java 客户机端代码-TCP protocol-based network application TCPClient.java client-side code
  3. 所属分类:Web Server

    • 发布日期:2017-11-09
    • 文件大小:748
    • 提供者:咚咚
  1. boostfile2

    0下载:
  2. c++ boost asio库实现的文件传输的例子,使用了tcp协议,给出了头文件的定义和源文件-c++ boost asio library implements the file transfer example, using tcp protocol, given the definition of header files and source files
  3. 所属分类:Web Server

    • 发布日期:2017-03-31
    • 文件大小:3038
    • 提供者:yiliu
  1. boost_opengl_tcp

    0下载:
  2. 使用boost asio库传输opengl渲染出来的场景例子,使用tcp协议实现-Transmission using boost asio library opengl rendered scenes example, using tcp protocol
  3. 所属分类:Web Server

    • 发布日期:2017-04-02
    • 文件大小:980457
    • 提供者:yiliu
  1. tcp文件传输

    0下载:
  2. 使用UDP协议传输图像文件。发送和接受全双工,优点传输效率快。
  3. 所属分类:Web服务器

    • 发布日期:2013-08-18
    • 文件大小:299618
    • 提供者:pingguowuai
  1. live555-latest-20131109.tar

    0下载:
  2. live555最新源码,是over rtp over rtsp over tcp的协议。能够实现将视频的转发,希望对做视频转发的朋友有帮助-live555 latest source is over rtp over rtsp over tcp protocol. Enables forwarding the video, and I hope to do a video to help a friend forwarded
  3. 所属分类:Web Server

    • 发布日期:2017-04-04
    • 文件大小:581167
    • 提供者:黄发宾
  1. workerman-for-win-master

    1下载:
  2. Workerman是一款纯PHP开发的开源高性能的PHP socket 服务器框架。被广泛的用于手机app、手游服务端、网络游戏服务器、聊天室服务器、硬件通讯服务器、智能家居、车联网、物联网等领域的开发。 支持TCP长连接,支持Websocket、HTTP等协议,支持自定义协议。-Workerman is an open source high performance PHP socket server framework a pure PHP development. Is widely us
  3. 所属分类:Web Server

    • 发布日期:2017-05-04
    • 文件大小:47988
    • 提供者:常昊
搜珍网 www.dssz.com