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

搜索资源列表

  1. Client&Server

    0下载:
  2. Socket 网络变成,简单的客户端和服务器端-Socket network into a simple client and server
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:9.52kb
    • 提供者:白驹辉
  1. netbiancheng

    0下载:
  2. 面向连接的客户机/服务器的网络编程哦,有服务器端和客户机-connection-oriented client / server network programming oh, and server and client
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.28kb
    • 提供者:吴阳辉
  1. network

    0下载:
  2. TCP/IP体系结构与特点 Telnet、FTP、HTTP、 POP3、DNS等协议的工作原理 客户机/服务器模式(Client/Server model)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:416.55kb
    • 提供者:刘丽
  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
    • 文件大小:72.88kb
    • 提供者:叶舟
  1. aes设计方案

    0下载:
  2. 随着密码分析技术的提高,新的数据加密标准AES取代了过时的DES。文章在阐述AES/RSA加密算法的基础上,分别给出了利用AES/RSA实现客户端/服务器端网络数据传输的加密流程。最后在比较AES算法和RSA算法基础上,将AES与RSA相结合提出一种新的数据加密方案。-analysis technology improvements, new data encryption standard AES replaced the outdated DES. The article describe
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:14.09kb
    • 提供者:
  1. Network Development Kit

    0下载:
  2. The Network Development Kit hides all the complexity of the connection, sending, and receiving of data over a network. You only have to deal with three classes: CNDKServer, CNDKClient, and CNDKMessage. With just a few methods to override, you obtain
  3. 所属分类:Internet/网络编程

  1. KryoNet

    0下载:
  2. KryoNet这个Java类包提供了一套简洁的API来实现高效的,基于TCP和UDP协议的客户端/服务器NIO网络通信。KryoNet可以运行于桌面应用程序和Android平台中。由于KryoNet非常高效,所以特别适用于开发游戏应用程序和进程间通信。-KryoNet is a Java library that provides a clean and simple API for efficient TCP and UDP client/server network communicatio
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:944.65kb
    • 提供者:jingtao
  1. 09Socket

    1下载:
  2. 基于TCP and UDP的socket编程 简单的Client/Server网络应用程序。要求实现客户向服务器传输任意一个字符串,服务器将收到的字符串变换成大写后传回客户。 2.修改上述程序,实现服务器根据客户请求,将服务器端指定的文件可靠地传输给客户。如果服务器没有指定的文件,服务器将给客户返回一个信息,通知客户其请求文件不存在。 -TCP and UDP socket programming Simple Client/Server network application
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:77.25kb
    • 提供者:
  1. socket

    0下载:
  2. linux下面实现的socket网络编程。可以实现多客户端联机server的功能。-linux following the realization of the socket network programming. Can be achieved online multi-client server functionality.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:14.39kb
    • 提供者:孙帮山
  1. testSocket1_1

    0下载:
  2. 网络socket编程:Client&Server-Network socket programming: Client
  3. 所属分类:GPS develop

    • 发布日期:2017-04-01
    • 文件大小:13.96kb
    • 提供者:jerry.lien
  1. SafeTrans

    0下载:
  2. 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。 模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。 -The use of RSA and DES is based on two algorithms, Design and Implementation of a simple model of network trans
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:634.94kb
    • 提供者:qzhirong
  1. linux

    0下载:
  2. 通过客户机和服务器的方式来进行网络通信,通信信号,交给嵌入式驱动程序,完成对led管的发光控制.-Client and server through the means of network communications, communication signal, to the embedded drivers, led to complete control of light-emitting tube.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:27.06kb
    • 提供者:x.E
  1. Implementation-using-VC-Client-Services-machine-mo

    0下载:
  2. 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:4.02mb
    • 提供者:廖国锐
  1. Networkrealtimecommunication

    0下载:
  2. 网络实时通讯软件的设计与实现,本系统将实现局/广域网下Peer-to-Peer即时通讯功能,C/S模式,主要架构分为三个主模块:Client端,Server端-Network real-time communication software design and implementation, the system will achieve the Board/WAN under the Peer-to-Peer instant messaging features, C/S mode, the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-26
    • 文件大小:8.53mb
    • 提供者:zhang
  1. JW

    0下载:
  2. 用winsock控件编写的聊天工具。有客户端和服务器端,可以实现局域网内聊天,简单实用,适合刚刚学习vb的人看-Prepared by the chat winsock control tools. There are client and server can be achieved within the local area network chat, simple and practical for people just learning to see vb
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:97.33kb
    • 提供者:lujinwen
  1. LAN_IM

    0下载:
  2. 局域网即时聊天通过进行文本聊天和语音聊天来实现彼此沟通、交流信息。本次局域网即时聊天程序设计主要用了Visual C++编程环境,实现了在LAN中在线用户的文本、语音交互。 在设计里涉及到了网络通信基本原理和Socket编程及语音处理API技术。由于程序是在TCP/IP环境下运行,所以分服务器端和客户端。服务器端和客户端是通过建立Socket链接来实现聊天功能。 本次设计主要着重于语音聊天部分,在本次论文里主要以语音聊天的流程和各模块之间的关系及Socket处理为主说明。 -LAN
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1.69mb
    • 提供者:王勋
  1. Network-of-small-talk-routine

    0下载:
  2. 网络对聊小例程,分为客户端、服务端,实现网络聊天功能-Network of small talk routine, is divided into client, server, network chat
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1.48mb
    • 提供者:hebe_wangh
  1. network

    0下载:
  2. Internet Based Client/Server Network Traffic Reduction
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:63.76kb
    • 提供者:chris
  1. CLIENT-SERVER-NETWORK-PROGRAMING

    0下载:
  2. 可以实现网络通信的客户端和服务器程序,对于初学者理解C/S架构的Winsock网络编程很有帮助-Can achieve network communication client and server programs, for beginners to understand the C/S structure of the Winsock network programming helpful. .
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-24
    • 文件大小:3.62mb
    • 提供者:朱少飞
  1. client server

    0下载:
  2. this document about computer network. how client-server work
  3. 所属分类:文档资料

    • 发布日期:2016-05-18
    • 文件大小:109.33kb
    • 提供者:riskakayulianti
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com