文件名称:expression

介绍说明--下载内容均来自于网络,请自行研究使用

需求分析

(1)  任何一个表达式都是由操作数、运算符和界限符组成的,我们称之为单词.

(2)  表达式求值首先要符合四则运算规则:

①  先乘除,后加减

②  从左到右进行运算

③  先括号内,后括号外

(3)  功能实现:

①  若当前单词为数字串,则压入数值栈

②  若当前单词为运算符并大于运算栈的栈顶符号,则进栈

③  若当前单词为运算符并等于运算栈的栈顶符号,去括号,输出

④  若当前单词为运算符并小于运算栈的栈顶符号,则进行运算

-Needs analysis (1) an expression by any operand, operator, and at the composition of the boundaries, we call words. (2) the expression for the value of the first four operations to comply with the rules: ① first multiplication and division, after From left to right to conduct operations by ② ③ first brackets, the brackets after the outside (3) functions: ① If the current word number string, then pressed into numerical stack ② If the current word is greater than for the operator and operator of Top-stack symbols, then into the stack word ③ If the current operator and is equivalent to computing the Top-stack symbols, to brackets, output ④ If the current word for the operator and less than computing the Top-stack symbols, were carried out in computing
相关搜索: 表达式求值
四则运算

(系统自动生成,下载前可以参看下载内容)

下载文件列表

表达式

......\bds.cpp

......\bds.dsp

......\bds.dsw

......\bds.ncb

......\bds.opt

......\bds.plg

......\Debug

......\.....\bds.exe

......\.....\bds.obj

......\.....\bds.pdb

......\.....\vc60.pdb

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org