搜索资源列表
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
PIC数码管计算器简单版本.rar
- MPLAB V7.11 HI-TECH V8.05 Proteus V7.1 现在这只是一个简单的加法计算器,当前使用方法: 1) 输入第一个数(<4位);边输入边显示 2) 按+号;清空数码管; 3) 输第二个数(<4位) ; 边输入边显示 4) 按=号出结果;显示在数码管上 5) 按C号,返回1) 继续等待输入
8位计算器汇编程序
- 基于XL1000开发板编写的8位计算器,包括键盘扫描和数码管显示
键盘输入显示功能
- 本程序有LCD动态显示,键盘输入显示功能,以及1s计数功能。共有2种工作状态。程序启动时默认为计算器状态。
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
是基于arm7环境的计算器
- 是基于arm7环境的计算器,用codeworrier开发,计算器可以实现加减乘除。在液晶屏上显示,是触摸屏触发的,不是键盘。-The calculator is based on arm7 environment, with codeworrier development, Math Calculator can be achieved.
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
jisuanqi
- 简易计算器,可以实现加减称出四则运算,4乘4的键盘,4位输出,数码管显示功能-Simple calculator, addition and subtraction can be achieved that the operator 4, 4 × 4 keyboard, four outputs, digital tube display
counter51
- 8位单片机计算器(实现浮点运算,4*4键盘)-8-bit single-chip calculator (the realization of floating-point, 4* 4 keypad)
MMS
- 电子密码锁程序和电路用51单片机加上矩阵键盘控制
51keyboard
- 51单片机矩阵键盘实验,将输入的数字以及平方后的数字用数码管显示出来!-51 Singlechip keyboard matrix experiment, the input figure and the square of the figure after the digital tube display!
keybord
- 51单片机矩阵键盘扫描程序,依据计算器按键设计。-51 MCU matrix keyboard scanning process, based on the design calculator buttons.
key1602avr
- 4X4点阵键盘+1602液晶显示做的计算器(AVR单片机)-4* 4 matrix keyboard input, LCD display calculator 1602. Have simulation files and source code
整型计算器(数码管显示)
- 数码管显示的整型计算器,可以进行简单的加减乘除,数码管移位显示,矩阵键盘扫描,适合单片机入门的初学者。(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.)
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
电子计算器
- 整个系统用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)