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

搜索资源列表

  1. aodv_neighbor

    0下载:
  2. 本文件是用户空间程序的入口,使用select函数和定时器机制监测接收控制消息的socket和与内核通信的socket,并触发相应的处理函数来保证协议的正常,有序的运转。-This document is a user-space entry procedures, use the select function and the timer mechanism for monitoring and receiving control messages to communicate with the
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:2007
    • 提供者:小小
  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
    • 文件大小:600064
    • 提供者:lyy
  1. 06

    0下载:
  2. 利用套接字的Select模型开发一个远程文件下载程序。很好很强大,很值得学习。-Select model development using the socket to a remote file download. Very very strong, very worthwhile.
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:39932
    • 提供者:zhangbo
  1. SelectSocket

    0下载:
  2. 套接字I/O模型中的select模型,欢迎大家和我讨论socket编程中的问题。 QQ:1499770571 E-mail:zeliangzhang@sina.com-Socket I/O model in select models, and I welcome discussion of socket programming problems. QQ: 1499770571 E-mail: zeliangzhang@sina.com
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:9995
    • 提供者:zhangzl
  1. server_client

    0下载:
  2. CS结构的socket编程,在远程端口实现shell命令,并返回执行结果.分别用select和多线程方式两种方式实现-CS structure of socket programming, the remote port to achieve shell command and return results of the implementation. Were used to select and multiple threads in two ways
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:5785
    • 提供者:jinx
  1. FTClean

    0下载:
  2. Connect OBD connector to car diagnostic socket. Then connect hardware interface to any free USB port of your PC or laptop. Start program VagTacho.exe. Select ECU from menu. If you don t know type of kombiinstrument, press Connect Any Tacho button
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-22
    • 文件大小:452958
    • 提供者:Dexy
  1. selectstock

    0下载:
  2. 本文对SELECT模型进行SOCKET通信编程,供大家参考-select socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:35747
    • 提供者:梁晓锋
  1. select_IO_model

    0下载:
  2. 自己写的关于socket通信IO模型,这里面选择的是select模型,很常用也很实用-Write your own socket communications on IO model, which select which model is selected, it is often very useful
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-28
    • 文件大小:10843909
    • 提供者:小宋
  1. c

    1下载:
  2. socket编程 实现服务器端和客户端的通行功能以及传输文件功能。!List显示当前在线的用户功能运用select函数实现了非阻塞的多线程通行功能-socket programming server-side and client access functionality and file transfer capabilities. ! List shows the current function of the use of online users select functions for
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:6498
    • 提供者:zhengyan
  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. QQ

    0下载:
  2. 在Linux下,实现客户端与服务聊天,采用select监听标准输入和socket-In Linux, chat clients and services to achieve
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:11292
    • 提供者:叶川
  1. SyncSocket

    1下载:
  2. windows系统下的一个基于WS2_32.lib的socket网络框架,与CAsyncSOcket类不一样的地方是它可以跨线程使用,采用select模型实现socket通讯,具有常见的事件方法,比如OnClose,OnAccept,OnReceive,OnSend等事件通知,还有常用的send等发送数据接口,简单易用。欢迎大家使用,也欢迎改进改软件框架。-1.base on S2_32.lib 2.select model 3.event model. 4.easy to use
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:4498
    • 提供者:fangta
  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. client

    0下载:
  2. 完整的工程,有断点..过程清晰。socket的封装类【超详细注释】,可以直接来用,讨论下优劣.. 这是客户端,我在VS2008编译过了.. -Based on select models) socket wrappers】 【super-detailed notes, can be used directly to discuss the pros and cons .. this is the next client, I have compiled a VS2008 ..
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3925271
    • 提供者:xuwei
  1. 06

    0下载:
  2. Windows socket网络编程 vc++实现select模式开发 内有客户端和服务器端的两个程序-Windows socket network programming vc++ realize select pattern development client and server in the two programs
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:50185
    • 提供者:luli
  1. src

    0下载:
  2. 代码写了unix socket编程的几种模式,包括迭代模式,epoll模式,select模式,多线程,多进程模式,是学习很好用的资料-The Unix socket programming code is written several models, including the iterative model, epoll mode, select mode, multithreading, process model, ,so it is the study nice material
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:12198
    • 提供者:焦梁
  1. test

    0下载:
  2. 基于socket套接字设计的对话框程序,可以选择服务器和客户端,服务器和客户端可以实现全双工通信-Based on socket socket design of the dialog box procedure, you can select the server and client, server and client can achieve full-duplex communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-02
    • 文件大小:15330304
    • 提供者:shuo men
  1. P2P-IM

    0下载:
  2. 设计一个p2p聊天软件,由多个聊天客户端和一个中心服务器组成。各个聊天客户端可以两两相互发送消息。目的在于设计GUI,多线程和套接字编程。各个客户端用IP地址和TCP/IP监听端口号进行标识。每个客户提供一个名字,方便其它客户端。 此设计由两部分组成。 部分一:p2p聊天中各个成员管理。每个成员称为一个peer,要有一个中心的服务处理peer的登记和对已经登记的peer进行更新。 步骤1:一个peer选择一个名字,通过登记界面进行登记。 步骤2:服务器拥有一个公有IP,在一
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:503271
    • 提供者:liu
  1. Multiplexing-server

    0下载:
  2. 掌握基于select的多路复用程序基本流程 掌握套接字队列的管理方法 掌握基本的套接字状态处理方法 -Based on the master select multiplexed program basic process Master socket queue management methods Have basic knowledge of the socket state processing method
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:36499
    • 提供者:梦竹
  1. Jam-with-the-jam

    0下载:
  2. 1、 体会非阻塞套接字的非阻塞效果; 2、 体会阻塞套接字对多路复用流程的影响; 3、 体会select中设置超时时间对系统性能的影响,(在selelct中设置超时时间实际上是进入一种既不是完全阻塞,又不是持续空转的“半阻塞”状态); 4、 掌握阻塞套接字和非阻塞套接字不同情况下的程序设计思想。 -1, and understand the obstruction of the socket of blocking effect 2, realize the jam soc
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:32191
    • 提供者:梦竹
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com