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

搜索资源列表

  1. r00t-tcp-chat-examples.tar

    0下载:
  2. 使用select实现的UNIX/Linux环境下的TCP聊天程序,可以使用Makefile编译。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:15763
    • 提供者:root
  1. tcp异步选择 通信

    0下载:
  2. 采用select的tcp异步通信示例代码
  3. 所属分类:源码下载

    • 发布日期:2011-06-08
    • 文件大小:29397
    • 提供者:being83@qq.com
  1. TCP_UDP-Socket

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

    • 发布日期:2017-05-13
    • 文件大小:3214830
    • 提供者: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
    • 文件大小:3498757
    • 提供者:憔悴
  1. TCP-Select

    0下载:
  2. VC开发环境利用select 模型开发服务器-VC model development environment, development server using select
  3. 所属分类:Communication

    • 发布日期:2017-03-25
    • 文件大小:158533
    • 提供者:zhaozhpo
  1. winpcapneting

    1下载:
  2. 本人课程实验做的一个基于winpcap的网络嗅探器,附源程序,用c开发,在vc++6.0下编译通过。它可以列出监视主机的所有的网卡,选择一个网卡进行监听,捕获并显示流经网卡的数据包,并做相应的分析和统计,还可以设置捕获过滤规则,就某种协议(ip、 tcp、 udp 等)进行重点分析。 -I do a course experiments based on the WinPcap network sniffer, with source code, using c development,
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-06-29
    • 文件大小:97312
    • 提供者:郭为
  1. NetExp3

    0下载:
  2. VC实现的多协议多服务服务器程序,select+TCP+UDP-VC realize multi-service multi-protocol server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:10153
    • 提供者:1bin
  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
    • 文件大小:14445
    • 提供者:刘文战
  1. tcp_echo_select

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

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

    0下载:
  2. 封装的select模式的底层网络通信库,非常好用,消息基于回调模型,实现了服务端客户端都可使用的网络部分,还有定时器功能,压缩,加解密-Package select models underlying network communication library, very easy to use, information-based callback model, the client realized the server can use the network, and there are
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:571969
    • 提供者:lizy
  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
    • 文件大小:1375111
    • 提供者:张来
  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
    • 文件大小:571349
    • 提供者:yzh
  1. tcpsokcet

    0下载:
  2. 基于select IO模型的tcp通讯类,按定长截取数据包。可用于数据量较大的socket通讯处理。-Tcp select IO model based communications, intercepted by fixed-length packets. Large amount of data can be used to handle socket communication.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:1494
    • 提供者:moguojun
  1. tcp-nio-

    0下载:
  2. tcp nio 服务端、客户端例子--参考《分布式Java应用:基础与实践》 参考《分布式java应用》tcp nio 服务端、客户端例子, 在基础主要做了以下调整: 1. 信息长度由定长(ByteBuffer长度)修正为可变长(即不再收长度限制) 2. 特殊错误处理:read Exception,opposite close Exception,select timeout Exception(网络超时)。 read Exception 与 opposite close Exc
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:6840
    • 提供者:陈云凤
  1. select

    0下载:
  2. 使用select的异步TCP回传服务器-failed to translate
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-20
    • 文件大小:1186
    • 提供者:zcezce
  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
    • 文件大小:2256
    • 提供者:德良
  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
    • 文件大小:1141
    • 提供者:晓帆
  1. tcp-select

    0下载:
  2. TCP并发服务器,使用IO多路复用来实现,对初学者学习有很大作用-TCP concurrent server, using IO multiplexing to achieve, there is a significant role for beginners to learn
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:11020
    • 提供者:常秀清
  1. tcp

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

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

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

    • 发布日期:2017-04-14
    • 文件大小:3838
    • 提供者:zwj
« 12 3 4 »
搜珍网 www.dssz.com