搜索资源列表
PICcalculator
- 一个采用PIC单片机的计算器程序代码,芯片为PIC16F876,项目程序包括计算器键盘扫描程序,LCD显示程序。计算器算法程序,程序语言是PIC C,此项目是学习单片机编程及外围驱动的绝佳例程。-using a calculator the PIC procedure code for the PIC16F876 chip, items included calculators keyboard scanning procedures, LCD display program. Calculat
simplecalculator.rar
- 在51单片机上实现4X4键盘控制的简易计算器功能.能实现加减乘除功能,51 single-chip implementation in the 4X4 on a simple calculator keyboard control functions. Calculation function to achieve
用51单片机和1602实现计算器的功能
- 主要是用51单片机和1602实现计算器的功能,同时用键盘作为数值的输入-51 is mainly used to achieve single-chip calculator function and 1602, while using the keyboard as the input values
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
counter51
- 8位单片机计算器(实现浮点运算,4*4键盘)-8-bit single-chip calculator (the realization of floating-point, 4* 4 keypad)
51keyboard
- 51单片机矩阵键盘实验,将输入的数字以及平方后的数字用数码管显示出来!-51 Singlechip keyboard matrix experiment, the input figure and the square of the figure after the digital tube display!
Single-chip_calculator
- 这是自己用一个单片机做的计算器,用4*4键盘控制,数码管显示。-This is their own to do with a single-chip calculator, using 4* 4 keyboard control, digital tube display.
key_lcd
- 适用于msp430f449的键盘输入程序,用于输入数字键和加减乘除,也许可以用来编计算器-Applied to the keyboard input msp430f449 procedures for the importation of the number keys and the addition and subtraction multiplication and division, calculators may be used for
Calculator
- 用51单片机开发的简单计算器程序,使用4*4扫描键盘。-A simple calculator program based on 51 MCU.
cal4X
- proteus +51 计算器支持普通的加减乘除四则运算功能....用4X 4中断矩阵键盘...有兴趣的可以参考一下 -proteus+51
jisuanqi
- 用飞思卡尔GP32单片机实现普通十进制计算器的功能,按键采用4×4键盘,显示采用16×2点阵式字符LCD,键盘符号定义如下:左下角的“<-”表示退格,即删除键,按一次删除LCD的最后一个数字。 LCD的第一行显示运算式,第二行显示运算结果。其他功能同普通计算器相同(只实现加减乘除四则运算功能)。 扩展功能:负数、小数运算。复合运算。连续运算。2进制、8进制运算。 -GP32 with Freescale MCU general metric calculator functio
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.
51_ADC0809_I2C
- 51单片机,ADC0809实现键盘+可调时钟+计算器+I2C闹钟功能的程序-51 SCM, ADC0809 to achieve adjustable keyboard+ Calculator+ I2C clock+ alarm program
LCD1602calculate
- 51 单片机的基础上运用4x4键盘和lcd1602完成的计算器程序-51 4x4 single chip based on the use of keyboard and lcd1602 calculator program completed
整型计算器(数码管显示)
- 数码管显示的整型计算器,可以进行简单的加减乘除,数码管移位显示,矩阵键盘扫描,适合单片机入门的初学者。(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.)
27-计算器
- 本设计是实现一个有加、减、乘、除、计算功能的多功能计算器。它的硬件主要由四部分组成,一个STC89C52单片机芯片,一块LCD1602液晶显示器,一个4*4的键盘。采用STC89C52单片机为主要控制电路,然后使用液晶显示管显示数据,利用4*4矩阵键盘加上一些功能键完成电路的输入操作部分。电路比较简单,但是很实用方便。(The design is a plus, subtraction multiplication and division, calculation function calcu
电子计算器
- 整个系统用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)