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

搜索资源列表

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

    0下载:
  2. 用于Linux下socket编程,可实现了udp客户端和服务端,tcp客户端和服务端-For Linux, socket programming, enabling the client and server udp, tcp client and server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:19760
    • 提供者:李三
  1. os

    0下载:
  2. 网络通信过程中,服务器必然提供监听socket响应客户端连接请求,也必然提供连接socket与客户端进行交互。一台主机上有不止一个的socket服务器,如ftp、telnet服务器等,他们初始都处于监听状态,等待连接请求的到来。linux中为了管理这两类socket提供了两个哈希链表:tcp_listening_hash和tcp_ehash,下面主要分析下监听哈希表,顺带说下连接hash表。 -Network communication process, provide listen
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3800
    • 提供者:liujunwei
  1. os111

    0下载:
  2. 网络通信过程中,服务器必然提供监听socket响应客户端连接请求,也必然提供连接socket与客户端进行交互。一台主机上有不止一个的socket服务器,如ftp、telnet服务器等,他们初始都处于监听状态,等待连接请求的到来。linux中为了管理这两类socket提供了两个哈希链表:tcp_listening_hash和tcp_ehash,下面主要分析下监听哈希表,顺带说下连接hash表。 -Network communication process, provide listen
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3803
    • 提供者:liujunwei
  1. LinuxC

    0下载:
  2. Linux下的socket通信程序,分客户端和服务端-Socket communication program under Linux, the client and server sub-
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:15034
    • 提供者:whitedream
  1. Thread_Socket_Tcpip

    0下载:
  2. 多线程实现TCP/IP的Socket通信,包括Server端和Client端,在linux下开发运行成功。-Multi-threaded implementation of TCP/IP Socket communication, including the Server side and Client-side, running under linux development success.
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-03
    • 文件大小:1437
    • 提供者:wang
  1. linux_socket

    0下载:
  2. linux下实现socket通信,在服务器和客户端可以实现相互发送消息。-Linux Socket server client
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:20794
    • 提供者:zhao
  1. ftp

    0下载:
  2. 通过学习linux下Socket编程,根据ftp协议,可以编写一个小型的ftp服务器和客户端,实现用户登录对文件的上传和下载的功能。-Learning under linux Socket programming, according to the ftp protocol, you can write a small ftp server and client, the user is logged on the file upload and download function.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:11981
    • 提供者:浅醉
  1. file.tar

    0下载:
  2. socket通讯小程序 客服端与服务器端的通讯程序 文件传输 基于linux -Service client and server-side communication process file transfer socket communication program based on linux
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:2125
    • 提供者:zzshibi
  1. test8

    0下载:
  2. 嵌入式linux系统的socket通信程序,包括服务器端和客户端程序.详细说明请参考:http://blog.sina.com.cn/s/blog_4ad7c25401019qqb.html-Socket communication program for embedded Linux systems, including server and client program. Details, refer to: http://blog.sina.com.cn/s/blog_4ad7c25401
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:36735
    • 提供者:mfcai
  1. linux_socket

    0下载:
  2. 封装了一套linux,windows通用的socket库,这里是linux 版的server和client-Encapsulates a set of linux, windows universal socket library, here is the linux version of the server and the client
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:3756
    • 提供者:bai
  1. iqtest

    0下载:
  2. 智力问答题,采用socket通信,实现对客户端的回答进行判断对错。主函数是server.C和client.C 。client本机IP自己设定。-A iq test 。 linux TCP socket
  3. 所属分类:Linux Network

    • 发布日期:2017-12-04
    • 文件大小:16542
    • 提供者:MENGYANG
  1. socket_server

    0下载:
  2. 经典的 Linux server/client socket 程序-Linux socket_server
  3. 所属分类:Linux Network

    • 发布日期:2017-11-30
    • 文件大小:2892
    • 提供者:fengxiaolei
  1. daima

    0下载:
  2. 基于linux socket编程,实现几块ARM开发板之间语音通信,传输语音,代码含服务器一起客户端代码-Linux socket-based programming, voice communication, the transmission of voice, code between a few ARM development board containing the server along with the client code
  3. 所属分类:Linux Network

    • 发布日期:2017-11-30
    • 文件大小:141937
    • 提供者:陈木
  1. AC1.tar

    0下载:
  2. linux下C语言实现TCP/socket编程的客户端源码,建立两个线程,分别进行发送数据和接收服务器命令。-A TCP/Soket client program with C language on the linux.It build two thread,one can send data and the other can recieve the command from the server.
  3. 所属分类:Linux Network

    • 发布日期:2017-12-01
    • 文件大小:99395
    • 提供者:liuming
  1. Chatting_Room

    0下载:
  2. linux下实现的网络聊天室软件,采用c/s架构,包括客户端和服务端。主要采用socket、thread编程、以及进程间通信等实现了用户间私聊、群聊、查看在线用户的功能,服务端管理员有踢人、禁言、解禁的特殊权限。并附有软件使用帮助文档。-Internet chat room software under linux using c/s architecture, including the client and the server. Main socket, thread programmin
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:150285
    • 提供者:纪昌利
  1. Sockets

    0下载:
  2. linux socket套接字 网络编程 实现客户端与服务器端的通信的代码-linux socket socket network programming code of the client and server-side communication
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:96240
    • 提供者:yan
  1. network_first

    0下载:
  2. linux下的网络编程例程,对socket套接字的使用有着很好的帮助与理解,内附有服务器和客户端程序,希望对大家有所帮助-good help and understanding linux network programming routines, the use of socket socket, enclosing a server and client program, we want to help
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:17930
    • 提供者:于慧斌
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com