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

搜索资源列表

  1. OICQ

    0下载:
  2. 实现上位机和下位机之间的通讯,使用TCP协议(Realize the communication between the upper machine and the lower machine)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-23
    • 文件大小:25600
    • 提供者:rokyo
  1. serial_web

    0下载:
  2. 实现串口与TCP相互转换,服务器端与客户端(Implement the serial port and TCP to convert each other)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-28
    • 文件大小:8192
    • 提供者:LIUAB
  1. Linux基础命令

    0下载:
  2. 本文将讲述网络相关命令,作者假定读者具备TCP/IP协议栈的基础知识。对于相关命令及其输出只介绍它的基本的使用方法和大概的描述,具体协议将不作详细解释。 如今网络无疑是很重要的,linux系统中提供了丰富的网络测试与管理命令。我们来一起看看它们。(This article will tell about network-related commands, and the author assumes that the reader has the basics of TCP\/IP proto
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-01
    • 文件大小:747520
    • 提供者:abc132123
  1. iperf.tar

    0下载:
  2. iperf 用于测试tcp/udp吞吐率(iperf is used to test tcp / udp throughput)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-03
    • 文件大小:306176
    • 提供者:dajiadoudong
  1. evpp-master

    0下载:
  2. evpp是一个基于libevent开发的现代化C++11高性能网络服务器,自带TCP/UDP/HTTP等协议的异步非阻塞式的服务器和客户端库。(Evpp is a modern C++11 high performance network server based on libevent. It has asynchronous and non blocking server and client library with TCP/UDP/HTTP protocol.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-05
    • 文件大小:944128
    • 提供者:执笔相思
  1. main

    0下载:
  2. 数据在串口和tcp服务器或者tcp客户端之间转发 数据在tcp服务器或者tcp客户端 和 tcp客户端之间转发(Data is forwarded between the serial port and the TCP server or the TCP client Data is forwarded between the TCP server or the TCP client and the TCP client)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-06
    • 文件大小:8192
    • 提供者:恒冬
  1. framewmdk-assume-meta_programming

    0下载:
  2. EASYARM2200的TCP IP协议栈在UC OS下的完整移植程序,不多说了,需要的下载!()
  3. 所属分类:Linux/Unix编程

  1. 多线压力测试工具

    1下载:
  2. 用于多线程测试,支持最大100万个连接,已经测试OK(For multithreaded testing, the maximum 1 million connections are supported, and OK has been tested)
  3. 所属分类:Linux/Unix编程

  1. 简单TCP套接

    0下载:
  2. linux系统下简单的soket套接,实现客户端与服务单的简单信息传输(Simple soket socket under Linux system,Simple information transmission of client and service list)
  3. 所属分类:Linux/Unix编程

  1. detrrmine

    0下载:
  2. Modbus TCP服务器,很好的调试Modbus TCP客户端的工具()
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-19
    • 文件大小:551936
    • 提供者:NSCZ%2525217327
  1. 新建文本文档 (2)

    0下载:
  2. TCP协议,用C语言实现的同步聊天程序,注释写的比较详细,个人觉得对字符串处理比较充分,能够正常编译运行,拿出来和大家分享一下!(Online chat program)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:纸戈
  1. linux大作业代码

    0下载:
  2. 系统采用客户端和服务器端开发模式。在客户端,设计两个进程P1和P2同时读取网卡上的数据,P1读取数据后,负责将TCP报文中的头部数据写入到Packet文件中,P2读取数据后,负责将UDP报文的头部同样写入到Packet文件中。(The system uses the client and server-side development mode. On the client side, we design two processes, P1 and P2, and read the data o
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-20
    • 文件大小:5120
    • 提供者:纯甄
  1. QT_TCP

    0下载:
  2. 基于linux的网络通信编程,c/s方式,服务器与客户端能同时收发消息(Network communication programming based on Linux)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-20
    • 文件大小:909312
    • 提供者:zhou1996
  1. 7148101

    0下载:
  2. 周立功的EASYARM2200上的TCP IP协议栈的移植,程序完整,我测试过可以在DOS下面进行测试,并可对板上的SERV()
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-21
    • 文件大小:23552
    • 提供者:specoalikakions
  1. socket UDP

    0下载:
  2. TCP/IP协议叫做传输控制/网际协议,又叫做网络通信协议。实际上,它包括上百个功能的协议。 套接字(socket):在网络中用来描述计算机中不同程序与其他计算程序的通信方式。 套接字分为三类; 流式socket(SOCK_STREAM):提供可靠,面向连接的通信流;它使用TCP协议,从而保证了数据传输的正确性和顺序性。 数据报socket(SOCK_DGRAM):数据报套接字定义了一种无连接的服务,数据通过相互独立的报文进行传输,无序的,并且不保证可靠,无差错的。它使用的数据报协议是U
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:LoenWolf
  1. TCP_IP聊天项目

    0下载:
  2. 在linux的shell下用Soket编程实现聊天的功能,可以添加,删除好友,一个服务器,多个客户端(Under the shell of Linux, using the Soket programming to realize the chat function, can add, remove friends, a server, multiple clients.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-23
    • 文件大小:123904
    • 提供者:是你凯哥哈
  1. sigma_tcp.tar

    0下载:
  2. ADAU (Analog devices) sigma tcp
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-18
    • 文件大小:4096
    • 提供者:agoni1000
  1. usflofg

    0下载:
  2. linetd是一个压缩TCP高级服务器,所有的设置值都受控于命令行,与tcp服务器或sinetd类似,()
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-03
    • 文件大小:9216
    • 提供者:paeednteon
  1. 64953684

    0下载:
  2. TCP IP Vol II Commer()
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-04
    • 文件大小:155648
    • 提供者:Elsrr
  1. qt聊天带文件传输

    2下载:
  2. 通过qt实现局域网内聊天并带有文件传输功能(QT realizes LAN chat and file transfer function.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-07-11
    • 文件大小:13312
    • 提供者:温度5360
« 1 2 ... 22 23 24 25 26 27»
搜珍网 www.dssz.com