文件名称:TestExpr
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-08-01
- 文件大小:
- 428kb
- 下载次数:
- 0次
- 提 供 者:
- 谭*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
四则混合运算表达式求值:
当用户输入一个合法的算术表达式后,能够返回正确的结果。
能够计算的运算符包括:加、减、乘、除、括号;
能够计算的操作数要求在实数范围内;-The four mixed computing expression evaluation:
When the user enters a valid arithmetic expression, they can return the correct results.
Operators can be calculated include: add, subtract, multiply, divide, brackets
Can count the operation requirement in the number range
当用户输入一个合法的算术表达式后,能够返回正确的结果。
能够计算的运算符包括:加、减、乘、除、括号;
能够计算的操作数要求在实数范围内;-The four mixed computing expression evaluation:
When the user enters a valid arithmetic expression, they can return the correct results.
Operators can be calculated include: add, subtract, multiply, divide, brackets
Can count the operation requirement in the number range
(系统自动生成,下载前可以参看下载内容)
下载文件列表
debug\TestExpr.exe
.....\TestExpr.ilk
.....\TestExpr.pdb
release\TestExpr.exe
TestExpr\Debug\BuildLog.htm
........\.....\mt.dep
........\.....\stdafx.obj
........\.....\TestExpr.exe.embed.manifest
........\.....\TestExpr.exe.embed.manifest.res
........\.....\TestExpr.exe.intermediate.manifest
........\.....\TestExpr.obj
........\.....\TestExpr.pch
........\.....\vc80.idb
........\.....\vc80.pdb
........\ReadMe.txt
........\Stack.cpp
........\Stack.h
........\stdafx.cpp
........\stdafx.h
........\TestExpr.cpp
........\TestExpr.vcproj
........\TestExpr.vcproj.ASUS-PC.Aier.user
TestExpr.ncb
TestExpr.sln
TestExpr.suo
四则混合运算表达式求值.txt
TestExpr\Debug
........\Release
debug
release
TestExpr