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

搜索资源列表

  1. myftp

    0下载:
  2. 本系统主要实现一个文件传输功能,即通过TCP或UDP协议,建立局域网内的客户端与服务器端的数据通信,实现从客户端到服务器端的上传和从服务器端到客户端的下载,以及通过命令对服务器端进行文件的各种操作。该系统主要难点在于客户端命令的拆分以及对多用户的请求处理。应熟悉TCP和UDP协议,及网络模型的实际应用。应熟练掌握Linux下的C语言编程,以及通过管道实现进程间的通信。进程/线程对资源的访问方法,文件的读写及内存映射等操作。-linux c++ ftp
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:518300
    • 提供者:kevin
  1. client.tar

    0下载:
  2. linux下基于Qt的UDP和TCP发送文本消息的实现,用户可以选择UDP模式或TCP模式。这是客户端程序。实现了自动滚屏、快捷键设置、正常显示中文汉字的良好功能。-under linux based on Qt' s UDP and TCP send text message, the user can select the UDP mode or TCP mode. This is the client program. Automatic scrolling, keyboard sh
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:19473
    • 提供者:
  1. udp_chat

    0下载:
  2. linux网络编程UDP server和chat的基本实现-linux network programming UDP server and chat to the basic realization of
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:16969
    • 提供者:颜建文
  1. tcpudp

    0下载:
  2. linux写的TCP编程和UDP编程,包含协议的编写。-TCP of programming and UDP programming linux writing, writing containing the agreement.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-23
    • 文件大小:4350
    • 提供者:xiaoxie
  1. s_udp_client

    0下载:
  2. Socket编程,基于UDP Linux的网络编程,实现了简单的客户端与服务端的通信- Socket Programming
  3. 所属分类:Linux Network

    • 发布日期:2017-11-28
    • 文件大小:832
    • 提供者:张三
  1. cli

    0下载:
  2. 能实现双方互相通信,在linux环境下。基于udp进行的通信-To achieve the two sides to communicate with each other, in the linux environment. Based on udp communication
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:1186
    • 提供者:yang
  1. ezsvr

    0下载:
  2. linux环境下的ACE框架的网络服务器,能用UDP、TCP进行通信。采用适配器模式。-the ACE framework network server linux environment
  3. 所属分类:Linux Network

    • 发布日期:2017-11-24
    • 文件大小:6036191
    • 提供者:周维生
  1. chatroom

    0下载:
  2. 基于linux QT3的UDP网络通讯程序,可以直接在linux上编译并运行,也能够交叉编译后,在ARM2440上运行。-Of linux QT3 the UDP-based network communication program on linux compile and run, but also be able to cross-compiled to run on the ARM2440.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:273566
    • 提供者:jiangwei
  1. udp_communication

    0下载:
  2. Linux下的UDP局域网通信例程,包括客户端和服务器两个程序的源代码-the UDP LAN communication routines of Linux, including client and server two program source code
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-14
    • 文件大小:1453
    • 提供者:yuhaijiao
  1. LAN-share-file-software

    0下载:
  2. 本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。 主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:12991
    • 提供者:lewin
  1. src

    0下载:
  2. 这是linux下的聊天程序,用UDP方式进行连接。包括客户端和服务端。支持一对一、一对多。-This is a chat program using UDP connection under linux. Including the client and the server. Support one-to-one, one-to-many.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:13090
    • 提供者:lzc
  1. test-app

    0下载:
  2. 自制的linux下对一些外设接口的产测软件,在显示上使用Android界面,利用socket中的UDP来实现进程间通信。-Homemade linux some production measured peripheral interface software used on the display Android interface, a UDP socket to achieve inter-process communication.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-22
    • 文件大小:542667
    • 提供者:fan
  1. test.c

    0下载:
  2. 构造一个DNS报文,查了好些资料,好象许多朋友对UDP报文的校验和老是出问题,自己试了一些例子代码,也有问题。所以花了一些时间,做了一个成功的例子,在Linux下GCC通过并验证成功-Construct a DNS packet, to check better information, and if many friends UDP packet checksum always problems, his trial some example code, there are problems.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:1637
    • 提供者:zhangming
  1. chat_vs_udp

    0下载:
  2. linux下用udp写的一个在线聊天室,实现功能有上线、下线提醒-Linux :use udp write an online chat room, realize function is uplines, downlines remind
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:8925
    • 提供者:然然
  1. jperf-2.0.0

    0下载:
  2. Iperf 是一个网络性能测试工具。Iperf可以测试最大TCP和UDP带宽性能。Iperf具有多种参数和UDP特性,可以根据需要调整。Iperf可以报告带宽,延迟抖动和数据包丢失。 iperf 分为两种版本,unix/linux版和windows版,unix/linux版更新比较快,版本最新。windows版更新慢。windows版的iperf叫jperf,或者xjperf。jperf是在iperf基础上开发了更好的UI和新的功能。-Iperf is a network performa
  3. 所属分类:Linux Network

    • 发布日期:2017-10-30
    • 文件大小:2826708
    • 提供者:姚成富
  1. UDP_echo_Linux

    0下载:
  2. Linux下实现UDP自动聊天程序,源程序包括客户端和服务器端,保证能够正确运行,用gcc编译一下即可-Under Linux automatically UDP chat program, including client and server-side source code, to run correctly, what can be compiled with gcc
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:1683
    • 提供者:pasta
  1. Embedded-_tcp_ip

    0下载:
  2. 实现嵌入式IP协议栈,实现ARP协议。 实现IP协议。 实现ICMP协议(在此层完成ping功能)。 实现TCP协议。 实现UDP协议。 实现socket通信(与linux socket 接口一致)。 实现DHCP协议-Embedded IP protocol stack, ARP protocol. IP protocol. Control Message Protocol (ICMP) (completed a ping function in this layer)
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-22
    • 文件大小:519109
    • 提供者:zyl
  1. udp_client

    0下载:
  2. 一个网络编程的udp客户端列子 可以进行linux环境下网络编程的-A network programming the udp client Liezi carried out linux network programming environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-08
    • 文件大小:802
    • 提供者:蒋西
  1. linuxnetworkprogram

    0下载:
  2. linux网络编程tcp,udp,server源代码,学习的好东西,注意是2.6的内核-linux network programming tcp, udp, server source code, a good thing to learn, pay attention to the 2.6 kernel
  3. 所属分类:Linux Network

    • 发布日期:2017-11-28
    • 文件大小:7921
    • 提供者:
  1. server

    0下载:
  2. linux下socket接口的udp协议的ftp程序服务器端-the under linux the udp socket interface agreement ftp server-side
  3. 所属分类:Linux Network

    • 发布日期:2017-11-16
    • 文件大小:3409
    • 提供者:何振岩
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 26 »
搜珍网 www.dssz.com