当前位置:
首页 资源下载
搜索资源 - Delimiter-Matching
搜索资源列表
-
0下载:
栈的操作与应用
定界符配对检查
中缀转后缀并求值-stack operation and application delimiter matching inspection superintendent to seek value and Suffix
-
-
0下载:
编写简易编译器,能发现分隔符匹配的错误如括号、注释符的匹配问题,都能检测出来-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 onto the stack. If it is a close
-
-
0下载:
用于检测代码源文件中的符号匹配是否正确,使用双栈实现,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.
-
-
0下载:
分隔符匹配
使用栈,数据结构与算法上机作业,实用性超强-Delimiter matching using stack data structures and algorithms operating on the machine, super practical
-
-
0下载:
识别输入分隔符号的匹配问题,能识别()【】{}等-Identify the matching of the input delimiter
-
-
0下载:
一个实现分隔符匹配的数据结构算法,很适合初学者学习-A data structure algorithms achieve delimiter matching, it is suitable for beginners to learn
-