文件名称:MicroprocessorFormulaCalculator
介绍说明--下载内容均来自于网络,请自行研究使用
单片机课的实验作业。功能是实现一个有着简易计算功能的计算机,利用LCD屏互动。可以做加减乘除运算。特别的,给出了四个内置公式:等差数列求和,一元二次方程求根,排列,组合。-Our project is aiming at making a calculator to help the users calculate particular formulae. As long as the user correctly input the values of parameters needed in a formula, the graphical LCD can show out the result directly.
We have four formulae for the user to choose. However, since we have the procedures of basic calculation, i.e., add, minus, times, divide and square root, we can add almost any numerical formulae conveniently if necessary.
The 4 formulae are:
Sum of Arithmetic Series
Quadratic equation with one unknown
Permutation
Combination
We have four formulae for the user to choose. However, since we have the procedures of basic calculation, i.e., add, minus, times, divide and square root, we can add almost any numerical formulae conveniently if necessary.
The 4 formulae are:
Sum of Arithmetic Series
Quadratic equation with one unknown
Permutation
Combination
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MicroprocessorFormulaCalculator\3810h4.asm
...............................\cal.asm
...............................\clcd.asm
...............................\countsec.asm
...............................\f0result.asm
...............................\fmpage0.asm
...............................\fmpage4.asm
...............................\fmpage7.asm
...............................\fmpage8.asm
...............................\fpage1.asm
...............................\fpage2.asm
...............................\fpage3.asm
...............................\glcd.asm
...............................\initi.asm
...............................\keypad.asm
...............................\minipro Report.docx
...............................\newdiv2.asm
...............................\newmul2.asm
...............................\ok.asm
...............................\printr.asm
...............................\selectfo.asm
...............................\storen.asm
MicroprocessorFormulaCalculator