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

搜索资源列表

  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. SV_linux

    0下载:
  2. Tcp client unix linux socket
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:473989
    • 提供者:vanductotbung
  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. socket_work

    0下载:
  2. linux环境下客户服务器通信,socket编程,服务器给客户机返回字符逆序输出功能。-linux environment, client-server communication, socket programming, the server to the client returns the character reverse output.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1783
    • 提供者:蓝天
  1. tcpip1

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

    • 发布日期:2017-04-06
    • 文件大小:2632
    • 提供者:安宇
  1. 780470147627-code-ch15

    0下载:
  2. c编写的linux下的socket通讯简单示例,服务端源码和客户端源码-c under linux written in a simple example of socket communication, client server source code and source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:4343
    • 提供者:ycc
  1. mysocket

    0下载:
  2. 通过TCP协议和socket套接字来实现客户端之间的通话-TCP socket through the socket to achieve the agreement and calls between the client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:15731
    • 提供者:方言
  1. socketTutorial

    0下载:
  2. Socket 指导手册,其中关于client-server部分的程序代码可直接在linux上编译运行。-Socket programming handbook, most source about clinet-server part can be run directly on linux machine.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:542275
    • 提供者:dake zhao
  1. bank3

    0下载:
  2. 本压缩文件是有关银行排队机的代码,有客户端、服务器。使用socket()进行编程。-This compressed file is about the bank Queue code, a client, server. Using the socket () for programming.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6694
    • 提供者:马彩红
  1. lab4

    0下载:
  2. The subject of this programming assignment is writing a simple client-server application that uses (network) sockets.-The subject of this programming assignment is writing a simple client-server application that uses (network) sockets. The client-s
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:5279
    • 提供者:ChuChu
  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. test

    0下载:
  2. socket下的网络间通信在远程客户端上的命令行开发下的应用。-socket communication network under the remote command line client application under development.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:528
    • 提供者:jusin
  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. Linux

    0下载:
  2. 本文介绍了在Linux环境下的socket编程常用函数用法及socket编程的一般规则和客户/服务器模型的编程应注意的事项和常遇问题的解决方法,并举了具体代 码实例。要理解本文所谈的技术问题需要读者具有一定C语言的编程经验和TCP/IP方面的基本知识。要实习本文的示例,需要Linux下的gcc编译平台支持-This article describes the Linux environment, the use of socket programming and socket programmi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:16825
    • 提供者:王平
  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 2 3 4 56 7 »
搜珍网 www.dssz.com