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

搜索资源列表

  1. tingche

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。栈以顺序结构实现,队列以链表实现。
  3. 所属分类:系统编程

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

    0下载:
  2. 通过和用户交互的形式,按照先序遍历输入一个二叉树,二叉数采用数组的结构存储,按层次遍历给结点编号,父亲结点和左右孩子通过两个公式联系,如父亲结点是i,则左孩子为2i+1,右孩子为2i+2.初始数组均被赋成星号,用户理论上可以输入ASCII码以内的任何值,但为了利于验证,只能输入可见字符(除作为标志的星号,回车表示该结点没有数据). 该程序的先序建树,先序输出以及中序输出是采用栈和循环实现的,后序输出是用递归来实现的,在先序建树子程序中,利用反逻辑,将叶子结点,树建完成,和用户输入回车等情况用
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:81047
    • 提供者:zhangxuefang
  1. 1

    0下载:
  2. 栈的一种实现,同时附数组的实现,数据结构,有借口,可以在接口不变的条件下轻松改成队列或用链表实现-A stack to achieve, at the same time attached to the realization of the array, data structure, an excuse to be able to interface easily under the conditions of the same queue or linked list into a real
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4972
    • 提供者:Yuan
  1. Maptheepthoftraversal

    0下载:
  2. 数据结构对二叉树的深度遍历用进栈,出栈的方法。-The depth of the binary tree data structure traversal to use into the stack, a stack method.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2486
    • 提供者:hujiao
  1. stack

    0下载:
  2. 栈,数据结构的基础,这个栈实现的源代码,可用于初学者的研究-Stack, data structures based on the source code implementation of this stack can be used to study for beginners
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:439611
    • 提供者:
  1. seqstack

    0下载:
  2. 数据结构 顺序栈 可以实现插入删除等操作-The order of the stack data structure can be achieved insert or delete operation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:1066
    • 提供者:夏胖
  1. 5551

    0下载:
  2. 利用数据结构的知识生成一颗二叉树,利用非递归的算法遍历二叉树,主要借助栈来遍历二叉树-Data structures generated using a binary tree of knowledge, use of non-recursive binary tree traversal algorithm, the main stack to traverse binary tree with
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:189538
    • 提供者:zhigang
  1. 8888

    0下载:
  2. 主要是对数据结构中栈的知识的运用,实现了先进后出,后进先出的原理-Mainly in the stack data structure knowledge, to achieve the advanced post out the principle of LIFO
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:142425
    • 提供者:zhigang
  1. stack

    0下载:
  2. 数据结构,栈,linux操作系统,栈的创建、空栈、满栈、出栈和进栈-Data structures, stack, Linux operating system, the creation of the stack, empty stack, full stack, the stack and into the stack
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2955
    • 提供者:chenmou
  1. Cars

    0下载:
  2. 用数据结构中队列和栈实现停车场管理-Parking management queue and stack data structure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:1954
    • 提供者:罗迪
  1. stack-curriculum-design

    0下载:
  2. 数据结构中的栈表,东华大学课程设计-Stack data structure table, Donghua University curriculum design. . . . .
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:724
    • 提供者:曹天
  1. data-structure-algorithm-code

    0下载:
  2. 使用Visual Studio 2010开发了数据结构算法演示程序,包括二叉树,栈,线性表的演示。-we use Visual Studio 2010 software to design data structure algorithm code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:209248
    • 提供者:LiXiuRong
  1. 1136

    0下载:
  2. 栈的一种实现,同时附数组的实现,数据结构,有借口,可以在接口不变的条件下轻松改成队列或用链表实现-A stack to achieve, at the same time attached to the realization of the array, data structure, an excuse to be able to interface easily under the conditions of the same queue or linked list into a real
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5014
    • 提供者:xie0537gsi
  1. qseue_qbeue

    0下载:
  2. 用java实现数据结构中的栈和队列,是一个applet程序,很好的-Stack and queue, using Java implementation the data structure is an applet program, very good
  3. 所属分类:Network Security

    • 发布日期:2017-12-13
    • 文件大小:47282
    • 提供者:inparieqeion
  1. Stack-and-queue-simple-Test

    0下载:
  2. 实现数据结构中关于栈与队列的基础内容,栈的内容包括顺序栈、链式栈、用栈实现斐波那契函数以及两个栈实现共享空间,队列内容包括顺序队列、链式队列-Implementation of the data structure on the stack and the contents of the queue, the contents of the stack, including the stack, chain stack, with the stack to achieve Fibonacci f
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-13
    • 文件大小:7636
    • 提供者:yang
  1. sospyle-designphase-button

    0下载:
  2. 用java实现数据结构中的栈和队列,是一个applet程序,很好的()
  3. 所属分类:系统编程

    • 发布日期:2017-12-30
    • 文件大小:25600
    • 提供者:YHPI%2D717
  1. dwtbhw

    0下载:
  2. 迷宫的flash程序,动态演示出入栈的操作,对下正在学数据结构的同学有帮助()
  3. 所属分类:系统编程

    • 发布日期:2018-01-02
    • 文件大小:16384
    • 提供者:CFQGvyy&6616
  1. dandwidth

    0下载:
  2. 包含了数据结构中的线性表,队列和栈的具体代码()
  3. 所属分类:系统编程

    • 发布日期:2018-01-03
    • 文件大小:27648
    • 提供者:Yogkrm
  1. MWJI8

    0下载:
  2. 迷宫的flash程序,动态演示出入栈的操作,对下正在学数据结构的同学有帮助()
  3. 所属分类:系统/网络安全

    • 发布日期:2018-05-04
    • 文件大小:16384
    • 提供者:Myrin
搜珍网 www.dssz.com