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

搜索资源列表

  1. PC键盘

    0下载:
  2. C51单片机实现对PC键盘的读取与显示 具体细节请参考源程序 将时钟线接入外部中断 数据线接入普通I/O输入输出口-C51 MCU to read the PC keyboard and display details please refer to the source clock line access external interrupt data lines access I / O input and output mouth
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:416576
    • 提供者:无语
  1. PC鼠标

    0下载:
  2. C51单片机实现对PC鼠标的读取与显示具体细节请参考源程序将时钟线接入外部中断数据线接入普通I/O输入输出口-C51 MCU to read the PC mouse and display details please refer to the source clock line access external interrupt data lines access I / O input and output mouth
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:323336
    • 提供者:无语
  1. 无线键盘

    0下载:
  2. C51单片机通过红外通信实现PC键盘的无线通信 读取与显示具体细节请参考源程序将时钟线接入外部中断数据线接入普通I/O输入输出口-C51 microcontroller through infrared communications PC wireless keyboard and display read details please refer to the source clock line access external interrupt data lines access I / O
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:205236
    • 提供者:无语
  1. PC机与RS232串口通讯_C51源程序

    0下载:
  2. 此程序为单片机和PC机RS232传输时候的C51源码!实现单片机中断程序发送,接受功能.-procedure for a microcontroller and PC RS232 transmission when the C51 source! MCU interrupted proceedings to send and receive functions.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:18537
    • 提供者:南郁星
  1. 本书配套上机学习光盘

    0下载:
  2. 在定时器中断中做LED的PWM输出 AT89C2051实现A/D转换的C51程序 单片机开发系统 指令系统 程序设计 定时与中断 系统扩展 接口技术 串行口-the timer interrupt to do the PWM output LED AT89C2051 A / D conversion process C51 microcontroller development systems Instruction System Design and regularly interru
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:191609
    • 提供者:fxy
  1. 51_ljq

    0下载:
  2. Keil C51 51定时器中断例程 编成语言:C-timer interrupt routines into languages : C
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:33680
    • 提供者:刘家强
  1. C51test

    0下载:
  2. 单片机C51串口中断接收和发送测试例程可以用来测试51单片机的中断接收 //和查询发送,另外我觉得发送没有必要用中断,因为程序的开销是一样的 -80C51 Serial interrupted receive and send test routines can be used to test 51 MCU interrupt reception / / Send inquiries and, I also think that this is not necessary for d
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:7446
    • 提供者:yanyan
  1. display_on_the_PC_XIAOJIEXU

    0下载:
  2. 当前时间送电脑同时显示,用RS232运用串口通信送数据给电脑,开中断计算时间,精确到秒。Keil C51开发环境,是一个整合很多技术的程序。 -current time to send the computer also showed that use RS232 serial data communications sent to the computer, open interrupted computing time, accurate to the second. Keil C51
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1778
    • 提供者:许杰
  1. keyzduan

    0下载:
  2. 基于AT89C51系列单片机的按键识别的C51程序按键中断识别.rar-AT89C51 series MCU based on the identification of key C51 keys interrupted identification procedures. Rar
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:15481
    • 提供者:fengyeu
  1. C51_Serial

    1下载:
  2. 单片机C51串口中断接收和发送测试例程,一个小的测试程序-80C51 Serial interrupted receive and send test routines, a small test procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1421
    • 提供者:徐小华
  1. danpianjichuankouzhongduan_C51

    0下载:
  2. 开发平台为Keil Cx51,C51单片机串行口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 //编程:聂小猛。该资料来自“51单片机世界”http://go.163.com/~dz2000。-development platform for Keil Cx51, C51 microcontroller serial port interrupt service procedures, just doing simple call can be completed serial
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3069
    • 提供者:a
  1. timer0_interupt

    0下载:
  2. 关于51单片机定时器0使用的例子: 1. T0_ASM.rar, (带中文注释的C51语言例程), 利用定时器0中断实现LED灯的简单控制。 2. T0_C51.rar, (带中文注释的51汇编语言例程), 利用定时器0中断实现LED灯的简单控制。-on SCM timer 0 51 examples of usage : 1. T0_ASM.rar. (with Chinese translations of routines C51), the Timer 0 interrupt
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-14
    • 文件大小:34849
    • 提供者:zhaokc
  1. external_interupt

    0下载:
  2. 1. EXT_C.rar, 给初学者(带中文注释的C51语言例程), 利用外部中断实现LED灯的简单控制。 2. EXT_A.rar, 给初学者(带中文注释的51汇编语言例程), 利用外部中断实现LED灯的简单控制。 两个同样功能的中断例程, 一个用C51实现, 另一个用ASM51实现。-1. EXT_C.rar for beginners (with Chinese translations of routines C51), The use of external LED lig
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-14
    • 文件大小:222546
    • 提供者:zhaokc
  1. C51infraredinceptFile

    1下载:
  2. 这是一个C51写的程序,采用Keil C51 编译开发.本程序利用外部中断来进行软件红外线接收,采用24MHz晶振.-This is a C51 written procedures, using Keil C51 compiler development. The use of external interrupt procedures for software infrared receiver, using 24 MHz oscillator.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3654
    • 提供者:邓力
  1. 51mcu_interupt_exam

    0下载:
  2. 1. EXT_C.rar, 给初学者(带中文注释的C51语言例程), 利用外部中断实现LED灯的简单控制。 2. EXT_A.rar, 给初学者(带中文注释的51汇编语言例程), 利用外部中断实现LED灯的简单控制。 -1. EXT_C.rar for beginners (with Chinese translations of routines C51), The use of external LED lights interrupted the simple control. 2
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:246482
    • 提供者:lhch
  1. shijiandaojishi

    0下载:
  2. 时间倒计时C51源程序,采用中断方式编写-time countdown C51 source files, interrupt preparation. .
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:14946
    • 提供者:徐正东
  1. 8-3-1time_c51clock

    0下载:
  2. C51单片机的C语言例程,可实现定时器中断及其时钟功能的源代码-C51 microcontroller C routines can achieve clock timer and interrupt functions of the source code
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:124824
    • 提供者:林风
  1. c51byjiaranAProject

    0下载:
  2. 这是我自己编写的一个运用了中断,定时器\\计数器的一个小项目的例子,是学习c51一个很好的源代码-This was my prepared by the use of an interrupt, timer \\ counter of a small project example, c51 is a very good study the source code
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1549
    • 提供者:贾冉
  1. KEYC

    0下载:
  2. 在keil c51 环境下利用中断方式查询 键盘并实现键值查询等功能
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1771
    • 提供者:zhouguowen
  1. c51电子时钟的设计

    1下载:
  2. 89c51设计电子时钟,涉及中断处理函数,数码管使用函数等等的知识。
  3. 所属分类:单片机(51,AVR,MSP430等)

« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com