登录
首页 » 汇编语言 » CPU:C51,三个按键:上翻、下翻、确定。用于一咖啡机控制系统界面的开发,主体界面基本完成。主体菜单8个,最深4级菜单。用于煮咖啡倒记时菜单一个。...

CPU:C51,三个按键:上翻、下翻、确定。用于一咖啡机控制系统界面的开发,主体界面基本完成。主体菜单8个,最深4级菜单。用于煮咖啡倒记时菜单一个。...

于 2023-03-07 发布 文件大小:73.79 kB
0 62
下载积分: 2 下载次数: 1

代码说明:

CPU:C51,三个按键:上翻、下翻、确定。用于一咖啡机控制系统界面的开发,主体界面基本完成。主体菜单8个,最深4级菜单。用于煮咖啡倒记时菜单一个。-CPU: C51, the three buttons: on the turn, the next turn, determine. For one coffee machine interface control system development, the main interface basically completed. 8 the main menu, hit menu 4.倒记时menu for a coffee.

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

发表评论

0 个回复

  • 中断列表(7) : 转换程序 242K
    中断列表(7) : 转换程序 242K-suspended list (7) : conversion 242K
    2023-02-10 19:20:03下载
    积分:1
  • helios voice chip recording audio source. Sub automatic recording can be erased....
    helios语音芯片的录音放音源程序。自动分段录音,可擦除。其音频数据存储采用SPI FLASH存储芯片-helios voice chip recording audio source. Sub automatic recording can be erased. Audio Data Storage their use SPI Flash Memory Chip
    2022-03-21 08:47:50下载
    积分:1
  • 写的贪吃蛇游戏,在轻松译通过,游戏能实现贪吃蛇的基本游戏功能...
    汇编写的贪吃蛇游戏,在轻松汇编里编译通过,游戏能实现贪吃蛇的基本游戏功能-Compilation of written Snake game, where the compiler to compile in a relaxed through the game to achieve the basic game features Snake
    2022-01-26 06:02:08下载
    积分:1
  • 用8086设计一存取款小软件系统。要求进入系统后,屏幕上显示“欢迎使用本系统”,另起行显示“输入密码:”。允许三次输入错误密码后可重新输入密码,三次输入...
    用8086汇编语言设计一存取款小软件系统。要求进入系统后,屏幕上显示“欢迎使用本系统”,另起行显示“输入密码:”。允许三次输入错误密码后可重新输入密码,三次输入都出错则返回DOS。密码输入正确即进入本人帐号,并在屏幕上显示: “1 返回DOS 2 查阅余额 3 存款 4 取款” 然后按1,2,3,4键选择所需工作方式。 以上各方式有如下功能: 1 返回DOS-- 退出小系统,返回DOS 2 查阅余额-- 显示本人帐号内余额(元) 3 存款-- 输入存款数目,即与余额相加 4 取款-- 输入取款数目,即与余额相减 按2,3,4键即进入相应方式,以ENTER键结束,结束后再显示: "1 返回DOS 2 查阅余额 3 存款 4 取款"说明: ①屏幕显示可用英文,②帐号内要求可存额不小于十进制6位数 -wu
    2022-06-18 05:07:00下载
    积分:1
  • 232通信,我调试过,没有什么问题。情大家下载
    232通信,我调试过,没有什么问题。情大家下载-232 communications, I debugging, without any problem. We downloaded situation
    2022-06-16 02:30:01下载
    积分:1
  • FAT16 磁盘格式引导程序(ASM)
    FAT16 磁盘格式引导程序(ASM)-FAT16 disk format guide (ASM)
    2022-06-16 22:49:29下载
    积分:1
  • Fortran 的矩阵求逆程序
    Fortran 的矩阵求逆程序-Fortran the matrix inversion process
    2022-02-19 21:43:19下载
    积分:1
  • 装置的功能是对温度进行实时监测与控制。由温度传感器DS18B20对温度进行采样和转换成数字信号送入单片机,并与设定的报警温度上、下限值进行比较,信息通过LCD显...
    装置的功能是对温度进行实时监测与控制。由温度传感器DS18B20对温度进行采样和转换成数字信号送入单片机,并与设定的报警温度上、下限值进行比较,信息通过LCD显示出来。如实时温度超过设定的上、下限值,一方面由LCD显示信息,并发出警报声;另一方面自动控制继电器(Relay)开接通或断开,从而控制加热源的开与断,达到对温度进行实时控制的目的。-Device" s function is real-time temperature monitoring and control. Temperature by the temperature sensor DS18B20 sample and converted into a digital signal into the microcontroller, and with the set alarm temperature of the upper and lower limit comparison information through the LCD display. Such as real-time temperature exceeds a set upper and lower limits on the one hand by the LCD to display information, and the alarm sound the other hand, automatic control relay (Relay) to open turn on or off to control the opening and the heat source off, to achieve real-time temperature control.
    2022-02-20 12:38:04下载
    积分:1
  • 大小写转换
    大小写转换- The big small letter transforms
    2022-05-01 02:22:38下载
    积分:1
  • vb 分形树
      Dim xs As Integer   Dim ys As Integer   Dim alph As Single   Dim lng As Single   Dim m As Integer   Const PI As Single = 3.14159265 Private Function tree(x As Integer, y As Integer, angle As Single, length As Single, n As Integer)     Dim x0 As Integer   Dim y0 As Integer   Dim alpha As Single   Dim beita As Single   Dim leng As Single   BackColor = vbWhite     If n > 0 Then     x0 = x + Cos(angle) * length     y0 = y - Sin(angle) * length     picture1.Line (x, y)-(x0, y0), vbbrake     alpha = angle - PI / 8     beita = angle + PI / 8     leng = 2 * length / 3         Call tree(x0, y0, alpha, leng, n - 1)  &nbs
    2022-01-24 19:06:52下载
    积分:1
  • 696524资源总数
  • 103957会员总数
  • 51今日下载