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

搜索资源列表

  1. ImageServer

    0下载:
  2. Asynchronous IO under ISAPI is often viewed as something of a black art. But it s actually quite straight forward and it will yield the highest level of performance and scalability for your application.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:12.37kb
    • 提供者:李瑞
  1. IOComplete

    0下载:
  2. windows环境下用IO完成端口异步读取网络数据的一个示例工程,希望可以引导IO完成端口入门-windows environment using asynchronous IO completion port to read an example of a project network data, hoping to guide the IO completion port entry
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:30.16kb
    • 提供者:xingming
  1. mina-2.0.0-M5

    0下载:
  2. mina是以Java实现的一个开源的网络程序框架,提供了对网络程序需要的并发、异步IO、事件驱动的支持!这是最新的2.0M5版!-mina is the realization of an open source Java Network Framework, provides the network requires concurrent, asynchronous IO, event-driven support! This is the latest version 2.0M5!
  3. 所属分类:Java Develop

    • 发布日期:2017-06-03
    • 文件大小:14.87mb
    • 提供者:tangwei
  1. boot_ASIO

    0下载:
  2. ASIO是基本Boost开发的异步IO库,封装了Socket,简化基于socket程序的开发。是新一代的C++跨平台的工具-Boost the development of ASIO is the basic asynchronous IO library encapsulates Socket, socket-based program development simplified. Is a new generation of C++ cross-platform tools
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:26.31kb
    • 提供者:zhan
  1. IO

    0下载:
  2. 一个很好的I/O完成端口例子,I/O完成端口在建立伸缩性,异步I/O请求特别方便,本例子很适合网络编程的初学者.-A good I/O completion port example, I/O completion port in the establishment of scalability, asynchronous I/O request for the special convenience, the example of network programming is suitable
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:1.55mb
    • 提供者:duan
  1. AnsyncTest

    0下载:
  2. 分别实现了socket编程的五种异步模式,包括完成端口、重叠IO-Realized for five asynchronous socket programming model, including the completion of the port, overlapping IO
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:263.33kb
    • 提供者:jsl
  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
    • 文件大小:53.27kb
    • 提供者:xcc
  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
    • 文件大小:3.37mb
    • 提供者:穆帅
  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
    • 文件大小:385.39kb
    • 提供者:Joe
  1. aio

    0下载:
  2. Linux AIO (asynchronous IO) facility test.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1.2kb
    • 提供者:moriyoshi
  1. source

    0下载:
  2. 主要的目的是为了对j2se的复习,以及训练大家对于线程的感觉 但如果大家有一定j2se基础的话,可以略过本教学项目。 本项目存在一些局限: 1:这个项目是为了让大家练多线程而多线程,其实在服务器端有更合适的方式,如异步IO模型 2:本项目不太注重对于界面的打造,目前java在这个领域还不算太擅长 3:本项目比较多地运用了Exception的处理,如果观众在练习的过程中跟不上的话,请先看该版本的正确答案-The main purpose of the review
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:65.57kb
    • 提供者:
  1. COMOparator

    0下载:
  2. 串口操作模块,基于VS2008SP1 WIN32DLL写的,异步IO-OVERLAPPED!-Serial operation module, based on VS2008SP1 WIN32DLL write, asynchronous IO-OVERLAPPED!
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:22.7kb
    • 提供者:秋天
  1. RemoteDutyRecord

    0下载:
  2. 上个公司领导面试我时给我出的题:不允许使用数据库自带的远程连接功能,实现远程访问查询数据库。我为了达到演示目的专门使用了没有网络功能的access,因为数据库是一家公司的真实库所以我没上传只传了程序。此程序主要是通过异步IO来实现远程查询数据库的,主要是把sql发到server端拼接查库然后发回结果到客户端。百分百自己写的。-Leadership of the company interviewed me last time out of the question for me: not all
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3.76mb
    • 提供者:牧雪
  1. Mina_Study

    0下载:
  2. mina相关学习资料及代码,对异步开发IO有所帮助-mina-related learning information and code, the development of asynchronous IO help
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-16
    • 文件大小:279.01kb
    • 提供者:raoxunrong
  1. WebChat

    0下载:
  2. 这个项目是java-j2se中的一个实战项目,主要的目的是为了对j2se的学习和复习,以及训练对于线程的感觉。 本项目的局限:1.这个项目是为了让大家练多线程而多线程,其实在服务器端有更合适的方式,如异步IO模型 2:本项目不太注重对于界面的打造,目前java在这个领域还不算太擅。 建议大家在eclipse中直接将这些项目引入,请按以下步骤进行: 1:把这些项目文件copy到你得workspace下面 如:d:\JavaProject 2:在eclipse的packag
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:9.03kb
    • 提供者:TheOne
  1. SerialPort_NEW_API

    0下载:
  2. 串口异步IO 多线程通信,使用WIN32 API,基本实现成功-The serial asynchronous IO multithreading communication
  3. 所属分类:Communication

    • 发布日期:2017-11-24
    • 文件大小:5.01mb
    • 提供者:Edward
  1. source

    0下载:
  2. 简单的聊天程序,这个项目是为了让大家练多线程而多线程,其实在服务器端有更合适的方式,如异步IO模型-A simple chat program,This project is to let everyone practice multiple threads and multiple threads, actually has a more appropriate way in the server, such as asynchronous IO model
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:10.05kb
    • 提供者:垒子
  1. q3membuf

    0下载:
  2. This class implements an efficient buffering of data that is often used by asynchronous IO classes like QSocket, QHttp and QProcess for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1.63kb
    • 提供者:wourenfin
  1. WSAOverLapped

    0下载:
  2. 异步IO 网络模型 自己写的 希望能给需要的人一些帮助-Asynchronous IO network model to write their own hope to give those who need some help
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:47.69kb
    • 提供者:刘立军
  1. IO编程

    0下载:
  2. python实现io文件读写,异步读写,序列化和反序列化(Python implements IO file reading and writing, asynchronous reading and writing, serialization and anti serialization)
  3. 所属分类:其他

« 12 3 »
搜珍网 www.dssz.com