登录
首页 » Others » 单片机实验

单片机实验

于 2020-06-15 发布
0 214
下载积分: 1 下载次数: 1

代码说明:

说明:  适用于51开发板的第一个实现文件,里面有.asm文件。(51 single chip experiment: lighting the first LED lamp experiment.)

文件列表:

单片机实验张雨2017012232, 0 , 2019-08-17
单片机实验张雨2017012232\实验1.hex, 85 , 2019-05-10
单片机实验张雨2017012232\实验2.asm, 1508 , 2019-05-25
单片机实验张雨2017012232\实验2.hex, 497 , 2019-05-25
单片机实验张雨2017012232\实验3.asm, 1054 , 2019-05-31
单片机实验张雨2017012232\实验3.hex, 462 , 2019-05-31
单片机实验张雨2017012232\实验4.1.asm, 349 , 2019-06-10
单片机实验张雨2017012232\实验4.1.hex, 160 , 2019-06-10
单片机实验张雨2017012232\实验4.2.asm, 1277 , 2019-06-14
单片机实验张雨2017012232\实验4.2.hex, 537 , 2019-06-14
单片机实验张雨2017012232\实验5.asm, 960 , 2019-06-21
单片机实验张雨2017012232\实验5.hex, 487 , 2019-06-21
单片机实验张雨2017012232\实验6.1.asm, 527 , 2019-06-21
单片机实验张雨2017012232\实验6.1.hex, 175 , 2019-06-21

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • automatically from cars
    自 动 往 返 小 汽 车-automatically from cars
    2022-04-20 22:17:59下载
    积分:1
  • IRFExtractor_v0.3.2.win
    Tool to extract IFR from UEFI EFI BIOSes
    2018-02-02 17:54:16下载
    积分:1
  • 4*4键盘扫描按键,依据按键值,一个LED显示相应键值
    4*4键盘扫描按键,依据按键值,一个LED显示相应键值-4* 4 keyboard scan button, based on key values, an LED display the corresponding key
    2022-02-26 15:03:03下载
    积分:1
  • 333333
    提出了一个由AT89C52单片机控制步进电机的实例。可以通过键盘输入相关数据, 并 根据需要, 实时对步进电机工作方式进行设置, 具有实时性和交互性的特点。该系统可应用于 步进电机控制的大多数场合。实践表明, 系统性能优于传统的步进电机控制器。(Put forward a AT89C52 single-chip stepper motor control example. Through the keyboard input data, and in accordance with the needs of real-time work on the stepper motor set up, with real-time and interactive features. The system can be applied to stepper motor control of the majority of occasions. Practice shows that system performance is superior to traditional stepper motor controller.)
    2008-05-27 15:06:01下载
    积分:1
  • Written in assembly code using random number generation algorithm: program mainl...
    用汇编代码写的随机数生成算法: 程序主要由八部分组成。主程序main 从键盘输入的10进制数的子程序redigital;产生随机数,并输出随机性评估结果的子程序random;评估一个随机数随机性的子程序evaluAnum;用蒙特卡罗法评估随机性的calpi将数以十六进制输出的子程序printtohex;将数用十进制打印出来的子程序printaxd;输出换行回车的子程序printrn。-Written in assembly code using random number generation algorithm: program mainly by the eight parts. The main program main from the keyboard input 10 the number of decimal subroutine redigital generate random numbers, and output the results of the assessment of the subroutine random random assessment of a random number of random subroutine evaluAnum with the Monte Carlo Method to Evaluate the random of calpi will be hundreds of subroutines hexadecimal output printtohex will be hundreds of subroutines with the decimal print out printaxd the subroutine output carriage return line feed printrn.
    2022-08-13 21:17:06下载
    积分:1
  • 51 for air humidification process. Driven ultrasonic gas atomization. Just testi...
    用于空气加湿的51程序.驱动超声波雾化气.只是测试用.-51 for air humidification process. Driven ultrasonic gas atomization. Just testing.
    2022-05-31 05:01:34下载
    积分:1
  • Windows环境下32位程序设计
    Windows环境下32位汇编语言程序设计(Windows environment next 32 assembly language programming )
    2020-06-26 11:00:01下载
    积分:1
  • 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼 近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点...
    目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼 近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的 速度。 本子程序库对《单片机应用程序设计技术》一书附录中的子程序库作了重大修订: (1)按当前流行的以 IBM PC 为主机的开发系统对汇编语言的规定,读者不必再进行修 改,便可直接使用。 (2)对浮点运算子程序库进行了进一步的测试和优化,对十进制浮点数和二进制浮点数的 相互转换子程序进行了彻底改写,提高了运算精度和可靠性。 (3)新增添了若干个浮点子程序(传送、比较、清零、判零等),使编写数据处理程序的 工作变得更简单直观。 在使用说明中开列了最主要的几项:标号、入口条件、出口信息、影响资源、堆栈需求,各 项目的意义请参阅《单片机应用程序设计技术》第六章 6.3.7 节的内容。程序清单中开列 了四个栏目:标号、指令、操作数、注释。为方便读者理解,注释尽力详细。 -err
    2022-05-30 13:06:19下载
    积分:1
  • Tower of Hanoi program a total of three
    汉诺塔程序 共有三个轴 码数由键盘输入 屏幕上输出移动的过程及次数-Tower of Hanoi program a total of three-axis code number on the screen from the keyboard input and frequency output of the process of moving
    2022-11-12 21:20:03下载
    积分:1
  • tsr
    驻留程序TSR (presence procedures TSR)
    2004-12-17 12:57:08下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载