價格:免費
更新日期:2019-04-01
檔案大小:3.5M
目前版本:1.3.2
版本需求:Android 4.0 以上版本
官方網站:mailto:bluemountain419@gmail.com
Email:https://bluemountain419.wordpress.com/privacy-policy
계산기는 중위 표기법에서 후위 표기법식으로 수식을 변환하여 계산하도록 구현됩니다.
교육용 계산기는 각 표현식을 스택이라는 자료구조를 사용하여 계산하는 과정을 보여 줍니다.
=/eval 버튼을 클릭하면 후위 표현식으로의 변환 과정과 계산 계산 과정을
애니메이션 형식으로 보여집니다.
Postfix, Eval 버튼을 클릭하면 관련된 kotlin source가 보여집니다.
The calculator is implemented to calculate by converting the formula from the infix expression to the postfix expression.
The EduCalc shows the process of calculating each expression using a data structure called a stack.