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. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第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 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. Matching_brackets

    0下载:
  2. 这是基于VC编程的数据结构程序,用链表等来实现括号的匹配问题-This is based on the data structure of VC programming procedures, and so on to achieve with list of matching brackets
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:739
    • 提供者:shy
  1. juzhenliancheng

    0下载:
  2. 计算矩阵链乘的动态优化问题,输出最佳括号匹配形式,以及最少的链乘次数。-Calculation of matrix-chain optimization problem by dynamic output best match the form of brackets, as well as by the least number of chains.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:246616
    • 提供者:hsing
  1. kuohao

    0下载:
  2. 数据结构 用C实现对括号的匹配问题 高效实用-With C data structures to realize the practical and efficient matching of parentheses
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:23412
    • 提供者:someone
  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. kuohaopipei

    0下载:
  2. 用于实现括号间匹配问题,运用了数据结构中的堆栈结构-Used to achieve matching between brackets, using the data structure stack structure
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:103693
    • 提供者:于鑫
  1. shu

    0下载:
  2. 用树结构来实现括号对问题,判断括号是否匹配,计算它的度,满足条件的个数-A tree structure to achieve the brackets of the problem, determine whether the matching parenthesis, calculate its degree, the number of conditions to meet
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:899
    • 提供者:苏路
  1. zhanduiliesuanfa

    0下载:
  2. 一、数制转换问题;二、回文判断;三、括号匹配的检验。-A number system conversion two palindromic judge three, bracket matching test.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:170389
    • 提供者:郭文明
  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. lab4_2

    0下载:
  2. 2-1以顺序栈作为存储结构 实现顺序栈的入栈运算,出栈运算,并且读取栈顶元素; 2-2以链栈作为存储结构,实现栈上的数据元素的插入运算,删除运算,并读取链栈的栈顶元素; 2-3 以循环队列喂存储结构,实现循环队列的建立,实现循环队列的入队运算,出队运算; 2-4用栈实现括号的匹配问题; 2-5实现汉诺塔问题.; 3-1采用链式存储表示,按给定的先序序列创建二叉树,并输出二叉树。 3-2-1和3-2-2采用二叉链表作为存储结构,建立二叉树,采用递归算法实现二叉树遍历,另外采
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:2593792
    • 提供者:梁思
  1. kuohaopipei

    0下载:
  2. 关于数据结构中括号匹配的问题代码,能运行出来喔,亲-Data structure on the problem of matching parentheses code that can run out Oh, the pro-
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1688
    • 提供者:马先生
  1. matching-brackets

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

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

    0下载:
  2. 圆括号匹配问题。(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
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:14819
    • 提供者:zy
  1. kuohaopipei

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

    • 发布日期:2017-04-28
    • 文件大小:7740
    • 提供者:shorkmoly
搜珍网 www.dssz.com