CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - 汇编小程序

搜索资源列表

  1. 数字钟

    0下载:
  2. 报时小闹钟 本程序是一个用汇编编的精致的图形时钟,运行时双击clock图标即可, 钟表显示的时间为本机系统的时间。   按b键可扩大画面 ;按s键可缩小画面;按c键可改变颜色;按e键可听音乐; 按q键退出本程序. -timekeeping small alarm clock this procedure is a compilation series with exquisite graphics clock, double-click the clock running i
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:8345
    • 提供者:张成
  1. 小原码

    0下载:
  2. 汇编写的小程序初学很好的 是单片机ATM89C51用的开发工具是KEIL UV2 -compilation of small programs written in a very good learning ATM89C51 SCM is a development tool is the U KEIL V2
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2460289
    • 提供者:张磊
  1. bxfasheng

    0下载:
  2. 基于单片机开发的一个小程序,用汇编编的,波形发生程序.-based microcontroller development of a small program, with the compilation series, waveform occurred procedures.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3835
    • 提供者:zhoujiubin
  1. get_the_sum

    0下载:
  2. 用汇编写成的将正负数分别相加,求和的一个小程序。对于初学汇编的人有一定参考价值-used to compile written in the sum of positive and negative, respectively, the sum of a small program. For beginners compilation of a certain reference value
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3683
    • 提供者:潘波
  1. song06

    0下载:
  2. 一个可以发出音乐的汇编小程序。 仅供大家参考-music can be issued a compilation of small programs. We only reference
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1088
    • 提供者:fei
  1. jklajdjajkdja

    0下载:
  2. 一个用汇编编写的用于C51系列单片机的小程序,可以测量温度-with a compilation prepared for the C51 microcontroller series of small procedures, the temperature can be measured
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:16674
    • 提供者:karlchen
  1. picRTOS

    0下载:
  2. 精简的pic rtos 汇编代码。 每个任务包括变量定义、初始化程序、中断程序、核心程序。使用编译器MPASM。 对理解rtos、按照rtos思路写pic单片机的小程序很有帮助。-Pic rtos streamlined assembly code. Each mission, including the definition of variables, initialization procedures, interruption of the procedure, the core prog
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:3181
    • 提供者:张东杰
  1. examples_of_code

    1下载:
  2. 这是多功能51单片机开发板的大部分模块的实例程序,包括:ds18b20的读写、24c02的读写、1602、12864、数码管显示、串口通信、键盘、TLC5615、点阵管等19个例程程序。绝大部分是用汇编语言写的,小部分是采用c语言或者两都兼有-This is multi-functional 51 MCU development board most of the examples of program modules, including: ds18b20 reading and writin
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:293357
    • 提供者:文子
  1. key

    0下载:
  2. MCS-51单片机汇编小程序,键盘控制数码管输出相应数字-MCS-51 single-chip microcomputer to compile a small program, keyboard control of the digital control output corresponding figure
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:868
    • 提供者:杨文彬
  1. CeilEnvironmentMCUcode

    0下载:
  2. 89s52单片机设计的具有小信号频率检测(小幅度模拟信号频率测量)功能和自动换挡测量功能的最低测量频率1Hz最高测量频率达到10MHz的频率计的ceil环境汇编语言编写的单片机程序(附频率计的protel设计原理图)-89s52 microcontroller designed with the small-signal frequency detection (small amplitude analog signal frequency measurement) functions and
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:58927
    • 提供者:李光银
  1. 001

    0下载:
  2. 51单片机流水灯程序,汇编语言编写,非常精小细致的程序。-51 MCU water lights program, written in assembly language, very fine small delicate procedure.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:11712
    • 提供者:杜燕东
  1. traffic

    0下载:
  2. 使用keil+汇编写的一个交通灯设置控制程序,涉及定时器中断、串口通信与中断、外部中断,通过两个c52串口互联,可在一端设置红黄绿时间,另一端接收并储存时间设定,发送端键盘接P1[0~6],接收端led-8接P1,P2[0~2],另外接外部中断,应对突发事件,本程序纯粹是本人失误产生,老师让写c语言,结果偶没听见,以为写汇编,杯具的程序就此产生了……不过还是很有借鉴意义的一个小程序啦,内附详细说明(本人一贯风格)-Using keil+ assembly to write a set of tr
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:41027
    • 提供者:小影
  1. Small-program

    0下载:
  2. 单片机 实验板 学习小程序 可以用于平时做实验的参考,程序有c语言的也有汇编。-microcontroller Experimental board Small program Can be used to do experiments at ordinary times the reference, program has a c and assembly.
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:61005903
    • 提供者:曹兴文
  1. 51usualcode

    0下载:
  2. 51单片机常用到的C语言和汇编小程序,便于模块化设计和参考。-51 single-chip common to the C language and assembly of small programs, modular design and ease of reference.
  3. 所属分类:SCM

    • 发布日期:2017-05-06
    • 文件大小:1342943
    • 提供者:赵冰
  1. 51_MCU_40

    0下载:
  2. 单片机40个小程序 汇编语言和C语言对照比较对于初学单片机的有很大的帮助-Microcontroller 40 small program in assembly language and C language control of great help to beginners microcontroller
  3. 所属分类:SCM

    • 发布日期:2017-05-10
    • 文件大小:2430858
    • 提供者:程硕
  1. Stopwatch-assembler-(20-101-029)

    0下载:
  2. 用汇编指令写的单片机秒表小程序,非常的简单,适合刚接触单片机的同学-Assembly instructions written in microcontroller small stopwatch program, very simple and suitable for students new to microcontroller
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:4753
    • 提供者:野径闲人
  1. SCM-holiday-lights

    0下载:
  2. 单片机节日控制彩灯 汇编小程序 实现给种彩灯的控制-SCM holiday lights assembler
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1831
    • 提供者:周醉风
  1. zhongduan

    0下载:
  2. 这是单片机中段汇编小程序,里面有具体的解释。-This is a microcontroller middle of the compilation of small programs, which have a specific explanation.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:415232
    • 提供者:oo
  1. transformer

    0下载:
  2. 这是一个用纯汇编编写的变压器的小程序。用查表完成-This is a small program written in pure assembler transformer. Completed with a look-up table
  3. 所属分类:SCM

    • 发布日期:2017-11-26
    • 文件大小:562
    • 提供者:Li
  1. PAOMA

    0下载:
  2. 跑马灯小程序。自己写的,汇编。gangxuedanpianji -Marquee applet. Write their own, assembly.
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6957
    • 提供者:小窝
« 12 »
搜珍网 www.dssz.com