-
计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一...
计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0―9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the expression. Suffix expression also called inverse Poland expression, which is made up of formulas can be more convenient for some simple, ordinary expression to calculate the brackets on the existence of the matching problem, in the calculation of expression values are generally first converted into a suffix expression, reuse suffix calculated the value of the expression. Such as : The expression (a, b* c)/d-e suffix method used to be said for abc* d/e-. Consider only four arithmetic operations and the operation of input assumptions are a few decimal (0-9), and enter the suffix-free form expression syntax errors
- 2023-07-12 10:50:03下载
- 积分:1
-
学生管理系统服务器,能实现添加,浏览等功能
学生管理系统服务器,能实现添加,浏览等功能-Student Management System
- 2022-07-23 23:10:42下载
- 积分:1
-
查看PE文件信息的工具。编写工具vc6.0
查看PE文件信息的工具。编写工具vc6.0-a tool to get PE file informations,write in VC 6.0
- 2022-02-14 18:10:59下载
- 积分:1
-
window启动自动加载程序:
学习dephi对window注册表的调用;
了解window对自启动程序的管理;...
window启动自动加载程序:
学习dephi对window注册表的调用;
了解window对自启动程序的管理;-window activated automatically load : study dephi right window registry calls; Understanding since the launch window to the management procedures;
- 2022-07-16 11:26:18下载
- 积分:1
-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自动删除debug和rele...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自动删除debug和release目录,所以请不要将文件放在这两个目录下
- 2022-01-25 14:45:58下载
- 积分:1
-
一个有关JAVABEAN的设计程序,可能实现BEAN功能,并被其它JAVA程序调用....
一个有关JAVABEAN的设计程序,可能实现BEAN功能,并被其它JAVA程序调用.-JAVABEAN one of the design process, Beans possible functions, the other was called Java procedures.
- 2022-11-23 12:30:03下载
- 积分:1
-
ByPass UAC win7
BypassUAC win7 UAC 0DAY提权,无提示过任何杀软,绝对让超爽,该代码绝对是超级牛逼的代码,对我没用,所以仍出来!
- 2022-11-30 15:50:04下载
- 积分:1
-
MV在C++环境下,CPU的测试速度,可粗略估计…
在Visal C++环境下,测试CPU的速度,从而可以粗略估计电脑性能。-mV in C++ environment, the speed of the CPU test, which can be roughly estimated computer performance.
- 2022-01-27 14:18:44下载
- 积分:1
-
Win32 API 注册表类的编制以及使用。是关于在windows系统用VC读写(包括添加)注册表的源代码。做成了.h合.cpp两个文件,里面是注册版读写操作的...
Win32 API 注册表类的编制以及使用。是关于在windows系统用VC读写(包括添加)注册表的源代码。做成了.h合.cpp两个文件,里面是注册版读写操作的类定义。用户要使用,只需要将这两个文件包含到自己的工程当中,然后使用类CMyRagKey及其操作即可。-Win32 API registration category and the use of the preparation. Windows on the system with VC readers (including additions) registry source. Resulted. H Hopewell. Cpp two documents containing is a registered version of the class and write the definition. Users must use only these two files contain their own works, then use category CMyRagKey and operation can be.
- 2023-02-19 21:10:02下载
- 积分:1
-
这个程序主要实现了对Windows系统登陆界面的修改,使用自己定义的mygina来代替系统默认的msgina。...
这个程序主要实现了对Windows系统登陆界面的修改,使用自己定义的mygina来代替系统默认的msgina。-the process of the main landing system Windows interface changes use their own definition of mygina system to replace the default msgina.
- 2022-10-29 02:25:03下载
- 积分:1