登录
首页 » 汇编语言 » MCS51 LCD动画显示调试程序

MCS51 LCD动画显示调试程序

于 2023-07-17 发布 文件大小:12.57 kB
0 94
下载积分: 2 下载次数: 1

代码说明:

MCS51 LCD动画显示调试程序-animation MCS51 LCD display debugger

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

发表评论


0 个回复

  • Pressure acquisition program can be displayed by external sensors to measure pre...
    压力采集程序,能够通过外接传感器来测量显示压力并做处理-Pressure acquisition program can be displayed by external sensors to measure pressure and to do deal with
    2022-05-10 20:05:43下载
    积分:1
  • #include <iostream> #include <stack> #define MAX_SIZE...
    非递归的快速排序算法-#include #include #define MAX_SIZE 11 using namespace std typedef int elem typedef std::stack Stack int partition(elem*pData, int low, int high) void swap(elem& a, elem& b) void qsort(elem* pData, int low, int high) int partition(elem*pData, int low, int high) { elem key = pData[low] while(low < high) { while(low < high && pData[high] >= key) high-- swap(pData[low], pData[high]) while(low < high && pData[low]
    2022-05-08 16:41:43下载
    积分:1
  • 程序设计,显示系统时间。 首先在数据段开辟一显示缓冲区,用来存储系统时间。调用BIOS中断,返回系统时间,并将来返回的二进制时间转换成ASCII码,...
    汇编语言程序设计,显示系统时间。 首先在数据段开辟一显示缓冲区,用来存储系统时间。调用BIOS中断,返回系统时间,并将来返回的二进制时间转换成ASCII码,方便时间显示时的调用。分别将来小时数、分钟数、秒数存入显示缓冲区。通过写显存将时间显示出来。由于获取了的系统时间不会自动刷新,所以我们要设计成刷新的方式来不断获取系统的时间,这样就形成了会跳动的电子钟了。-Assembly language programming, display system time. First of all, open up one paragraph in the data display buffer for the storage system time. BIOS interrupt calls to return system time, and the future return of the binary time into ASCII code for the call time is displayed. Respectively, the future number of hours, minutes, seconds into the display buffer. Time by writing to memory will be displayed. As the access to the system time does not automatically refresh, so we need to refresh the way designed to keep on getting the system time, so that will be formed beating electronic o
    2022-03-14 06:09:11下载
    积分:1
  • 第九届飞思卡尔电磁车源代码
    应用背景详细的第九届电磁组程序,可以直接用关键技术采用5个电感检测赛道,归一化算法,可以参考一下电感的排布,以及处理的算法
    2023-08-05 00:50:06下载
    积分:1
  • SPI Interface Data Reading a compilation of program memory. Emulator can be used...
    读SPI接口数据存储器的汇编程控.可用于仿真器,电脑显示读出版界2个字节及起始地址.-SPI Interface Data Reading a compilation of program memory. Emulator can be used, the computer display read the publishing industry and two-byte starting address.
    2022-06-29 11:44:15下载
    积分:1
  • 2022-03-10 14:40:35下载
    积分:1
  • use chips showed lattice 8255
    利用芯片8255显示点阵-use chips showed lattice 8255
    2022-08-14 11:25:40下载
    积分:1
  • 用C++实现多项式处理
    用C++实现多项式处理-Using C++ to deal with polynomials
    2022-04-28 21:04:44下载
    积分:1
  • StuMan学生成绩管理系统是一个使用MASM宏开发的试验性项目。它实现了学生学号、姓名、三门课程成绩的录入、修改、删除以及总成绩计算、按成绩排序等功能...
    StuMan学生成绩管理系统是一个使用MASM宏汇编语言开发的试验性项目。它实现了学生学号、姓名、三门课程成绩的录入、修改、删除以及总成绩计算、按成绩排序等功能,并且可以将数据保存为磁盘文件,便于再次打开编辑。 程序基于DOS或Windows命令行模式运行,全屏显示,使用简单的键盘命令进行操作。可处理100条(可扩充)以内的学生记录。在DOS汉字系统的支持下可正确处理中文信息。-StuMan student achievement management system is a MASM macro assembler language using the development of pilot projects. It achieved its students, the names of three courses achievements entry, modify, delete, and a total score of computing, such as merit-based ranking function, and data can be saved as disk files, easy to open the editor again. Procedures based on DOS or Windows command-line mode, full screen display, using a simple keyboard commands to operate. Can handle 100 (which can be expanded) of students within the record. Chinese characters in DOS system can correctly deal with the support of Chinese information.
    2022-08-06 14:18:39下载
    积分:1
  • 此代码是利用实现的霓虹灯变化,实现都种图案的变化。是很好的学习实例。...
    此代码是利用汇编语言实现的霓虹灯变化,实现都种图案的变化。是很好的汇编语言学习实例。-This code is to use assembly language to achieve the neon lights change to achieve all kinds of design changes. Is a good example of assembly language to learn.
    2022-07-11 18:57:21下载
    积分:1
  • 696518资源总数
  • 105084会员总数
  • 17今日下载