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

搜索资源列表

  1. VBdevelop

    0下载:
  2. 本文介绍了TCP/IP协议和客户/服务器程序的基本原理,给出了利用Visual Basic6.0开发客户/服务器软件的设计方法;最后给出了应用实例。-This paper introduces the TCP / IP protocol and client / server to the basic principles By using Visual Basic 6.0 client / server software design method; Finally an example of
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:9486
    • 提供者:lxp
  1. wangluoyouxikaifa

    0下载:
  2. 《网络游戏开发》内容简介: 网络游戏开发   WinSock2 游戏编程   网络游戏开发 101   异步 Sockets 编程指南   多用户的服务器/客户模式聊天工具的开发   TCP/IP 协议介绍摘要   如何设计一个多人游戏   多人游戏的本质   制作一套网络消息引擎   使用统计学来预测网络上游戏者的动作   如何排除网络延迟 -"network game development" bri
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:371165
    • 提供者:许雪涛
  1. Qt_Tcp

    0下载:
  2. QTcpSocket 和 QTcpServer类实现了Qt的Tcp客户端和服务器。 tcp是一个流式协议。对于应用程序来说,数据是一个很长的流,有点像一个巨大的文件。 -QTcpSocket and QTcpServer class implements Qt Tcp client and server. TCP is a streaming agreement. For application, it is a long flow, a bit like a huge file.
  3. 所属分类:software engineering

    • 发布日期:2017-03-21
    • 文件大小:8969
    • 提供者:黄硕
  1. TCP_tester.rar

    0下载:
  2. TCP/ip通信的调试工具,包括服务器端和客户端,TCP/ip communication debugging tools, including server-side and client
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:192750
    • 提供者:xuql
  1. MFCliaotianshi

    1下载:
  2. 基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序分为服务器端和用户端两部分 本实验是本人做的计算机网络课程设计,有mfc的CSocket编的..给大家分享下 支持多人聊天,可以用,先运行服务器端,点击监听,然后运行客户端点击连接服务器即可-Based on TCP/IP communications are basically used for data communications SOCKET socket, the program is divided in
  3. 所属分类:software engineering

    • 发布日期:2017-05-21
    • 文件大小:6198816
    • 提供者:一天
  1. BarionetExamples

    0下载:
  2. Barione TCP example for client server communications
  3. 所属分类:Document

    • 发布日期:2017-05-03
    • 文件大小:654592
    • 提供者:smileymonk
  1. TCP、IP

    0下载:
  2. 题目1 FTP客户端与服务器端设计 题目2 邮件服务系统设计 题目3 HTTP通信系统设计-Title 1 FTP client and server-side design Title 2 mail service system design Title 3 HTTP communication system design
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:10452
    • 提供者:古月
  1. chatroom

    0下载:
  2. 由TCP/IP架構的聊天室:只要在Server端與Client端之間互傳資料-By the TCP/IP architecture of the chat room: as long as the Server side and Client-side information to each other between
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:73668
    • 提供者:ㄚ政
  1. tcp

    0下载:
  2. 主要讲网络通信方面的客户服务器编码,好有许多网络方面的知识-Major topics of network communication in client-server code, a good knowledge of many networks
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:36893
    • 提供者:Amy
  1. QQtalk

    0下载:
  2. 一个类似QQ的网络聊天工具,采用Windows Socket编程,服务器与客户端采用了TCP/IP连接方式,在设计聊天方案时,实行将所有信息发往服务器端。-A similar network of QQ chat tool, using Windows Socket programming, server and client using TCP/IP connections, chat in the design of the program and implement all of the
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:11671
    • 提供者:郑飞
  1. Socket

    0下载:
  2. 实现局域网的聊天程序,通过服务器和客户端的TCP/IP协议传输实现-LAN chat program, through the server and the client TCP/IP protocol, to achieve
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:377611
    • 提供者:周意
  1. TCP-IP_Protocols_NO3

    0下载:
  2. 第三卷的内容细节覆盖了当今TCP/IP编程人员和网络管理员必须熟练掌握的四个基本方面: T/TCP (TCP事务协议),这是对TCP的扩展,使客户--服务器间的事务传输更快更有效和更可靠; HTTP (超文本传送协议),这是飞速扩展中的万维网的基础; NNTP (网络新闻传送协议),这是Usennet新闻系统的基础; UNIX域协议,这是在UNIX实现中应用非常广泛的一套协议。 与前面两卷一样,本书有丰富的例子和实现的细节,他们都是4.
  3. 所属分类:Communication

    • 发布日期:2017-11-09
    • 文件大小:8557629
    • 提供者:王建民
  1. TCP

    0下载:
  2. 关于TCP协议进行通信的关键技术资料 详细阐明了客户端和服务器的对应关系和任务协调-The key technical information about the TCP protocol to communicate to elaborate on the correspondence between client and server, and task coordination
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:95659
    • 提供者:liyang
  1. TCP-server-client

    0下载:
  2. making TCP server and client connection using Java
  3. 所属分类:software engineering

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

    0下载:
  2. 主要是实现客户端和服务端的通信,window下基于MFC的聊天通信,注释比较详细-Mainly to achieve client and server communications, window under MFC-based chat communications, more detailed notes
  3. 所属分类:software engineering

    • 发布日期:2017-05-30
    • 文件大小:12583681
    • 提供者:lisa
  1. cSharpClient-and-Server-with-Interface

    0下载:
  2. TCP实现客户端与服务器通信-带简单界面-Achieve client and server communication- with interface
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:24404
    • 提供者:minmin
  1. Server-Client

    0下载:
  2. 基于tcp/ip的服务器和客户端通信软件设计-tcp/ip server/client conmmu
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:25863
    • 提供者:zhaokuo
  1. Translate

    0下载:
  2. 通过TCP实现的客户端和服务端,可以通过客户端向服务端发送指令,使服务端完成相应的操作功能。-Client and server via TCP implementation, you can send commands to the server through the client, so that the appropriate action to complete the server function.
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3384244
    • 提供者:吴淼
  1. SocketTool2

    0下载:
  2. socket通讯工具 支持TCP/UDP-TCP/IP SOCKET UDP SERVER CLIENT GPRS NETWORK
  3. 所属分类:Software Testing

    • 发布日期:2017-05-09
    • 文件大小:1831741
    • 提供者:eewfwe
  1. tcp-server-client

    0下载:
  2. AT commands for communication between Server and client for quectel module
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:610
    • 提供者:shiva kumar
« 12 »
搜珍网 www.dssz.com