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

搜索资源列表

  1. ChatClient

    0下载:
  2. 局域网中,TCP/IP协议,聊天协议,需要获取IP地址建立连接,包括客户机,服务器两个,欢迎下载-LAN, TCP/IP protocol, chat protocol, the need to obtain the IP address of the establishment of connections, including client, server, two are welcome to download
  3. 所属分类:TCP/IP Stack

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

    0下载:
  2. 利用socket进行的TCP连接,包括客户端和服务器端-Socket using the TCP connection, including client and server-side
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2432551
    • 提供者:lyq
  1. socket_tcp

    0下载:
  2. 基于TCP的客户/服务器客户端和服务器端的代码-TCP-based client/server client and server-side code
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-12
    • 文件大小:2840086
    • 提供者:chenshiyuan
  1. FileTransmission

    0下载:
  2. 通过socket建立TCP的文件传输和UDP在线聊天服务,采用客户端服务器模式-Socket through the establishment of TCP and UDP file transfer online chat service, using client-server model
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:98722
    • 提供者:尼恩
  1. ITP_v1.0

    0下载:
  2. A TCP Protocol CLIENT/SERVER/MASTER CONSOLE
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:12799
    • 提供者:Joe Rogan
  1. TCP

    0下载:
  2. 基于TCP协议的服务器和客户端程序。值得一看-Agreement based on the TCP server and client. Worth a visit ..
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:201638
    • 提供者:wangfan
  1. Clientserver

    0下载:
  2. This a client server program using tcp.-This is a client server program using tcp.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:1960
    • 提供者:Amit
  1. Linux_TCP_IP

    0下载:
  2. 本程序使用TCP套接字开发一个基于Client/Server模型的网络程序,模拟多用户远程登陆服务器的过程,一共四个文件,并有使用说明文档-This procedure used to develop a TCP socket-based Client/Server model of network program to simulate landing long-range multi-user server process, a total of four documents, as wel
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:4426
    • 提供者:zw
  1. VC_TCP_CHAR

    1下载:
  2. 一个基础VC++的TCP协议通信源码,带服务器端和客户端,已测试,能用-A basis for VC++ source code of the TCP protocol communication with server-side and client, have been tested, can be
  3. 所属分类:WinSock-NDIS

  1. winsock_upload

    0下载:
  2. 此程序是TCP服务器端程序和客户端程序,实现网络聊天功能,可以作为初学者学习网络通讯的入门程序。-This program is server-side procedures and TCP client, chat network, you can learn as a beginner' s entry procedures for network communications.
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:1919683
    • 提供者:youbingbing
  1. SimpleTCP

    0下载:
  2. 用VC+++编写基于TCP/IP协议的简单服务器与客户端的程序!-Using VC+++ to prepare based on the TCP/IP protocol with a simple client server program!
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-12
    • 文件大小:2861057
    • 提供者:LJ
  1. udp

    0下载:
  2. 在linux下变写的udp程序,有客户端,服务端(都差不多不像tcp那么有明显的区别)-Under the change in the linux written udp procedures, client, server-side (not tcp then there are more or less clear distinction)
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:2653
    • 提供者:英特查
  1. Client_TCPV1.00

    0下载:
  2. 使用TCP/IP协议写的一个小程序,可以即时向服务器发送消息。此客户端向服务器自动发送请求。-Using the TCP/IP protocol to write a small program that can instantly send a message to the server. This client automatically sends a request to the server.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:70890
    • 提供者:谈国强
  1. tcpsample

    0下载:
  2. TCP服务器/客户端实例程序 适合初学者学习使用,高手就不用看了-TCP server/client example program
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:125597
    • 提供者:咖啡
  1. TCP_echo

    0下载:
  2. simple TCP echo. run server in background, then run the client. type sumting in client, and then server will echo it.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:1449
    • 提供者:Alkeiser
  1. talkroom

    0下载:
  2. 1.其中基于UDP做的聊天室,利用UDP广播,只需在局域网里启动exe即可工作,无需服务器端。开发思想:在“上线”后启动一个线程循环recv接受广播来的信息。"send"按钮广播信息。 2.基于TCP的聊天室。采用了WSAAsyncSelect无阻塞消息模式。先启动服务ChatRoomServer.exe 在启动server后,服务器端listen来自客户端的信息,当客户端connection后,服务器端accpet与客户端建立连接后触发消息函数 OnServerAccept。OnSe
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1856730
    • 提供者:zhuceyong
  1. tcp-examples

    0下载:
  2. UNIX下用C开发的TCP通讯程序(含客户端和服务器端)-C under UNIX using TCP communication procedures developed (including client and server side)
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:3519
    • 提供者:kauf
  1. NetAssis

    0下载:
  2. Network debugging assistant (CM hardcover edition) V2.5 green special edition tool is in practical engineering applications, according to the actual needs of the general development of a network debugging tool. 界面精致美观,实用性也强。 Interface, exquisite beau
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:319787
    • 提供者:timoho
  1. game24

    0下载:
  2. game 24 with c# is number go to +, -, *, /, sum is 24 have server and client connect by socket TCP. -game 24 with c# is number go to+,-,*, /, sum is 24 have server and client connect by socket TCP.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-25
    • 文件大小:85433
    • 提供者:pokamon
  1. TCP

    1下载:
  2. 一个TCP通讯的例子,分为客户端和服务器端。首先运行服务器,然后运行客户。-An example of TCP communication is divided into client and server side. First, run the server, and then run the client.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-31
    • 文件大小:1316
    • 提供者:王冠
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 50 »
搜珍网 www.dssz.com