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

搜索资源列表

  1. stack

    0下载:
  2. 用栈实现算术表达式 一个小小的科学计算器,根据用户输入的表达式计算出结果-Arithmetic expressions using stacks to achieve a small scientific calculator, in accordance with user input to calculate the results of the expression
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1376
    • 提供者:jwjshitiancai
  1. calculator

    0下载:
  2. 用栈实现简单计算器功能。中缀转后缀表达式-Simple calculator using stack functions. Expression infix to suffix
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:415018
    • 提供者:litianda
  1. calculator

    0下载:
  2. 初学数据结构 写的利用栈操作写得简单计算器-Beginners stack data structure write operation using a simple calculator written
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:248121
    • 提供者:wangxu
  1. calculator

    1下载:
  2. 用栈的方法实现表达式求值,本人数据结构与算法作业,健壮性较好,考虑了多种出错处理-The method used to achieve the stack expression evaluation, data structures and algorithms I work, good robustness, consider a variety of error handling
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:290056
    • 提供者:木子
  1. calculator

    1下载:
  2. 用C++编写带括号的算术表达式求值,利用堆栈实现,采用算符优先数算法。-Written with C++ arithmetic expression in parentheses is evaluated using the stack implementation, the use of operator priority number algorithm.
  3. 所属分类:Data structs

    • 发布日期:2015-12-15
    • 文件大小:440320
    • 提供者:JJWM
  1. stackcaculate

    0下载:
  2. 用栈实现数值计算的计算器,数据结构经典算法。-Numerical calculation with the calculator stack implementation, data structure the classical algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2189
    • 提供者:夏雨
  1. calculator

    1下载:
  2. 用链栈做计算器,数据结构实验课作业,原创代码-Chain calculator stack data structure to do
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1451
    • 提供者:唐糖
  1. MyCalculator

    0下载:
  2. 实现中缀表达式转后缀表达式 能进行+,-,*,/,()的运算的计算器 使用数据结构堆栈-Switch to postfix infix expression to achieve expression Computing can be+,-,*,/,() calculator Stack data structure using
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1553274
    • 提供者:pyy
  1. calculator

    0下载:
  2. 实现四则运算(含括号)的简单程序,运用了C++中栈模板的操作。-The simple procedure of the four operations (including brackets), the use of the stack template C++ operation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:140796
    • 提供者:minx
  1. stack

    0下载:
  2. 实现一个简单的整数计算器,能够进行加,减,乘,除以及乘方运算。-A simple integer calculator capable of addition, subtraction, multiplication, in addition to and power computing.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:845259
    • 提供者:李晨
  1. calculator

    0下载:
  2. 这是一个支持数学表达式的c语言源代码(使用栈实现的)-This is a support to the mathematical expression of the c language source code (using the stack to achieve)
  3. 所属分类:Data structs

    • 发布日期:2017-12-07
    • 文件大小:2311
    • 提供者:蓝天
  1. Calculator(Stack)

    0下载:
  2. 用c++语言简易计算器,利用堆栈结构-Simple calculator c++ languages, the use of the stack structure. .
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:860105
    • 提供者:zxy
  1. Calculator

    0下载:
  2. 这是一个对算术表达式进行求值的控制台程序,程序主要用了数据结构中的栈的方法思想。先把表达式转化为后缀表达式,然后两对后缀表达式求值。程序可以实现对加、减、乘、除、乘方进行运算,还支持括号-This is an arithmetic expression is evaluated console program, the program mainly used the data structure stack method thought. First expression into postfi
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:17245
    • 提供者:qiur
  1. calculator

    0下载:
  2. 输入一个多项式,计算器通过运算输出结果(其中的实现过程为堆栈来实现)-Enter a polynomial calculator through the operation output (including the implementation process for the stack to achieve)
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:979
    • 提供者:杨星
  1. calculator

    0下载:
  2. 使用栈的数据结构,可以进行简单数学运算的计算器程序。-Using the stack data structure that can perform simple arithmetic calculator program.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1170347
    • 提供者:jackwu
  1. calculator

    0下载:
  2. 运用堆栈算法实现的可执行计算器,能够计算除 函数外的计算。-Executable stack algorithm using calculator can calculate calculate except outside the function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1510
    • 提供者:butterfly
  1. Large-number-calculator

    0下载:
  2. 一般的计算器最多算到16位,这个可以算到堆栈溢出为止,试试吧-Large number calculator, calculator generally count up to 16, this can be considered to stack overflows, try it
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:19069
    • 提供者:venus
  1. Simple-calculator

    0下载:
  2. 用栈实现简单的加减乘除,并且可识别优先级及括号-Using stack to achieve simple arithmetic
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5027
    • 提供者:王雅
  1. calculator

    0下载:
  2. 实现简易的加减乘除运算,在VC环境下运行用到栈和队列的相关知识-Implement simple arithmetic operations, operating environment used in the VC stack and queue knowledge
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3468
    • 提供者:krystal
  1. Calculator

    0下载:
  2. 利用stack开发的简单计算软件,能进行各种简单运算(The simple computing software developed by stack can carry out a variety of simple operations)
  3. 所属分类:数据结构

    • 发布日期:2018-01-09
    • 文件大小:935936
    • 提供者:天南
« 12 3 »
搜珍网 www.dssz.com