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

搜索资源列表

  1. TCP--IP-S_C-Example-Part-7

    0下载:
  2. TCP IP Server Client Example Part 7-TCP IP Server Client Example Part 7
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1413824
    • 提供者:yr_tong
  1. client-server

    1下载:
  2. 多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-15
    • 文件大小:22675296
    • 提供者:大酱
  1. Based-on-the-TCP-client-and-server

    0下载:
  2. 一个服务器,多个客户端,服务器负责消息中转,客户端之间可以互相聊天-A server and multiple clients, the server is responsible for message transfer, you can talk to each other between the client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:15744
    • 提供者:姜志峰
  1. tcp

    0下载:
  2. ESP8266 作为station的TCP client通信 ESP8266 作为station的TCP server通信 ESP8266 作为ap的TCP client通信 ESP8266 作为ap的TCP server通信-ESP8266 station TCP client ESP8266 station TCP server ESP8266 ap的TCP client ESP8266 ap的TCP server
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:2724773
    • 提供者:TAOJINGYU
  1. Test-UDP-Client

    0下载:
  2. TCP and UDP test application for client server.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-05
    • 文件大小:22806
    • 提供者:manish_cimcon
  1. TCP-time-ser-to-cli

    0下载:
  2. TCP套接字编程 --时间服务器例程 服务器端程序等待客户端连接请求 当有客户端请求时,显示客户端IP地址和端口地址 给客户端返回服务器端当前时间 客户端向服务器端询问当前时间 连接到时间服务器 显示从服务器返回的时间信息-TCP Time Server Instance: The server-side program waits for a client connection request When a client requests, display t
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-04
    • 文件大小:67451
    • 提供者:鹏哥
  1. tcp

    0下载:
  2. 在linux上关于tcp通信的服务器和客户端程序-Linux on tcp communications server and client procedures
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1980
    • 提供者:GXG
  1. main-tcp-server--client-with-3-server-rpc

    0下载:
  2. source code for tcp server and tcp client using rpc server 1, rpc server 2, rpc server 3
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-13
    • 文件大小:2247
    • 提供者:ghost889
  1. tcp.tar

    0下载:
  2. c的socket测试程序,包含client,server-c The socket test procedures, including client, server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1239
    • 提供者:cz
  1. TCP

    0下载:
  2. 利用Visual C++实现TCP聊天,包括TCP通讯客户端和服务端-Use Visual C++ achieve TCP chat, including TCP client and server communications
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-12-13
    • 文件大小:48759
    • 提供者:陈晓菲
  1. STM-server-modi

    0下载:
  2. TCP/IP服务器读写操作,与客户端TCP/IP代码进行数据读取。-TCP/IP server read and write operations, and client TCP/IP code for data read.
  3. 所属分类:LabView

    • 发布日期:2017-12-15
    • 文件大小:22528
    • 提供者:赵富
  1. tcp tool

    0下载:
  2. tcp测试工具,udp测试,tcp服务端,tcp客户端,设置端口,测试。(TCP test tools, udp test, the TCP server, the TCP client, set port, test.)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:1882112
    • 提供者:ZYY1341341
  1. tcp.tar

    0下载:
  2. 使用tcp/ip协议实现聊天功能,程序有client和server两部分。(Using tcp/ip protocol to achieve chat function, the program has two parts client and server.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-29
    • 文件大小:9216
    • 提供者:大海_A
  1. myTCP

    0下载:
  2. tcp客户端与服务端测试程序,内附接收以及发送线程(TCP client and server test procedure, enclosed receiving and sending thread)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:8028160
    • 提供者:dreamcong
  1. socket-server-socket-serve

    0下载:
  2. 这是一个关于各种IO模型的socket server实现与测试。 这里采用多种模型实现了一个TCP ECHO服务器,将client发送的内容echo回去。 client每秒会发送一次请求,server保持并发连接并进行相应。 现已实现的模型: base: 最原始的echo服务器 thread: 多线程模型 select: select模型 poll: poll模型 epoll: epoll模型 参数 修改src/clients.sh 可以生成指定数量的client 修改
  3. 所属分类:网络编程

    • 发布日期:2017-12-21
    • 文件大小:11264
    • 提供者:JIE2012
  1. TCP协议客户端服务器间视频传输c源码

    0下载:
  2. 此程序可实现windows客户端与client服务器端的文件传输。(This program can achieve Windows client and client server-side file transfer.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:xihananhai
  1. Server

    0下载:
  2. 基于MFC的通讯软件服务器端,客户端是clientnew,看我的其他上传。(MFC based communications software server-side, client is clientnew, see my other uploads.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-19
    • 文件大小:47526912
    • 提供者:angusfy
  1. com.Tcp

    0下载:
  2. 利用socket接口,实现客户端服务端通信,包括一对一和一对多。(Client server communication.)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:26624
    • 提供者:叶花未眠
  1. TCP server and client source

    0下载:
  2. TCP、UDP服务端和客户端的源程序,可以自己更改,定时发送报文等(TCP server and client source)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:5872640
    • 提供者:华华好好
  1. tcpSocket

    0下载:
  2. 实现基于EPOLL的tcp服务端、客户端的封装。(EPOLL based implementation of TCP server, client package)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-21
    • 文件大小:4096
    • 提供者:SGDFS
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com