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

搜索资源列表

  1. stack

    0下载:
  2. 栈的基本操作:进栈,出栈,添加结点和删除结点等基本操作的实现。自己做的关于数据结构的试验,仅供参考。-Stack the basic steps: into the stack, the stack, add node and delete node, such as the realization of the basic operation. Own data structures on the test, for informational purposes only.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:1291
    • 提供者:等天香
  1. make_stack

    0下载:
  2. 关于栈的基本操作:自己做得数据结构试验内容,包括进栈,出栈,添加结点以及删除结点等等,仅供参考。 -Basic operation on the stack: the data structure to do their own tests, including into the stack, the stack, add the node and the deletion of nodes, etc., for reference purposes only.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1296
    • 提供者:等天香
  1. shu

    0下载:
  2. 这又是一个C++ 编写的数据结构,里面有许多最基本的功能,如栈\队列\树等.应该有一定的帮助.-This is a C++ Prepared data structure, there are many of the most basic functions, such as trees, such as stack queue. There should be some help.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:12433
    • 提供者:陈大圣
  1. zhan

    0下载:
  2. 数据结构C语言对栈的操作,有链栈出栈、入栈的算法,顺序栈出栈、入栈的算法,hanoi塔的算法-C language data structure for stack operation, there is a chain of stack stack入栈algorithms, the order of the stack stack,入栈algorithm, hanoi tower algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1608
    • 提供者:韩杰
  1. hello

    0下载:
  2. 管理停车场的模拟程序,是数据结构课程设计的一部分,用到栈和队列-Simulation of the car park management procedures, data structure is part of the curriculum design, used for stack and queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1628
    • 提供者:sunnydream
  1. queue1

    0下载:
  2. 数据结构中实现栈的操作.数据结构中实现栈的操作.-Data structure to achieve stack operation. Data structure to achieve stack operation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8365
    • 提供者:王华
  1. stack

    0下载:
  2. 用C语言实现的,栈结构,是数据结构的一个很好的实例。-Using C language, the stack structure, data structure is a good example.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1587
    • 提供者:king
  1. mowang

    0下载:
  2. 魔王语言的题目,是数据结构里的一个关于栈,队列的,希望对大家有些帮助-Devil language topic which is a data structure on the stack, queue, and I hope all of you some help
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1355
    • 提供者:lzq
  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. chexiangtiaodu

    0下载:
  2. 数据结构课程设计 车厢调度 一、需求分析 1、用编号依次为1,2,3,……,n表示停在铁路调度站入口处的车厢序列。 2、用一个栈形象地表示为火车的调度站。 3、利用栈先进后出的性质,结合递归和回溯算法,实现编号1…n的车厢的所有可能的序列和每种序列的出入栈变化过程。 本程序用C语言实现,已经在TURBOC 2.0环境下通过。-Data structure the curriculum design of a train scheduling, needs analy
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:60672
    • 提供者:llh
  1. MM

    0下载:
  2. 数据结构中常见的迷宫求解问题 使用顺序栈 初学者适用-Data structure of the maze to solve common problems using the order applies to stack beginners
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1459
    • 提供者:pcgg
  1. add

    0下载:
  2. 到底出栈有多少种呢.程序帮你实现 数据结构的一个题-A stack in the end how many species do. Procedures to help you achieve the data structure of a title
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1795
    • 提供者:李密
  1. Stack

    0下载:
  2. 这是栈的顺序实现方法,适合数据结构的初学者参考.-This is the order of the stack method, suitable for beginners and reference data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:9981
    • 提供者:smith
  1. DataStructureUtil

    0下载:
  2. 该压缩文件夹内有诸多常用算法和数据结构的c++模板编程实现,可作为您程序开发的辅助工具。具体有栈、队列、优先队列、字典、二叉树、图(包括节点的遍历,连通性判断,3种经典最短路径算法的实现等)。-The compressed folder, there are many commonly used algorithms and data structures c++ Template programming, can be used as your development tool. Specif
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:12844
    • 提供者:张杨
  1. mwyy

    0下载:
  2. 数据结构实习作业 魔王与语言 栈的应用-Data structure and language training operations devil Application Stack
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1000
    • 提供者:wanglei
  1. suanshubiaodashi

    0下载:
  2. 这是我的数据结构课程设计,1. 初始化两个空栈,一个是操作符栈,一个是操作数栈。2. 如果字符是操作数,将它压入操作数栈。 如果字符是个操作符,则和运算符栈顶的运算符比较优先权后作相应操作,优先技小泽压入栈,大于则将栈顶的运算符出栈,并将运算数栈顶的两个数出栈进行运算。等于,则弹出操作符。-This is my data structure of the curriculum design, 1. Initialize two empty stacks, one stack operator,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:11081
    • 提供者:往往
  1. longintsizeyunsuan

    0下载:
  2. 课程设计是实践性教学中的一个重要环节,它以某一课程为基础,可以涉及和课程相关的各个方面,是一门独立于课程之外的特殊课程。课程设计是让同学们对所学的课程更全面的学习和应用,理解和掌握课程的相关知识。《数据结构》是一门重要的专业基础课,是计算机理论和应用的核心基础课程。 数据结构课程设计,要求学生在数据结构的逻辑特性和物理表示、数据结构的选择和应用、算法的设计及其实现等方面,加深对课程基本内容的理解。同时,在程序设计方法以及上机操作等基本技能和科学作风方面受到比较系统和严格的训练。 本课
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:268814
    • 提供者:刘桂军
  1. sjjgt

    0下载:
  2. 【数据结构】图的遍历,包含(栈类型、图类型、队列类型)-[] Map data structure traversal, including (stack type, map type, queue type)
  3. 所属分类:Compiler program

    • 发布日期:2016-01-21
    • 文件大小:8252
    • 提供者:箱子
  1. calculation

    0下载:
  2. C语言写的计算器程序,体现了栈的使用,是起初学习数据结构的作品。-err
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2017
    • 提供者:zhaozheng
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 47 »
搜珍网 www.dssz.com