CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - tcp server

搜索资源列表

  1. TCP--Server

    0下载:
  2. tcp通信的客户端实现功能,具有很强的使用价值,适合windows编程的初学者-tcp client communications functionality, and highly value, windows programming suitable for beginners!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8168
    • 提供者:马亮
  1. TCP-Server-Client

    1下载:
  2. wince环境下的TCP网络接口编程,包含服务器和客户端程序
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:127415
    • 提供者:邓从阳
  1. TCP.UDP

    0下载:
  2. 本人写的一个TCP/UDP通信的界面软件,支持UDP和TCP server端,简单易用
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:43696
    • 提供者:qinhongjun
  1. TCP-server-client

    0下载:
  2. 在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入服务器的IP地址,connect, 客户端上编辑框中的字符便可send到客户端的编辑框中。-on the server running tcp.exe, another in the same network with the client running on tcplnk.exe require the same port, on t
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:74627
    • 提供者:叶舟
  1. Java-TCP服务器】

    1下载:
  2. 这是一个TCP服务器端的实现代码,监听客户端的请求,在子线程中处理各个客户端发来的数据包,再将处理后的结果送回客户端。这里提供的代码很完整,包括一个mainclass,一个监听class和它的interface,一个包处理class,一个发送class,基本上可以直接使用。-This is a TCP server-side implementation code, bugging the client's request, the child acquires handle all t
  3. 所属分类:Telnet服务器

    • 发布日期:2008-10-13
    • 文件大小:8035
    • 提供者:职工
  1. tcp server&client

    0下载:
  2. 基于tcp协议的C/S简单即时通话程序
  3. 所属分类:源码下载

  1. tcp setver

    1下载:
  2. tcp server
  3. 所属分类:系统编程

  1. linux TCP UNIX domain

    0下载:
  2. 1、TCP UNIX 2、C/S Mode
  3. 所属分类:源码下载

  1. TCPSvr_IOCP_EPOLL_KQUEUE 轻量级的跨平台TCP服务器封装

    2下载:
  2. 一个轻量级的跨平台TCP服务器封装,封装了IOCP。EPOLL。kq-A lightweight cross-platform TCP server package encapsulates the IOCP. EPOLL. kqueue
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-03-21
    • 文件大小:15087
    • 提供者:sangXN
  1. OPC+Server+for+Modbus.opc server 服务器源码

    3下载:
  2. opc server 服务器源码。该事例适合OPC研究者学习和开发,opc server source server. The case for researchers to learn and develop OPC
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2017-03-22
    • 文件大小:140730
    • 提供者:万新航
  1. TCP.rar

    1下载:
  2. 一个简单的TCP客户端和服务器端代码,服务器端接收数据并回传,VC编译,WINDOWS操作系统,A simple TCP client and server-side code, server-side data and return to receive, VC compiler, WINDOWS OS
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-24
    • 文件大小:3987
    • 提供者:recome
  1. TCPServer.rar

    0下载:
  2. TCP发送数据编程,适合LabVIEW网络编程初学者。,A example for leaning LabVIEW TCP Server.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:8241
    • 提供者:研间会
  1. epoll

    2下载:
  2. linux下的Tcp服务器,采用的是Epoll模式,deamon程序,适合大家学习网络编程。-Tcp server under linux, using the Epoll mode, deamon process, suitable for them to learn network programming.
  3. 所属分类:Linux Network

    • 发布日期:2016-07-28
    • 文件大小:253178
    • 提供者:yourname
  1. tcpserver

    0下载:
  2. 在vxworks环境下,tornado2.2开发环境下的TCP 服务器端,具有在超时断开连接功能,是使用KEEPALIVE来实现的。其中有KEEPALIVE的使用解释-In vxworks environment, tornado2.2 development environment TCP server-side, with the time-out disconnect function is to use KEEPALIVE to achieve. Including the use of
  3. 所属分类:VxWorks

    • 发布日期:2017-03-27
    • 文件大小:31360
    • 提供者:zhaozheng
  1. TCP

    3下载:
  2. C#写的基于TCP协议的服务器和客户端程序,实现简单的发送字符串的功能,适合初学者研究-Written in C# TCP protocol based server and client, simply send the string to achieve the function of research for beginners
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:49658
    • 提供者:SilverBullet
  1. TCP-Chat

    0下载:
  2. C#TCP聊天室,包括完整的服务器端和客户端-C# TCP chat rooms, including a complete server and client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:122540
    • 提供者:潘德锋
  1. MFC-TCP

    1下载:
  2. 基于MFC的窗口化的服务器和客户端之间的通信 采用TCP编程。对于新手来说还不错,包含多线程以及消息的传递机制-MFC-based window of the server and client using TCP communication between the programming. For starters, pretty good, including multi-threading and message passing mechanism
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-11
    • 文件大小:18959043
    • 提供者:王林峰
  1. mcu_netV1.00

    1下载:
  2. 移植uIP1.0到51单片机上的版本mcu_netV1.00 uIP ARP / ICMP / TCP协议的完全移植,可以稳定ping通单板,使用TCP服务器功能,连上单板的TCP服务器功能时(自定义端口1234),单板发出“Hello,how are you?”的问候。其后发出的字符单板都原样返回。 -Transplantation uIP1.0 to 51 single-chip version of the mcu_netV1.00 uIP ARP/ICMP/TCP proto
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-11-11
    • 文件大小:1039609
    • 提供者:郑禾
  1. wince6.0TCPclient_TcpSever

    0下载:
  2. 实现在wince环境下创建TCP客户端和TCP服务器端程序的方法和步骤以及select I/O模型的应用。-Creating the environment to achieve wince TCP client and TCP server side methods and procedures, and select I/O Model.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-13
    • 文件大小:3498757
    • 提供者:憔悴
  1. tcpMuti

    1下载:
  2. 基于Tcp的多线程并发服务器,利用fork创建线程,一个服务器端可以对应多个客户端-Tcp-based multi-threaded concurrent server, using fork to create threads, a server-side may correspond to multiple clients
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2193
    • 提供者:kathy
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com