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

搜索资源列表

  1. linux-socket

    0下载:
  2. linux下网络编程,客户端和服务器端通信程序-Network programming, client and server communications procedures
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2015
    • 提供者:邱天
  1. socket

    0下载:
  2. Linux下的网络通信程序,请把SERVER跟CLIENT分别放在不同的两台机上运行测试.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4084
    • 提供者:Feng
  1. AES+socket

    1下载:
  2. AES加密算法对socket通信过程进行加密传输,包括字符,数字,汉字等,包含完整client端和server端源码。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1305071
    • 提供者:yanghu
  1. socket

    1下载:
  2. client.c server.c talker.c listener.c 已经编译通过的完整打包文件,在linux环境下测试通过
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:50700
    • 提供者:weijingkai
  1. TCP_socket

    0下载:
  2. Linux C Socket Client.c Server.c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1649
    • 提供者:hye
  1. linux_multiple_thread.tar

    0下载:
  2. linux 多线程多进程 非常好的例子 linux socket server/client -linux multipe thread good example linux socket server/client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:675840
    • 提供者:陈明
  1. socket

    0下载:
  2. linux下面实现的socket网络编程。可以实现多客户端联机server的功能。-linux following the realization of the socket network programming. Can be achieved online multi-client server functionality.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:14740
    • 提供者:孙帮山
  1. socket

    0下载:
  2. client.c -- a stream socket client demo server.c -- a stream socket server dem-client.c- a stream socket client demo server.c- a stream socket server dem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:50503
    • 提供者:nameblue
  1. socketprogram

    0下载:
  2. client server socket programs to learn socket programming on linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4037
    • 提供者:sdfsdf
  1. socket

    0下载:
  2. linux 下的server/client socket 程式 -linux under the server/client socket program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2015
    • 提供者:王大元
  1. Socket

    1下载:
  2. 网络通信编程,socket编程,socket客户端程序,可运行。代码简单完整,注释清晰,linux下编译通过,可运行。适合socket编程入门参考。 与服务端配合使用-Network communication programming, socket programming, socket client program, you can run. Code is simple and complete, clear notes, linux compiled by, you can run.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:4025
    • 提供者:章红军
  1. SOCKET-Linux-chat

    0下载:
  2. 本程序在ubuntu下用C语言实现,采用server/client模式,服务端通过功效内存存储聊天记录,发给每个客服端-Under this program in ubuntu with the C language, using server/client model, the effectiveness of memory storage server through the chat, each customer-side distributed
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:144245
    • 提供者:
  1. socket

    0下载:
  2. linux下的socket编程,有服务器端和客户端-socket programming under linux, there are server and client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:10629
    • 提供者:nemo
  1. tcpip1

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

    • 发布日期:2017-04-05
    • 文件大小:2632
    • 提供者:安宇
  1. linux-socket-2

    0下载:
  2. linux下的SOCKET编程,客户端与服务器端都有-SOCKET programming under linux, client and server have
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:4023
    • 提供者:satan
  1. socket

    0下载:
  2. DHCP server client/server socket creation for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1610
    • 提供者:saigonghin
  1. Socket-web

    0下载:
  2. 基于Cortex-A8,编写Socket服务器,实现客户端与服务端数据交互功能。-Based on the Cortex-A8, write Socket server, to achieve the client and server data exchange capabilities.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:8274
    • 提供者:江飞雪
  1. Socket

    0下载:
  2. 简单的嵌入式socket实现,包括服务器端与客户端两部分,适合初学者(Simple embedded socket implementation, including server-side and client two parts, suitable for beginners)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:2048
    • 提供者:從呲镆簬
  1. tcpSocket

    0下载:
  2. 实现基于EPOLL的tcp服务端、客户端的封装。(EPOLL based implementation of TCP server, client package)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-21
    • 文件大小:4096
    • 提供者:SGDFS
  1. socket

    0下载:
  2. 实现简单的socket请求,在客户端和服务器端实现通信(achieve socket requirements between client and server.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:观水观澜
« 12 3 4 5 »
搜珍网 www.dssz.com