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

搜索资源列表

  1. multi_schedule

    0下载:
  2. 用C++实现的多机调度算法。问题描述:要求给出一种作业调度方案,使所给的n个作业在尽可能短的时间内由m台机器加工处理完成。约定,每个作业均可在任何一台机器上加工处理,但未完工前不允许中断处理。作业不能拆分成更小的子作业。-C++ achieve multi-machine scheduling algorithm used. Problem Descr iption: required to give a scheduling program, so as to the n operations
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:789
    • 提供者:威仔F
  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. 1234

    0下载:
  2. 带数码管显示的交通灯模拟控制系统设计.   硬件方面:8253产生1HZ的方波,脉冲到8259的IR1端,产生中断,调中断服务子程序。在加入紧急车道后,单脉冲()连到8259的IRO端,产生一个高级的中断请求信号。    软件方面:主程序先对各个硬件初始化,在开CPU中断,然后空操作,等待中断。执行低级中断(IR1)时,8255的PA口负责选数码管,PB口负责显示数字,用查表法可查到0~9的数码管编码。 采用循环扫描方法,人眼即可看到连续的二位数。当倒计时减到零时,对红绿灯取反。若手动上
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:5836
    • 提供者:宋威
  1. cmp

    0下载:
  2. c8051f040中比较器0调试程序,带中断处理和比较器状态crossbar输出源程序-C8051f040 comparator debug program, include interrupt process and comparator status. crossbar outputting the source program
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:1518
    • 提供者:nomicgr
  1. Interrupt_programming

    0下载:
  2. MC9SDG128B的中断编程方式,包括一个16位自由定时器溢出中断处理程序-Interrupt programming MC9SDG128B
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:5068
    • 提供者:esidenta
  1. intrrupt

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

    • 发布日期:2017-04-15
    • 文件大小:6508
    • 提供者:pperc
  1. os_2

    0下载:
  2. 段页式虚拟存储管理,为一个进程的内存申请(多少个段,每个段多大)分配内存,当一个进程(完成)结束时回收内存;对一个给定逻辑地址,判断其是否缺段、缺页,若不缺段、不缺页,则映射出其物理地址;若缺段则进行缺段中断处理,若缺页则进行缺页中断处理。-Section paged virtual memory management, a process memory application (how many segments, each much) to allocate memory, when a p
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3999
    • 提供者:孙晓卉
  1. key

    0下载:
  2. STM32F407 PD0连接到K3,PD1连接到K2,PD2连接到K1,PD0、PD1、PD2配置为线中断模式,当K3、K2、K1按下时,进入线中断处理函数,LED状态取反。-STM32F407 PD0 connected to the K3, PD1 connected to K2, PD2 connected to the K1, PD0, PD1 and PD2 configured for line interrupt mode, when the K3, K2, K1 press e
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-12
    • 文件大小:916
    • 提供者:黄丽清
  1. STM32

    3下载:
  2. 基于STM32单片机将RS232串口采集的数据转换为CAN总线数据输出,程序中以采集电罗经数据为例,包括了电罗经数据的过滤、串口中断处理、CAN中断处理等程序模块。-STM32 microcontroller based data acquisition converts RS232 serial CAN bus data output, a program to collect electronic compass data, for example, includes a filter gy
  3. 所属分类:SCM

    • 发布日期:2017-05-20
    • 文件大小:6120201
    • 提供者:李俊杰
  1. Interrupt

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

    • 发布日期:2017-05-07
    • 文件大小:1481966
    • 提供者:张天
  1. zzkz2000

    0下载:
  2. 基于128A屏幕的程序,芯片是C8051F060,包括外部中断处理,编码器的读取-128A based on the program screen, chip C8051F060, including external interrupt processing, reads the encoder
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:362454
    • 提供者:阿飞
  1. interrupt

    0下载:
  2. 在atlys型号开发板上开发中断处理程序,用microblaze做处理器,两个GPIO作为外设,一个GPIO连接按键作为中断源,另外一个GPIO连接led外设,熟悉中断的处理流程。-Model development board developed in atlys interrupt handler do with microblaze processor, two GPIO as a peripheral, a GPIO connection button as an interrupt s
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-09
    • 文件大小:15778799
    • 提供者:wang
  1. drv_uart

    0下载:
  2. LPC17xx系列比较全的串口驱动程序,包括接收发送,中断处理-LPC17xx series compare all serial drivers, including transmission and reception interrupt processing
  3. 所属分类:Com Port

    • 发布日期:2017-04-14
    • 文件大小:3716
    • 提供者:hg
  1. lab3

    0下载:
  2. MIT有关JOS的实验3, 深入理解并实现操作系统中断处理的原理。-MIT experiments related JOS 3, in-depth understanding and realization of the principle operating system interrupt handling.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-02
    • 文件大小:644007
    • 提供者:
  1. inter

    0下载:
  2. vxworks下PCI中断处理程序,该代码已经在6.8环境下调试通过-Under the environment of VxWorks PCI interrupt handling procedures
  3. 所属分类:VxWorks

    • 发布日期:2017-04-11
    • 文件大小:766
    • 提供者:vivi
  1. yuanlitu

    0下载:
  2. 1、用单次脉冲申请中断,在中断处理程序中使P1.0的输出状态发生反转,并通过发光二极管观察P1.0的电平。 2、通过本实验加深对8051单片机中断系统的理解,学习外部中断的基本使用方法及相关编程。 -1 and disrupted by single pulse application in interrupt handlers make P1.0 output state reversals, and by observation of light emitting diode P1.
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:118613
    • 提供者:潘敏
  1. P1out

    0下载:
  2. 1、用单次脉冲申请中断,在中断处理程序中使P1.0的输出状态发生反转,并通过发光二极管观察P1.0的电平。 2、通过本实验加深对8051单片机中断系统的理解,学习外部中断的基本使用方法及相关编程。-1 and disrupted by single pulse application in interrupt handlers make P1.0 output state reversals, and by observation of light emitting diode P1.0
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:15282
    • 提供者:潘敏
  1. TIMx

    0下载:
  2. STM32定时器程序源码,TIM3定时器,中断处理程序。-stm32 timx
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-16
    • 文件大小:4038308
    • 提供者:聂庆春
  1. STM32_Wiegand_TestOK

    3下载:
  2. 基于stm32的韦根通信协议,使用io中断处理,可以切换韦根26和韦根32收发,经过测试比较稳定-Stm32 Wiegand based communication protocol that uses io interrupt handling, you can switch Wiegand Wiegand 26 and 32 receive, tested relatively stable
  3. 所属分类:SCM

    • 发布日期:2017-05-13
    • 文件大小:3453900
    • 提供者:zhujiajie
  1. linghaozhongduan

    0下载:
  2. 编写0号中断处理程序,使得在除法溢出发生时,在屏幕中间显示字符串“divide error!”,然后返回DOS。-Write 0 interrupt handler, so that when the division overflow occurs in the middle of the screen displays the string divide error! , And then return to DOS.
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:39921
    • 提供者:江岸
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 40 »
搜珍网 www.dssz.com