文件名称:third2

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

2.编写程序实现表达式求值,即验证某算术表达式的正确性,若正确,则计算该算术表达式的值。

主要功能描述如下:

1、从键盘上输入表达式。

2、分析该表达式是否合法:

(1)是数字,则判断该数字的合法性。若合法,则压入数据到堆栈中。

(2)是规定的运算符,则根据规则进行处理。在处理过程中,将计算该表达式的值。

(3)若是其它字符,则返回错误信息。

3、若上述处理过程中没有发现错误,则认为该表达式合法,并打印处理结果。

-2. Write a program to achieve an expression, which verify the correctness of an arithmetic expression, if correct, the calculation of the arithmetic expression. Main features are described below: 1, from the keyboard input expression. 2, analysis of the expression is valid: (1) is a number, to determine the legality of the figure. If legal, is pushed into the data stack. (2) is to provide the operator, according to the rules for processing. In the process, the calculated value of the expression. (3) If the other characters, it returns an error message. 3, if the above process is not found error, that the legitimate expression, and prints the results.
相关搜索: 表达式求值

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

下载文件列表

third2

......\Debug

......\.....\third2.exe

......\.....\third2.ilk

......\.....\third2.obj

......\.....\third2.pch

......\.....\third2.pdb

......\.....\vc60.idb

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

......\third2.cpp

......\third2.dsp

......\third2.dsw

......\third2.ncb

......\third2.opt

......\third2.plg

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org