搜索资源列表
C51-clock
- C51单片机实现液晶秒表以及简单计算器 电路是一个51最小系统,没有采用总线方式,而简单的连线方式,上有4*4矩阵键盘,一数码管,89S51单片机,串口下载线,数码管显示锁存芯片\\蜂鸣器\\1602液晶. 代码已经调试成功过,可以实现时间的调整.4*4矩阵键盘,第一排前三列是实现小时\\分钟\\秒的加.第二排前三列是实现小时\\分钟\\秒的减.当然还可以通过设置矩阵键盘的键值,来实现加\\减\\乘\\除四则运算,由数码管显示参与运算的数字以及最终的运算结果.-C51
Calculator
- 计算器。4x4键盘控制数码管显示,有+,—,x,/功能
8051
- (1) 程序1-跑马灯:会看到led变化。 (2) 程序2-独立键盘 :分别按“INT0/+”键和”t0/-“会看到LED变化。 (3) 程序3-定时器:会看到5个LED闪烁。 (4) 程序4-数码管显示:会看到数码管显示数字变化。 (5) 程序5-扫描键盘:按3*3键盘的任意一个键,会看到相应的键盘代码显示在数码管。 (6) 程序6-计数器:按”NIT0/+”键,会看到数码管显示变化。 (7) 程序7-外部中断:按T0/-“键,会看到led变化。 (8) 程序8-
Calculator
- 本设计是16键盘简易计算器,利用一片AT89C51单片机,其并行口外接4×4矩阵式键盘,和八位七段共阴极LED数码管。 系统的功能是:(1)模拟的计算器能显示8位数字,开机运行时,只显示最低位为“0”,其余不显示;(2)4×4键盘分别表示:0到9,+,-,×,/,=,CL;(3)第一次按下,显示“D1”,第二次按下,显示“D1D2”,第三次按下,显示“D1D2D3”…8个全显示完毕,再次按下按键时,给出 “嘀”的提示音;(4)可以对计算结果小于256的两个无符号数进行加、减、乘、除运算。
calculator3.rar
- 应用数码管7279和8051写的计算器程序,可以计算简单的四则运算和求余,加入math.h后可以计算更加复杂的运算,7279 and the use of digital control computer program written in 8051, can calculate a simple arithmetic and demand, the math.h can be calculated by adding more complex computing
C51-counter.rar
- 用C51座位CPU的计算器,具备8位数加减乘除功能。P0作为数码管的段控制,P2作为数码管位显示控制,P3控制4x4键盘阵列。,C51 as the CPU, the counter can process 8 bit numbers "+,-,*,/". P0 contro the LED and P2 for which bit,P3 oprate the keyborad
Calculator.-Frequency-counter
- 乘法口诀表,乘法抢答器,数码管频率计,遥控计算器,液晶计算器,液晶平方计算器-Multiplication formulas table, multiplication Responder, digital frequency meter, remote control calculator, LCD calculator, LCD square calculator
calculator.rar
- 用51单片机实现一个简单计算器的功能,并用8位数码管显示,即可以实现0-99999999间的运算。,With 51 single-chip realization of a simple calculator functions, and 8-bit digital tube display, which can be achieved between the computing 0-99999999.
calculator
- 基于单片机和数码管的简易计算器。可计算加减乘除法,除法只能取整,最大数值六位-Microcontroller and digital control based on simple calculator. Calculate addition and subtraction multiplication and division, the division can only fetch a maximum value of six
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.
C8051
- 单片机辅助计算器,数码管显显值计算,单片机端口值16进制计算,二进制转十六进制,十进制转二进制等-Microcomputer Assisted calculator, a digital control value was significant, SCM port value of 16 hexadecimal calculations, the binary switch to hexadecimal, binary, etc. decimal switch
jisuanqi
- 单片机键盘扫描加数码管扫描的一个简单计算器程序-Keyboard for digital scanning plus a simple calculator program scan
integer_calculator
- 51单片机实现8位简单整数计算器,数码管显示,矩阵键盘输入,可进行加减乘除运算。-51 8-bit MCU simple integer calculator, digital display, matrix keyboard, can be addition and subtraction multiplication and division.
蓝桥杯单片机 简易加法计算器
- 蓝桥杯,单片机,简易加法计算器,采用中断控制,数码管显示中断,案件中断
整型计算器(数码管显示)
- 数码管显示的整型计算器,可以进行简单的加减乘除,数码管移位显示,矩阵键盘扫描,适合单片机入门的初学者。(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.)
计算器
- 利用按键和数码管,通过单片机做出一个简易计算器(Use buttons and digital tubes, through the microcontroller to make a simple calculator)
简易计算器(数码管显示)
- 基于STC89C52RC的数码管显示的计算器(STC89C52RC based digital tube display calculator)
简易计算器(数码管显示)
- 通过按键实现简单的加减乘除,并用数码管显示(The realization of a simple add, subtract, multiply and divide through the button, and with digital display)
简易计算器
- 一款基于51单片机的简易计算器,数码管显示数据,矩阵键盘输入,单片机入门的简单教程