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

搜索资源列表

  1. asdf_socketftp

    0下载:
  2. linux环境下面ftp客户端和服务器端。使用套接字完成ftp的上传和下载文件。-linux environment for the following ftp client and server. Completion of the use of socket ftp upload and download files.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1287
    • 提供者:郭伟
  1. udp

    0下载:
  2. 这是一个基于linux套接字编程,实现客户和服务器之间的通信-This is a linux-based socket programming, client and server communication between
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:33675
    • 提供者:zuodaohui
  1. tcp.tar

    0下载:
  2. linux下的socket编程(服务端、客户端)-socket programming under linux (server, client)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:11576
    • 提供者:xiaojin
  1. DayTimeServerClient

    0下载:
  2. This an example of socket programming in which client will send a message to server and server will respond with time-This is an example of socket programming in which client will send a message to server and server will respond with time
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1470
    • 提供者:anilmlvtec
  1. EchoServerClient

    0下载:
  2. This an example of echo server and client in socket programming in c.-This is an example of echo server and client in socket programming in c.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1346
    • 提供者:anilmlvtec
  1. ServerClient

    0下载:
  2. An example of socket programming with simple server client application.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1395
    • 提供者:anilmlvtec
  1. UrgentServerClient

    0下载:
  2. This an example of socket programming in which client will send data with a priority and server will respond the client according to their priority.-This is an example of socket programming in which client will send data with a priority and server wi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1095
    • 提供者:anilmlvtec
  1. UDPcommunication

    0下载:
  2. 综合考虑到数据信息量,以及数据传输可靠性,采用在应用层封装可靠性的自定义协议,底层使用适合大数据量传输UDP协议,实现通讯传输效率和可靠性的平衡。实现上使用socket编程,协议设计上采用对数据报文的分帧,传输控制(报文的顺序等),校验,数据的转义,以及服务器/客户端的通讯握手来实现,在协议设计中充分考虑到继承性和扩展性.-Considering the amount of information to the data, and data transmission reliability, w
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:51832
    • 提供者:suihansong
  1. QQlinux

    0下载:
  2. linux下简单QQ程序,用socket通信实现,通过建立两个线程实现数据的发送与接收,包括服务端和客户端程序-QQ linux in the simple procedure, using socket communication to achieve, through the creation of two threads to send and receive data, including server and client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1272
    • 提供者:张文惠
  1. linuxtcp

    0下载:
  2. 在linux下实现简单的tcp通信,利用套接字实现的,分为客户端和服务器。-Be achieved in a simple linux tcp communication, the use of the socket implementation, divided into client and server.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2861
    • 提供者:郑海燕
  1. tcpip1

    0下载:
  2. 基于C的linux下的socket编程,实现客户端和服务器端的通信,运行环境redhat-linux c language socket server client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2632
    • 提供者:安宇
  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. TCP-Encryption-and-decryption

    0下载:
  2. “中兴捧月”活动中“密码传情”写了几种加密算法与解密算法,并通过socket客户端与服务器通信。实现信息的加密传输-vc socket network communication environment, and provides several encryption and decryption algorithms, the contents will be sent encrypted. Provide client and server side, the two communicate
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-28
    • 文件大小:11353436
    • 提供者:stuy_1001191
  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. marcelog-Ding-1.6.1

    0下载:
  2. marcelog Ding是一个PHP框架,实现了依赖注入、AOP面向方面编程、轻量级、简单和快速的MVC模式,syslog、TCP客户端和服务器端非阻塞的套接字、定时器、自定义错误、信号以及异常处理、PAGI 集成、PAMI集成等等,类似Java的Spring框架。 Ding Framewrok 1.6.1,它的释放移动信号定义容器的构造,以避免Web服务器模块的SAPI(pcntl根据Web服务器的模块禁用)下运行时的有关未定义的常量的通知。-marcelog Ding is a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-25
    • 文件大小:456882
    • 提供者:robine
  1. six_to_one

    0下载:
  2. socket传输bmp,6个client端传输到1个server-socket bmp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:446437
    • 提供者:何书文
  1. TESED

    0下载:
  2. 使用socket套接字编程,支持自动重连机制,服务器vc++源代码,实现接受客户机传来消息,并实现相应客户机消息自动关机,-Use the socket socket programming, support automatic shutdown automatic reconnection mechanism server vc++ source code, accept client news came and corresponding client,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:4658515
    • 提供者:周同庆
  1. ClientServer

    0下载:
  2. BCB下Socket控件使用示例,包括客户端发送和服务端监听功能-The BCB under the Socket control uses the example sent by the client and server monitoring function
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-03
    • 文件大小:2002530
    • 提供者:陈小波
  1. BCBTCPClientServerDEMO

    0下载:
  2. BCB下使用Socket控件示例,包括服务端监听功能和客户端连接功能。-The BCB next use the Socket control sample, including the server monitoring function and client connectivity.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-28
    • 文件大小:2002944
    • 提供者:陈小波
  1. FileTranServer

    0下载:
  2. Delphi源代码实例实现Socket远端文件传输实例,程序分为客户端和服务端,两者都需要运行才能实现点对点的文件传输功能,任一方都可终止传送和接收文件,类似QQ的在线文件传输功能,基本的模块,可再此基础上不断完善和提高。-Delphi source code examples Socket remote file transfer instance, the program is divided into client and server, both need to run in order
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-08
    • 文件大小:9492
    • 提供者:李德林
« 1 2 3 45 »
搜珍网 www.dssz.com