搜索资源列表

  1. zhan

    0下载:
  2. 使用TC的数据结构的基本操作——栈的基本操作-TC data structure using the basic operations- the basic operation of the stack
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:李樱
  1. stack

    0下载:
  2. 实验题目:5.1 基于顺序栈的括号匹配程序设计验证 一、实验目的 1. 掌握栈的顺序存储结构; 2. 掌握栈的操作特性; 3. 掌握基于顺序栈的基本操作的实现方法。 二、实验内容 1. 实现顺序栈的成员函数; 2. 基于顺序栈的括号匹配程序设计验证。 实验题目:5.2 基于链式栈的表达式的计算程序设计验证 一、实验目的 1. 掌握栈的链式存储结构; 2. 掌握栈的操作特性; 3. 掌握基于
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:14336
    • 提供者:混乱
  1. sqstack

    0下载:
  2. 栈的基本操作,综合实现,对于初学者简单易懂。-Basic operation of the stack, comprehensive implementation, easy to understand for beginners.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:xufei
  1. stack

    0下载:
  2. 本程序用于实现栈的基本操作,已在VC环境下调试过,可以运行-stack
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:jxt
  1. zhan.tar

    0下载:
  2. 实现顺序栈的基本操作(初始化、判断栈空、判断栈满、入栈、出栈),并利用栈实现十进制转换为其它进制-The order of the stack to achieve the basic operations (initialization, determine the stack empty, determine the stack is full, stack, the stack) and stack implementation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:杨永勇
  1. stack

    0下载:
  2. 栈的基本操作的实现 初始化、入栈、取栈顶元素-The realization of the basic operation of stack initialization, stack, take the stack element
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:Earl
  1. CarriageScheduling

    0下载:
  2. 假设停在铁路调度站(如教科书中图3.1(b)所示)入口处的车厢序列的编号依次为1,2,3,…,n。设计一个程序,求出所有可能由此输出的长度为n的车厢序列。 首先在教科书3.1.2节中提供的栈的顺序存储结构SqStack之上实现栈的基本操作,即实现栈类型。程序对栈的任何存取(即更改,读取和状态判别等操作)必须借助于基本操作进行。 -Railway Station stop scheduling assumptions (such
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:david
  1. stack

    0下载:
  2. 顺序栈的基本操作,有初始化,插入和删除元素等-The basic operation of the order of the stack
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:果果
  1. statck

    0下载:
  2. 用队列来实现栈的基本操作,主要包括进栈、出栈、取栈顶元素、判断栈是否为空-Stack with a queue to implement the basic operations, including into the stack, the stack, taking the top element, to determine whether the stack is empty
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:丛春龙
  1. stack

    0下载:
  2. 栈的基本操作,压栈,出栈,初始化以及判定栈是否为空-The basic operation of the stack, push, stack, initialization, and to determine whether the stack is empty
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:郑琦
  1. experiment8

    0下载:
  2. 数据库实验:顺序表的基本操作,单链表的基本操作,栈的基本操作,队列的基本操作,二叉树建立及遍历操作,二叉树的应用程序设计,图的建立及遍历操作-Database eight experiments! Has more to do it, and we can refer to, hoping to help you.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:朱飞马
  1. expression

    0下载:
  2. 利用栈完成算术表达式求值:从键盘或文件中输入算术表达式,计算其结果并显示。要求处理过程为:(1)转换为后缀表达式并输出;(2)对后缀表达式求值并输出。 输入的表达式中可以有整数、实数、括号,运算符包括+、-、*、/、#(代表单目负)。可以多次输入不同的表达式进行计算,直到用户选择“退出”。栈的基本操作可以自己实现,也可以使用系统提供的STL实现。 -Done using an arithmetic expression e
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:429056
    • 提供者:Sw
  1. Stack

    0下载:
  2. 栈的基本操作(初始化,插入,删除,判断为空,长度....)-The basic operation of the stack (initialization, insert, and delete, judge is empty, length...)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:630784
    • 提供者:赵生
  1. zhandecaozuo

    0下载:
  2. 栈的基本操作,实现栈的进栈、出栈及取栈顶元素。-The basic operation of the stack to achieve the stack into the stack, the stack and take the top element .
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:张保富
  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, a
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:chen
  1. 11

    0下载:
  2. 栈的基本操作 链式表达方式-Further understand the basic operation of the stack implementation
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:刘高
  1. Evaluate

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

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:mengzhen
  1. 100204031009

    0下载:
  2. 1.掌握栈的类定义及基本操作:初始化栈、判栈为空、出栈、入栈等运算 2. 掌握栈的应用 3.利用栈的基本操作实现将任意一个十进制整数转化为R进制整数-1 master class definition and the basic operation of the stack: stack initialization and sentenced to the stack is empty, the stack, the stac
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1042432
    • 提供者:林文众
  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
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:李友
  1. zhan

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

    • 发布日期:2024-05-17
    • 文件大小:201728
    • 提供者:隋晨红
« 1 2 3 45 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org