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

搜索资源列表

  1. linux下关于socket编程的C例子

    2下载:
  2. 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:557.92kb
    • 提供者:钟文德
  1. connector

    0下载:
  2. 用C实现的TCP/IP socket连接/读/写操作。采用了select方法来设置socket超时。此示例在Windows/unix系统下编译运行通过。-C realization of TCP / IP socket connections / read / write operation. Select the method used to set the socket overtime. This example in the Windows / Unix systems running
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2.75kb
    • 提供者:潘振瑶
  1. linux下关于socket C的编程源码

    1下载:
  2. linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-05-07
    • 文件大小:101.26kb
    • 提供者:superhn@163.com
  1. TCPTester-xjt

    0下载:
  2. socket各种TCP模型性能测试,包括select模型,阻塞同步TCP模型,客户端开启1000个线程开启1000个socket-socket test speed,including select,the client create 1000 sockets.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-06-14
    • 文件大小:20.37mb
    • 提供者:winpcap
  1. TCP_UDP-Socket

    1下载:
  2. TCP和UDP 传输源码,还有 select 模型-TCP_UDP Transfer Examples,and Select
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:3.07mb
    • 提供者:tony chen
  1. wince6.0TCPclient_TcpSever

    0下载:
  2. 实现在wince环境下创建TCP客户端和TCP服务器端程序的方法和步骤以及select I/O模型的应用。-Creating the environment to achieve wince TCP client and TCP server side methods and procedures, and select I/O Model.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-13
    • 文件大小:3.34mb
    • 提供者:憔悴
  1. linux_network

    0下载:
  2. 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-This is under linux on the C programming, which includes a socket several usage examples, udp, tcp, as well as the use of select.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-01
    • 文件大小:557.92kb
    • 提供者:赵炜
  1. socket

    0下载:
  2. socket编程,客户端和服务器端程序,TCP连接方式,服务器端用select机制实现的!-socket programming, client-side and server-side programs, TCP connection, server-side select the mechanism used to achieve!
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:14.11kb
    • 提供者:刘文战
  1. tcp_echo_select

    0下载:
  2. TCP echo select program for socket programming
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-25
    • 文件大小:40kb
    • 提供者:zuhal
  1. net

    0下载:
  2. 一个很好的关于网络技术与编程的PPT,是初学者很好的选择 1 简介 2 传输层 TCP 和UDP 3 套接口编程基础 4 基本TCP套接口编程 5 TCP 客户-服务器例子 6 I/O复用:select和poll函数-A good programming on network technology and PPT, are a good choice for beginners 1 Introduction 2 transport layer TCP and UDP 3
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-09-17
    • 文件大小:586kb
    • 提供者:lyy
  1. tcp

    0下载:
  2. 一个TCP,UDP套接字编程,还有select套接字编程一个简单的例子-A TCP, UDP socket programming, socket programming also select a simple example
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1.31mb
    • 提供者:张来
  1. linux-socket-c

    0下载:
  2. linux网络编程实例,讲解了一些udp tcp的socket编程,有select的例子-linux network programming examples to explain some of the udp tcp socket programming, there are select examples of
  3. 所属分类:Linux Network

    • 发布日期:2017-03-22
    • 文件大小:557.96kb
    • 提供者:yzh
  1. toUp

    0下载:
  2. 在lnux中TCP/IP通信的程序,使用socket、select实现异步操作,包括服务端和客户端.-In lnux TCP/IP communication procedures, using socket, select asynchronous operation, including server and client.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:502.57kb
    • 提供者:mawb
  1. linux-socket

    0下载:
  2. linux下简单的C/S模式的TCP编程,应用select()处理阻塞问题。 setsockopt()处理重启服务器出现“Address already in use”的情况。-the TCP programming under linux simple C/S mode, select () blocking problem. setsockopt () processing restart the server " Address already in use" .
  3. 所属分类:Linux Network

    • 发布日期:2017-11-19
    • 文件大小:3.06kb
    • 提供者:
  1. select-non-block

    0下载:
  2. 利用TCP/IP协议,使用socket编程模型和curses界面,实现基本聊天功能;分为服务器和客户端,服务器负责收发数据,以及对连接的客户端进行连接,客户端连接上服务器后就可以正常的通信。-Using TCP/IP protocol, the use of socket programming model and curses interface, to achieve the basic chat functions divided into server and client, serv
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2.2kb
    • 提供者:德良
  1. select

    0下载:
  2. liunx下sock套接字,使用TCP/IP协议,利用select实现多客户端并发服务机制-liunx next sock socket, using TCP/IP protocol, the use of select multi-client concurrent service mechanism
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1.11kb
    • 提供者:晓帆
  1. tcp

    0下载:
  2. TCP socket for server, select process mutil thread process and synchronization
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:120.27kb
    • 提供者:yanchao
  1. TCP-CPP

    0下载:
  2. TCP 回射服务器 客户端 代码 套接字编程 select-Retroreflective server TCP socket programming client code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3.75kb
    • 提供者:zwj
  1. socket-server-socket-serve

    0下载:
  2. 这是一个关于各种IO模型的socket server实现与测试。 这里采用多种模型实现了一个TCP ECHO服务器,将client发送的内容echo回去。 client每秒会发送一次请求,server保持并发连接并进行相应。 现已实现的模型: base: 最原始的echo服务器 thread: 多线程模型 select: select模型 poll: poll模型 epoll: epoll模型 参数 修改src/clients.sh 可以生成指定数量的client 修改
  3. 所属分类:网络编程

    • 发布日期:2017-12-21
    • 文件大小:11kb
    • 提供者:JIE2012
  1. linux_qq

    0下载:
  2. 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:41kb
    • 提供者:零下10度C
« 12 »
搜珍网 www.dssz.com