CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 栈,基本,操作

搜索资源列表

  1. 1132154564787

    0下载:
  2. 这是一个链栈,用户可以根据提示进行栈的入栈、出栈等基本操作。-This is a chain of stack, the user can be prompted to stack the stack, the stack and other basic operations.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:999
    • 提供者:小发
  1. zhan-de-ji-be-cao-zuo

    0下载:
  2. 一、 实验目的 掌握栈的基本操作:初始化栈、判栈为空、出栈、入栈等运算。 二、实验要求 1. 认真阅读和掌握本实验的算法。 2. 上机将本算法实现。 3. 保存和打印出程序的运行结果,并结合程序进行分析。 -First, the purpose of the experiment Master the basic operation of the stack: stack initialization, and sentenced to the stack is e
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3484
    • 提供者:chen
  1. Sqstack

    0下载:
  2. 实现顺序栈的建立,删除,插入一个元素等基本操作对于初学者简单易懂-In order to achieve the establishment of the stack, delete, insert an element basic operation easy to understand for beginners
  3. 所属分类:Education soft system

    • 发布日期:2017-04-04
    • 文件大小:259732
    • 提供者:话语
  1. Evaluate

    0下载:
  2. 用栈实现表达式求解,包括栈的基本操作及运算符优先级比较,运算等。-Stack to achieve the expression evaluator, including the basic operation of the stack and the operator priority computing.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3136
    • 提供者:mengzhen
  1. SequenceStack

    0下载:
  2. 这个程序是实现顺序栈的基本操作,包括建空栈,插入,删除,查找,清空,销毁。栈在解决问题的时候用的还是比较多的,必须掌握。-This program is the basic operation of the order of the stack to build an empty stack, insert, delete, find, clear, destroy. Stack is used to solve the problem, or more, we must master.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:1127
    • 提供者:李友
  1. stack

    0下载:
  2. 封装了数据结构中基本的结构,主要实现了栈的功能,已经栈的各项基本操作-Encapsulates the basic structure of the data structure, the main achievement of the basic operation of the function of the stack, the stack
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:4673
    • 提供者:jeff
  1. 3-2-6

    0下载:
  2. 该程序用于表达式求值,运用栈的一些基本操作,出栈,入栈,取栈顶元素等-For expression evaluation of the program, the use of some of the basic operations of the stack, the stack, the stack, to take the top element
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:1789
    • 提供者:南海
  1. zhan

    0下载:
  2. 数据结构内栈的基本操作程序,包括入栈、出栈等相应的操作-The operation of the stack within the data structure of the basic operating procedures, including the stack, the stack
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:202230
    • 提供者:隋晨红
  1. Stack

    0下载:
  2. 数据结构栈的基本操作,包含进栈出栈的操作,用C实现-The basic operation of the stack data structure, included into the stack, the stack operation, implemented in C
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:2067
    • 提供者:Tom
  1. Queue

    0下载:
  2. 栈的基本操作,出栈、进栈等基本的操作,用C语言实现-The basic operation of the basic operation of the stack, the stack, the stack, with the C language
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:1529
    • 提供者:Tom
  1. shiyan5

    0下载:
  2. 以二叉链表表示二叉树,实现二叉树先序遍历、中序遍历、后序遍历的递归算法;直接利用栈的基本操作,实现二叉树先序遍历的非递归算法。-Binary list, binary tree, Binary Tree, Inorder traversal, recursive algorithm after preorder direct use of the basic operation of the stack, the non-recursive algorithm Binary Tree.
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:1360
    • 提供者:陈序员
  1. shiyan2

    0下载:
  2. 运用栈实现表达式开、闭括号是否配对出现算法。先要实现栈的基本操作算法,包括初始化栈、进栈、退栈等。本程序中,表达式中的元素限定为char型,表达式的长度<100。表达式输入的为一个以“#”为结束标志的字符串。若用户输入的表达式中少了左括号或少了右括号,打印“括号不匹配”。若输入的表达式左右括号匹配,打印“括号匹配”。-Use stack to achieve expression open, close parenthesis pair appeared algorithm. The ne
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:765
    • 提供者:陈序员
  1. 03

    0下载:
  2. 完成十进制到二进制的转化,要求用栈的基本操作来解决问题-The complete decimal to binary conversion required with the basic operation of the stack to solve the problem
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:596
    • 提供者:yelan
  1. List.matrix.stack

    0下载:
  2. 此程序包括对链表,矩阵,栈的基本操作,实现了链表的插入,删除,查找,栈的删除与插入,矩阵的压缩存储,矩阵的运算。-This procedure is the operation of the matrix: Matrix compression, storage, computing
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:464341
    • 提供者:
  1. shiyan5

    0下载:
  2. 链栈的基本操作源代码,可以进行数据的入栈、出栈、取栈顶元素等操作-Basic operation of the chain stack
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:906
    • 提供者:琉璃豆豆
  1. heap

    0下载:
  2. 实现栈的基本操作,建栈,进栈,出栈,数据结构实现-To achieve the basic operation of the stack, built stack into the stack, the stack data structure
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:1346
    • 提供者:余强
  1. stack

    0下载:
  2. 以单链表形式实现栈的结构,实现基本的操作:入栈,出栈,打印所有栈元素。-Stack structure a single linked list, basic operations: stack, the stack, and print all stack elements.
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:1205
    • 提供者:yonhom
  1. Zhan

    0下载:
  2. 数据结构中栈的实现系统,包括栈的基本操作,和它的应用,是一个完全的人机交互式界面-Stack data structure in the realization of the system, including the basic operation of the stack, and its application, is a complete interactive human-machine interface
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:1133436
    • 提供者:李璐平
  1. zhandecaozuo

    0下载:
  2. 栈的操作,此操作包括栈的建立,栈的遍历等栈的一些基本操作。-Stack operation
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:3800
    • 提供者:banxiaocui
  1. mystack

    0下载:
  2. 用C语言,编写的一个栈的算法,可以实现栈的基本操作(入栈,出栈,清空栈)。-Using C language, written in a stack algorithm can achieve the basic operation of the stack (stack, stack, empty stack).
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:205115
    • 提供者:张永
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com