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

搜索资源列表

  1. AT91SAM7X256_counter_test

    0下载:
  2. 一个AT91SAM7X256 CAN计数器中断实验,硬件环境为at91sam7x-ek开发板,开发环境为iar。-AT91SAM7X256 CAN interrupt a counter experiment, the hardware environment at91sam7x-ek development board, development environment for iar.
  3. 所属分类:uCOS

    • 发布日期:2017-04-08
    • 文件大小:182058
    • 提供者:hijack
  1. weiji

    0下载:
  2. 并行口实验,中断实验,DMA实验,串行通信实验-Parallel experiments, interruption of the experiment, DMA experiments, serial communication experiment
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:2846
    • 提供者:chennan
  1. led

    0下载:
  2. ARM LPC2200 定时器中断使用LED闪烁实验-ARM LPC2200 timer LED flashes interrupt the use of experimental
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:110157
    • 提供者:林勇
  1. Eint

    0下载:
  2. ASD1.2 上的中断实验代码 Mulit-ice-ASD1.2 interruption experiment code on Mulit-ice
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:35432
    • 提供者:wuqihui
  1. extint

    0下载:
  2. 外部中断实验并显示中断次数-External interrupt interrupted the experiment and shows the number of
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:2021
    • 提供者:chen
  1. interrupt

    0下载:
  2. 实验实现串口中断实验,通过中断和计算机进行通信 * 首先接受联机信号,然后接受计算机的相关控制信号 * 本实验中,采用发送不同的字符给计算机来模拟接收到的不同的计算机控制命令 * 通过扩展,可以实现不同的功能 *-Experimental realization of serial interruption experiments, carried out through suspension and computer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1720
    • 提供者:沐夕
  1. TimeOut_C

    0下载:
  2. 基于smartarm平台的lpc2200开发板源码,给新手帮助,外部中断实验-Based on the platform smartarm source lpc2200 development board to help novice, external interrupt experiment
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-17
    • 文件大小:24737
    • 提供者:lideng
  1. p4

    0下载:
  2. 中断实验 ——有急救车的交通灯控制实验 1. 基本实验 在实验三基本实验内容的基础上增加允许急救车优先通过的要求。当有急救车到达时,两个方向上的红灯亮,以便让急救车通过,假定急救车通过路口的时间为10秒,急救车通过后,交通灯恢复中断前的状态。本实验以单脉冲接INT0为中断申请,表示有急救车通过。 2. 扩展实验 在基本实验的基础上增加一级中断控制。INT1收到脉冲中断请求时使两方向上均为黄灯闪烁15秒。若同时收到INT0、INT1中断请求则只响应INT0中断请求,若在黄
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:49417
    • 提供者:mkd
  1. p6

    0下载:
  2. 内部定时器与中断实验 由8051内部定时器0按方式1工作,即作为16位定时器使用,每0.1秒钟T0溢出中断一次。要求编写程序模拟循环彩灯。彩灯变化花样为:由中间(L4、L5)两位开始向两侧依次累加点亮;全亮后由中间(L4、L5)两位开始向两侧依次累加熄灭;全灭后由两边(L1、L8)两位向中间依次累加点亮;全亮后由两边(L1、L8)两位向中间依次累加熄灭。各时序间隔为0.5秒,依此循环。-Internal timer with the interruption of the experi
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:38761
    • 提供者:mkd
  1. INT0_INTERRUPT

    0下载:
  2. 按键中断实验。低电平中断,在中断中改变PB1电平状态。-Experimental interruption button. Low level interruption, disruption of change in PB1-level status.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:14012
    • 提供者:李康
  1. FPGA_jiaocheng_yu_shiyan

    0下载:
  2. 最重要的是七个从简单到复杂的实验,包括:基础实验一_FPGA_LED 基础实验二_seg7实验以及仿真 基础实验三_SOPC_LED 基础实验四_Flash烧写 基础实验五_定时器实验 基础实验六_按键以及PIO口中断实验 实验七_网卡使用 ,这些实验室用到了SOPC BUILDER 与NOIS ii ,使用Verilog 编写,有实验板和没有实验板的都可以用来学习。 其次还包括: FPGA开发板各存储器之间的联系、 多处理器文档 、 USB_UART等文档,很好用的文档,您下了相信不会后悔!-
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-20
    • 文件大小:6065126
    • 提供者:yuezhiying_007
  1. EXTINT

    0下载:
  2. ARM LPC2368芯片,外部中断实验的源码,通过此源码可以了解外部中断的工作原理-ARM LPC2368 chips, external interrupt source experiment, the passage of this external interrupt source can understand the working principle
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-25
    • 文件大小:81053
    • 提供者:刘星
  1. ZHONGDUAN

    0下载:
  2. 单片机的中断实验,其中有硬件仿真及软件编程,所用到是软件是PROTEUS 和KEIL -SCM interruption experiments, which have hardware emulation and software programming, the software is used by PROTEUS and KEIL
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:95264
    • 提供者:朱祥林
  1. zsMCUshiyanban

    0下载:
  2. 本实验板的制作原则,简单实用。资源: 8 个LED(闪灯,走马灯,各式花样灯)。4 个数码管(时钟显示,遥控码显示,计数显示等各种显示)。6 个按键(按键扫描,中断,计数器)。 AT24C02(I2C 总线接口实验)。6个接收头(家电遥控器接收,解码)。MAX232(串行RS232 和电脑通迅实验)。蜂鸣器提供各种实验的例程,让初学者轻松学会单片机编程。其中的遥控解码程序,可将红外遥控器的代码显示到LED 上,是遥控开发的好工具。-This experiment the production o
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:236995
    • 提供者:zhihujj
  1. intermitCode

    0下载:
  2. 从RTC设备学习中断.doc 打造自己的操作系统——中断篇.doc 中断实验代码.tar 中断解析.doc-Learn from the RTC device interrupt. Doc create its own operating system- interruption articles. Doc interruption experiment code. Tar interruption analysis. Doc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:69216
    • 提供者:郭鹏峰
  1. SPCE061A_MAX_Sub_good

    0下载:
  2. 凌阳子程序大全+++趣味语音识别程序+++61板自检程序+++语音电子钟程序+++语音识别且识别过程在图形液晶显示模组LCD上显示实验+++复读机程序+++数据传送指令演示程序+++冒泡排序程序+++LED键盘模组自检程序+++led单向循环流水灯程序+++点亮IOA口外接LED键盘模组的不同的led来显示按键输入值+++外部中断实验+++触键唤醒实验+++IRQ5,4,6时基信号中断实验+++定时器实验+++定时器A/B的irq0、irq1和irq2中断实验+++双路DAC实验+++ADC转换
  3. 所属分类:assembly language

    • 发布日期:2017-05-23
    • 文件大小:7630118
    • 提供者:人生苦短
  1. PS2

    0下载:
  2. EINT外部中断实验-PS2键盘打字练习器-External interrupt EINT experimental-PS2 keyboard typing trainer
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:57936
    • 提供者:LINKUN
  1. s3c2410-interrupt

    0下载:
  2. s3c2410上的中断控制实验代码,里面还有s3c2410上的最小启动代码,并含有详细的注释!-Interrupt Control s3c2410 experiment on the code, there is also the smallest s3c2410 startup code, and contains detailed notes!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:113262
    • 提供者:luobing
  1. Keil

    0下载:
  2. 实验在Keil 3平台上调试通过,IO实验工程文件,定时器查询方式实验工程文件,中断实验工程文件,AD实验工程文件,串口实验工程文件, 电源及时钟实验工程文件。 7.dog 看门狗实验工程文件 8.oled 液晶显示实验工程文件 -Keil 3 experimental platform in debug through, IO experimental project documents, the way the experiment works timer que
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:293249
    • 提供者:cjp
  1. zhongduanshiyan

    0下载:
  2. 单片机试验:中断实验,也是自己编写的程序,编程思路非常简单-Single-chip test: The interruption of the experiment, but also the programs that train of thought is very simple programming
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:2676
    • 提供者:于丽
« 1 2 3 4 5 6 78 9 10 11 12 ... 45 »
搜珍网 www.dssz.com