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

搜索资源列表

  1. C++游戏栈源码

    0下载:
  2. C++编写的栈数据结构,将它考入类库直接调用。非常实用的程序
  3. 所属分类:游戏

    • 发布日期:2010-10-19
    • 文件大小:111990
    • 提供者:gghg1989
  1. StackExpr

    0下载:
  2. 数据结构,栈实现表达式求值,可求多位整数,加减乘除带括号-Data structure, the realization of the expression evaluation stack, rectifiable number of integers, multiplication and division with addition and subtraction in brackets
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:10235
    • 提供者:lulu
  1. migong

    0下载:
  2. 数据结构中栈算法的简单应用,通过程序模拟迷宫的生成和寻找出口的动态演示过程-Data structure in a simple stack algorithm applications, the adoption of procedures for the generation and simulation of a maze to find the export dynamic demonstration
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:43069
    • 提供者:seaman
  1. ZHAN

    0下载:
  2. 数据结构算法中的栈的演示程序,由VC++编写而成。帮助教学-straght sort demo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:240683
    • 提供者:tracy
  1. stack

    0下载:
  2. 数据结构中栈的类定义,通过类模板实现了栈的基本功能-Stack data structure in the class definition, through the stack class template implements the basic functions of
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:525474
    • 提供者:黄寅飞
  1. C++数据结构代码

    0下载:
  2. 本压缩包里含有队列、链表(单链表、双链表和循环链表)、栈、队列、两个栈实现一个队列、二叉树等数据结构的C++代码实现。
  3. 所属分类:数据结构常用算法

  1. 栈和队列的链接

    0下载:
  2. 数据结构实验 栈和队列的连接实验 ①编写程序实现循环队列的初始化、入队和出队操作 ②编写程序实现将一个任意的十进制数转换成对应的二进制数 要求: ①用栈的基本操作来实现(具体栈的存储结构可用顺序栈也可用链栈) 十进制数由键盘输入,输出对应的二进制数。 ②在初始化队列后,利用入队操作构建具有n个元素的队列并依次输出队列中的元素。在构建的具有n个元素的队列中,执行出队操作,输出出队后队列中的剩余元素(Data structure experiment stack and queue
  3. 所属分类:数据结构

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:蚊子酱
  1. 5107600数据结构配套光盘

    0下载:
  2. 实现对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种遍历,输出三种遍历的结果。((Any given realization of the binary tree (self-Vertices) the establishment of its chain store binary structure, and use the five basic computing stack (The
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:2724864
    • 提供者:苦心人
  1. 数据结构

    0下载:
  2. 数据结构综合性实验,包含顺序表、栈、队列等应用(Comprehensive experiment of data structure)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:3528704
    • 提供者:Tortoise.
  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. 定义了栈,只含有一些基本操作,算法很少,对大学初学数据结构者有用(simple sample of stack)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:430080
    • 提供者:老五狗
  1. 3.栈的应用举例

    0下载:
  2. 数据结构中栈的使用,有注释,参考清华严蔚敏的(Data structure in the use of the stack, there are notes)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-05
    • 文件大小:4469760
    • 提供者:Elvan
  1. 数据结构-c++-栈的验证-实验报告

    0下载:
  2. 1.实验目的及要求 1.1 实验目的: 1.掌握栈的顺序存储结构 2.验证顺序栈及其基本操作的实现 3.验证栈的操作特性 1.2 实验要求: 1.建立一个空栈 2.对已建立的栈进行插入、删除、取栈顶元素等基本操作(1. the purpose and requirements of the experiment 1.1 the purpose of the experiment: 1. the sequential storage structure of the m
  3. 所属分类:Windows编程

  1. SqStack

    0下载:
  2. 数据结构顺序栈的存储结构和基本操作的实现(The storage structure of the data structure sequence stack and the implementation of the basic operation)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:357376
    • 提供者:Brokenk
  1. 大学数据结构DS实验全部代码实现(1)

    5下载:
  2. 这个实验(1)代码包括:顺序表,链表,链表应用,二叉树,图,栈,串应用,哈夫曼树。 不是书(数据结构c语言版)的全部内容,后续会更新后排序查找等本书后面全部ds实验代码。 纯手打的代码,都是实验课上现敲的,这些也都通过OJ检验数据了,有简短注释
  3. 所属分类:编程文档

  1. 链栈

    0下载:
  2. 数据结构,使用c++实现的链栈,简单实现没有bug,啦啦啦(Data structure, the use of c++ chain stack, simple implementation without bug, cheerleading)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:DeepDark
  1. java数据结构

    0下载:
  2. 压缩包中包含了java链表、树、栈、队列四种数据结构和相关代码,希望有需要的盆友可以看到(The compression package contains the Java list, tree, stack, queue four data structures and related code, hope that the need for the basin friends can see)
  3. 所属分类:Java编程

    • 发布日期:2018-01-10
    • 文件大小:51200
    • 提供者:惜笑
  1. 栈的顺序存储与操作

    0下载:
  2. 关于数据结构中栈的存储方式及操作内含简单的源代码(The storage mode and operation of the stack in the data structure)
  3. 所属分类:数据结构

    • 发布日期:2018-01-10
    • 文件大小:4096
    • 提供者:啊哈杨
  1. 数据结构python

    1下载:
  2. 很多数据结构用C++和java写的,这里我用python写的一些数据结构的实现(Write LinkNodes using python)
  3. 所属分类:数据结构

    • 发布日期:2019-11-19
    • 文件大小:5120
    • 提供者:Yan1233
  1. 数据结构实验报告

    3下载:
  2. 中南大学数据结构C++实验报告: 实验一 线性表 实验二 栈、队列与递归算法设计 实验四 树结构及其应用 实验五 图结构及其应用 实验六 查找和排序(Data structure C++ experimental report of central south university)
  3. 所属分类:其他

    • 发布日期:2020-06-08
    • 文件大小:2295808
    • 提供者:泓峥萧瑟
« 12 3 4 5 6 7 8 9 10 ... 47 »
搜珍网 www.dssz.com