CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 客户服务器模式

搜索资源列表

  1. liaotian

    0下载:
  2. 一个基于客户/服务器模式的聊天室应用程序。这个程序是一个很实用的网络应用程序-One based on client/server chat room application. This program is a very useful web application
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1964621
    • 提供者:梁冰
  1. CSocketcli

    0下载:
  2. 本题是一个简单的聊天室程序,采用客户/服务器模式,分为客户端程序和服务器端程序。由于服务器只能支持一个客户,实际上是一个点对点通信的程序。客户端程序和服务器程序通过网络交换聊天字符串内容,并在窗口的列表框中显示。-This question is a simple chat program, using client/server model, is divided into client and server-side programs. Because the server can only
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1847528
    • 提供者:
  1. CSocket

    0下载:
  2. 本题是一个简单的聊天室程序,采用客户/服务器模式,分为客户端程序和服务器端程序。由于服务器只能支持一个客户,实际上是一个点对点通信的程序。客户端程序和服务器程序通过网络交换聊天字符串内容,并在窗口的列表框中显示。-This question is a simple chat program, using client/server model, is divided into client and server-side programs. Because the server can only
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:40775
    • 提供者:
  1. FlyFish

    0下载:
  2. 优秀的商业下载工具对我们的团队开发有借鉴意义和启发作用,最终我们实现了预期目标:整个课程设计按软件工程原理进行组织,我们设计的网络下载工具具有多线程、多任务、断点续传的功能。 1.实验目的 配合学习《计算机网络和Web技术》,响应老师开展“课程设计”的号召,培养我们的综合开发网络软件的能力,团队合作能力,为最终实现具有商业开发能力而努力奋斗。 2.实验要求 整个课程设计按软件工程原理进行组织,文档必须规范、齐全。基本功能要求包括多线程、多文件、断点续传,其他功能(如智能文件
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:751640
    • 提供者:冯连杰
  1. 080261

    0下载:
  2. 本文阐述了Java以其独有的、与网络紧密结合的特点及其在编写客户/服务器模式的网络通信程序中的应用。-In this paper, Java with its unique, tightly integrated with the network characteristics and in the preparation of client/server model of network communication program in the application.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:425817
    • 提供者:aeon
  1. JavaClassManager

    0下载:
  2. 采用C/S模式,分为服务器和客户端,查询、修改、添加和删除班级数据库的信息-Use of C/S mode, is divided into the server and client, query, modify, add and delete database information class
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:95409
    • 提供者:
  1. www_soojoo_cn_19646_SockSever

    0下载:
  2. 客户服务器模式,可锁定计算机,截屏等功能-Client-server model, lock computer, screen shots and other functions
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-05
    • 文件大小:38815
    • 提供者:谢忱
  1. socket

    0下载:
  2. 在Unix里面的模拟一个客户服务器模式的程序,很好的模拟了C/S模式-In the Unix inside a client-server model simulation program, a good simulation of the C/S mode
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:58278
    • 提供者:石婷
  1. xyzngbkz_gp_xz

    0下载:
  2. 语音聊天 c# 局域网 服务器 客户端模式 简单的语音聊天工具-LAN Voice Chat server c# client mode simple voice chat tool
  3. 所属分类:VOIP program

    • 发布日期:2017-05-13
    • 文件大小:3505518
    • 提供者:sjdfb
  1. NetworkusingJAVA

    0下载:
  2. 本文阐述了使用JAVA编程语言对基于客户/服务器模式的应用编写网络通信程序,讨论了SOCKET机制、输入输出流以及程序实现代码。-This paper describes the use of JAVA programming language based on client/server application procedures for the preparation of network communication, discussion SOCKET mechanism, input
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:5603
    • 提供者:小白
  1. chat

    0下载:
  2. 一个简单的聊天室程序,采用客户/服务器模式,分为客户端程序和服务器端程序-A simple chat program, using client/server model, is divided into client and server-side program.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:270896
    • 提供者:曹霖萍
  1. BasedChatProgramSourceCode

    0下载:
  2. 《一个基于客户服务器模式的聊天应用程序》本程序主要使用了VC++的CSocket类实现-《On a client server chat application》of the program primarily uses the CSocket class VC++ Implementation
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:754172
    • 提供者:zhengyan
  1. ftp

    3下载:
  2. 采用客户/服务器模式,分为客户端程序和服务器端程序。服务器采用套接字来实现。客户端程序和服务器程序通过FTP协议开发。-using c# ,a simple ftp software including client and server.
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-30
    • 文件大小:108319
    • 提供者:qiu
  1. QQ_Server_Client

    0下载:
  2. 类似于QQ的一个局域网聊天系统,采用客户服务器模式,毕业设计时做的,仅作参考-Similar to the QQ, a local area network chat system that uses client-server model, graduation design done for reference only
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:162802
    • 提供者:高强
  1. SmsClient

    0下载:
  2. 行业短信客户端,群发短信,企业信息机,客户管理系统-send sms client
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1564882
    • 提供者:童森栋
  1. Linux-Socket-Programming-By-Example

    0下载:
  2. socket利用客户/服务器模式巧妙地解决了进程之间建立通信连接的问题。服务器socket 半相关为全局所公认非常重要。-Linux Socket Programming By Example
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1658787
    • 提供者:ppq
  1. live

    0下载:
  2. 实现客户服务器模式RTP以及RTCP实时媒体流的传输-Client server model to achieve real-time RTP and RTCP media stream transmission
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:777187
    • 提供者:mrli
  1. GIS-system--structure

    0下载:
  2. 客户/ 服务器模式的优势主要表现在以下几点: ①减轻了网络负载 ②更好地利用了资源 ③具有更好的性能 ④提高了数据安全性 ⑤客户/ 服务器模式是一种开放式的结构,其开放性使得系统的扩充变得十分简单方便。-The advantage of client/server model mainly manifested in the following: (1) reduce the network load (2) the better use of the resources (3) has b
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:7868
    • 提供者:peiweifeng
  1. bscs

    0下载:
  2. c/s服务器客户/服务器模式 (1)编译client.c 和server.c gcc client.c –o client gcc server.c –o server (2)打开一个终端,运行server 程序 ./server (3)打开另外一个终端,运行client 程序 client 程序的运行需要提供hostname 参数,所以我们要用hostname 命令查看机器的名 字,然后再运行client 程序; (4)运行结果 -c/s server,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:4969
    • 提供者:caoqunn
  1. Value-added-services

    0下载:
  2. 使用客户服务器模式,实现增值业务的模拟。-Using client-server model to achieve value-added business simulation.
  3. 所属分类:Development Research

    • 发布日期:2017-06-12
    • 文件大小:19124817
    • 提供者:IVAN
« 1 2 34 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com