搜索资源列表
-
0下载:
xl系列单片机实验仪演示程序 矩阵键盘1602液晶显示计算器 实现加减乘除,清零等功能
0a键+ 0b键- 0c键* 0#键/ 0#键清除-experimental device xl MCU 1602 demo keyboard matrix liquid crystal display calculator to achieve addition, subtraction, clear key functions 0a+ 0b key- 0c key* 0# keys/0# ke
-
-
0下载:
用8255控制键盘和LED显示,设计一个简单的计算器,该计算器能做加法和减法运算,用LED数码管显示数字和运算结果。-8255 control with the keyboard and LED display, design a simple calculator, the calculator can do addition and subtraction calculations, LED digital tube display with digital and computing re
-
-
0下载:
用汇编语言开发的简单的计算器 无界面 键盘输入 -Developed in assembly language using a simple calculator-free interface for keyboard input
-
-
0下载:
利用单片机应用小系统(键盘+显示器)设计的一个计算器,可以实现加减乘除等运算。-Application of small single-chip computer system (keyboard+ display) design of a calculator, can achieve such operations, Math
-
-
0下载:
这是一个六位计算器的汇编程序 4*4键盘的-This is a compilation of six calculator program 4* 4 keyboard
-
-
0下载:
简易计算器,4*4键盘,可以完成简单的计算,汇编语言-Simple calculator, 4* 4 keyboard, you can complete a simple calculation, assembly language
-
-
0下载:
一个基于8086汇编编写的计算器, 支持加减运算, 负数和括号, 键盘输入表达式, 屏幕输出结果.-A compilation prepared by the calculator based on 8086 to support the addition and subtraction, negative, and brackets, keyboard input expression, the screen output.
-
-
0下载:
利用芯片8279控制键盘和LED,对每一次的键盘输入检查其对应的字符并作出相应操作,其结果体现在LED。比如:用户输入连续数字时,按用户输入的顺序依次显示在LED上;当用户输入加法操作时,LED不变化;当用户再输入第二个数时,再次依次体现在LED上;按“等于号”时其运算结果显示在LED上。其操作过程与体验与现在普遍使用的计算器相同。-The use of 8279 to control the keyboard and check the corresponding character LED,
-
-
0下载:
1. 所设计的复数计算器可以进行+、-、*、+=、*=、>=、<=、==、!=运算,其中>=、<=是针对复数的模进行;
2. 设计输入重载函数,要求能接收从键盘输入a+bi形式的复数,在程序中可以识别出实部并正确赋值。
3. 设计计算器测试程序,对加减法进行测试,要求在两位数以内进行,对乘法进行测试,乘法要求为一位数的运算。
4. 设计记录功能,可以记录下不同用户使用计算器的情况,记录以文件形式保存在计算机内,程序运行时要求输入用户名,显示该用户以前的记录。
-
-
0下载:
用汇编语言写的51单片机计算器,用数码管显示,16*16矩阵键盘。计算结果可以到8位数。-Written in assembly language microcontroller 51 calculator, with digital display, 16* 16 matrix keyboard. The results can to 8 digits.
-
-
0下载:
采用4×4键盘,16个键依次对应0~9、“+”、“-”、“×”、“÷”、“ ”和清除键。可以进行小于255的数的加减乘除运算,并可连续运算。当键入值大于255时,将自动清零,可以重新输入。反转法扫描键盘,串行口数据输出,74ls164驱动数码管显示 P1口为扫按键特征码输入端 P3.0,P3.1为串行口数据输出端连接串行静态显示模块的DIN、CLK端。-Using 4 4 keyboard, 16 key corresponding to 0 ~ 9+ in turn- and clear
-
-
0下载:
用键盘输入计算的数字和运算方式,实现整数且正数类型的运算,并利用数码管显示出运算结果。在每次运算之后,按下清零键进行清除。-Calculated using the keyboard input numbers and operators, to achieve a positive integer number and types of operations, an LED display using the calculation result. After each operation,
-