CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 栈

搜索资源列表

  1. stacks

    0下载:
  2. 在一个列车调度站中,1 条轨道连接到1 条侧轨处,形成1 个铁路转轨栈,如下图所示。 其中左边轨道为车皮入口,右边轨道为出口,编号为1,2,…,n的n个车皮从入口依次进 入转轨栈,由调度室安排车皮进出栈次序,并对车皮按其出栈次序重新编序a , a , ,an 1 2  。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:830
    • 提供者:刘丹
  1. stack

    0下载:
  2. 使用了两个栈存储数据,实现了加减乘除及乘方运算
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11509
    • 提供者:zhangyun
  1. biaodashi.cpp

    0下载:
  2. 表达式求值以字符序列的形式从终端输入语法正确的、不含变量的数据表达式。利用教科书表3.1给出的算符优先关系,实现对算术四则混合运算表达式的求值,并仿照教科书的例子3-1演示在求值中运算符栈、运算数栈、输入字符和主要操作的变化过程.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-01-25
    • 文件大小:2111
    • 提供者:余冬梅
  1. 命名多项式计数器

    0下载:
  2. 实现多项式表达式的运算器利用栈实现表达式计算器的模板类;用表达式计算器类和多项式类实现多项式表达式的计算器-polynomial expressions for the use of the computing stack to achieve expression calculator template; Using expressions like calculators and polynomial type polynomial expressions Calculator
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:31345
    • 提供者:白潘恩
  1. HanoiStack

    0下载:
  2. 建立抽象基类栈Stack及其派生类顺序栈,然后利用栈实现汉诺塔问题的非递归算法。-Non-recursive algorithm of Hanoi Tower using Stack
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:245881
    • 提供者:yjjj
  1. main

    0下载:
  2. 表达式运算(计算器),用栈的方法求表达式的值,包括括号及优先级-Expression operator (Calculator), using the stack method of expression for the value, including the brackets and Priority
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1642
    • 提供者:苏若水
  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21928
    • 提供者:
  1. xx

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得 递归进栈的数据很多,消耗系统空间很大,所以最多 处理的个数经测试不超过70个,可见在设计程序时,考虑 空间的使用也是很必要的!)-The realization of the program of one-dimensional data point near the axis of the most used method of solving the pro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1954
    • 提供者:梅国伟
  1. again

    0下载:
  2. 是一种数独的一种运算方法。是用的栈的方法。也可以用递归的方法。-Sudoku is a kind of a calculation method. Stack is the method used. Can also use the recursive method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:762
    • 提供者:ZCH
  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 using binary decimal conversio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:675
    • 提供者:杨永勇
  1. jisuanqi

    0下载:
  2. 计算器,通过用栈和队列的思想,进行简单的计算,识别能力完整对错误的输入会自动报错,其显示计算过程中,入栈出栈的详细过程-Calculator, by using stacks and queues of ideas, simple in calculation, the full recognition of the input the error will automatically error, its display in the calculation process, stack a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:340616
    • 提供者:云浮
  1. sizeyunsuan

    0下载:
  2. 以字符序列的形式从键盘输入语法正确的、不含变量的整数表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式求值,并打印求值过程中运算符栈、操作数栈的变化过程。-In the form of a sequence of characters from the keyboard input grammatically correct, non-integer variable expression, using the given operator precedence relations,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1682
    • 提供者:chenzhuang
  1. zzbdsqz

    0下载:
  2. 中缀表达式求值,使用栈将中缀表达式转化为后缀表达式然后再进行计算 新手报到 -Infix expression evaluation, the use of the stack will be an infix expression into postfix expression and then calculated new to report ~~~~~~~
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:203324
    • 提供者:rqg
  1. stack

    0下载:
  2. 利用栈的原理实现一般多多项式的加减运算,对于理解栈的原理有帮助-Stack implementation using the principles of addition and subtraction of polynomials and more generally, for help to understand the principles of the stack
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:10978
    • 提供者:李传林
  1. hah

    0下载:
  2. 1. 栈结构通常采用的两种存储结构是(A)。 A、顺序存储结构和链表存储结构 B、散列和索引方式 C、链表存储结构和数组 D、线性链表结构和非线性存储结构 -1. Stack structure of the two commonly used storage structure is (A). A, list the order of storage structure and storage structure B, hashing and indexing C
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:91648
    • 提供者:linjiagui
  1. Operator

    0下载:
  2. 利用对栈的原理,对正确输入格式下的数据进行加减乘除乘方运算。-Use the principle of the stack, the correct input format data, Math computing power.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2506
    • 提供者:Chouchou Feng
  1. Expression-evaluation

    0下载:
  2. 基于栈的操作符运算,包括加减乘除及括号的运算。-Stack-based operator operations, including addition, subtraction and parentheses computing.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:106767
    • 提供者:feifei
  1. 110402

    0下载:
  2. 栈的功能的运行,插入元素为新的栈顶元素,计算元素个数-Functional operation of the stack, insert a new element to the top element, calculate the number of elements
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:935
    • 提供者:Merry
  1. biggers_group

    0下载:
  2. 图的最大完全子图回溯式计算,用栈实现,输入时可以是任意的临街矩阵-The biggest completely son figure figure back type calculation, stack realized
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1292
    • 提供者:zibin_lee
  1. 1

    0下载:
  2. 用两个文件存储两个多项式的系数,用两个栈来表示这两个多项式,实现多项式的加、减、乘、除四种基本运算,再把结果输入到一个文件中。-Two files are stored with the coefficients of two polynomials, with two stacks to represent these two polynomials to achieve polynomial addition, subtraction, multiplication, division fo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2404
    • 提供者:刘某
« 12 »
搜珍网 www.dssz.com