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

搜索资源列表

  1. key_rtc_clock

    0下载:
  2. 硬件环境:ARM9-mini2440开发板 软件环境:Keil-MDK软件和J-Link ARM V4.36g软件项目描述: 1、基于ARM9-mini2440 三星s3c2440控制,通过 LCD液晶显示时钟界面、图形文字等; 2、引用RTC实时时钟,MMU,按键外部中断,字符、图像经过取模软件取模和PS软件处理 3、实现的功能:可通过按键产生外部中断进行时间的同步可调。 -The hardware environment: ARM9-mini2440 develop
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:932374
    • 提供者:戴启盛
  1. yinyuebofang

    0下载:
  2. 定时器控制 定时播放优美音乐。包含定时器中断函数、音乐处理函数。-Timer control timing play beautiful music. Contains the timer interrupt function, music processing functions.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:10971
    • 提供者:ssx
  1. interrapt_driver

    0下载:
  2. 基于三星s3c2440芯片,在输入子系统的基础下以中断方式来处理中异常的按键驱动程序。-Based on samsung s3c2440 chip, with the foundation of the input sub-system in interrupt way to deal with the abnormal key drivers.
  3. 所属分类:Driver develop

    • 发布日期:2017-03-27
    • 文件大小:2209
    • 提供者:李飞
  1. 485Modlbus

    0下载:
  2. 标准的485Modbus通信的驱动程序,包括数据的接收发送,都在中断中处理-485Modbus standard communication driver, including the transmission and reception of data are processed in the interrupt
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:20009
    • 提供者:陈用强
  1. huibian

    0下载:
  2. BIOS和DOS中断调用应用程序设计:编写一个可以进行光标左右移动和插入字符的简单字处理程序-BIOS and DOS interrupt calls application design: the preparation of a cursor can move around and simple word processing program to insert the character
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1661
    • 提供者:陈二狗
  1. htirq

    0下载:
  2. 关于pci设备中断驱动程序编程文件,处理中断事件-pci irq
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1574
    • 提供者:徐昊
  1. FIFO

    0下载:
  2. 模拟请求页式存储管理中硬件的地址转换和缺页中断,并用先进先出调度算法(FIFO)处理缺页中断。-Simulation request page storage management hardware address translation and page fault, and use FIFO scheduling algorithm (FIFO) handling page fault.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:1133125
    • 提供者:Toby
  1. LED-S1234

    0下载:
  2. 基于STC89C52单片机实现中断LED数码管显示及处理的程序,适合初学值使用-Based STC89C52 MCU interrupt LED digital display and processing procedures, suitable for beginners to use the value
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:862
    • 提供者:kin
  1. IRQ

    0下载:
  2. 此代码为NXP公司LPC2000周立功开发板提供的汇编代码,主要处理嵌入式嵌套中断问题-This code is compiled code from NXP LPC2000 development board provides Zhou, who mainly deal with the problem of embedded nested interrupts
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1261
    • 提供者:Zhang
  1. uart_rec_send

    0下载:
  2. 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理,出入均设有缓冲区,大小可任意设置 芯 片:AMEGA16-Serial interrupt service routine, just make a simple call to the completion of serial input and output, have access to the buffer size can be set chip: AMEGA16
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2487
    • 提供者:尹风
  1. MSP430G2553

    1下载:
  2. MSP430G2553用户手册中文,MSP430 具有一种运行模式及5 种可利用软件来选择的低功耗操作模式。一个中断事件能够将器件从任一低功耗 模式唤醒、处理请求、并在接收到来自中断程序的返回信号时恢复至低功耗模式。-MSP430G2553 User Manual Chinese, MSP430 has one mode of operation and the five kinds of software can be used to select a low-power operatin
  3. 所属分类:SCM

    • 发布日期:2014-11-03
    • 文件大小:1022976
    • 提供者:witty
  1. ooo

    0下载:
  2. 1、 模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2、 用先进先出页面调度算法处理缺页中断。 -1, analog paging storage management hardware address translation and generate a page fault. 2, with FIFO scheduling algorithm processing page page fault.
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1074
    • 提供者:lgc
  1. v86dos_src

    0下载:
  2. 很老的东西,1993年左右的书,书的作者吕晓庆,通过一个将DOS POST到保护模式的开发环境,对了解保护模式有点参考价值,个人感觉这本 书里边的东西学起来比较顺手.直道现在也几乎没有见到像这本书这样介绍保护模式系统的书. 这本书上的代码有点错误.运行不起来.1998年左右我修改了下,可以用了.可以用这个代码来实作,段,页,多任务,模式切换.CPU异常等处理. 而且里边还带个最简单崩溃的调试器的代码,出现异常时候可以将当前的i386 寄存器给打印出来, 目
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:73256
    • 提供者:cjm
  1. STC51MCU-and-IO

    0下载:
  2. 51单片机例子程序,包含常见的51单片机的LED灯驱动、按键处理、中断系统编程、串行通信编程、LCD液晶驱动等-51 single examples of procedures, including 51 single common LED lamp driver, keys, interrupt system programming, serial communication programming, LCD liquid crystal drivers, etc.
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2302972
    • 提供者:quhao
  1. zhongduancontrol

    0下载:
  2. 用8088/86 控制8259 可编程中断控制器,实现对外部中断的响应和处理。要求程序中对每次中断进行计数,并将计数结果显示在LED 数码管上。-With the 8088/86 control 8259a programmable interrupt controller, to achieve external interrupt response and handling. Requirements for each interrupt the program to count and c
  3. 所属分类:DSP program

    • 发布日期:2017-04-11
    • 文件大小:998
    • 提供者:林甜
  1. chenxu

    0下载:
  2. 设计一个实现抢答功能的八路抢答器,使用51系列单片机,编写应用程序来实现抢答功能,硬件设计利用其中断控制程序进行抢答部分的处理,通过多输入与门的控制去申请单片机内部的中断,以达到显示抢答的目的。-Design of a realization of the eight responder responder function, use the 51 series, write a program to achieve Responder function, hardware design of
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-16
    • 文件大小:16638
    • 提供者:赵雪
  1. watchdog

    0下载:
  2. 完成功能:在实时时钟实验的基础上添加看门狗功能,并在时钟滴答中断中实现喂狗处理.-The completion of functions: in the real-time clock based on experimental add watchdog function, and disruption of the clock ticking to achieve喂狗processing.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:4197
    • 提供者:ndpoi
  1. 430F149-super

    0下载:
  2. 430例程大全,值得收藏 | |——3-1 调试程序 |——5-1 框架程序 |——6-1 异步串行通信程序(点对点通信) |——6-2 异步串行通信程序(地址位模式多机通信) |——6-3 异步串行通信程序(空闲模式多机通信) |——7-1 定时中断程序 |——7-2 PWM输出程序 |——7-3 捕获脉冲信号周期程序 |——7-4 软件模拟异步串行通信程序 |——7-5 基本定时器程序 |——8-
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-03
    • 文件大小:713850
    • 提供者:朱琛
  1. Temperature-Measurement

    1下载:
  2. 本设计是针对MCS—51型AT89C51系列单片机在采样、比较和控制方面的应用。本课题研究的主要内容是:  (1)温度检测过程      该环节使用铂电阻Pt100为测温元件,Pt100具有性能稳定、抗氧化性能强和测量精度高等优点,可以实现较为准确的测温。  (2)数据的采集和转换过程  数据采集系统是计算机对整个系统进行控制和数据处理,采用ADC0804实现由模拟量到数字量的转换。  (3)温度控制过程
  3. 所属分类:Other Embeded program

    • 发布日期:2015-04-09
    • 文件大小:21504
    • 提供者:
  1. edma3test6437

    0下载:
  2. 数字图像处理,关于中断的理解及使用,内存的格式 复制等源码-Digital image processing, understanding and use of the interrupt, memory, copying the format of the source
  3. 所属分类:Graph program

    • 发布日期:2017-05-02
    • 文件大小:981241
    • 提供者:kang
« 1 2 ... 32 33 34 35 36 3738 39 40 41 42 »
搜珍网 www.dssz.com