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

搜索资源列表

  1. 手机短消息服务的服务器和客户端.tar

    0下载:
  2. 手机短消息的服务器端和客户端的源代码 是应用于LINUX/UNIX开发环境的-phone short message server and client source code is used in Linux / UNIX development environment
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:93430
    • 提供者:李飞
  1. fuwuqiwenjianchuansong

    0下载:
  2. 老师编写的客户端服务器文件传送程序,在vmware redhat linux下测试能正常使用,相当经典
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3357
    • 提供者:andygo
  1. 实例101 Linux下编程实现服务器与客户端的连接

    0下载:
  2. Linux下编程实现服务器与客户端的连接-Programming Linux server and client connections
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2085
    • 提供者:于健英
  1. TimeClt

    1下载:
  2. 一个时间同步的代码(客户端),服务器端的我已经上传.-a time synchronization code (client), the server - I have uploaded.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:27416
    • 提供者:wuzf
  1. 网络客户端服务器实现

    0下载:
  2. 编写WEB客户端原型myWebBrowser和WEB服务器原型myWebServer及管理工具myManager,要求满足以下条件: 功能需求 1. myWebBrowser a) 利用HTTP的GET消息,能从任何WEB服务器中获取指定WEB页面; b) 获取WEB页面后,能将页面保存为本地文件index.html; c) 能显示index.html文件源码; d) 能调用Linux系统中的Web浏览器(如mozilla)正确显示index.html页面。 2. myWebSer
  3. 所属分类:Linux/Unix编程

    • 发布日期:2011-11-06
    • 文件大小:105268
    • 提供者:xiaogezi
  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. Delphi Tcp/IP 服务器客户端通信例子

    1下载:
  2. Delphi Tcp/IP 服务器客户端通信例子-Delphi Tcp/IP server examples of client communications
  3. 所属分类:系统编程

    • 发布日期:2016-01-26
    • 文件大小:311296
    • 提供者:
  1. IOCP.rar

    0下载:
  2. 源码使用了高级的完成端口(IOCP)技术,该技术可以有效地服务于多客户端。代码封装了IOCP并提供了一个简单的echo版本的可以传输文件的客户端/服务器程序,Source used to complete the advanced port [IOCP] technology, which can effectively serve many clients. IOCP code encapsulates and provides a simple version of the echo can
  3. 所属分类:Network Security

    • 发布日期:2017-03-26
    • 文件大小:149201
    • 提供者:mosquito
  1. rtsp_emu.tar

    0下载:
  2. 自己写的一个rtsp简易调试服务器,用于模拟rtsp信令给客户端,调试客户端处理流程,并发送1个udp数据用于客户端调试rtp处理流程。作者本人就是自己开发这套工具,来完成调试rtsp客户端(android手机上)。-Write a simple debug rtsp server rtsp for signaling to the client simulation, debugging client-side processing, and sends a udp client-side d
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:15598
    • 提供者:张伟
  1. qtserver

    1下载:
  2. qt实现的多线程服务器和客户端,可以用来学习QT下的socket网络编程-qt multithreaded implementation of server and client can be used to study QT network programming socket under
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-01-15
    • 文件大小:110821
    • 提供者:yangming
  1. pipe_client_server

    0下载:
  2. 客户端-服务器端通信 使用命名管道实现 数据共享-Client- server communication using named pipes to achieve data sharing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2844
    • 提供者:许静
  1. sntp

    0下载:
  2. 作为一个系统的时间同步内容,可以再客户端需要进行时间同步时向服务器请求,服务器对客户端的系统进行同步。-As a system time synchronization, it can be again the need for time synchronization client when a request to the server, the server on the client system for synchronization.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:7008
    • 提供者:男人奋斗
  1. ssl_test

    0下载:
  2. ssl_test使用openssl开发的ssl协议客户端服务器通信,在VS6.0下编译通过。-ssl_test use openssl s ssl agreement to develop client-server communications, in VS6.0 adopted under the compiler.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:1243525
    • 提供者:luxinspirit
  1. MyLinuxThread5-25[1].tar

    0下载:
  2. LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:10328
    • 提供者:wsd
  1. wlet

    0下载:
  2. linux 下 ftp 和 telnet 功能结合的一个服务器源码,可实现服务器端和客户端基本shell 命令,及上传下载文件功能,无需帐号认证 - 1 no count and no authentication , the shell running level result in who run the server in server side 2 basic ftp transferring functions as get files (g files ) and
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:8582
    • 提供者:虎成
  1. 6

    0下载:
  2. TCP回射服务器 服务端能够接受客户端发来的消息,回射显示-TCP back to shoot a server to accept client server sent a message to return to radio show
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1337
    • 提供者:lj
  1. ATMsystem

    0下载:
  2. 客户端: 登陆:任何拥有私人银行卡帐号和密码的人都能使用本系统登陆。 登陆权限:只有正确的帐号和密码才能登陆。 注册:符合身份证的公民都可以申请此银行的账号,且此账号没有被别人注册,且用户以前没有申请过此账号。 查询:已登陆本系统的操作人员有权查询本人帐户余额。 取款:已登陆本系统的操作人员可以提取本人帐户款项,所取款面值为100的倍数,最多是2000元。 存款:已登陆本系统操作人员可以把款项存入本人帐户,所存面值为100的倍数,最多是2000元。 转帐:已登陆本系统
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-25
    • 文件大小:9132346
    • 提供者:李沐剑
  1. FTP客户端

    0下载:
  2. FTP上传下载功能,主要功能是客户端的实现,根据本地地址,服务器地址传输文件(FTP upload and download function)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-25
    • 文件大小:6855680
    • 提供者:aomeishang
  1. NtpConn

    0下载:
  2. ntp协议及客户端开发,通过ntp服务器同步本地系统时间。(NTP protocol and client development, through the NTP server synchronization local system time.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:宋明璋
  1. 客户端服务器

    0下载:
  2. Linux环境下设计的客户端和服务器互交编程(Intercross programming of client and server designed in Linux environment)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:dfaw2
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com