CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - Linux client

搜索资源列表

  1. sproxy

    0下载:
  2. TCP proxy 首先声明,这段源代码不是我编写的,让我们感谢这位名叫Carl Harris的大虾,是他编写了这段代码并将其散播到网上供大家学习讨论。这段代码虽然只是描述了最简单的proxy操作,但它的确是经典,它不仅清晰地描述了客户机/服务器系统的概念,而且几乎包括了Linux网络编程的方方面面,非常适合Linux网络编程的初学者学习。-TCP proxy statement, this source code is not my preparation, let us thank Carl
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:2043
    • 提供者:bob
  1. 流量控制

    1下载:
  2. 这是本人跟通寝室同学做的毕业设计课题,该课题主要任务是在分析Linux内核的基础上,熟悉和掌握Linux流量控制的机理。并进一步实现可针对IP地址进行流量控制的应用软件。该软件采用C/S结构。客户端负责用户管理,流量控制策略管理和人机交互部分。服务器端负责带宽分配,流量控制的具体实现。在课题的具体分工上,本子课题负责客户端的实现。-this is my bedroom with Qualcomm graduate students to do design issues, the main to
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:361054
    • 提供者:王作
  1. client_server

    0下载:
  2. Linux 环境下用QT编写的客户端与服务器端通过TCP/IP网络连接通信的简单示例.-Linux server/client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:3473
    • 提供者:taomic
  1. chat

    0下载:
  2. linux下的一个聊天程序 ,代码完整, 调试通过。 既可以做服务器, 也可以做客户端。 程序代码才采用多种异步通讯模式。希望对初学习LINUX和TCP/CP的人有帮助。 -one chat room project under linux platform . complete project with no any bug. u can treat it as a server , and u can treat as a client as well. serval
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:13953
    • 提供者:吕 广林
  1. ratetest

    0下载:
  2. 支持客户端和服务器间的tcp连接,并可以测试速率. 支持windows和linux平台.-Client and server to support the inter-tcp connection, and speed test. Support windows and linux platform.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-28
    • 文件大小:48136
    • 提供者:lzjie
  1. udptalk

    0下载:
  2. 实现linux下UDP客户端的代码,与服务器建立起连接-Under the UDP to achieve linux client code
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:940
    • 提供者:刘伟
  1. client.c

    0下载:
  2. simple udp client program under linux
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:1079
    • 提供者:spider
  1. linux_file_transfer

    0下载:
  2. Linux中利用socket透過server,兩個client端傳送與接收檔案,可在code中設定ip/port,為linux入門者參考code,有使用thread,故編譯時要加一條-lpthread-Socket through the use of Linux in the server, two client-side to send and receive files, can be set in the code in the ip/port, for the entry-linux
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:5020
    • 提供者:kusogray
  1. tcpudpsocket.tar

    0下载:
  2. 用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehens
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:13214
    • 提供者:马逸
  1. v3.linux

    0下载:
  2. 用TCP_IP进行网际互连 第3卷 客户机-服务器编程和应用(第2版)-With TCP_IP to Internet interconnection, Volume 3, client- server programming and applications (2nd Edition)
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-28
    • 文件大小:10645235
    • 提供者:光军
  1. TCPsever

    0下载:
  2. TCP服务器端的代码,后面还有客户端的代码-TCP server-side code, client code and there are
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:268320
    • 提供者:梁伟
  1. UDP-TCP

    0下载:
  2. 在linux环境下实现简单的TCP/UDP服务器和客户端之间的通讯;-In the linux environment to achieve a simple TCP/UDP server and client communications
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:2239
    • 提供者:yukangzhou
  1. TCPIP

    0下载:
  2. Linux下TCP/IP的Server、Client C源码。 包括Makefile文件。-Linux, TCP/IP, Server, Client C source code. Including the Makefile.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:3254
    • 提供者:jiangshifeng
  1. UDP_C

    0下载:
  2. 一个linux UDP网络通讯的例子源代码(server、client方式)-A linux UDP network communications example source code (server, client mode)
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:10093
    • 提供者:litian
  1. client

    0下载:
  2. Socket programming in linux. Client.c describe how to client connect to server by TCP/IP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:1579
    • 提供者:Mr. Lam
  1. server

    0下载:
  2. Socket programming in linux. server.c describe how to server listen to client by TCP/IP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:1658
    • 提供者:Mr. Lam
  1. client

    0下载:
  2. 在linux环境下使用c语言编写的聊天室客户端程序,使用了tcp协议,线程-Chat room client programs, c language used in the linux environment using the tcp protocol, a thread
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:666
    • 提供者:王磊
  1. threaduri-model

    0下载:
  2. a TCP socket in linux client server communication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-12-05
    • 文件大小:5503
    • 提供者:adelina
  1. TCP协议客户端服务器间视频传输c源码

    0下载:
  2. 此程序可实现windows客户端与client服务器端的文件传输。(This program can achieve Windows client and client server-side file transfer.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:xihananhai
  1. linux_chat

    0下载:
  2. linux聊天工具,基于TCP协议,使用c语言编写,Ubuntu16.04下测试通过。(Linux chat server&client,based on TCP.)
  3. 所属分类:TCP/IP协议栈

« 12 »
搜珍网 www.dssz.com