CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - io

搜索资源列表

  1. IOCPDemo

    0下载:
  2. 一个可供参考的网络IO完成端口通信例子,可供初学者借鉴-This is an networking I\O complete port demo for reference
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:124840
    • 提供者:ccj
  1. overlappedSoketIOModel

    0下载:
  2. 使用回调函数封装的完成例程的重叠socketIO模型.效率还可以.只不过还未对沾包做处理.-use callback function to wrap socket IO model.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-22
    • 文件大小:11822
    • 提供者:asdffd
  1. IOCP

    0下载:
  2. 传说中的io完成端口,具有性能高的特点,是windows中性能最好的网络通信模型,这个是iocp的类-Legend of the io completion ports with high performance characteristics of the windows in the best performance of the network communication model, this is iocp class. . . . . . . . . . . . . . . . .
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:159707
    • 提供者:陈皓
  1. IOCompletionport

    0下载:
  2. 使用IO完成端口编写的通信程序,包括客户端和服务端,使用Visual Studio2005开发。-Using the IO completion port communications prepared by the procedures, including client and server, using Visual Studio2005 development.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:150303
    • 提供者:青青
  1. A_simple_IO_completion_Server_demo

    0下载:
  2. 包含IO完成端口的讲解文档和源码实现,其实现对IO完成端口进行了封装,可直接拿来用。作为测试,还做了客户端。-This article presents a class which can be used in both the client and server code. The class uses IOCP (Input Output Completion Ports) and asynchronous (non-blocking) function calls
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:23101
    • 提供者:WangLi
  1. IOServer

    0下载:
  2. 一个很好的基于组态的IO服务,组态界面程序可以从这个服务中申请数据更新-a good example for IO service of configuration
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:374848
    • 提供者:wangyan
  1. TCPServer

    0下载:
  2. java网络编程 等待客户端的连接请求,等待时程序阻塞接收单个字符接收整行数据-import java.io.BufferedReader import java.io.InputStream import java.io.InputStreamReader import java.io.OutputStream import java.net.ServerSocket import java.net.Socket
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-04
    • 文件大小:593
    • 提供者:javaboy
  1. at91sam7s64_Atmel_interrupt_20060825

    0下载:
  2. An AT91SAM7 Serial-IO/UART and interrupt example for the Atmel AT91SAM7S64 (should work with all AT91SAM after minimal changes) which demonstrates UART interfacing (serial I/O), interrupt/exception-handling and lots of gcc-specials.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:67167
    • 提供者:Dang Son
  1. SOCKEt_complete_io

    0下载:
  2. 采用完成端口模式,实现了win32下socket编程的服务器端和客户,-socket programming example using complete port
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:3282
    • 提供者:freebird5460
  1. netdkit-src-add_logger-1.0-new.tar

    0下载:
  2. 一个轻量级的网络IO开发库,是大名鼎鼎的ACE的简化,目前仅在Linux上运行-a light weight network develop library refers to ACE
  3. 所属分类:Linux Network

    • 发布日期:2017-04-09
    • 文件大小:1173858
    • 提供者:张涛
  1. libev-3.9.tar

    0下载:
  2. 一个高效的基于事件驱动循环的网络IO编程框架。该版本是目前最新的版本,在性能和健壮性已经超越libevent。-A full-featured and high-performance (see benchmark) event loop that is loosely modelled after libevent, but without its limitations and bugs. It is used, among others, in the GNU Virtual Privat
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:473062
    • 提供者:张涛
  1. IO

    0下载:
  2. SOME WINDOWS SOCKETS PROGRAMER
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:160350
    • 提供者:ZHOU
  1. IO

    0下载:
  2. SocketIO异步模型 的实例,对异步模型想深入了解的朋友可以下下来玩一玩-SocketIO example of asynchronous model, the asynchronous model to understanding friends can play the next down and play a
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:54553
    • 提供者:xcc
  1. IOCP_ExamSys

    0下载:
  2. 基于IOCP的C/S架构的考试系统,客户端实现全屏显示(屏蔽所有热键,任务栏,任务管理器等); -Based on IOCP' s C/S architecture test system, the client to achieve full-screen display (block all hotkeys, taskbar, task manager, etc.)
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:4298191
    • 提供者:王涛
  1. OverlappedIO

    0下载:
  2. 自定义实现IO重叠 时间通知类型 网络编程模型-Custom overlap to achieve IO
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:272759
    • 提供者:穆帅
  1. WSAEventSelect

    0下载:
  2. 异步IO 事件通知类型,等待EVENT句柄数组实现多等待,使用初学者-Asynchronous IO event notification type, wait EVENT handle an array of multi waiting to use for beginners
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:3535041
    • 提供者:穆帅
  1. Apache_Mina_Server_2[1].0

    0下载:
  2. Apache Mina Server 是一个网络通信应用框架,也就是说,它主要是对基于TCP/IP、UDP/IP 协议栈的通信框架(当然,也可以提供JAVA 对象的序列化服务、虚拟机管道通信服务等), Mina 可以帮助我们快速开发高性能、高扩展性的网络通信应用,Mina 提供了事件驱动、异 步(Mina 的异步IO 默认使用的是JAVA NIO 作为底层支持)操作的编程模型。-Apache Mina Server is a network communication applica
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:394636
    • 提供者:Joe
  1. IO_CompletionPort_study

    0下载:
  2. 一个学习IO完成端口的例子,主要是用完成端口来实现一个代理服务器,VC++ 6.0 平台-a study case of IO completion port , the completion port is mainly used to implement a proxy server, VC++ 6.0 Platform
  3. 所属分类:Proxy Server

    • 发布日期:2017-05-13
    • 文件大小:3153455
    • 提供者:wsf
  1. chatroom

    0下载:
  2. java聊天室相关文档,多线程,io,scoket,实现聊天-documentation java chat room, multi-threading, io, scoket, achieving chat
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-28
    • 文件大小:658242
    • 提供者:淋了
  1. WSAAsyncSelect_Test

    0下载:
  2. 里面存放了几个我写的小例子,关于WSAAsyncSelect的例子,这种IO模型使用很广泛-Inside the store a few small example I wrote about WSAAsyncSelect example of this very extensive use of IO models
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7407382
    • 提供者:小宋
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com