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

搜索资源列表

  1. 火车调度

    1下载:
  2. 这是一个VC编写的火车调度程序,实际上是数据结构栈的应用,同时设计到递归的应用。-This is a VC prepared by the train scheduling procedures, data structure is actually the application stack, recursive design to the application.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2453
    • 提供者:王小雪
  1. erchashu

    1下载:
  2. 树型结构是一类重要的非线性数据结构,而二叉树是最为重要,最为常用的类型。树结构在客观世界中广泛存在,如人类社会的族谱和各种社会组织机构都可以用树来形象表示。树在计算机领域中也得到广泛应用,如在编译程序中,可用树来表示源程序的语法结构。而即使是一般的树都能简单地转化为二叉树,因此二叉树显得特别重要。 该软件主要是利用完全二叉树的性质建立一棵二叉树,然后运用二叉链表与栈对二叉树进行复合操作,并实现各种功能。具体包括建立二叉树、遍历二叉树、求二叉树的深度、求二叉树的叶子结点。其中遍历二叉树包含三种
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2875
    • 提供者:彭枝考
  1. migong

    0下载:
  2. 一、 实验目的: (1) 熟练掌握链栈的基本操作及应用。 (2) 利用链表作为栈的存储结构,设计实现一个求解迷宫的非递归程序。 二、实验内容: 【问题描述】 以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 【基本要求】 首先实现一个链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:37408
    • 提供者:高慧
  1. yy2

    0下载:
  2. 1.定义顺序栈的数据结构 2.编写函数实现的栈的初始化、入栈、出栈、判断栈是否为空的算法,并应用与表达式的括号匹配检测。 3.定义队列的链式数据结构 4.编写函数实现链队列的入队列、出队列算法 -1. Stack data structure defines the order of 2. Write a function to achieve the stack initialization, stack, stack, to determine the stack is em
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-26
    • 文件大小:184803
    • 提供者:武朝阳
  1. migong

    0下载:
  2. 迷宫问题,首先自定义建立迷宫的数据结构,迷宫数据放入矩阵中.在路线查找时,初始化栈,应用循环对每一点座标进行4个方向的判断,如果该点可达则把该点信息放入栈内,或者回溯到出栈后的坐标点,最后如果最后能够到达出口,那么栈内存储的即为走出迷宫路径-Maze problem, first of all, since the definition of the establishment of a maze of data structure, a maze of data Add matrix. Loo
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1676
    • 提供者:吕璐
  1. Alex

    0下载:
  2. 大二数据结构实验课的几个源码(顺序表的合并、多项式的合并、栈和队列的基本操作、稀疏矩阵的运算、二叉树基本操作、图的存储和应用)-Experimental data structure sophomore class several source (the order form merger, the merger of polynomial, stack and the basic operation of the queue, sparse matrix computation, the ba
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:59375
    • 提供者:Alex
  1. shujujiegou

    0下载:
  2. 数据结构课件 包含链表的建立、排序、栈、树已经图的应用等。-Data structure contains the list of the establishment of software, sort, stack, tree has map applications.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:7216
    • 提供者:
  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. 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. Expression

    0下载:
  2. 表达式求职,基于数据结构栈的应用,分享学习-The expressions Job data structure stack-based applications to share learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:1266
    • 提供者:邱宇
  1. stackPstringPlist

    0下载:
  2. 全面演示了数据结构-栈的六大应用,进制转换,括号匹配,行编辑,迷宫求解,表达式运算,其中包括线性表的实现与使用,字符串的实现与使用,栈的实现与使用-Comprehensive presentation of the data structure- Stack six applications, binary conversion, bracket matching, line editing, maze solving, arithmetic expressions, including lin
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:13490654
    • 提供者:王伟
  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. Biao_da_shi

    0下载:
  2. 关于表达式计算器的编写,代码感觉优良,为数据结构栈的相关应用。-Write about expression evaluator, the code feel good, stack data structure related applications.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:194890
    • 提供者:余总
  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. 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. 111

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

    • 发布日期:2017-04-12
    • 文件大小:1165
    • 提供者:dsd
  1. 数据结构

    0下载:
  2. 数据结构习题答案,针对线性表的应用,包括链表和数组以及静态链表。涉及栈的应用,包含C和C++版本。(Data structure Exercises answer, for linear table applications, including lists and arrays, and static linked list. Applications involving stacks include C and C++ versions.)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:119808
    • 提供者:Lucien Liu
  1. 栈和队列

    0下载:
  2. 大学生数据结构栈和队列作业,题目为:栈和队列的实现与应用(Student data structure stack and queue job, the topic is: stack and queue implementation and Application)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:524288
    • 提供者:Lidesi
« 12 »
搜珍网 www.dssz.com