搜索资源列表
逆波兰表达式
- 计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0—9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the e
1.rar
- 用于基本数据类型之间的转换,如把int转换成char,把int转换成enum。这种转换的安全性也要开发人员来保证。 把空指针转换成目标类型的空指针。 把任何类型的表达式转换成void类型。,Between the basic data types for conversion, such as the int into a char, the int to convert enum. This conversion should be the development of securit
shujujiegou
- 1、 用户键盘输入一个中缀表达式,回车表示结束;如果该中缀表达式正确,那么在字符界面上输出其后缀表达式,其中后缀表达式中两相邻操作数之间利用空格隔开;如果不正确,在字符界面上输出表达式错误提示。 2、 四则运算表达式求值。将中缀表达式转换为后缀表达式,计算并输出结果。利用二叉树后序遍历来实现表达式的转换,同时使用栈来求解后缀表达式的值。 3、 测试数据 - a student can learn it so ,a hope we can share it together
nbl.c
- 逆波兰表达式转换,实现简单的计算器功能。-Reverse Polish Notation conversion, a simple calculator function
dfa
- 简单的DFA转换程序,由正则表达式翻译为DFA-Simple DFA conversion process, the translation of regular expressions to DFA
s
- 语法制导翻译的表达式转换编译器源代码 一个关于编译原理课设的实验-Syntax-directed translation of expressions into a source code compiler compiler theory courses on experimental design
1134
- 用于基本数据类型之间的转换,如把int转换成char,把int转换成enum。这种转换的安全性也要开发人员来保证。 把空指针转换成目标类型的空指针。 把任何类型的表达式转换成void类型。-Between the basic data types for conversion, such as the int into a char, the int to convert enum. This conversion should be the development of security pe
xuexuzhengzebiaodashi
- 《学习正则表达式》从正则表达式的基本概念讲起,到编写完整的sed和Perl脚本,再到转换HTML文件,将这种强大的工具解释得清晰透彻。书中贯穿了大量简洁明了的示例,旨在让读者轻松掌握正则表达式。此外,书中各在线和桌面工具一应俱全,并介绍了进阶参考资料,是一本不可多得的正则表达式入门好书。《学习正则表达式》适合对正则表达式感兴趣的程序员和互联网从业者。-" Learn the regular expression," Let' s talk about the basic