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

搜索资源列表

  1. Slink

    0下载:
  2. 数据结构精品课程之线性表讲解(顺序存储与线性存储、栈和序列)-Linear table data structure to explain
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:220975
    • 提供者:adrian
  1. Stack-order-and-achieve

    0下载:
  2. 数据结构栈的顺序表现形式和实现,出栈、入栈、遍历栈、取栈顶、删除栈顶-Manifestation of the order of the data structure stack and stack, stack, traverse the stack, take the top of the stack, delete the top of the stack
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:5120
    • 提供者:fengchao
  1. sxz

    0下载:
  2. 顺序栈,数据结构中的基本程序。此程序简单易懂,便于学习。-Sequence Stack
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:926
    • 提供者:xinling
  1. Data-structure-experiments

    1下载:
  2. 数据结构8个实验完整源码+可执行程序 +95个其他程序源码+ 数据结构课程设计报告 C语言程序设计题附答案 C语言课程设计 实验2 顺序查找 排序 实验3 顺序栈基本操作 实验4 顺序循环队列基本操作 实验5 二叉树的建立及遍历 实验6 哈夫曼树的创建及编码 实验7 图的创建及遍历 实验8 查找与排序算法 推箱子游戏 -Complete source of data structures eight experimental the th
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1861189
    • 提供者:何沙沙
  1. Data-structure

    0下载:
  2. 数据结构很有帮助的适合新手看看只有队列栈链表和顺序表-Look at only queue stack linked list data structure helpful for novice and sequence table
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:918074
    • 提供者:cailei
  1. QueueInitial

    0下载:
  2. 实现基于顺序表的顺序栈(数据结构定义+基本运算)-Sequence stack-based sequence table (data structures defined the+ basic arithmetic)
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:956
    • 提供者:黄少杰
  1. shunxuzhan

    0下载:
  2. 顺序栈的操作,顺序栈的基本操作,小的数据结构程序-Sequence stack operation, order the basic operation of the stack, small data structure program
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-10
    • 文件大小:120245
    • 提供者:mdj
  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. Hannuo

    0下载:
  2. 数据结构经典算法,汉诺塔问题的求解,C#实现,链栈和顺序栈实现-Data structure classic algorithm, Tower of Hanoi problem solving, C# achieve chain stack and sequential stack implementation
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:48194
    • 提供者:张宏国
  1. stackaqueue

    0下载:
  2. 数据结构(C语言版)栈和队列的顺序和链式储存的多种写法。供各位不懂的朋友参考。-There are kinds of ways to code “Stack and Queue” of Data Structure for C .
  3. 所属分类:Data structs

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

    0下载:
  2. 数据结构(用面向对象方法与C++语言描述)第二版 顺序栈和链式栈-sequence stack and link stack
  3. 所属分类:source in ebook

    • 发布日期:2017-11-26
    • 文件大小:1053006
    • 提供者:李飞鹏
  1. seqstack

    0下载:
  2. 顺序栈:即栈的顺序存储结构,是用一 组地址连续的存储单元依次存放自栈底 到栈顶的数据元素,并用起始端作为栈底,附设指针 top 指示栈顶 元素在顺序栈中的位置。-Stack order: the order of stack storage structure is the use of a set of contiguous memory cells sequentially stored from bottom of the stack to stack the data elements,
  3. 所属分类:source in ebook

    • 发布日期:2017-11-19
    • 文件大小:682
    • 提供者:uname
  1. seqlist

    0下载:
  2. 结构线性表是一种常用的数据结构,以下介绍线性表及其顺序存储,并对栈和队列及它们的顺序实现给出了详细的设计描述。-Linear table structure is a common data structure, the following describes the linear form and stored in order, and stacks and queues and their sequential implementation gives a detailed design
  3. 所属分类:source in ebook

    • 发布日期:2017-11-27
    • 文件大小:1461
    • 提供者:uname
  1. Data-Structures

    0下载:
  2. 基于C++写的数据结构,利用顺序栈实现公车上下人员安排,包里有个栈实现的头文件和公车的源码。-Based C++ write data structures, the use of the stack in order to achieve the bus up and down staffing, the bag has a stack to achieve the header files and source bus.
  3. 所属分类:Data structs

    • 发布日期:2017-12-06
    • 文件大小:2041
    • 提供者:lid chan
  1. Stack

    0下载:
  2. 堆栈实现。堆栈就是这样一种数据结构。它是在内存中开辟一个存储区域,数据一个 顺序地存入(也就是“压入——push”)这个区域之中。有一个地址指针总指向最后一个压入堆栈的数据所在的数据单元,存放这个地址指针的寄存器就叫做堆栈指示器。开始放入数据的单元叫做“栈底”。数据一个一个地存入,这个过程叫做“压栈”。在压栈的过程中,每有一个数据压入堆栈,就放在和前一个单元相连的后面一个单元中,堆栈指示器中的地址自动加1。读取这些数据时,按照堆栈指示器中的地址读取数据,堆栈指示器中的地址数自动减 1。这个过程叫
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:593
    • 提供者:诚溜
  1. Stack

    0下载:
  2. 此代码为对数据结构中顺序栈算法的C语言实现。-This code is the stack algorithm in C language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:459468
    • 提供者:Jack
  1. 2_stack

    0下载:
  2. 堆栈都是一种数据项按序排列的数据结构,只能在一端(称为栈顶(top))对数据项进行插入和删除。要点:堆,顺序随意。栈,后进先出(Last-In/First-Out)。-A data stack items are sequentially arranged in a data structure, only one end (referred to as stack (top)) to insert and delete data items. Highlights: heap, in any
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3578
    • 提供者:姚大波
  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. dsaalg_course_ware_ppt

    0下载:
  2. 数据结构各类结构源代码(顺序表,单链表,栈,队列等等)-Structure of the source code of various types of data structures (sequence tables, single linked lists, stacks, queues, etc.)
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2156805
    • 提供者:刘可
  1. INT

    0下载:
  2. 数据结构之利用顺序栈实现大整数加减法运算,判断、建立、运行都可以-The use of sequential data structure stacks large integer addition and subtraction operations, judgment, establish, you can run
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:1405
    • 提供者:王八蛋
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com