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

搜索资源列表

  1. TC35

    0下载:
  2. TC35 的命令列表,与中断服务程序,串口的中断程序-TC35 list of commands, and the interrupt service routine, the serial interrupt program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1500
    • 提供者:denga73uiuu
  1. zhongduan

    0下载:
  2. 51单片机中断程序,单片机入门,小伙们一起学习-51 single-chip interrupt procedures, the introduction of the microcontroller, the boys together to learn
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:25304
    • 提供者:zhq
  1. C

    0下载:
  2. 输出电路的设计,包括驱动继电器,驱动蜂鸣器霹雳灯,七段LED数码管,BCD拨码开关,多个按钮开关,程序5是跑马灯,4*4键盘与七段LED数码管,程序6是各种中断程序7中涉及闪烁灯的中断和查询方式,频率发生器,频率计和看门狗定时器,程序8涉及点对点互传,多处理器通信,程序9涉及简易电子琴,快乐点唱机,生日快乐歌等,程序10涉及用延迟子程序产生驱动信号,用定时器产生驱动信号。程序11涉及ADC温控实验,程序12涉及LED点阵的程序程序13涉及LCD文字显示和自定义字符图案-Design output
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-30
    • 文件大小:93453
    • 提供者:杨佩佩
  1. include

    0下载:
  2. 中断程序的编写:在单片机系统的p1口上接有8个LED,LED的阳极接+5V,阴极接P1口的引脚。当P1口某一口线输出为0时,将LED点亮。在外部中断0输出引脚P3.2引脚上接上上拉电阻并接有一个按钮开关K1。用K1按钮来产生外部中断0的输入信号。定时器程序的编写:在AT89S51单片机的P1口上接有8个LED.下面采用定时器T0的方式一的定时中断方式,使P1口外接的8个LED每0.5秒闪亮一次。C51程序:在AT89S51的P1.0脚接有一只发光二极管,二极管的阴极接P1.0脚,阳极通过限流电阻
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:11172
    • 提供者:ningjieqiong
  1. shishizhongduan

    0下载:
  2. 飞思卡尔MS908单片机的实时中断程序,里面详细介绍了代码的编写及使用。-MS908 Freescale MCU real-time interrupt program, which details the preparation and use of the code.
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:113535
    • 提供者:李源
  1. C-Language-Programming

    0下载:
  2. 首先,分析TMS320F240 DSP芯片的中断系统结构,包括其内核中断、事件管理模块的中断和系统模块中断。然后,分析DSP中断的处理过程和中断程序的编制方法。最后,给出中断系统的C语言编程方法。 -Firstly, TMS320F240 DSP chip interrupt system structure, including its core interrupt, event management module interrupts and interrupt system modul
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:258048
    • 提供者:朱俊
  1. IPC_example_on_6678

    0下载:
  2. dspc6678的中断程序,十分宝贵,包括ipc_interrupt.c以及cmd文件-Dspc6678 interrupt program, very precious, including ipc_interrupt. C and CMD file
  3. 所属分类:DSP program

    • 发布日期:2017-04-30
    • 文件大小:101244
    • 提供者:创龙
  1. 3.2.4-Timer

    0下载:
  2. 通过熟悉代码,熟悉中断程序的结构及用中断程序控制程序流程,掌握定时器的应用-Through the familiar code, familiar with the structure of interrupt program and use the interrupt program control process, to master the application of the timer
  3. 所属分类:assembly language

    • 发布日期:2017-05-03
    • 文件大小:851259
    • 提供者:李浩
  1. STC12C5A60S2_IR_Test_HS0038B

    0下载:
  2. 红外数字接收头测试程序 1、程序说明: 该例程演示了接在单片机P3.5端口上的红外数字接收头测试实验。 并在数码管上显示接收到得遥控按键的键值。 本接收程序基于状态机的方式,利用定时器定时扫描接收数据端口, 占用单片机资源少。注意接收到的电平和发射的电平正好相反, 在中断程序中检测下降沿,从检测到第一次下降沿开始计时,到下一个 下降沿到来时的计时值即为检测到的周期,对此周期进行判断,已识别是 引导码还是数据。 2、实验操作 将拨码开关S
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:40316
    • 提供者:yushizhen
  1. feisikaer1

    0下载:
  2. 飞思卡尔MC9S12XS128实时中断程序,已验证-Real time interrupt
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:273050
    • 提供者:欧博弈
  1. USCI_UART

    1下载:
  2. msp430g2553的UART串口中断程序,经调试可用,可实现数据收发,可直接在IAR中进行编译运行。-Msp430g2553 UART serial port interrupt program, after debugging is available, can send and receive data, can be directly compiled to run in the IAR.
  3. 所属分类:SCM

    • 发布日期:2016-08-05
    • 文件大小:92160
    • 提供者:fd
  1. stm32f05-button-inter

    0下载:
  2. stm32f05 按键中断程序 stm32f05 按键中断程序-stm32f05 key interuput
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1314972
    • 提供者:李中华
  1. Interrupt

    0下载:
  2. 基于天嵌ARM开发板测试程序,中断程序测试,C语言-Radar signal detection and sentenced to day based on embedded ARM development board test program, interrupt program testing, C balance method research and simulation examples
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:456056
    • 提供者:liuzhankun
  1. zhongduan

    0下载:
  2. 单片机中断程序,包括定时器中断和动态扫描-MCU interrupt program, including the timer interrupt and dynamic scanning
  3. 所属分类:SCM

    • 发布日期:2017-05-05
    • 文件大小:84713
    • 提供者:李子明
  1. interrupt

    0下载:
  2. 一种可以在89C51单片机上使用的中断程序-51 interrupt,very good
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:1834045
    • 提供者:chen
  1. NEC-IR-control-decoding-method

    0下载:
  2. 51单片机驱动NEC红外遥控器的发射解码C语言程序,遥控接收在中断程序内完成-51 microcontroller driven NEC infrared remote control to launch the C language decoding procedures
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:1820
    • 提供者:long
  1. wai-bu-zhong-duan

    0下载:
  2. STM32F103ZET6单片机的外部中断程序-STM32 microcontroller external interrupt procedures
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2113492
    • 提供者:吴风洋
  1. buzzer

    0下载:
  2. 蜂鸣器驱动。内部含有轰鸣器的驱动源代码和十六进制文件。控制发音的音调由T0中断程序-Buzzer drive. The internal driver and source code of the sounder are included in the hex file. Control the tone of the utterance by T0 interrupt program
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1890
    • 提供者:丽丽
  1. 430_IOInterruption-

    0下载:
  2. 430单片机程序之IO中断程序,计算机在执行程序过程中,遇到需要处理的事件时,暂停当前正在运行的程序,转去执行有关的服务程序,处理完后自动返回原程序-430 single-chip procedures, IO interrupt
  3. 所属分类:SCM

    • 发布日期:2017-05-05
    • 文件大小:19997
    • 提供者:yolanda
  1. ARMbianchengqibu

    0下载:
  2. 本文从学习者的角度出发,分别描述了下面几部分内容: ARM 编程的基本知识,BOOT 代码流程和功能分析,OS 中断程序的编写举例 和 BOOT 代码的流程图,希望这些内容能为初学 ARM 的朋友拨开迷雾,以最快 的速度和最短的时间走进嵌入世界的大们.-From the learner' s point of view, describe the contents of the following sections: ARM basic knowledge of program
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1845118
    • 提供者:黄志健
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com