搜索资源列表

  1. 利用中断的单片机程序

    0下载:
  2. 利用中断实现的单片机程序,用C编的。可能不尽完善,请各位多多指教-use of SCM procedures, the C series. Probably not perfect, please exhibitions
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:228688
    • 提供者:梁莹
  1. 单片机延时

    0下载:
  2. 单片机开发系统延时间程序,C语言开发,采用中断实现,程序简单易用,可以自由更改, 延时1秒到99999秒均可以实现。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:961
    • 提供者:林海
  1. 杜洋MidTouch21触摸式电子琴

    0下载:
  2. 杜洋MidTouch21触摸式电子琴 普通I/O接口实现触摸感应功能 定时器中断实现电子琴音调
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. 51单片机电子琴

    0下载:
  2. 摘要:本系统以Atmel的AT89c52单片机为主控制器,通过制作硬件电路和软件的设计编写,然后进行软硬件的调试运行,最终达到设计电路乐曲弹奏播放功能和存储重放音乐功能。设计中运用中断系统和定时/计数原理控制电子音乐器发生,并对所需的音阶和贝斯用相应的程序语言编写来实现,用8段数码显示管显示所弹奏的乐谱内容。将两个89c52单片机的串行口连接起来,实现5米以外的通信。输出通道通过一个功率放大器驱动扬声器发声。 关键词:单片机,音乐演奏
  3. 所属分类:单片机(51,AVR,MSP430等)

  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等)

    • 发布日期:2024-06-17
    • 文件大小:18432
    • 提供者:南郁星
  1. C语言中断程序设计实践

    0下载:
  2. 51单片机c语言中断的实现 还有很多例子可以参考。包括常用的中断模块 c语言单片机开发很有用 -51 languages interrupted realize there are many examples of reference. Include common language c interrupt module useful in the development of SCM
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-17
    • 文件大小:198656
    • 提供者:邓天华
  1. 利用中断的单片机程序

    0下载:
  2. 利用中断实现的单片机程序,用C编的。可能不尽完善,请各位多多指教-use of SCM procedures, the C series. Probably not perfect, please exhibitions
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-17
    • 文件大小:228352
    • 提供者:梁莹
  1. 8052os

    0下载:
  2. /*看大家都在学操作系统,我也想学学。所以想用51写一个来玩玩,发现比较郁闷。 弄了几下,不想再弄了,51弄这个没啥意思。我用的89S52,除了速度慢,RAM资源 太少之外,其它都还过得去。弄了一点代码出来,放在那也没啥用,不如拿上来 给新手看看,一个任务调度的雏形是什么样子的~~~~~~~~~这些代码没有经过优化, 我只求实现任务切换的功能。 利用定时器2产生10mS的定时中断作为时钟节拍,任务切换时保存工
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:谢军
  1. UART_leochin

    0下载:
  2. 2个51单片机实现UART通信 程序分master和slave2个部分。 master等待按键(SW1),按键按下后将数据发送到slave单片机,slave单片机中断接受查询发送,将收到的数据发送回master,master中断接受,收到后将LED灯点亮。-two 51 MCU UART communication procedure, and the master slave2 parts. Wait for the mast
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-17
    • 文件大小:17408
    • 提供者:jones
  1. DEVCOMM

    0下载:
  2. 51单片机串口通讯解规约的例子,用串口中断实现-51 microcontroller serial communications solutions Statute of the examples used to achieve interrupt
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:魏国卿
  1. zhongduanhuibian

    0下载:
  2. 单片机中断汇编程序 实现串口中断-SCM interrupted compilation program interrupt, etc.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:钱逸群
  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
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-17
    • 文件大小:34816
    • 提供者:zhaokc
  1. EXT_C

    0下载:
  2. 利用51单片机外部中断实现LED灯的简单控制 keil c51开发的C语言小程序 -51 external interrupt the use of single-chip LED lamps to achieve a simple control keil c51 development of small C language program
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:五号
  1. 单片机延时

    0下载:
  2. 单片机开发系统延时间程序,C语言开发,采用中断实现,程序简单易用,可以自由更改, 延时1秒到99999秒均可以实现。-Extension of time for single-chip development system process, C language development, the realization of the use of interruption, the program easy to use, be fre
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:林海
  1. usart_half_mode

    0下载:
  2. Avr单片机半双工模式Usart驱动,用中断实现, 可以像打开文件一样处理usart数据。-Usart communication half mode, implements by interrupt, Can process as file
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-17
    • 文件大小:4096
    • 提供者:沙卡
  1. dtsm

    0下载:
  2. 用2*2矩阵键盘实现手动计数,我用的是单片机中断实现该功能-With 2* 2 matrix keyboard manual count, I used the single-chip realization of the function of interruption
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:luoyi
  1. C8051F120serialcommunicationinterruption2

    0下载:
  2. 学习使用 C8051F1xx 单片机中断方式实现串口通信。使用中断定时实现串口通信。使用串口调试工具向串口发送一个字节的数据,可以观察到串口工具可以接收到刚才发送的数据。-C8051F1xx study the use of single-chip serial communication interruption means. Interrupted from time to time to achieve the use of se
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-17
    • 文件大小:16384
    • 提供者:关飞
  1. 05-双串口中断收发

    0下载:
  2. stc51单片机上实现对05-双串口中断收发的历程。。。。(Stc51 microcontroller on the 05- double serial interrupt interrupt transceiver process....)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-17
    • 文件大小:33792
    • 提供者:YC斯途
  1. xuanzuo

    0下载:
  2. 单片机中断函数应用,基础题,实现2s精确定时(Microcontroller interrupt function application, basic questions, the realization of 2S precise timing)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-17
    • 文件大小:14336
    • 提供者:nnkk
  1. 第七章实例3中断实现

    0下载:
  2. 学习单片机时对于单片机。。。。中的中断实现(Interrupt realization of single chip microcomputer)
  3. 所属分类:C#编程

    • 发布日期:2024-06-17
    • 文件大小:49152
    • 提供者:掏客
« 12 3 4 5 6 7 8 9 10 ... 28 »

源码中国 www.ymcn.org