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

搜索资源列表

  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
    • 文件大小:352.59kb
    • 提供者:王作
  1. SIP STACK LATEST VER

    0下载:
  2. 这是一个用C-C++实现的成熟的sip协议栈,目前正在稳定的使用,可同时运行于windows和linux平台,里面还有比较详细的帮助文档。-This is a C-C realization of the mature sip protocol stack and is currently stable use, can also run on Windows and Linux platforms, there is also a more detailed help files.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2013-07-09
    • 文件大小:415.71kb
    • 提供者:Ase
  1. PPP STACK

    1下载:
  2. 这是一个用C-C++实现的成熟的ppp服务器和协议栈,目前正在稳定的使用,可同时运行于windows和linux和solaris平台,里面还有比较详细的帮助文档。-This is a C-C realization of the mature ppp server and protocol stack and is currently stable use, can also run on windows and linux and solaris platform, there is also
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2013-07-09
    • 文件大小:762.16kb
    • 提供者:Ase
  1. connect+disconnect

    0下载:
  2. linux c 网络编程 实tcp的链接和断开 非常适合于初学者
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:14.13kb
    • 提供者:游铭
  1. TIME_WAIT

    0下载:
  2. linux c 网络编程 测试tcp连接的TIME_WAIT状态 非常适合于初学者
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:11.41kb
    • 提供者:游铭
  1. linux系统下用C程序实现Ping功能

    0下载:
  2. linux下用c实现的ping程序源码, 对于理解tcp/ip有很大帮助, 建议收藏, 取之于网,用之于网, 与你分享!-c ping procedures to achieve the source for understanding tcp / ip is very helpful, the proposed collection, taken from the network and use network, to share with you!
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:6.25kb
    • 提供者:朱冠胤
  1. 网络爬虫——linux C

    0下载:
  2. 实现自动逐层爬取网页
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2010-11-04
    • 文件大小:2.23kb
    • 提供者:wjq87@126.com
  1. client.c

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

    • 发布日期:2017-04-02
    • 文件大小:1.05kb
    • 提供者:spider
  1. tcs.c

    0下载:
  2. 实现UDP传输 for linux udp socket -for linux udp socket
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:873byte
    • 提供者:大彬
  1. uip-0.6

    0下载:
  2. TCP/IP协议栈源码,版本0.6 目录说明: apps/ - contains some sample applications cc65/ - uIP for the 6502 CPU uip/ - actual uIP TCP/IP and ARP code unix - uIP as a user space process under FreeBSD or Linux -uIP is freely TCP/IP source code in C format
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:68.58kb
    • 提供者:xuzhan
  1. DayTimeUDP

    0下载:
  2. linux下c语言实现的使用UDP协议的通信,适合初学者学习,可以使大家更好的理解UDP协议-linux c language use under the UDP communication protocol, suitable for beginners to learn, can make you a better understanding of UDP protocol
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:8.02kb
    • 提供者:YUANZX
  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
    • 文件大小:3.18kb
    • 提供者:jiangshifeng
  1. lcx.c

    0下载:
  2. lcx 跨平台,自用修改版本,在 win.linux,mac下编译通过,功能都可用-lcx cross-platform, a modified version for their own use, in win.linux, mac compiler, functions are available
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:3.75kb
    • 提供者:麻子
  1. ngrok-c-master

    0下载:
  2. ngrok c版本.目前在linux身上测试通过,不了解ngrok的请百度 ngrok -ngrok c version is currently tested in linux who do not understand, please Baidu ngrok ngrok
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1.69mb
    • 提供者:麻子
  1. tcp

    0下载:
  2. 基于linux c的socket编程,简单的客户端与服务器通信测试
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:2.04kb
    • 提供者:赵飞洋
  1. socketQQ_v2

    0下载:
  2. 基于linux c的socket编程,简单的客户端与服务器通信
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-05
    • 文件大小:9.55kb
    • 提供者:赵飞洋
  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
    • 文件大小:2kb
    • 提供者:xihananhai
  1. Linux下C语言Socket函数建立TCP连接

    0下载:
  2. LINUX下使用C语言基于SOCKET函数建立TCP连接(LINUX uses the C language to build TCP connections based on the SOCKET function)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-07
    • 文件大小:3kb
    • 提供者:乐哉山水
  1. tcp_socket.tar

    0下载:
  2. 基于Linux的tcp socket通信C语言代码,简单的收发处理(Linux based TCP socket communication C language code, simple transceiver)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-04-19
    • 文件大小:21kb
    • 提供者:rxp
  1. linux_chat

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

« 12 3 »
搜珍网 www.dssz.com