搜索资源列表
C51_Calculator.rar
- 用C51做的计算器源码,矩阵键盘,液晶显示,C和ASM混合编程,PROTUSE自带的例程,C51 calculator to do with source code, matrix keyboard, LCD, C and ASM programming mixed, PROTUSE built-in routines
calculator
- 用VHDL在quartus2下实现的计算器。输入为4*4矩阵键盘,输出为共用数据线的数码管。可以实现简单数学运算、逻辑运算、进制转换、连续运算等功能。-Using VHDL in quartus2 achieve calculator. Input 4* 4 matrix keyboard, the output data lines for sharing of digital control. Can achieve a simple mathematical operations, log
MMS
- 电子密码锁程序和电路用51单片机加上矩阵键盘控制
51keyboard
- 51单片机矩阵键盘实验,将输入的数字以及平方后的数字用数码管显示出来!-51 Singlechip keyboard matrix experiment, the input figure and the square of the figure after the digital tube display!
cal4X
- proteus +51 计算器支持普通的加减乘除四则运算功能....用4X 4中断矩阵键盘...有兴趣的可以参考一下 -proteus+51
8051Calculator
- 用51单片机实现计算器功能,包括LM020L液晶以及4*6的矩阵键盘。-Calculator with 51 single-chip realization of functions, including LM020L LCD and 4乘6 matrix keyboard.
calculator
- 51单片机计算器程序,用液晶显示,矩阵键盘,加减乘除运算。-use51 microcontroller to make calculator。
keybord
- 51单片机矩阵键盘扫描程序,依据计算器按键设计。-51 MCU matrix keyboard scanning process, based on the design calculator buttons.
87
- 本设计以STC89C516RD+单片机为控制运算器,以8*6矩阵键盘控制,以12864ZB液晶显示,以9V电池供电。 对于此计算器我用了38个键的矩阵键盘,10个数字键,1个小数点键,1个正负键,4个常用运算键,1个等号键,1个清零键,1个第二功能键,4个三角函数运算键,4个常用公式键,还有8个其它功能键。此计算器与常用计算器无很大差别,其中四则运算、阶乘、百分比、平方、立方、组合、乘方、倒数都可以精确到十位 ,其它运算因为调用到C语言函数库,为浮点型,有效位只有7位。 -The des
jisuanqi
- 简易计算器设计,利用LCD1602显示,使用矩阵键盘控制-Simple calculator designed to use LCD1602 display, use the matrix keyboard
integer_calculator
- 51单片机实现8位简单整数计算器,数码管显示,矩阵键盘输入,可进行加减乘除运算。-51 8-bit MCU simple integer calculator, digital display, matrix keyboard, can be addition and subtraction multiplication and division.
jisuanqi
- 单片机1602+矩阵(4x4)计算器 矩阵键盘 计算器(简易)的程序 1602+4*4矩阵键盘-at89c51 1602+jiuzhen(4x4) jisuanqi
3 计算器4x4矩阵键盘
- 简易计算器,利用4乘4矩阵键盘,51单片机在LED显示屏上实现简易计算器功能(Based on the 4 x 4 matrix keyboard, 51 microcontroller simple calculator functions on the LED display)
整型计算器(数码管显示)
- 数码管显示的整型计算器,可以进行简单的加减乘除,数码管移位显示,矩阵键盘扫描,适合单片机入门的初学者。(The digital display of the integer calculator, can be a simple digital tube display shift, add, subtract, multiply and divide, matrix keyboard scanning, SCM entry for beginners.)
66-矩阵键盘简易计算器
- 66-矩阵键盘简易计算器(66- matrix keyboard simple calculator)
Lcd计算器(Lcd适应版,薄膜键盘)
- 矩阵键盘作为按键,进行计算并显示到LCD,可以连续计算(The matrix keyboard is used as the key to calculate and display on LCD,Can be continuously calculated)
27-计算器
- 本设计是实现一个有加、减、乘、除、计算功能的多功能计算器。它的硬件主要由四部分组成,一个STC89C52单片机芯片,一块LCD1602液晶显示器,一个4*4的键盘。采用STC89C52单片机为主要控制电路,然后使用液晶显示管显示数据,利用4*4矩阵键盘加上一些功能键完成电路的输入操作部分。电路比较简单,但是很实用方便。(The design is a plus, subtraction multiplication and division, calculation function calcu
基于单片机的智能计算器
- 本设计是以STC89C51单片机为核心的计算器模拟系统设计,输入采用4×4矩阵键盘再加上4个独立按键,可以进行加、减、乘、除7位带符号数字运算,同时支持括号的嵌套使用级浮点数的运算,并在LCD1602上显示操作过程。(This design is a calculator simulation system design with STC89C51 MCU as the core. Input 4 * 4 matrix keyboard plus 4 independent keys can a
电子计算器
- 整个系统用STM32单片机作为中央控制器,由单片机执行采集内部RTC值,简易电子计算器信号通过单片机I/O传给LCD显示屏,单片机模块,控制驱动模块、驱动显示模块,通过显示模块来实现信号的输出、LCD显示屏的显示及相关的控制功能。 (1)利用液晶块显示; (2)实现“+”“-”“×”“÷”的运算;(The whole system uses STM32 single-chip microcomputer as the central controller, and the single-ch
计算器课设
- 基于51单片机多位十进制计算器设计 带文档说明 程序源码 proteus仿真图 (1)系统通过4×4的矩阵键盘输入数字及运算符。 (2)可以进行多位十进制数以内的运算(包括加,减,乘,除,幂次方,对数,三角函数等功能),如果计算结果超过显示范围,则屏幕显示E。 (3)可显示输入时的数字及结果 (4)设计控制电路总体方案; (5)电路的设计、仿真与调试;(Design of multi bit decimal number calculator based on MCU)