搜索资源列表
zhan-op
- 栈的操作与应用 定界符配对检查 中缀转后缀并求值-stack operation and application delimiter matching inspection superintendent to seek value and Suffix
zhan-op
- 栈的操作与应用 定界符配对检查 中缀转后缀并求值-stack operation and application delimiter matching inspection superintendent to seek value and Suffix
stack-Delimiter-Matching
- 分隔符匹配 使用栈,数据结构与算法上机作业,实用性超强-Delimiter matching using stack data structures and algorithms operating on the machine, super practical
Stack-Delimiter-Match
- 用于检测代码源文件中的符号匹配是否正确,使用双栈实现,C++ STL实现栈类。开发工具:VS 2008-Used to detect whether the symbols in source code is well matched , dual-stack implementation,using C++ STL to implement stack class.
main
- 识别输入分隔符号的匹配问题,能识别()【】{}等-Identify the matching of the input delimiter
delimiter_matching
- 编写简易编译器,能发现分隔符匹配的错误如括号、注释符的匹配问题,都能检测出来-delimiter matching The simple algorithm uses a stack and is as follows: Make an empty stack. Read characters until end of file. If the character is an open anything, push it on
delimiter-matching
- 一个实现分隔符匹配的数据结构算法,很适合初学者学习-A data structure algorithms achieve delimiter matching, it is suitable for beginners to learn