搜索资源列表

  1. Capture32

    0下载:
  2. 摄像头照相程序,VFP的prg书写,含测试代码,无需外部控件,安装摄像头驱动即可。-Camera photographic procedures, VFP the prg is written with the test code, eliminating the need for external controls, you can install the camera driver.
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:红雨
  1. 8051

    0下载:
  2. (1) 程序1-跑马灯:会看到led变化。 (2) 程序2-独立键盘 :分别按“INT0/+”键和”t0/-“会看到LED变化。 (3) 程序3-定时器:会看到5个LED闪烁。 (4) 程序4-数码管显示:会看到数码管显示数字变化。 (5) 程序5-扫描键盘:按3*3键盘的任意一个键,会看到相应的键盘代码显示在数码管。 (6) 程序6-计数器:按”NIT0/+”键,会看到数码管显示变化。 (7) 程序7-外部中断
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:87040
    • 提供者:
  1. keilMDK_jlink_debug_lpc2210_exflash

    0下载:
  2. KEIL下用JLINK调试LPC2210外部FLASH ,PDF文档及示例工程-KEIL debug JLINK using LPC2210 external FLASH, PDF documents and sample projects
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-20
    • 文件大小:472064
    • 提供者:官中华
  1. arm3

    0下载:
  2. s3c2410的外部中断实验开发环境是ADS1.2-S3C2410 experimental development of the external interrupt environment is ADS1.2
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-20
    • 文件大小:407552
    • 提供者:mcl
  1. 2410test2

    0下载:
  2. 2410一些基本试验的源码,包括定时、外部中断、pwm、watchdog、实时时钟等。将src文件夹中的有关部分add到ADS1.2下即可。-2410 source some basic tests, including the timing, external interrupt, pwm, watchdog, real-time clock and so on. The src folder to add the relevant
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-20
    • 文件大小:236544
    • 提供者:黄超
  1. EICNT

    0下载:
  2. wince外部中断计数小驱动,基于2410-Counting small wince external interrupt-driven, based on 2410
  3. 所属分类:Windows CE

    • 发布日期:2024-05-20
    • 文件大小:795648
    • 提供者:张一
  1. 80C51

    0下载:
  2. 关于闭环的控制直流电机的程序,简单的外部中断,实现控制电机转速的问题-On the closed-loop DC motor control procedure, a simple external interrupt, realize the problem of control of motor speed
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈捷辉
  1. interrupt

    0下载:
  2. 中断查询,51单片机4x4键盘扫描程序,利用外部中断。-Interruption of inquiries, 51 single-chip 4x4 keyboard scanning procedures, the use of external interrupt.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:chenqunqin
  1. interrupt_example

    0下载:
  2. 提供89c51/52单蕊片实习外部中断例程,本例程提供RS-232中断与外部中断控制单蕊片输出开关,适用于远程操作实验设备的使用者,目前仅提供单向操控功能,并无回授输出端状态,有兴趣的朋友可下载回去添加此功能。-Provide internship 89c51/52 single chips external interrupt routines, the routines provided by RS-232 interrupt an
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:Yuan Long LO
  1. jiaotdc51

    0下载:
  2. 自己做的交通灯~~~用c编写的,图为Proteus的仿真图,有红、绿、黄三灯,带外部中断。-Their own traffic lights ~ ~ ~ using c prepared Proteus The photo shows the simulation diagram, red, green, yellow three lights, with external interrupt.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-20
    • 文件大小:97280
    • 提供者:姜康
  1. keilcint0

    0下载:
  2. 用外部中断测频率:从P3.7端口引入频率,利用下降沿触发外部中断测一个波形的周期,通过四段数码管显示测试数据-Measuring the frequency of use of external interrupt: P3.7 port from the introduction of the frequency of use of external interrupt falling edge trigger a wave measu
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:38912
    • 提供者:西_土_瓦
  1. C51

    0下载:
  2. MCS-51单片机有5个中断源,其中两个是由-INT0、-INT1引脚输入的外部中断源;另外三个是内部中断源即由T0、T1的溢出引起中断和串行口发送完一个字节或接收到一个字节数据引起中断。触发外部中断有两种方式,即下降沿引起中断或低电平引起中断。当编程TCON中的ITi(i=0、1)为1时,则引起触发的方式为边沿触发方式,反之(ITi=0)为低电平触发方式。每个中断源的中断请求能否得到响应要受两级“开关”的控制,即一个总“开关”-MCS
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张理
  1. 14.1-Exti

    0下载:
  2. STM32 开发板例子:外部中断. 开发环境:Keil For ARM-STM32 development board example: external interrupt. Development Environment: Keil For ARM
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:323584
    • 提供者:叶子
  1. data_flash

    0下载:
  2. 外部FLASH读写程序,测试通过的。CCS环境下测试-External FLASH program to read and write, test passed. CCS environment test
  3. 所属分类:DSP编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:杨俊男
  1. LF2407_NAND_FLASH

    0下载:
  2. DSP 2407 烧写外部flash的源代码 开发环境:TI CCS 可用于将程序固化到外部存储器上-DSP 2407 external flash programmer
  3. 所属分类:DSP编程

    • 发布日期:2024-05-20
    • 文件大小:52224
    • 提供者:alex
  1. tiao

    0下载:
  2. 调用系统中的外部程序,通过该功能可以调用注册便-记事本=画图等-Call the system of external procedures, the adoption of the function can call the registration will be- = drawing such as Notepad
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:刘涛
  1. dsp5402_ExInt

    0下载:
  2. tms5402实现外部中断测试。通过调试成功。-tms5402 to achieve external interrupt test. Success through the debugger.
  3. 所属分类:DSP编程

    • 发布日期:2024-05-20
    • 文件大小:50176
    • 提供者:gxu
  1. flash

    0下载:
  2. 使用Flash Programmer 软件操作ARMSKY-LPC229X教学实验开发板外部Flash的说明文档。-The use of Flash Programmer software ARMSKY-LPC229X teaching experiment development board documentation of the external Flash.
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:367616
    • 提供者:yuanyin
  1. Keyboard_deal_INT1

    0下载:
  2. Keyboard_deal_INT1是通过外部中断来处理键盘按键的-Keyboard_deal_INT1 through the external interrupt to handle keyboard buttons
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:潇鸿
  1. linefollower

    0下载:
  2. 这是我第一个寻迹小车,程序很简单,只有十多行。主要用了两个外部中断。走的是黑底白线的轨迹。传感器部分的电路图大家可以在网上找。原理是如果传感器在黑色背景上,输出高电平。如果检测到白线,输出低电平,把两路传感器接到单片机的P32,P33。就能实现循白色轨迹的功能了。传感器我用的是ST168。ST178,ST188也可以。 Proteus仿真文件中用了两个开关来替代,可以观察电机的反应。 -This is my first car
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:杨振
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org