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

搜索资源列表

  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. Stack

    0下载:
  2. c语言实现的数据结构,链栈的实现,里面包含多个接口-C language- data structure, the realization of the chain stack, including multiple interfaces...
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:13582
    • 提供者:黄真
  1. Desktop

    0下载:
  2. C++ 数据结构的 链表 ,队,栈, 二叉树, 排序, 搜索,等源代码-stack linklist bitree search sort queue
  3. 所属分类:Data structs

    • 发布日期:2017-05-21
    • 文件大小:5978690
    • 提供者:韩科
  1. CalculationwirhRPN

    0下载:
  2. 使用逆波兰式进行四则运算的小例子,加深对数据结构栈的理解。首先将标准四则运算表达式转化为逆波兰式,再进行计算,用到了栈的实现。Codeblocks编辑环境下,使用GCC编译成功-Calculation with RPN(Reverse Polish Notation) on the platform Code:Blocks & GCC
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2414
    • 提供者:wangkai
  1. ex3

    0下载:
  2. 清华大学版本的数据结构,有关栈的应用的试验-Tsinghua version of the data structure, application of the relevant stack test
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1818
    • 提供者:song
  1. 111

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

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

    1下载:
  2. 通过扩展已实现的基本数据结构,模拟更为复杂的数据结构,是一种常见而实用的技巧。这里,我们将利用栈结构,来模拟一种功能增强的队列。 具体来说,你必须首先实现一个元素类型为int的栈,该栈能且只能支持以下操作接口: bool empty() //判断是否栈空 void push(int) //向栈中压入一个整数 int pop() //弹出栈顶元素,并返回其数值 int top() //仅获取栈顶元素的值,但不弹出 接下来,你必须借助以上栈结构,
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2471
    • 提供者:kimhanmiru
  1. note-for-data-structure

    0下载:
  2. 数据结构笔记,主要包括栈,队列,链表,指针,数组等基础数据结构知识,并且包括一些例子,如汉诺塔等-a note for data structure. include stack, queue, link, point and so on, and some examples for different cases.
  3. 所属分类:Document

    • 发布日期:2017-05-16
    • 文件大小:3699635
    • 提供者:wuqun
  1. StackStudy

    0下载:
  2. 学习数据结构时的链栈源代码,简单的入栈出栈-Data Structure link stack stack stack
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:928
    • 提供者:apple
  1. tingchechangguanli

    0下载:
  2. 数据结构课程设计,采用队列和栈的停车场管理系统.-Data structure curriculum design, the use of queues and stacks of parking management system.
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:3963
    • 提供者:莫圣
  1. tt

    0下载:
  2. 栈和队列的源代码,对于数据结构初学者很有帮助-stacks and queues
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1258501
    • 提供者:李森
  1. wzh_zuoye

    0下载:
  2. 数据结构 二叉树的顺序栈 链表存储的 c++ 代码-code of binary tree using two ways
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:436455
    • 提供者:li
  1. 3.4.1

    0下载:
  2. 利用栈操作实现八皇后问题求解 (选做题) 数据结构实上机验操作-The use of stack operations to achieve the eight queens problem solving data structure real test operations on the machine (Optional Problem)
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:768
    • 提供者:steve
  1. migong

    0下载:
  2. 数据结构,迷宫算法,利用栈操作实现迷宫问题求解-Data structure, maze algorithm, the use of stack operations to solve the maze problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:194237
    • 提供者:靳以2002
  1. calculation107

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

    • 发布日期:2017-04-13
    • 文件大小:2058
    • 提供者:qin94802
  1. mowang100

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

    • 发布日期:2017-04-12
    • 文件大小:1400
    • 提供者:conag77206
  1. Stack

    0下载:
  2. 基本数据结构——栈的实现,自己实现的栈的使用,可以完成基本的入栈出栈判空判满的操作,仅供参考-Implementation of Stack
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:52031
    • 提供者:Mr.Bubbles
  1. neicun

    0下载:
  2. 4.1.1.程序运行为什么需要内存1 4.1.2.程序运行为什么需要内存2 4.1.3.位、字节、半字、字的概念和内存位宽 4.1.4.内存编址和寻址、内存对齐 4.1.5.C语言如何操作内存 4.1.6.内存管理之结构体 4.1.7、内存管理之栈 4.1.8、内存管理之堆 4.1.9、复杂数据结构-nei cun zhe ge da wen ti
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:10493
    • 提供者:王马华
  1. zhanheduilie

    0下载:
  2. 数据结构栈与队列PPT,详细讲解栈和队列的意义和使用方法。- Data structure stack and queue PPT, detailed explanation of the meaning and use of the stack and queue.
  3. 所属分类:software engineering

    • 发布日期:2017-05-20
    • 文件大小:5315462
    • 提供者:安左
  1. stack

    0下载:
  2. 数据结构栈的实现,建立,入栈,出栈,清空功能-Data structure stack implementation, build, stack, stack, emptying function
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:19466
    • 提供者:
« 1 2 ... 37 38 39 40 41 4243 44 45 46 47 »
搜珍网 www.dssz.com