CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - calculator stack

搜索资源列表

  1. TSMC

    0下载:
  2. 簡單的基于堆栈的计算器,算式用“/”結尾。-Simple stack-based calculator formula with a " /" at the end.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:2007
    • 提供者:廖哲輝
  1. operation1

    0下载:
  2. 实现计算器加减乘除和括号,用到栈和string类的方法-Calculator, Math and brackets, used in the stack and the string class methods
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:3974254
    • 提供者:张文强
  1. 7960

    0下载:
  2. 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现)-This is a very useful calculator, I think in fact, far better than the Windows system calculator main feature is support polynomial arithmetic, that can enter an e
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:141297
    • 提供者:wangshuang
  1. calculator_1

    0下载:
  2. 自己用winSDK写的计算器,支持int与double型数据的加减乘除,用了栈的思想,附带源码,欢迎大家指点-Own with winSDK write a calculator, support int and double-data addition and subtraction, multiplication and division, with the idea of ​ ​ a stack, with source, we welcome the guidance
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-19
    • 文件大小:986752
    • 提供者:dragonfive
  1. Calculate

    0下载:
  2. 该程序分为三大块儿: 1.使用堆栈实现一个计算器; 2.实现一个大数运算的乘法,例如求100!; 3.自己写的使用蜂鸣器实现的一个歌曲播放的一个简单函数。-The program is divided into three pieces: 1. Use the stack to achieve a calculator 2.achieve a multiplication of the majority of operations, such as seeking 100! 3
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:5627904
    • 提供者:zhao
  1. jisuanqi

    0下载:
  2. 十进制四则运算计算器,用户输入一串四则运算表达式,系统将其以二叉链表形式存储,并输出先序、中序和后序遍历的结点顺序,最后利用栈计算后缀表达式的值,输出运算结果。-Decimal four arithmetic calculator, the user enters a string of four arithmetic expressions, the system to be stored in the binary tree, and outputs the first sequence,
  3. 所属分类:Console

    • 发布日期:2017-11-13
    • 文件大小:2625
    • 提供者:zs
  1. calculate

    0下载:
  2. c语言编写的dos界面下的计算器,支持加减乘除括号等简单运算,代码清晰注释丰富,可作为新手学习栈的使用-c language calculator dos interface, support brackets and other simple arithmetic operations, code clear notes and rich, as a novice to learn the use of the stack
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-14
    • 文件大小:1167
    • 提供者:李欢欢
  1. jiandanjisuanqi

    0下载:
  2. 利用栈链解决几级运算的简单计算器,可以实现加减乘除及括号运算-Chain solutions using the stack a few levels computing simple calculator, you can achieve the arithmetic operators and parentheses
  3. 所属分类:assembly language

    • 发布日期:2017-11-11
    • 文件大小:1265
    • 提供者:滕洋
  1. cal

    0下载:
  2. 可以实现基本的计算器计算,没有使用栈进栈出的方法,使用的是字符数组。-Can achieve a basic calculator, do not use the stack into the stack out of the way, using a character array.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:1610
    • 提供者:fires
  1. Text1

    0下载:
  2. 一个简单的科学计算器,利用栈的原理,使用c语言编写。-A simple scientific calculator, using the principle of the stack and c language.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2217
    • 提供者:aq
  1. CalculatorStack

    0下载:
  2. C#编写的计算器程序,使用了堆栈实现,支持表达式计算-Calculator program written in C#, using a stack implementation, support for expression evaluation
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:80342
    • 提供者:pain0
  1. calcu

    0下载:
  2. 一个使用递归算法和堆栈结构实现的计算器。将中缀表达式转化为后缀表达式后再使用递归和堆栈实现。-A stack structure using a recursive algorithm and implementation of the calculator. The infix expression into postfix expression before using recursion and stack implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1921
    • 提供者:张旭
  1. calc4

    0下载:
  2. 栈实现计算器,包含加减乘除、平方、根号、指数、括号 运算-a calculator based on stack operator,which including the operator of sumary,subtraction,multiplication,divide,square,power,log.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1594
    • 提供者:chentianhui
  1. 22calc

    0下载:
  2. c语言实现计算器的使用 很简单的用栈来实现优先级的用法-c language is very simple to use calculator with stack usage to achieve priority
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:4823
    • 提供者:zhangbingan
  1. zhanCalculator

    0下载:
  2. VC.NET利用栈实现计算器,运行本计算器需要mfc100ud.dll、msvcp100d.dll、msvcr100d.dll文件-VC.NET use the stack to achieve calculator, run the calculator needs mfc100ud.dll, msvcp100d.dll, msvcr100d.dll file
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:139209
    • 提供者:张瑶
  1. caculator

    0下载:
  2. 该计算器基于C语言编写,使用了栈。具有加减乘除,还有进制转换的功能,有小括号,中括号,大括号的区别,有检错功能。-The calculator based on C language, using the stack. With add, subtract, multiply and divide, and hexadecimal conversion functions, are parentheses, brackets, the difference between braces, wit
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:392990
    • 提供者:高忠铖
  1. CSharp-Caculator

    0下载:
  2. c#计算器实现,通过堆栈,将中序表达式变换为后序表达式,在利用转换来的后序表达式完成计算。-c# calculator achieved through the stack, the sequence expression is converted into a sequence expression is calculated using the conversion to be completed after the sequence expression.
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:80420
    • 提供者:易创
  1. expression-1.0

    0下载:
  2. c语言用栈编译简单计算器-c language compiler simple calculator with stack
  3. 所属分类:Linux Network

    • 发布日期:2017-04-24
    • 文件大小:200331
    • 提供者:jjy
  1. zhancalculator

    0下载:
  2. VC.NET利用栈实现计算器,运行本计算器需要mfc100ud.dll、msvcp100d.dll、msvcr100d.dll文件-VC.NET use the stack to achieve calculator, run the calculator needs mfc100ud.dll, msvcp100d.dll, msvcr100d.dll file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:138524
    • 提供者:kpudn33
  1. calc

    0下载:
  2. 栈的应用,在linux下用c实现简易计算器,大家可以学习下!谢谢!-The application stack in linux using c achieve simple calculator, you can learn! Thank you!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6672
    • 提供者:liuzhongzhi
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com