# 0122_tanxuhong_calculator **Repository Path**: tam1999/java2020spring ## Basic Information - **Project Name**: 0122_tanxuhong_calculator - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 122 - **Created**: 2020-05-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #计算器 #### 系统目标 具备标准计算器的各种功能,可用于基本的数学运算 #### 基本功能 详细介绍系统各个模块的功能。 1. Calculator构造方法和init方法搭建计算器的框架,并为计算器注册监视器 2. pushBackspace方法实现计算器按下退格键功能 3. pushC方法实现计算器按下C键功能 4. pushNumber方法实现计算器按下数字键和小数点键功能 5. getNumberFromText方法实现从文本框获取数字功能 6. doOperator1实现只需一个数字的运算功能 7. doOperator2实现需要两个数字的运算功能 #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)