搜索资源列表
7括号配对.rar
- 括号配对
括号匹配类
- 判断括号是否匹配-judge whether matching brackets
括号匹配
- VC 括号匹配 问题-VC matching brackets
栈的应用(2)括号匹配检查
- 栈的应用(2)括号匹配检查-stack of applications (2) matching brackets inspection
括号检错
- 检错括号不匹配
简单带括号四则运算
- 右括号的四则运算
用MFC实现括号匹配
- 用MFC可视化编程,实现括号匹配,大括号,中括号,小括号都可以进行匹配
括号匹配
- 文本括号匹配
自动括号匹配器的设计
- 假设一个算数表达式中可包含三种括号:圆括号,方括号和花括号且这三种括号可以按任意次序嵌套使用。试利用栈的运算,编写判别表达式中所含括号是否正确配对出现的算法-Suppose an arithmetic expression can contain three brackets: parentheses, brackets and braces and three brackets can be nested in any order.
7括号配对
- 括号配对-Matching brackets
luyson
- 这是求括号匹配的程序-This is the bracketed match for the procedure
括号匹配类
- 判断括号是否匹配-judge whether matching brackets
括号匹配
- VC 括号匹配 问题-VC matching brackets
栈的应用(2)括号匹配检查
- 栈的应用(2)括号匹配检查-stack of applications (2) matching brackets inspection
tlparen
- « 问题描述:在对高级语言编写的程序进行编译时会遇到表达式或字符串的括号匹配问题。例如C++程序中左、右花括号“{”和“}”的匹配问题。表达式(字符串)的括号匹配问题要求确定一给定表达式(字符串)中左、右括号的匹配情况。例如,表达式(x*(x+y)-z)在位置1 和4处有左括号,在位置8 和11 处有右括号。位置1 处的左括号与位置11 处的右括号相匹配;位置4 处的左括号与位置8 处的右括号相匹配。而在表达式(x+y)*z
KUAHAO
- 用C做的括号匹配程序,可以检测用户输入的括号是否匹配并给出提示-C matching brackets do procedures, the user can input the brackets and whether the match is suggested
计算器2.0
- 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[ ]”),^,!, 输入规则: 用键盘或按钮都可,输入完按回车运算,(光标要在最后) sin(21-32)/(12-43) 4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要输入pow(3
kuohao
- 括号匹配算法 数据结构 用c++或c都实现的-brackets matching algorithm data structure with c++ or c realize the
括号匹配
- 实现括号匹配问题,我们经常遇到输入括号,却不知道括号是否搭配正确的问题,通过本程序可以实现自动检测括号是否匹配的问题(To achieve parentheses matching problem, we often encounter input brackets, but do not know whether brackets correct collocation problem, through this program ca
利用栈进行括号匹配检验
- 检验一条信息中括号各个匹配与否。比如输入(){}会提示错误,输入({})会提示正确。 另外附录了线性表基本操作的对应代码(Check whether parentheses match each other in a message. In addition, the corresponding code of the basic operation of the linear table is attached)