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

搜索资源列表

  1. ClientChat

    0下载:
  2. 这个是客户端的聊天工具版本 他可以通过服务器的IP 用TCP协议来进行连接 用套接字来实现通讯-This is the version of the client chat tool he can use the TCP protocol server' s IP to be connected to achieve communication with the socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-20
    • 文件大小:5694871
    • 提供者:钱见
  1. kehuduanfuwuqi

    0下载:
  2. 服务端 客户端 用来实现TCP/IP的通信 利用select函数实现并发选择-Used to implement client server TCP/IP communications to achieve concurrent use of select function select
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:2276
    • 提供者:Sucore
  1. TCP

    0下载:
  2. TCP源程序,包含客户端和服务器端,可实现客户端与服务器端的聊天,上传下载文件-TCP source, including client and server, enabling the client and server-side chat, upload and download files
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:4153
    • 提供者:GQ
  1. java

    0下载:
  2. 单线程的TCP Server和TCP Client 通过网络传输指定文件-Single-threaded TCP Server and TCP Client specified file transmitted over the network
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:5575
    • 提供者:xiao
  1. 20103151329193

    0下载:
  2. 这个是个tcp 聊天程序,其中分为客户端,服务端,其中要进行聊天时首先要连接成功(开始监听,和连接),这样才能达到目的 -This is a tcp chat program, which is divided into client, server, chat with them to conduct a successful connection when the first (start listening, and connection), so as to achieve the pu
  3. 所属分类:ICQ-IM-Chat

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

    0下载:
  2. 基于tcp的服务端-客户端通信,服务端实现转发信息,存储信息,上线下线提示等功能。客户端登陆-用户名为:stu1->stu20,密码均为123.-Tcp-based services to end- client communications, the server forwards the information to achieve, storage information, tips and other functions on the line off the assembly l
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:6829
    • 提供者:jack
  1. lab4

    0下载:
  2. The subject of this programming assignment is writing a simple client-server application that uses (network) sockets.-The subject of this programming assignment is writing a simple client-server application that uses (network) sockets. The client-s
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:5279
    • 提供者:ChuChu
  1. net

    0下载:
  2. 多个网络Socket编程的示例,包括TCP server、TCP Client、UDP Server、UDP Client,很有参考价值的。-TCP server、TCP Client、UDP Server、UDP Client
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:25785
    • 提供者:黄维光
  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. TCP-custom

    0下载:
  2. 与之前上传的tcp服务器端相对应的客户端软件,实现相互共享资料-Tcp server with the previously uploaded Duanxiang the corresponding client software to share information with each other
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:242853
    • 提供者:李超
  1. TcpIP

    0下载:
  2. java客户端,服务端TCP/IP通信发送包数据测试-The Java client, server-side TCP/IP communication transmission packet data test
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:15057
    • 提供者:张二丑
  1. SimpleClient

    0下载:
  2. 基于TCP的客户端服务器通信的客户端代码-TCP-based client-server communications client code
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:1889043
    • 提供者:冰蓝雾影
  1. Chat-TCP

    0下载:
  2. 1、建立网络服务器,实现客户端与客户端之间的网络聊天功能 2、建立聊天室,实现组内聊天-1, a network server, client and client to achieve the network chat between 2, the establishment of a chat room, among a group chat
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:73688
    • 提供者:tanbo
  1. TCP2.0

    0下载:
  2. TCP/IP编程,模拟qq聊天客户端服务器。值得学习一下-TCP/IP programming, simulated qq chat client server. Worth learning about
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:38204
    • 提供者:李贺
  1. SingleServerWin32

    0下载:
  2. 使用C语言编写TCP/IP服务器、客户端程序,并能够在成功建立连接后在二者之间依次传送一个double、一个int、一个字符串数据。-Using the C language TCP/IP server, the client program, and the ability to successfully establish a connection between the two in order to send a double, an int, a string of data.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:1928
    • 提供者:
  1. SingleServerLinux

    0下载:
  2. TCP/IP服务器、客户端程序,并能够在成功建立连接后在二者之间依次传送一个double、一个int、一个字符串数据-TCP/IP server, the client program, and the ability to successfully establish a connection between the two in order to send a double, an int, a string of data
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:2687
    • 提供者:
  1. examples

    0下载:
  2. 用于Linux下socket编程,可实现了udp客户端和服务端,tcp客户端和服务端-For Linux, socket programming, enabling the client and server udp, tcp client and server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:19760
    • 提供者:李三
  1. TCP-and-UDP

    0下载:
  2. 使用windows套接字编写的TCP以及UDP协议下的服务器端和客户端程序的代码,使用的语言是C-Prepared using windows sockets and UDP protocols under TCP server and client code, the language used is C
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1358388
    • 提供者:朱世翔
  1. chat2

    0下载:
  2. 本次局域网即时聊天程序设计主要用了Visual C++编程环境,设计里还涉及到了网络通信基本原理和Socket编程及语音处理API技术。由于程序是在TCP/IP环境下运行,所以分服务器端和客户端。服务器端和客户端是通过建立Socket链接来实现聊天功能。-The LAN Instant Messenger program design is mainly used by Visual C++ programming environment, designed in the network com
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-11
    • 文件大小:3019155
    • 提供者:chenkan
  1. tutorial-visual-basic

    1下载:
  2. TCP/IP Server/Client VB6
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:221148
    • 提供者:jav2074
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com