搜索资源列表
page-management
- 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断-Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorithm processing a page fault.
ffff11122.rar
- 模拟页式虚拟存储管理中硬件的地址转换和缺页中断,采用先进先出处理缺页中断,mock-page virtual memory management hardware address translation and missing pages interruption, using FIFO interrupt handling missing pages
Kernel
- 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
armok0168807
- CH372 是一个USB 总线的通用设备接口芯片,是CH371的升级产品,是CH375芯片的功能简化版。在本地端,CH372 具有8 位数据总线和读、写、片选控制线以及中断输出,可以方便地挂接到单片机/DSP/MCU/MPU等控制器的系统总线上;在计算机系统中,CH372 的配套软件提供了简洁易用的操作接口,与本地端的单片机通讯就如同读写文件。 CH372 内置了USB 通讯中的底层协议,具有省事的内置固件模式和灵活的外置固件模式。在内置固件模式下,CH372自动处理默认端点0 的所有事
c_dpjcx
- 定时中断处理函数,键盘扫描函数,数码管显示函数-Timer interrupt handler, keyboard scan function, LED display function
intrrupt
- 一个外部中断的列子,描述了利用单片机指令,进行多IO口操作的中断处理。-An external interrupt Liezi, describes the use of microcomputer instruction, multi-IO port interrupt handling operations.
EXP7
- 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、带违章拍照功能的交通灯控
FCFSandRR
- 时间片轮转调度,具体做法是调度程序每次把 CPU 分配给就绪队列首进程使用一个时间片。当这个时间片结束时,就强迫一个进程让出处理器,让它排列到就绪队列的尾部,等候下一轮调度。实现这种调度要使用一个间隔时钟。当一个进程开始运行时,就将时间片的值置入间隔时钟内,当发生间隔时钟中断时,就表明该进程连续运行的时间已超过一个规定的时间片。此时,中断处理程序就通知处理器调度进行处理器的切换工作。-The round-robin scheduling, specific practices scheduler
eint-key
- 基于s3c2440处理器的中断处理实例程序,详细注释,可用于很好地理解中断编写方法。按键作为中断控制led灯的亮灭。-The control of the led which used the interrupt of the key.
Timer3
- MSP430F169 的定时器3的使用程序,包括定时器初值设置和中断处理等内容-MSP430F169 timer 3 procedures, including the timer initialization and interrupt processing etc.
interrupt
- 低功耗单片机msp430f169的外部中断处理程序的完整工程,相应外部的按键中断-The complete works of external low power MCU msp430f169 interrupt processing program, the corresponding external interrupt button
interrupt
- 使用单片机的下降沿作为触发外部中断的条件,一旦发生下降沿即可进入中断,响应中断处理函数-The use of MCU external interrupt falling edge as a trigger condition, once the falling edge to interrupt, interrupt processing function
zhong-duan
- 中断处理,包括源程序及实验报告,可在linux系统实现-Interrupt handling in the linux system, including source code and experimental reports,
stm32Interrut
- 嵌套向量中断控制器(NVIC)和处理器核的接口紧密相连,可以实现低延迟的中断处理和有效处理地处理晚到的中断-The NVIC and the processor core interface are closely coupled, which enables low latency interrupt processing and efficient processing of late arriving interrupts.
interrupt_c_cPP
- 这是一个带陷阱的中断处理键盘的例子,产生中断并输出到屏幕。-This is an example of the process with a trap keyboard interrupt, an interrupt is generated and output to the screen.
Interrupt
- 初学STM32的福音来了,中断处理完整函数-how to use Interrupt
中断法键盘扫描c程序
- 中断法键盘扫描C程序,通过中断的方法查询哪个按键按下,并做出对应的处理(Interrupt method, keyboard scanning, C program)
476237
- 一个中断处理程序的源代码 嵌入式方面的有很大的实用价值,(An interrupt handler source code embedded has great practical value,)
单片机实验报告3
- 1.学习8051内部计数器的使用和编程方法。 2.掌握定时中断处理程序的编程方法。(1. Learn the use and programming methods of 8051 internal counters. 2. Master the programming method of timing interrupt handler.)
段页式
- 编写程序完成段页式虚拟存储管理存储分配、地址重定位和缺页中断处理。(The program completes the paragraph page type virtual storage management, storage allocation, address relocation and page fault handling.)