CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - 客户 服务器程序

搜索资源列表

  1. atm

    0下载:
  2. 这个是在linux环境下编写的一个客户/服务器程序,实现的是银行atm机功能
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4117
    • 提供者:李梦
  1. TimeServerAndClient

    0下载:
  2. 由于linux作服务器运行时,时常会出现系统时间不正确现象,现提供完整的时间服务器和客户端程序,由window提供时间服务器端供多台Linux服务器获取window上时间并做出时间调整.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:48345
    • 提供者:yuxin
  1. Linux_Socket_Programming_By_Example

    0下载:
  2. 目前已经有很多介绍计算机网络的书籍,但是它们之中的大多数似乎更适合于高级编程者,而对于众多只想了解使用方法的初学者而言,就显得太深奥了。   读者通过学习本书,可以掌握有关套接口编程的知识。同时,本书使用一种称为\"BY example\"的方法来提高读者的学习效率,书中每一章的内容都是建立在前一章的基础之上的。第一部分“基本套接口概念”在阐明域和地址族,套接口的类型以及面向连接/非连接协议等基本概念的基础上,介绍了简单的客户/服务器程序的编写方法和主机名/网络名查询程序的编写方法。在掌握了
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:180153
    • 提供者:spark xu
  1. udp 用UDP写一个客户端和服务器

    0下载:
  2. 用UDP写一个客户端和服务器 能够用UDP协议实现两者之间的通信的程序; -Used to write a UDP client and server to use UDP protocol for communication between the two procedures
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-22
    • 文件大小:2019
    • 提供者:梦魇
  1. RPC_Exc2_sorcecode

    0下载:
  2. 在linux系统下客户端和服务器端使用RPC进行分布式通信。 包含客户端程序,服务器远端程序,以及客户端和服务器端的接口程序。 注意,服务器端和客户端的stub需要用Linux命令stub xxxx生成。-System in the linux client and server to use RPC for distributed communication. Contains client, server, remote procedure, as well as client an
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2497
    • 提供者:宋宋
  1. server

    0下载:
  2. 一个服务器端的通信程序,还有一个客户端程序,实现了在linux下的通信-A server-side communication process, there is a client program, the realization of the communication under linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:22195
    • 提供者:依依
  1. client

    0下载:
  2. Linux下服务器即时通信客户端程序,完成数据的接受和发送-Instant messaging server under the Linux client to complete to receive and send data
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:702
    • 提供者:yangjie
  1. unpv13e

    0下载:
  2. 详细说明:Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:629410
    • 提供者:chenim
  1. program

    0下载:
  2. 本人实现的TRP 在linux下实现基本的服务器端程序和客户端程序,初学者非常适用。-I realized TRP in the linux achieve a basic server-side program and client program is ideal for beginners.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1508
    • 提供者:wang hongbin
  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. socket

    0下载:
  2. 分别编一个客机程序和服务器程序,首先建立客户程序与服务器之间正确的socket连结,然后利用send和recv函数,客户程序将一个较长的文本文件(如几k字节)中的数据发送给服务器。要求服务器全部正确地接收到所有的数据(一个也不能少),并将其存入一个文件。-An aircraft program were compiled and the server program, first established between the client and the server socket conne
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. ftp服务器程序,主要功能有上传,下载,断点续传,可以统计每ip的最大连接数,客户端的最大连接数-ftp server program, the main function upload, download, HTTP, you can count every ip in the maximum number of connections, the maximum number of connections the client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1089321
    • 提供者:伍超
  1. linux_lab_01.tar

    0下载:
  2. linux下的简单的服务器和客户端程序,没有使用线程和进程技术,很简单的服务器程序,初学,莫笑-Under the simple linux server and client programs, not using threads and processes technology, a very simple server program, beginner, Mock
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1312
    • 提供者:luming
  1. ftpC

    0下载:
  2. ftp客户端服务器程序,在linux上实现的-ftp client and server program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:7121
    • 提供者:王盈盈
  1. C-Files

    1下载:
  2. 一个基于Linux系统的网络通信程序。共分两部分:服务器程序和客户端程序。扶持多客户之间聊天,服务器与客户端聊天等。-A Linux-based system of network communication program. Divided into two parts: server and client programs. Support multiple customers to chat, chat server and client.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-11-09
    • 文件大小:3154
    • 提供者:luke
  1. FTP_socket

    0下载:
  2. 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:765659
    • 提供者:gyh
  1. Testserver_Linux

    0下载:
  2. linux 下服务器多线程程序。同时实现与多个客户端程序通信-Write multi-threading server application with linux. The same time to achieve multi-client communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:3239
    • 提供者:yang_yinxia
  1. server_c_Linux

    0下载:
  2. linux 下服务器多线程程序。同时实现与多个客户端程序通信-Write multi-threading server application with linux. The same time to achieve multi-client communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:3152
    • 提供者:yang_yinxia
  1. UDP.tar

    0下载:
  2. 在Linux下用C语言编写的UDP套接口程序,在Linux下打开两个终端,一个终端运行服务器端程序,一个终端运行客户端程序,在执行客户端后面加上 localhost 8888就可用进行网络通信了。-Under Linux using C language UDP socket program in Linux, open two terminals, a terminal server to run the program, run a terminal client program, foll
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:4930
    • 提供者:梁小涵
  1. Simple-multi-threaded-server-client-

    0下载:
  2. 简易的多线程服务器客户机程序,可用于linux系统编程的教学用。一般为实验课程的例子。-Simple multi-threaded server client program can be used for teaching programming linux system. Examples of general courses for the experiment.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1273
    • 提供者:CTY
« 12 3 4 »
搜珍网 www.dssz.com