CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 单片机 小程序

搜索资源列表

  1. 数字钟小程序

    0下载:
  2. 本设计由单片机时钟芯片、模数转换芯片为核心,辅以必要的电路,构成了一个具有多功能的数字时钟 。能够准确的显示时间、调整时间、闹钟定时等功能。-designed by the MCU clock chip, analogue to digital converter chip as the core, supplemented by the necessary circuit, constitute a multi-function digital clock. To accurately ind
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:77559
    • 提供者:玉华
  1. birthday_Pro

    0下载:
  2. 小喇叭(SPEAKER)-------P0.7 AT89S51单片机应用程序-loudspeaker (SPEAKER )------- P0.7 AT89S51 SCM application procedures
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1007
    • 提供者:恒学
  1. wnl

    0下载:
  2. 最近学了一段时间的C,感觉还不错,这对单片机的编程也很有帮助,在这奉上一个小程序(在VC6.0里运行的话,能看得更加清楚),其功能就是显示任何一年的万年历,没办法,学的不是很多,这样的程序也拿来传。。希望大家见谅,不过我觉得这也有他的好处。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11324
    • 提供者:zq
  1. dianzizhong

    0下载:
  2. 单片机实现电子时钟功能的小程序,六个数码管分别显示时,分,秒;可以分别设定时,分,秒-SCM electronic clock applet functions, respectively, six digital displays hours, minutes, seconds can be set separately, the minutes, seconds
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1356
    • 提供者:suiyidodo
  1. IO

    0下载:
  2. 大家好!我为大家提供个小程序,单片机汇编语言编写的IO模拟串口程序,此程序可供参考和使用-Good! I provide a small program, single-chip assembly language prepared by serial IO simulation procedure, this procedure can be used as reference and use
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:682
    • 提供者:tubiyong
  1. tscy

    0下载:
  2. 单片机程序,内涵多个单片机调试的小程序!全部通过编译!-Single-chip process, meaning a small number of single-chip debugging process! All through the compiler!
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:2935
    • 提供者:庄子不逍遥
  1. asm

    1下载:
  2. 51单片机汇编程序集,有几十个小程序可供使用-51 Single-chip assembler sets, there are dozens of small programs available
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:12039
    • 提供者:yuboyushui
  1. 1

    0下载:
  2. 单片机的入门小程序,用它来来扫描键盘,并根据不同的按键方式,显示不同流水灯-Procedures for the entry of small single-chip, to use it to scan the keyboard and buttons according to different methods show different water lights
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1264
    • 提供者:侯德成
  1. 51asm

    0下载:
  2. 单片机程序,自己做的小程序,希望能够给大家一些帮助-Single-chip process, their own small program, hoping to give you some help
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:55234
    • 提供者:pc
  1. 51library

    0下载:
  2. 51单片机实用程序库,多种小程序代码,是51设计时很好的帮手(转自网络)-51 single-chip utility library
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:6726
    • 提供者:qcatv
  1. lianxi1-3

    0下载:
  2. 一个51单片机的测试小程序,是我初次学微机原理时做的,请指教-A 51 MCU test small programs that I made the first microcomputer principles, please Zhijiao
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1148
    • 提供者:xiaolin
  1. SeccP35

    0下载:
  2. 51单片机检测低电平保持时间的程序,实际使用采用红外线发射接收一体的小板来检测物体接近和离开的时间-51 SCM test low to maintain time-consuming procedures, the actual use of infrared transmitting and receiving one of a small plate to detect objects close to and departure time of
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1294
    • 提供者:songyyin
  1. dianziqin

    0下载:
  2. 利用单片机89c51,用汇编语言编写的电子琴小程序!对初学单片机的人来说帮助很大!-Using microcontroller 89c51, written in assembly language keyboard applet! Microcontrollers for beginners of great help for people who!
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1176
    • 提供者:雷雷
  1. receive

    0下载:
  2. 使用汇编语言一个交通灯控制小程序,主要练习串行口通信与中断,定时器中断,外部中断,内附详细解释,通过两个52单片机串行口互联,可控制红黄绿三灯时间,具体为发送机P1口接键盘,可任意设定每个灯两位十进制时间,接收机P1,P2接LED-8屏,同时具有外部中断功能,应对突发事件,呵呵,这个程序是老师布置的作业啦,做完了才发觉原来老师让用c写,偶却好无聊的写成了汇编了-Assembly language of a traffic light control applet, the main practi
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:21354
    • 提供者:小影
  1. wutaideng

    0下载:
  2. 这是一个利用单片机管脚控制P1口小灯产生舞台灯光效果的小程序-This is a single-chip computer P1 port pin control stage lighting small lamps produce a small program
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:668
    • 提供者:suiyidodo
  1. TX-1C-c-cPP

    0下载:
  2. 郭天祥开发板TX-1C单片机的配套程序,还有一些自己平常使用的小程序。挺不错的-The Guo Tianxiang development of the supporting program of the microcontroller board the TX-1C, as well as some of my usual use of the applet. Very good
  3. 所属分类:source in ebook

    • 发布日期:2017-05-26
    • 文件大小:9386588
    • 提供者:黎永志
  1. calculator

    0下载:
  2. 基于三菱的单片机的一个创新的小程序,实现简单的计算器的功能。-Mitsubishi-based microcontroller an innovative program to achieve a simple calculator.
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-30
    • 文件大小:1603
    • 提供者:安若
  1. C51

    0下载:
  2. C51小程序,希望对单片机有爱好的人有帮助-C51 program
  3. 所属分类:OS Develop

    • 发布日期:2017-11-27
    • 文件大小:270469
    • 提供者:xiangbo
  1. SN8P2501_PWM_RGB

    2下载:
  2. 用SN8P2501B做的一个小程序,主要是用普通I/O口控制RGB三色等的渐变,程序没有用单片机自带的PWM功能,用的是TC0定时器,希望能对定时器不熟的初学者有点帮助。-A small program to do SN8P2501B general I/O port control RGB three-color gradient, the program does not use microcontroller comes with PWM function, the TC0 timer,
  3. 所属分类:assembly language

    • 发布日期:2016-05-23
    • 文件大小:3072
    • 提供者:张华茂
  1. 4、实验例程

    0下载:
  2. 从单片机光盘中找的,有各种可以用于51单片机上的小程序(From the SCM CD-ROM to find, there are a variety of 51 microcontroller can be used on small programs)
  3. 所属分类:汇编语言

« 12 »
搜珍网 www.dssz.com