CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 括号匹配问题

搜索资源列表

  1. 表达式求值

    0下载:
  2. 表达式求值,包括括号的匹配问题、负数如何识别?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 (
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4687
    • 提供者:陈毛华
  1. suit_list

    0下载:
  2. 利用堆栈解决括号的匹配问题 括号的匹配问题
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1125
    • 提供者:ivan
  1. huotree

    0下载:
  2. 括号匹配问题和建立二叉树问题,都是C语言的源代码.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19954
    • 提供者:huang
  1. 括号匹配

    0下载:
  2. VC 括号匹配 问题-VC matching brackets
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:4687
    • 提供者:海应
  1. tlparen

    1下载:
  2. « 问题描述:在对高级语言编写的程序进行编译时会遇到表达式或字符串的括号匹配问题。例如C++程序中左、右花括号“{”和“}”的匹配问题。表达式(字符串)的括号匹配问题要求确定一给定表达式(字符串)中左、右括号的匹配情况。例如,表达式(x*(x+y)-z)在位置1 和4处有左括号,在位置8 和11 处有右括号。位置1 处的左括号与位置11 处的右括号相匹配;位置4 处的左括号与位置8 处的右括号相匹配。而在表达式(x+y)*z)(中,位置8处的右括号没有可匹配的左括号,位置9处的左括号
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1195
    • 提供者:林天
  1. Matching-parentheses

    0下载:
  2. 关于数据结构中得括号匹配问题,粗略的把括号匹配的算法演算。-Data obtained on the structure of matching parentheses, brackets match the rough calculation algorithm.
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:1064849
    • 提供者:梦薰
  1. 2008121902m

    0下载:
  2. 括号匹配问题,我自己写的程序,和大家分享-Brack match
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:17450
    • 提供者:Techie
  1. new

    0下载:
  2. 括号匹配问题的解决,包括文件读入等操作 上传和大家分享交流-Brace matching problems, including the file into the upload and share operations such as exchange
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:17441
    • 提供者:Techie
  1. shujv

    0下载:
  2. 符号匹配 数据结构 结构体 括号匹配问题是编译程序时经常遇到的问题,用以检测语法是否有错。-Symbolic structures matching the data structure compiler parentheses matching problem is frequently encountered problems, to detect whether the wrong syntax.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7331
    • 提供者:张飞飞
  1. kuohao-dui

    0下载:
  2. 括号匹配问题,输入字符,有3种括号(){}[],括号不能交叉,可以嵌套,且()中不能有[],和{},[]中不能有{}-Parenthesis matching problem, the input characters, there are three brackets (){}[], brackets can not cross, can be nested, and () can not have [], and {},[] can not have {}
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1792
    • 提供者:苏路
  1. LinkStack

    0下载:
  2. c语言编写的括号匹配问题,用的是栈,合适初学者学习和使用-c language in parentheses matching problem using a stack, suitable for beginners to learn and use
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:165438
    • 提供者:myron
  1. Ex1

    0下载:
  2. 从屏幕输入字符 判断括号匹配问题 数据结构作业-Judgment parenthesis matching data structure operations input characters from the screen
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:873
    • 提供者:刘维孟
  1. ex1

    0下载:
  2. 设计一个判断表达式中括号匹配问题的程序。要判断的表达式如下: {a=(1+v(b[3+c[4]])) {a=(b[0]+1) } a={1+(b[2]-b[4])}*3+(b[1]-b[3])/5-Design a program to determine the expression in parentheses matching problem. To determine if the expression is as follows: {a = (1+v (b [3+c
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:911
    • 提供者:杨小军
  1. guohaopipei

    0下载:
  2. 用C++写的括号匹配问题。运用到堆栈。是个简单的小程序-failed to translate
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:1142784
    • 提供者:sce
  1. matching-brackets

    0下载:
  2. 利用c++数据结构 栈 解决括号匹配问题 -Use c++ to solve matching brackets
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:625
    • 提供者:enzo
  1. BracketMatch

    0下载:
  2. 括号匹配问题:假设表达式中只包含圆括号、方括号和花括号这三种括号,并且它们可互相嵌套。如,([{}])([ ])或({([ ][( )])})等均为正确的格式,但{[ ]})}或{[( )]或([ ]}均为不正确的格式。 -Bracket Match program
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:525
    • 提供者:cindy
  1. BracketMatch

    0下载:
  2. 很简易的一个括号匹配问题算法源码,进栈和出栈的简单程序,实现包括括弧在内的简单符号,判断输入的字符串是否是匹配的-A very simple question parenthesis matching algorithm source code, into the stack and the stack of simple procedures, simple symbols, including the brackets, including, to determine whether the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:9221
    • 提供者:Tomerry
  1. kuohaopipei

    0下载:
  2. 数据结构经典算法,括号匹配问题,c语言源代码下载-Data structure classical algorithm, matching brackets, c language source code download
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:7740
    • 提供者:shorkmoly
  1. 括号匹配

    0下载:
  2. 实现括号匹配问题,我们经常遇到输入括号,却不知道括号是否搭配正确的问题,通过本程序可以实现自动检测括号是否匹配的问题(To achieve parentheses matching problem, we often encounter input brackets, but do not know whether brackets correct collocation problem, through this program can automatically detect bracket
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:975872
    • 提供者:sujun
  1. parenthesis_ match

    0下载:
  2. 利用stack,检查输入内容中括号是否匹配(Using stack, check whether parentheses are bracketed in the input)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:Jaren1907
« 12 3 »
搜珍网 www.dssz.com