CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 中断处理

搜索资源列表

  1. hwintc.zip

    0下载:
  2. 一个处理实时时钟中断的VxD
  3. 所属分类:驱动编程

    • 发布日期:
    • 文件大小:5258
    • 提供者:
  1. hwintp.zip

    0下载:
  2. 一个使用VtoolsD类库处理硬件中断的VxD应用
  3. 所属分类:驱动编程

    • 发布日期:
    • 文件大小:8264
    • 提供者:
  1. vfintd.zip

    0下载:
  2. 一个能处理中断的vxd例子
  3. 所属分类:驱动编程

    • 发布日期:
    • 文件大小:16500
    • 提供者:
  1. 算式编译识别(语音版)(原创)

    0下载:
  2. 本程序结合识别技术.编译原理技术.智能发音 本品在识别基本字符基础上,可以识别算式,即给出你书写的算式是否正确,并计算出结果,由于硬件或操作系统的鼠标中断原因,记点不是很好,但我们通过补点基本上处理这个问题,由于字符数据库输入有限和鼠标作为书写工具,所以识别率不能达到100%,但只要你认真书写,慢慢规范书写基本上可达到100%,由于出于对程序的保护,所以不提供原代码,答辩时会透漏,并请您打开你的音响,会听到真人发声 -identification technology. Princip
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2236297
    • 提供者:周百
  1. w78e51bcn

    0下载:
  2. W78E51B 规格书 W78E51B 是宽频率范围、低功耗的8 位微控制器。它的指令集同标准8051 指令集完全兼容。W78E51B 包含4K 字节的Flash EPROM;128 字节的RAM;4 个8 位双向、可位寻址的I/O 口;一个附加的4 位 I/O 口P4;2 个16 位定时/计数器;一个硬件Watchdog 定时器及一个串行口。这些外围设备都由有7 个中断源和2 级中断能力的中断系统支持。为了方便用户进行编程和验证,W78E51B 内含的Flash EPROM
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:226723
    • 提供者:cth
  1. cz

    0下载:
  2. 操作系统的课程设计,分别是 题目一:模拟分页式存储管理中硬件的地址转换和产生缺页中断。 题目二:用先进先出(FIFO)页面调度算法处理缺页中断。 -operating system of curriculum design, is a topic : simulation tabbed storage management hardware address translation and have missing pages interruption. Topic 2 : FIFO
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:72266
    • 提供者:xb
  1. C51interrupt

    0下载:
  2. 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理-interrupt service procedures, just doing simple call can be completed serial input and output processing
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5595
    • 提供者:wj
  1. tcxmaster

    0下载:
  2. 所谓固件,就是存储在程序内存中的程序,用以完成驱动程序无法完成的USB 芯片及外围芯片的初始化及控制工作[23]。USB固件程序设计是USB接口部分的主要工作,它的主要目的是:当USB设备连接到主机上时,主机可以发现新设备,然后建立连接并完成数据传输任务,也就是能够让Windows正常检测和识别USB设备。因此在USB固件程序中,最重要的工作就是USB描述符的定义和USB传输中断的处理。-called firmware is stored in the memory of the procedu
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:2972
    • 提供者:ryan
  1. eint-key

    0下载:
  2. 基于s3c2440处理器的中断处理实例程序,详细注释,可用于很好地理解中断编写方法。按键作为中断控制led灯的亮灭。-The control of the led which used the interrupt of the key.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:159390
    • 提供者:laraine
  1. Timer3

    0下载:
  2. MSP430F169 的定时器3的使用程序,包括定时器初值设置和中断处理等内容-MSP430F169 timer 3 procedures, including the timer initialization and interrupt processing etc.
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:16825
    • 提供者:张磊
  1. interrupt

    0下载:
  2. 低功耗单片机msp430f169的外部中断处理程序的完整工程,相应外部的按键中断-The complete works of external low power MCU msp430f169 interrupt processing program, the corresponding external interrupt button
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:17169
    • 提供者:张磊
  1. interrupt

    0下载:
  2. 使用单片机的下降沿作为触发外部中断的条件,一旦发生下降沿即可进入中断,响应中断处理函数-The use of MCU external interrupt falling edge as a trigger condition, once the falling edge to interrupt, interrupt processing function
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:13446
    • 提供者:sunxin
  1. zhong-duan

    0下载:
  2. 中断处理,包括源程序及实验报告,可在linux系统实现-Interrupt handling in the linux system, including source code and experimental reports,
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:235324
    • 提供者:丛菲
  1. stm32Interrut

    0下载:
  2. 嵌套向量中断控制器(NVIC)和处理器核的接口紧密相连,可以实现低延迟的中断处理和有效处理地处理晚到的中断-The NVIC and the processor core interface are closely coupled, which enables low latency interrupt processing and efficient processing of late arriving interrupts.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:22871
    • 提供者:rig
  1. interrupt_c_cPP

    0下载:
  2. 这是一个带陷阱的中断处理键盘的例子,产生中断并输出到屏幕。-This is an example of the process with a trap keyboard interrupt, an interrupt is generated and output to the screen.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1537
    • 提供者:阿林
  1. Interrupt

    0下载:
  2. 初学STM32的福音来了,中断处理完整函数-how to use Interrupt
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1481966
    • 提供者:张天
  1. DMX接收驱动

    0下载:
  2. 基于PIC18的DMX接收驱动,这是一个接收中断处理程序,用于接收串口总线上发来的数据。该驱动还做了一个扩充,用于接收非标准DMX协议的数据。
  3. 所属分类:驱动编程

    • 发布日期:2017-04-26
    • 文件大小:497
    • 提供者:yxiany0223
  1. 476237

    0下载:
  2. 一个中断处理程序的源代码 嵌入式方面的有很大的实用价值,(An interrupt handler source code embedded has great practical value,)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:Wlrded
  1. 单片机实验报告3

    0下载:
  2. 1.学习8051内部计数器的使用和编程方法。 2.掌握定时中断处理程序的编程方法。(1. Learn the use and programming methods of 8051 internal counters. 2. Master the programming method of timing interrupt handler.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:11264
    • 提供者:Chaser丶
  1. 段页式

    1下载:
  2. 编写程序完成段页式虚拟存储管理存储分配、地址重定位和缺页中断处理。(The program completes the paragraph page type virtual storage management, storage allocation, address relocation and page fault handling.)
  3. 所属分类:其他

    • 发布日期:2020-06-30
    • 文件大小:246784
    • 提供者:乔Sir
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com