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

搜索资源列表

  1. IOCP

    1下载:
  2. 完成端口是最高效的windows处理方式,这个是完成端口的通讯控件for delphi,可能不是很完善,可以参考-Complete port of the windows is the most efficient way to handle this is to complete the port of communication control for delphi, may not be perfect, can refer to
  3. 所属分类:Delphi控件源码

    • 发布日期:2014-02-19
    • 文件大小:63766
    • 提供者:linqi
  1. c8051f120-control-IO-port

    0下载:
  2. c8051f120控制IO端口 可以看看,比89C52多了端口初始化-c8051f120 control IO ports can see, more than 89C52 port initialization
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:1487
    • 提供者:
  1. IOcmplt

    0下载:
  2. 使用IO完成端口异步通讯的VC源代码- Uses IO to complete the port asynchronous communication the VC source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-30
    • 文件大小:39017
    • 提供者:胡骞
  1. IOCPDemo

    0下载:
  2. 一个完整的VC++ IO完成端口的服务器端程序源代码-A complete VC++ IO completion port server-side source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2641824
    • 提供者:刘畅
  1. DirectPortIO

    0下载:
  2. windows 2000/xp/2003 下读写IO端口的驱动代码,经本人测试,完全通过。-windows 2000/xp/2003 read and write IO Port.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-24
    • 文件大小:158835
    • 提供者:netangels
  1. IO

    0下载:
  2. SPCE061A单片机上的IO端口配置源程序,以及各个端口的使用案例。-the driver source of the IO port of the SPCE061A
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4816
    • 提供者:张海斌
  1. IO-editor

    0下载:
  2. 在DOS下进行IO端口查看的小软件,可以方便得查看各IO口的值-IO in the DOS port under the view of the small software, can easily get to view the mouth of the value of the IO
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:15536
    • 提供者:李德明
  1. winio

    0下载:
  2. 可用于实现键盘记录。端口操作不需要编写驱动,在Win95/98下直接可以使用汇编的In/Out指令。VC中也提供了_inp/_outp这样的函数(QA001059 outportb、inportb对应的函数)。不过在NT下,不能使用In/Out指令,参考QA001296 如何在WindowsNT/2000下用VB6写硬件IO控制。 如果使用硬件中断就必须编写驱动,标准的办法是采用微软的DDK。Win98和WinNT 4.0/5.0的DDK可以从http://www.microsoft.c
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:203000
    • 提供者:
  1. MSP430-IO

    1下载:
  2. MSP430-IO端口使用的详细介绍,对初学者很使用-MSP430-IO ports using a detailed descr iption of the beginner is the use of
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-09-30
    • 文件大小:5329
    • 提供者:peyoba
  1. MFC_IOCP_TEST

    0下载:
  2. 一个很好的完成端口的例子,结合了MFC。适合很多人学习难掌握的IOCP-A good example of the completion of the port, combined with the MFC. Suitable for many people to study hard to master the IOCP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:181922
    • 提供者:banjaming0
  1. DSP281xexamples

    0下载:
  2. TI DSP 281x系列例程,包含如何使用定时器,AD转换器,事件管理器,SCI,SPI,IO端口等等。-TI DSP 281x series of routines, including how to use the timer, AD converter, Event Manager, SCI, SPI, IO ports and so on.
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:76887
    • 提供者:lizheran
  1. io

    0下载:
  2. io 组件,用vhdl实现io端口的控制,包括输入输出,握手信号,-io port VHDL code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:743
    • 提供者:henin
  1. game_frame

    0下载:
  2. 网络版游戏框架:1.服务器端,网络IO模型使用完成端口,具体实现是使用自行封装的CIOCP类,此类对完成端口的线程和对各种网络事件的处理进行了封装。封包的封装使用CPacket对封包进行打包和解包。2.客户端,使用异步选择事件模型,Socket使用自己封装的CMySocket进行方便的异步绑定。-Online Game Framework: 1. Server-side, the network model for the use of IO completion ports, concrete
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:6552331
    • 提供者:zixue
  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. IO

    0下载:
  2. 嵌入式s3c2410的IO端口实验的源程序及其ADS工程文件-Embedded s3c2410 the IO port experiments and ADS project file source code
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:158127
    • 提供者:lee
  1. IO

    0下载:
  2. 开发系统为C51RFPS,基于cc1110无线收发模块的基础应用程序-IO端口。-C51RFPS system,cc1110 basic application,IO.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:8255
    • 提供者:ws
  1. IO-PORT

    0下载:
  2. 本文档介绍了io端口和io内存的概念和区别,对于在linux下进行软件开发具有一定的参考价值-This document describes the memory and io io port the concept and the difference, for software development under linux has some reference value
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:6301
    • 提供者:杨小强
  1. io-multiplexing

    0下载:
  2. UNIX系统编程中的高级编程。实现IO端口复用。文件名称为io-multiplexing。-Advanced Programming in the UNIX system programming. IO ports complex. The file name for the io-multiplexing.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:14404
    • 提供者:辛玉军
  1. IO-port-output

    0下载:
  2. 利用C51单片机进行的IO端口输出实验。-IO port output
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-10
    • 文件大小:7148
    • 提供者:潘骚天
  1. IO-PORT

    0下载:
  2. 本文档介绍了io端口和io内存的概念和区别,对于在linux下进行软件开发具有一定的参考价值-This document describes the memory and io io port the concept and the difference, for software development under linux has some reference value
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:6425
    • 提供者:安捷伦
« 1 23 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com