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

搜索资源列表

  1. 0time

    0下载:
  2. 时钟程序,大家是否想到用定时器,对,也可用定时器的中断来处理,这样的程序我想不用我说了吧! 你们可自己发辉下,本程序采用外元件DS1302时钟IC,使用此IC不增加系统资源,要时钟时直接去读取就可以了 本IC跟ADC0831一样以串口方式传送数据,不同的是协议,只要你读懂它的串口协议,就可以用P口来模拟协议进行 ,这样更能使你对传送数据协议的了解,在看本程序之前,先看看芯片的串口协议*/-Clock process, with everyone thought Whether or
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:13175
    • 提供者:aq
  1. Serial-interrupt

    0下载:
  2. //串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 //出入均设有缓冲区,大小可任意设置。 //可供使用的函数名:-//Serial interrupt service routine, just make a simple call to complete the deal with the serial input and output// from the buffer with the size can be arbitrarily set.// The availa
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:3748
    • 提供者:lengling
  1. AVRinterrupt

    0下载:
  2. 单片机AVR中断的典型案例,有助于理解单片机中断的产生、处理并带有详细说明-Interruption of the typical single-chip AVR cases, contribute to an understanding of single-chip interrupt generation, and to deal with a detailed descr iption of
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:1742
    • 提供者:刘团结
  1. interrupt

    0下载:
  2. ARM中断异常处理的相关总结与说明-ARM interrupt exception handling summary and descr iption of the relevant.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:97673
    • 提供者:李方
  1. hongwai_jiema

    0下载:
  2. 前些天做的一个关于红外遥控器解码的程序,利用单片机的中断进行处理!算法很巧妙!-The other day on the infrared remote control decoding process, the interruption of the use of single-chip processing! Algorithm is very clever!
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-11
    • 文件大小:1070
    • 提供者:lvchuanwei
  1. f280x-sci

    0下载:
  2. ti c2000系列f280x的sci loopback例程,只需在中断内加入处理程序就可以实现一般通讯-ti c2000 series of sci loopback routine f280x, simply add interrupt processing can be achieved in general communication
  3. 所属分类:Windows编程

    • 发布日期:2017-03-03
    • 文件大小:226182
    • 提供者:钟员
  1. AssemnbleLanguageCourseDesignSourceCode

    0下载:
  2. 汇编在算术运算、非数值处理、字符图形设计、乐曲设计、动画设计、中断设计、系统调用、磁盘管理等方面的案例-Compilation of arithmetic operations in non-numerical processing, character graphic design, music design, animation design, interruption of the design, system calls, disk management, case
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:257523
    • 提供者:zhangzhun
  1. WeiJiYuanLi-DingShiZhongDuan

    0下载:
  2. 微机原理实验报告-定时中断实验 一、实验目的 1.验证用8088/86控制8259A可编程中断控制器,实现对外部中断的响应和处理; 2.使用8353定时计数器,将定时和中断综合起来,实现定时中断控制。 二、实验设备 1.PC机(基于Windows); 2.伟福Lab 6000型开放式通用实验仿真实验仪。-Microcomputer Principle Experiment Report- a regular interruption of the experiment,
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:18065
    • 提供者:Furby
  1. VirtualMemory

    0下载:
  2. 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。采用先进先出调度算法。-Analog paging in virtual storage management hardware and the address translation page fault, as well as the choice of scheduling algorithm to deal with page page fault. FIFO scheduling algorithm u
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:53695
    • 提供者:屠娇娇
  1. 12344

    0下载:
  2. 模拟银行家算法 页式存储管理如何实现地址转换;进一步认识页式虚拟存储管理中如何处理缺页中断。用C++实现LRU置换算法 -Bankers algorithm simulation storage management page addresses how to achieve the conversion a better understanding of virtual memory management page of how to handle page fault. Using
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:284962
    • 提供者:0
  1. code

    0下载:
  2. 模拟时钟中断的产生及设计一个对时钟中断事件进行处理的模拟程序-Analog clock interruption of production and design of a clock to deal with disruptions of the simulation program
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:2017
    • 提供者:娜娜
  1. DS1302

    0下载:
  2. 时钟程序,大家是否想到用定时器,对,也可用定时器的中断来处理,这样的程序我想不用我说了吧! 你们可自己发辉下,本程序采用外元件DS1302时钟IC,使用此IC不增加系统资源,要时钟时直接去读取就可以了 本IC跟ADC0831一样以串口方式传送数据,不同的是协议,只要你读懂它的串口协议,就可以用P口来模拟协议进行 ,这样更能使你对传送数据协议的了解-Clock process, whether you think using the timer, right, can also be
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-09
    • 文件大小:7857
    • 提供者:shiyanji
  1. audio6701

    0下载:
  2. 基于TI 6711的 语音信号处理程序,包括应用软件中断的语音信号处理实例,以及音频流编、解码算法。-TI 6711 based on the speech signal processing procedures, including application software interrupt voice signal processing examples, as well as for the audio stream, decoding algorithm.
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-07
    • 文件大小:134851
    • 提供者:da
  1. wince_interval

    0下载:
  2. evc环境下开发的wince外部中断,检测硬件产生中断信号在ist中处理-evc development environment external interrupt wince, testing the hardware interrupt signal is generated to deal with ist
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:796794
    • 提供者:雷鹏勇
  1. car

    0下载:
  2. 汽车尾灯控制,包括左右转弯、倒车、夜车、减速、加速、刹车、限速等控制、还有冲突处理等,是学习I/O口控制和中断的不可多得的初级程序,还有Proteus的仿真图,程序思路等。-Automobile taillight control, including left turns, reversing, Night Train, deceleration, acceleration, braking, speed limits and other controls, as well as confli
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:133439
    • 提供者:李文
  1. Tetris

    0下载:
  2. 大概在最近两天之内编码完成,但此前一天开始构思。第一天晚上主要完成了方块旋转算法,第二天也就是今天加了消方块的处理算法。但是可能还有一些考虑不周的地方,比如,没有采用定时中断,而是图方便采用了和cpu频率有关的delay()函数来模拟时间间隔,这是需要改进的地方。-Probably within the last two days to complete coding, but the idea of the day before the beginning. Completed the fir
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:11680
    • 提供者:johnny
  1. DesignofMultipleInterruptsTreatmentBasedonVxWorks.

    0下载:
  2. :考虑VxWorks 的中断在具体实现上的特殊性,提出一个针对多块采集板系统的中断设计方案,把传统的中断服务程序分解为中断 服务程序和中断服务任务,利用信号灯进行同步,通过在中断服务任务中引入用户定义的优先级,增强系统处理多中断时的可靠性和实 时性。-】Considering the specificity in the specific realization of interrupt in the VxWorks, this paper proposes an interrupt t
  3. 所属分类:Project Design

    • 发布日期:2017-05-04
    • 文件大小:1026676
    • 提供者:mabeibei
  1. ourdev_7

    0下载:
  2. 优化级别必需为s,其他优化级别也不会导致编译时出错,但会导致运行时出错。原因涉及局部变量分配堆栈处理方式不同,也就是OS_CPU_A.c那个文件中的移植部分。还有就是其他优化涉及的中断自动保存寄存器的数量有所出入。-Necessary to optimize the level of s, other optimization levels will not lead to compile-time error, but it will result in run-time error. Re
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:22735
    • 提供者:迷茫
  1. SerialCommunication

    0下载:
  2. 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理,出入均设有缓冲区,大小可任意设置。-Serial port interrupt service routine, just make a simple call to complete the serial input and output processing, access are equipped with the buffer, the size can be arbitrarily set.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3152
    • 提供者:jing
  1. Goertzel

    0下载:
  2. Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理数据。数字处理的时间很短,因此如果每次采样都存在一次中断,那么这些数字处理完全可以在中断服务程序(ISR)内完成。或者,如果系统中存在采样缓存,那么可以持续采样,然后进行批处理。-Goertzel basic algorithms in each sample immediately after processing, in each o
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:23170
    • 提供者:陈安伟
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 42 »
搜珍网 www.dssz.com