CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据结构 栈的应用

搜索资源列表

  1. part1

    0下载:
  2. 实现输入字符的波兰式与逆波兰式的输出,使用数据结构中栈的应用-Poland, the input character type with the Reverse Polish Notation of output, using the application data structure stack
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:974993
    • 提供者:yc
  1. source

    0下载:
  2. 数据结构,线性表的应用(简单仓库管理)和栈的应用(中缀表达式转后缀表达式)-Data structures, application of linear forms (a simple warehouse management) and applications of stack (switch to postfix infix expression expression)
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:11381
    • 提供者:刘茜
  1. STACK

    0下载:
  2. 数据结构中栈的应用,初始化一个栈,还有出栈、入栈等功能-The application stack data structure, initialization of a stack, as well as a stack, stack and other functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:709
    • 提供者:serena
  1. ZHAN

    0下载:
  2. 栈的应用。。 。。 。。 。。 。。。数据结构-Stack of applications. . . . . . . . . . . . . . . . . . . Data Structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:714
    • 提供者:大哥
  1. stack

    0下载:
  2. 栈的应用表达式的运用,C语言实现,数据结构课程设计报告,覆盖率报告-The application of the use of the expression stack, C language, data structure curriculum design, coverage report
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:332583
    • 提供者:刘星
  1. migong

    0下载:
  2. 数据结构堆栈的经典应用: /*一:迷宫问题用堆栈的方法: 求迷宫中一条从入口到出口的路径的算法可简单描述如下: 设定当前位置的初值为入口位置: do{ 若当前位置可通, 则{ 将当前位置插入堆栈顶 若该位置是出口位置,则结束 否则切换当前位置的东邻块为新的当前位置 } 否则, 若堆栈不空且栈顶位置尚有其他方向未经探索 则设定新的当前位置为沿顺时针方向转到的栈顶位置的下一相邻块 若栈不空但栈顶位置的四周均不可通,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1384
    • 提供者:向曦
  1. Tszzhcppo

    0下载:
  2. 实现各个数制间的转换,应用到数数据结构中的栈和队列!可直接使用。 -Between each number system conversion, applied to the stack and queue in the number of data structures! Can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2367
    • 提供者:nicollejia
  1. Map-four-staining

    0下载:
  2. 用不多于四种颜色为地图染色,使相邻的行政区不重色,是计算机科学中著名的“四染色”的典型应用,应用这个思想,是以回溯的算法对一幅给定的地图染色。是对数据结构中栈的应用。-With no more than four colors map staining the adjacent borough is not heavy color, typical applications of computer science "stain" the application of this idea, a b
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:181758
    • 提供者:family
  1. MiGongQiuJie

    0下载:
  2. 数据结构中的栈的应用,迷宫问题求解,用简单的算法实现基本功能,初学者可参考下-Stack data structure of the application, the maze problem solving, basic functions using a simple algorithm, beginners can refer to the following
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:1607
    • 提供者:小易
  1. Packing

    0下载:
  2. 自己写的数据结构中的栈的应用 - 停车场问题-Data structures in the application stack- parking problems
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:212332
    • 提供者:吴彦君
  1. stack

    0下载:
  2. 算法与数据结构中的顺序栈,链栈,以及栈的应用(数制的转换,表达式计算)。-Algorithms and data structures in order stack, chain stack, and the stack of applications (number system conversions, expression evaluation).
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:8555
    • 提供者:郭悠悠
  1. mymaze

    0下载:
  2. 经典的栈应用,迷宫游戏,利用String类型对路线进行标记,突出栈这一数据结构特殊的性质。-The classic application stack, maze games, use the String type marked on the route, highlighting the stack data structure of this particular nature.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-27
    • 文件大小:9386078
    • 提供者:
  1. Stack

    0下载:
  2. 数据结构入门:顺序栈的应用,参考《大话数据结构》这本书。-Getting data structures: sequential application stack, refer to Westward the data structure this book.
  3. 所属分类:Button control

    • 发布日期:2017-04-11
    • 文件大小:1110
    • 提供者:王桂喜
  1. c

    0下载:
  2. 数据结构课程里的栈的应用一节的 括号匹配 比较简单,可以运行的-Application stack data structure matching brackets
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:722
    • 提供者:陈心怡
  1. datastructure

    0下载:
  2. C++数据结构中栈的应用 等价表达式的源代码-C++ application stack data structure equivalent expression source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1287
    • 提供者:丁丁当
  1. DUOXIANGSHIXIANGJIA

    0下载:
  2. 应用C语言,采用数据结构中的栈,编写的多项式相加的小程序-Application of C language, the use of data structure of the stack, the preparation of the polynomial add the small program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1774
    • 提供者:李丽丽
  1. kuohaopipei

    0下载:
  2. 应用数据结构中的栈实现括号匹配的功能,主要包括小括号,中括号,大括号的匹配-Application of data structure in the stack to achieve the function of parentheses matching, mainly including small brackets, brackets, braces
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1454
    • 提供者:李丽丽
  1. ex3

    0下载:
  2. 清华大学版本的数据结构,有关栈的应用的试验-Tsinghua version of the data structure, application of the relevant stack test
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1818
    • 提供者:song
  1. 111

    0下载:
  2. 出栈,入栈,栈的应用,c++语言,数据结构-Stack, stack, stack of applications, c++ language, data structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1165
    • 提供者:dsd
  1. stack-application

    0下载:
  2. 包含数据结构中栈的应用,中缀,后缀,中缀转后缀等方式-Contains application data structure stack infix and suffix and infix turn suffix etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2080
    • 提供者:yu
« 1 2 34 5 6 »
搜珍网 www.dssz.com