CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 计算器 表达式

搜索资源列表

  1. ExpressionCalculator

    0下载:
  2. 用VC写的一个根据输入的数学表达式字符串求出结果,将后缀转为中缀,类似一个计算器,唯一遗憾的是只是整形之间的+—*/。-VC was based on the importation of a mathematical expression string of results obtained, which is made up to the suffix similar to a calculator, the only regret is the only plastic -* /.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:295.35kb
    • 提供者:叶州海
  1. TTWW5.8

    0下载:
  2. 将后缀计算器扩展到包括一个变量的表达式求值 例:若要求X*X+3X+5则输入XX*3X*+5+-suffix calculators will expand to include a variable expression evaluates cases : if the X * X-3X five input 3X XX * * 5
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.52kb
    • 提供者:cooltong25
  1. Calculator_cmd

    0下载:
  2. 同Windows自带的计算器类似的程序,命令行界面,可以识别表达式,大小括号,弧度等,也可以使用一些控制台命令,界面为彩色,使用方便。主要练习栈的使用。-with Windows built-in calculator similar procedure, a command line interface can be identified expression, Size brackets, such as Radian, we can use some of the console comm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.35kb
    • 提供者:小花猫
  1. Question4-new

    0下载:
  2. 一元稀疏表达式计算器 大学数据结构实验,关于线性表的实验题目,我的作品,如有问题发邮件给我-one yuan sparse expression calculator University experimental data structure on the linear scale experimental subject, my work, and if made to the mail I
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:172.51kb
    • 提供者:刘晓明
  1. bc3

    0下载:
  2. 可以计算整数四则运算,例如:7+5*(3+4),表达式计算器。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.1kb
    • 提供者:记记
  1. SimpleLISP

    1下载:
  2. 一个简单的LISP算术表达式计算器。 简单LISP算术表达式定义如下: (1)一个0....9的整数 (2)(运算符 表达式 表达式) 例如,6,(+45),(+(+25)8)都是表达式,其值分别为6,9,15.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.15kb
    • 提供者:甄奇
  1. calculator.zip

    0下载:
  2. 表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*(乘)、/(除)与^(幂次)。,Expression ca
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:48.38kb
    • 提供者:YHC
  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
    • 文件大小:1.34kb
    • 提供者:jwjshitiancai
  1. calculator

    0下载:
  2. 科学计算器。可以解读表达式,进行整数、浮点数的加减乘除运算。-Scientific calculator. Expression can be interpreted, for integer, floating-point addition and subtraction, multiplication and division calculations.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.89kb
    • 提供者:晴天雨
  1. proj2

    0下载:
  2. 一个表达式计算器的算法,编译后运行,输出output.txt-An expression calculator algorithms, compiled to run, the output output.txt
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.98kb
    • 提供者:tttxxx
  1. Jisuanqi

    0下载:
  2. 一个简单的表达式计算器。包含了对负号的处理-A simple expression calculator. Includes the handling of negative sign
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.51kb
    • 提供者:zzh
  1. jisuanqi

    0下载:
  2. c语言编的计算器,能对中缀表达式计算其结果,只需按要求输入程序即可-c language for the calculator, infix expressions can be calculated on the results, simply enter the procedures required to
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:20.17kb
    • 提供者:zgk
  1. calc

    0下载:
  2. 在以二叉树表示算术表达式的基础上,设计一个十进制的四则运算的计算器。[设计要求]实现整数浮点数的四则运算,并且还加上了^的运算,支持括号及开始的负数-In a binary arithmetic expression that is designed based on a four decimal arithmetic calculator. [Design requirements] to achieve a four-integer floating-point arithmetic, an
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:145.12kb
    • 提供者:刘洋
  1. calculate

    0下载:
  2. 该程序是软件学院数据结构与算法课程设计之一的计算器编程,输入一个表达式便可以获得计算结果。-College of the program is software design data structures and algorithms course one of the computer program, enter an expression will get results.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:110.26kb
    • 提供者:黄菜
  1. SmartCacul

    0下载:
  2. 自己上大学时开发的有声科学计算器。 使用一个泛型二叉树深度优先进行表达式解析。 界面支持编辑表达式,声音是自己录的,不要害怕(-:< -The development of their own college, sound scientific calculator. Using a generic binary tree for the expression analysis. Interface supports editing expressions, his voice
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2.19mb
    • 提供者:流浪小狗
  1. Exp

    0下载:
  2. 使用VC编写的一个表达式计算器,可以进行四则混合运算,括号,工程对数,自然对数,组合数,排列数,阶乘等,本程序使用双向链表进行表达式计算。-VC prepared using an expression calculator, can be four hybrid operation, parentheses, the number of works, the natural logarithm, the number of combinations, arrangement number, f
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:176.33kb
    • 提供者:fg
  1. yunsuandengshi

    0下载:
  2. 输入四则运算表达式,返回运算结果,它能处理dos窗口中输入的各种运算符,如同简易的计算器。-Enter the arithmetic expression and returns the results of operations, it can handle a variety of dos window, enter the operator, as a simple calculator.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.62kb
    • 提供者:张凌峰
  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
    • 文件大小:1.48mb
    • 提供者:pyy
  1. LISP-calculators

    0下载:
  2. 解决数据结构中简单LISP算术表达式计算器的代码,已经调试通过-Solve data structure, the simple arithmetic expressions of LISP calculator code, have debugging through
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1.54kb
    • 提供者:shu
  1. lisp

    0下载:
  2. 简单的LISP算术表达式计算器,数据结构实验-good lisp
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2.7mb
    • 提供者:孔云
« 12 »
搜珍网 www.dssz.com