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

搜索资源列表

  1. page-management

    0下载:
  2. 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断-Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorithm processing a page fault.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2531
    • 提供者:duane
  1. ffff11122.rar

    0下载:
  2. 模拟页式虚拟存储管理中硬件的地址转换和缺页中断,采用先进先出处理缺页中断,mock-page virtual memory management hardware address translation and missing pages interruption, using FIFO interrupt handling missing pages
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:958
    • 提供者:邢飞
  1. Kernel

    0下载:
  2. kernel里面的中断代码分析 Index : 1.1 涉及到的代码简单分析 1.2 中断处理函数是如何被called ?(转载的,参考,了解流程即可,具体代码不必深究) 1.3 s3c2410 里面的中断控制器的细节分析,以及general的中断原理 1.4 外部中断控制器的分析(与GPIO有关) -inside the kernel code analysis interrupted Index: 1.1 involves a simple analysi
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:578362
    • 提供者:zyp
  1. armok0168807

    0下载:
  2. CH372 是一个USB 总线的通用设备接口芯片,是CH371的升级产品,是CH375芯片的功能简化版。在本地端,CH372 具有8 位数据总线和读、写、片选控制线以及中断输出,可以方便地挂接到单片机/DSP/MCU/MPU等控制器的系统总线上;在计算机系统中,CH372 的配套软件提供了简洁易用的操作接口,与本地端的单片机通讯就如同读写文件。   CH372 内置了USB 通讯中的底层协议,具有省事的内置固件模式和灵活的外置固件模式。在内置固件模式下,CH372自动处理默认端点0 的所有事
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:280055
    • 提供者:段伟
  1. c_dpjcx

    0下载:
  2. 定时中断处理函数,键盘扫描函数,数码管显示函数-Timer interrupt handler, keyboard scan function, LED display function
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3901
    • 提供者:lzm
  1. intrrupt

    0下载:
  2. 一个外部中断的列子,描述了利用单片机指令,进行多IO口操作的中断处理。-An external interrupt Liezi, describes the use of microcomputer instruction, multi-IO port interrupt handling operations.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6423
    • 提供者:王明
  1. EXP7

    0下载:
  2. 1、带倒计时的交通灯控制:将L7、L6、L5作为南北路口的交通灯与PC7、PC6、PC5相连;L2、L1、L0作为东西路口的交通灯与PC2、PC1、PC0相连(方式0)。PA口的PA0~PA6作为输出口(方式0输出)连接7段数码管的段码,PC3、PC4连接数码管的S0,S1来选择显示的位。利用8253产生1秒的中断信号,在中断处理程序中用程序处理10秒延迟和2次黄灯闪烁的问题。 编程使六个灯按交通灯变化规律燃灭,同时数码管显示倒计时的值(10~0,4~0)。 2、带违章拍照功能的交通灯控
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:2065
    • 提供者:天才
  1. FCFSandRR

    0下载:
  2. 时间片轮转调度,具体做法是调度程序每次把 CPU 分配给就绪队列首进程使用一个时间片。当这个时间片结束时,就强迫一个进程让出处理器,让它排列到就绪队列的尾部,等候下一轮调度。实现这种调度要使用一个间隔时钟。当一个进程开始运行时,就将时间片的值置入间隔时钟内,当发生间隔时钟中断时,就表明该进程连续运行的时间已超过一个规定的时间片。此时,中断处理程序就通知处理器调度进行处理器的切换工作。-The round-robin scheduling, specific practices scheduler
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:356229
    • 提供者:kong
  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. 中断法键盘扫描c程序

    0下载:
  2. 中断法键盘扫描C程序,通过中断的方法查询哪个按键按下,并做出对应的处理(Interrupt method, keyboard scanning, C program)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:5120
    • 提供者:西游记
  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
« 12 »
搜珍网 www.dssz.com