搜索资源列表
表达式求值
- 表达式求值,包括括号的匹配问题、负数如何识别?2.2.3这样非法的数怎样识别?如何区别3+-2(非法)和3+(-2)(合法)以及3++2(非法)和3+(+2)(合法)-evaluates expressions, including parentheses matching, how to identify negative? 2.2.3 the number of such illegal identify what? What is the difference between 3 -2 (
suit_list
- 利用堆栈解决括号的匹配问题 括号的匹配问题
huotree
- 括号匹配问题和建立二叉树问题,都是C语言的源代码.
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
Matching_brackets
- 这是基于VC编程的数据结构程序,用链表等来实现括号的匹配问题-This is based on the data structure of VC programming procedures, and so on to achieve with list of matching brackets
juzhenliancheng
- 计算矩阵链乘的动态优化问题,输出最佳括号匹配形式,以及最少的链乘次数。-Calculation of matrix-chain optimization problem by dynamic output best match the form of brackets, as well as by the least number of chains.
kuohao
- 数据结构 用C实现对括号的匹配问题 高效实用-With C data structures to realize the practical and efficient matching of parentheses
shujv
- 符号匹配 数据结构 结构体 括号匹配问题是编译程序时经常遇到的问题,用以检测语法是否有错。-Symbolic structures matching the data structure compiler parentheses matching problem is frequently encountered problems, to detect whether the wrong syntax.
kuohaopipei
- 用于实现括号间匹配问题,运用了数据结构中的堆栈结构-Used to achieve matching between brackets, using the data structure stack structure
shu
- 用树结构来实现括号对问题,判断括号是否匹配,计算它的度,满足条件的个数-A tree structure to achieve the brackets of the problem, determine whether the matching parenthesis, calculate its degree, the number of conditions to meet
zhanduiliesuanfa
- 一、数制转换问题;二、回文判断;三、括号匹配的检验。-A number system conversion two palindromic judge three, bracket matching test.
LinkStack
- c语言编写的括号匹配问题,用的是栈,合适初学者学习和使用-c language in parentheses matching problem using a stack, suitable for beginners to learn and use
lab4_2
- 2-1以顺序栈作为存储结构 实现顺序栈的入栈运算,出栈运算,并且读取栈顶元素; 2-2以链栈作为存储结构,实现栈上的数据元素的插入运算,删除运算,并读取链栈的栈顶元素; 2-3 以循环队列喂存储结构,实现循环队列的建立,实现循环队列的入队运算,出队运算; 2-4用栈实现括号的匹配问题; 2-5实现汉诺塔问题.; 3-1采用链式存储表示,按给定的先序序列创建二叉树,并输出二叉树。 3-2-1和3-2-2采用二叉链表作为存储结构,建立二叉树,采用递归算法实现二叉树遍历,另外采
kuohaopipei
- 关于数据结构中括号匹配的问题代码,能运行出来喔,亲-Data structure on the problem of matching parentheses code that can run out Oh, the pro-
matching-brackets
- 利用c++数据结构 栈 解决括号匹配问题 -Use c++ to solve matching brackets
Lib2_1
- 圆括号匹配问题。(1) 圆括号包括“(), [], {}”三对; (2) 要用到栈来进行匹配,遇到左括号进栈,遇到右括号弹栈进行匹配判断;-Parenthesis matching problem. (1) the parentheses including (), [], {} three of (2) to use the stack to the match, encounter left bracket into the stack, the stack met right
kuohaopipei
- 数据结构经典算法,括号匹配问题,c语言源代码下载-Data structure classical algorithm, matching brackets, c language source code download