# Reverse Poland **Repository Path**: GaussianPrince/reverse-poland ## Basic Information - **Project Name**: Reverse Poland - **Description**: 使用逆波兰表达式实现简易计算器,支持四则运算、小括号、指数运算 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-02 - **Last Updated**: 2023-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: Cpp, 逆波兰, 计算器, 栈, 自己动手实现计算器 ## README # Reverse Poland #### 介绍 使用逆波兰表达式实现简易计算器,支持四则运算、小括号、指数运算。 #### 软件架构 - C++实现 - 按行读取表达式 - 输入表达式转为逆波兰,即后序遍历顺序 - 中序转为后序有多种方法,通过定义运算符优先级,结合性解决 - 欢迎讨论和交流 #### 安装教程 1. g++ -o reversePoland reversePoland.cpp #### 使用说明 ![使用方法](cal.PNG)