-
计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一...
计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(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
-
智能指针,很好的vc支持代码, 适合vc开发人员
智能指针,很好的vc支持代码, 适合vc开发人员-smart pointer, good vc support code for developers vc
- 2022-03-07 21:21:47下载
- 积分:1
-
在两个应用程序中使用共享数据的动态连接库
在两个应用程序中使用共享数据的动态连接库-in two applications using shared data dynamic link library
- 2023-01-18 07:35:03下载
- 积分:1
-
非常好的32为调试器
很容易也很使用是一个好帮手
非常好的32为调试器
很容易也很使用是一个好帮手-very good for the debugger is also very easy to use is a good helper
- 2023-08-10 14:45:03下载
- 积分:1
-
programming embedded systems
programming embedded systems
- 2022-02-25 05:02:26下载
- 积分:1
-
MS dos6.22完整源代码!相信有很多研究操作系统的朋友需要.
MS dos6.22完整源代码!相信有很多研究操作系统的朋友需要.-MS dos6.22 integrity of the source code! I believe a lot of study of the operating system needs a friend. Oh
- 2022-01-31 11:19:52下载
- 积分:1
-
暑假每天寝室实验室地跑,每次都要重设IP,很麻烦,于是写了个.bat的批处理脚本,可以快捷的更换IP。如果要使用的话只需修改ip(IP地址), msk(子网掩码...
暑假每天寝室实验室地跑,每次都要重设IP,很麻烦,于是写了个.bat的批处理脚本,可以快捷的更换IP。如果要使用的话只需修改ip(IP地址), msk(子网掩码), gtway(默认网关) 和snd(首先DNS服务器)的值即可。-Summer bedroom laboratory to run every day, every time to reset the IP, is cumbersome, they wrote a. Bat batch scripts, you can replace the fast IP. If you want to use, then simply modify ip (IP address), msk (subnet mask), gtway (default gateway) and snd (first DNS server) can be of value.
- 2022-10-10 11:35:03下载
- 积分:1
-
虚拟串口可以三,并指定远程服务器的IP和端口,SER…
能够虚拟三个串口,并指定远程服务器IP和端口,串口号无限制-Virtual serial port can be three, and specify the remote server IP and port, serial No. unrestricted
- 2022-01-31 16:18:01下载
- 积分:1
-
工业pid仿真的演示程序,很不错的,学习用的代码
工业pid仿真的演示程序,很不错的,学习用的代码-industrial pid simulation demo program, a very good study of the code
- 2022-12-01 20:35:03下载
- 积分:1
-
SSDT HOOK隐藏/保护过程
应用背景HOOK SSDT发展进程隐藏和保护过程中的驱动程序。进程隐藏保证遍历程序API的过程,包括任务管理器查看是不是过程,维护过程是被杀。关键技术zwquerysysteminformation SSDT HOOK ; ; zwterminateprocess功能;
- 2022-09-26 13:40:03下载
- 积分:1