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

搜索资源列表

  1. TCP-server-client

    0下载:
  2. linux下基于TCP协议的通信程序,服务器发送和接收数据-communication program in C
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:4126
    • 提供者:kelland
  1. tcpclient

    0下载:
  2. linux下用c语言编写的TCP客户端服务源码-c under linux written with the TCP client service source ~ ~ ~ ~
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:921
    • 提供者:刘新
  1. linux-ftp

    0下载:
  2. 在linux环境下编写的简易的tcp客户端和服务器端程序_代码测试运行有效-Simple tcp client and server side program _ code written in linux environment test run
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:1154
    • 提供者:郭磊
  1. linux-tcp

    0下载:
  2. linux网络应用编程,涵盖两个程序代码,一个是服务器,一个是客户端-linux network application programming covers two program code, one server, one client
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:1874038
    • 提供者:海海
  1. VCPP6.0-Linux-TCP-chatroom

    0下载:
  2. tcp_server.c运行于linux,用于作服务器。客户端用VC++6.0开发,实现了网络聊天室和单对单聊天功能。-tcp_server.c run in linux, is used as a server. The client development VC++6.0 used Internet chat rooms and a single on-one chat function.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-12
    • 文件大小:3765403
    • 提供者:wenzi
  1. linux

    0下载:
  2. 在linux环境下编写的简易的tcp客户端和服务器端程序,代码测试运行有效-Simple TCP client and server-side programs written in linux environment, code test run
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-08
    • 文件大小:1249
    • 提供者:noth
  1. tcp

    0下载:
  2. tcp客户端服务器程序,直接可以在linux下以两个进程形式运行-tcp client server program, directly in the form of two processes under linux running
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:2399
    • 提供者:刘佳楠
  1. tcp

    0下载:
  2. Linux下tcp并发服务器的实现。服务器端监听是否有请求,并循环接受收到的请求,每收到一个请求,fork()一次,通过子进程来完成客户端的请求。-Under Linux tcp achieve concurrent server. Monitor whether the server requests and circulation accept requests received, each receives a request, fork () once, by a child proce
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:8361
    • 提供者:
  1. client

    0下载:
  2. linux下基于TCP的实现文件传输的客户端程序-Under Linux based on TCP client program implementation of file transfer
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1239
    • 提供者:米米
  1. tcp_test

    0下载:
  2. linux TCP客户端和服务器端集成程序, 编译方式 gcc -lrt -pthread -o xx -g tcp_test.c-linux TCP client and server side integration program, compiling way gcc-lrt-pthread-o xx-g tcp_test.c
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1314
    • 提供者:caozhejun
  1. tcp-client-server

    0下载:
  2. Linux下Qt的网络编程,QTcpserver的使用,客户端和服务器的建立及简单应用-Linux network programming under Qt, QTcpserver use, build client and server, and simple application
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:4751
    • 提供者:周一
  1. linux-file-transfer

    0下载:
  2. Linux下简单的文件传输,包含客户端和服务端,基于TCP/IP协议-Simple file transfer under Linux, including client and server-based TCP/IP protocol
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3518
    • 提供者:李康康
  1. Linux-TCP-Sample

    0下载:
  2. 这是自己编写的linux socket tcp 编程实例,包括Server与Client,仅供参考。-This is their preparation linux socket tcp programming examples, including Server and Client, for reference purposes only.
  3. 所属分类:Linux Network

    • 发布日期:2016-01-16
    • 文件大小:1024
    • 提供者:张华斌
  1. client

    0下载:
  2. 虚拟机客户端连接,使用socket套接字,实现客户端与服务器的连接-LINUX TCP
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:608
    • 提供者:晴天娃娃
  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. Server

    0下载:
  2. 使用libevevt 封装的 TCP服务器和客户端。(TCP server and client using libevevt encapsulation)
  3. 所属分类:网络

  1. linux进程之间的通讯综合实例

    0下载:
  2. A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:数据包
  1. 简单TCP套接

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

  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. TCP_Socket

    0下载:
  2. 完成了Linux下简单的TCP套接字编程,是一个完整的TCP客户端/服务器实例(The simple TCP socket programming under Linux is completed, which is a complete TCP client / server instance)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:18432
    • 提供者:amr1199
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com