搜索资源列表

  1. DATA_STRUCTURE

    0下载:
  2. 题 目: 算术表达式求值的程序设计 初始条件: 表达式计算是实现程序设计语言的基本问题之一,也是栈的应用的一个典型例子。设计一个程序,演示用算符优先法对算术表达式求值的过程。 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。利用教科书表3.1给出的算符优先关系,实现对算术四则混合运算表达式的求值,并仿照教科书的例3-1演示在求值中运算符栈、运算数栈、输入字符和主要操作的变化过程。 -Title: Arith
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:487424
    • 提供者:陈宗浩
  1. StackOperation

    0下载:
  2. 主要是实现堆栈的一些基本操作,比如:出栈,清空堆栈,访问堆栈顶元素,以及测试堆栈状态等。-Realize the main stack are some of the basic operations, such as: out of stack, empty the stack, the stack top element of the visit, as well as the test stack status.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:彭林
  1. suanshubiaodashiqiuzhi

    0下载:
  2. 简单的算术表达式求值,是数据结构的课程设计。 运用了栈的一些基本操作,可以进行算术运算!-Simple arithmetic expression evaluator is the data structure of the curriculum design. The use of the stack some of the basic operations, arithmetic operations can be carried
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:
  1. sunxuzhan

    0下载:
  2. 顺序栈的出栈、入栈、求栈长等基本操作 #include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typedef char DateType typedef struct-#include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typ
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:陈志峰
  1. jisuan

    0下载:
  2. 本程序的主要功能在于中缀表达式的计算, 其中运算符有加,减,乘,除,乘幂基本运算符 ,运算数为实数之间运算,并可以实现循环 计算..完成基本操作是进行字符处理,栈的使用. -The primary function of this program is made up of the calculation of expression, in which operators are add, subtract, multi
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:Jun
  1. bdsh

    0下载:
  2. 栈的示例代码,包括简单的栈操作和基本的输入输出等-Stack sample code, including simple stack operations and the basic input and output, etc.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:王楠
  1. Stack

    0下载:
  2. 堆栈的初始化,判空,元素入栈,出站等基本操作以熟练掌握数据结构基本内容.-Stack initialization, contractors air,入栈elements, the basic operation of the station in order to master the basic content of the data structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:kdw
  1. 107

    0下载:
  2. 算法与数结结构(C语言版),本代码含钙量栈的全部基本操作。-Algorithm with a number of junction structure (C language version), this code is all the calcium content in the basic operation of the stack.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:12288
    • 提供者:小东
  1. stack

    0下载:
  2. 关于栈的一些基本操作,里用它可以完成一系列的程序编程-stack
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:operal
  1. FILE01

    0下载:
  2. 栈的的应用和链表基本操作表达式有转换和表达式的计算-Stack of applications and expressions are the basic operation of linked list conversion and calculation of expression
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:林慕青
  1. FILE002

    0下载:
  2. 栈的的应用和链表基本操作,迷宫路径问题(找到出口)-Stack of applications and list of basic operations, the maze routing problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:林慕青
  1. basicoperation_forstack

    0下载:
  2. 包括数据结构中栈的一些基本操作如 push,pop,同时包括了栈的一些常用 经典算法,如表达式求值等,还有一些构建栈的常用算法,如构建字符栈,表达式栈-Including data structures some of the basic operation of the stack, such as push, pop, also include a stack of some commonly used classical
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:324608
    • 提供者:seckCoder
  1. Practice2

    0下载:
  2. 车厢调度:程序对栈的任何存取(即更改,读取和状态判别等操作必须借助于基本操作。-Train scheduling: proceedings of the stack of any access (that is, changing, reading and state identification must be by means of basic operations such as Operation.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:李翔
  1. test2

    0下载:
  2. 栈和队列(包括队列和栈的一些基本操作及应用)-Stack and queue (including queue and stack some of the basic operations and applications)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:204800
    • 提供者:赵秀娟
  1. shunxuzhan

    0下载:
  2. 顺序栈基本操作 编写程序任意输入栈长度和栈中的元素值,构造一个顺序栈,对其进行清空、销毁、入栈、出栈以及取栈顶元素操作。-Basic operation of the stack in order to program any input stack length and stack element values, construct a sequence of stacks, its empty, destroyed, stack
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:xiaolu
  1. Lyy

    0下载:
  2. 课后习题 栈的5个基本操作以及主函数相关内容-5 after-school exercise the basic operation of the stack and the main function related content
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:lye
  1. AStack

    0下载:
  2. 基于数组的栈的实现,可以完成数据的插入,查找,删除等基本操作。-Array-based stack implementation, the data can be done to insert, search, delete and other basic operations.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:205824
    • 提供者:drifter
  1. sqstack

    0下载:
  2. 实现顺序栈的建立,删除,插入一个元素等基本操作-realize sqstack s basic function,such as insert a data,delete a data and so on.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:李玲丽
  1. Stack-examples

    0下载:
  2. 栈的几个应用举例——顺序栈、链栈结构定义与基本操作(SqStack_exercise.cpp,LinkStack_exercise.cpp),括号匹配(matching.cpp),表达式求值(evaluation.cpp),Ackerman递归函数的实现(Ackerman.cpp)-Stack a few application examples- the order of the stack, the stack structure
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:
  1. shiyan2

    0下载:
  2. 熟悉栈和队列的特点及其基本操作的实现。借助栈,将队列中的数据元素进行逆置 -Familiar with the characteristics of stacks and queues to achieve its basic operations. With the stack, the queue is set against the data elements
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:mm
« 1 2 ... 5 6 7 8 9 1011 12 13 »

源码中国 www.ymcn.org