CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 计算表达式

搜索资源列表

  1. expression

    0下载:
  2. 输入中缀表达式,输出后缀表达式,并计算表达式的值,输出结果。-Input the infix expression , and output the postfix expression, and calculate the value of the expression, then output the results.
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:244192
    • 提供者:taiyangyu
  1. SquStack_Expression

    0下载:
  2. 学习数据结构基础知识。用栈实现计算表达式值 //单文件格式-Learn basic knowledge of data structures. Calculation of the value of the expression stack// single-file format
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:1853
    • 提供者:齐加庆
  1. simple-computer

    0下载:
  2. C预言师实现: 请编写一个程序计算表达式:data1 op data2的值。其中,op为运算符+、-、*、/。-C prophecy teacher realized: Please write a program to calculate the expression: data1 op data2 value. Which, op as operators+,-,*, /.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-09
    • 文件大小:679
    • 提供者:王艳
  1. cal

    1下载:
  2. C++实现 桌面计算器 的 功能,输入一串表达式,计算表达式结果。   要求:a:使用多个头文件,多个源文件,以体现程序的逻辑结构。    b.对于输入,每遇到一个分号或回车记作一行,并在 处理过程中累计 行数。 C.当输入的内容楚翔不符合计算器文法定义的错误时,出了提示出错 原因外,还需提供相应的出错行数。 当出现语法或词法错误时,还应将输入的内容读完。 D.必须支持命令行参数,以指明0个或一个输入文件(输入文件预先 输入了若干表达式,内容和来
  3. 所属分类:Other systems

    • 发布日期:2017-05-23
    • 文件大小:3072
    • 提供者:林林
  1. 24

    0下载:
  2. 计算24点游戏:任意输入4位数字,利用+,-,*,/四则运算使之得到结果 24。输出所有不同算法的计算表达式,可为运算优先级而使用括号。-Calculation of 24-point game: any input four digits, use+,-,*,/four operations so get results 24. Output all the different algorithms compute expressions for computing priorities an
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:994
    • 提供者:tangtang
  1. jisuanqi

    0下载:
  2. 一个整形计算器,实现计算表达式,可计算加减乘除以及括号-A plastic calculator, realizes the calculation expression of a plastic calculator, realize the calculation expression,, subtraction, multiplication and division can be calculated and the brackets
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5236
    • 提供者:梁栋
  1. calculator

    0下载:
  2. 递归下降计算表达式。支持浮点数与字符串的运算。支持三目运算符(?:)-Recursive descent calculation expression. Support for floating-point arithmetic and string. Support ternary operator (? :)
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6690
    • 提供者:amlo
  1. mssql-24

    0下载:
  2. 4个数字算24的存储过程。算法原理是列出所有排列组合,计算表达式的值,再筛选值为24的表达式。-4 digital count stored procedure 24. Algorithm principle is to list all the permutations and combinations, the calculated value of the expression, and then screening value of 24 expressions.
  3. 所属分类:SQL Server

    • 发布日期:2017-04-10
    • 文件大小:944
    • 提供者:wen
  1. dgnCalculator

    0下载:
  2. C#编写的多功能计算器,功能还比较多,可以计算表达式,高等数学计算等-Multi-function calculator written in C#, features more, you can evaluate the expression, mathematics calculation
  3. 所属分类:Software Testing

    • 发布日期:2017-04-25
    • 文件大小:17506
    • 提供者:阿芳
  1. biaodashi

    0下载:
  2. 使用键盘输入表达式,计算表达式的值并输出;将表达式转化成后缀表达式输出,利用后缀表达式求表达式的值并输出-
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1588
    • 提供者:闫铭浩
  1. backup-calculator2

    0下载:
  2. 基于MFC的科学计算器,基本实现XP自带科学计算器的功能,另外增加了一次性计算表达式的能力。-a science calculator based on MFC, which has realized the basic functions in calculator in win-XP. what s more, it adds a new function that allowed
  3. 所属分类:ComboBox

    • 发布日期:2017-05-20
    • 文件大小:5953757
    • 提供者:hufengjie
  1. calculator

    0下载:
  2. 图形化计算器的实现a) 支持你在 Project 1 中所完成的计算器的所有功能; b) 使计算器支持两种工作模式:一种是输入一个完整表达式,获取计算结果, 这种工作模式类似于我们计算表达式的过程;第二种是进行即时计算,即 显示单步的计算的中间结果,这种工作模式类似于一个普通计算器的功能。 用户可以通过图形界面对两种工作模式互相切换; i. 例如给定计算表达式5+3*4。在第一个工作模式下,用户输入”5+3*4=”,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:5632
    • 提供者:lynn
  1. 24dian

    0下载:
  2. 输入任意四个整数(0到10),运算符只有加减乘除,还有括号.每个数只能且必须用一次。要求判断这些表达的结果中是否有24。如果有,输出计算表达式:如输入4,6,1,1,输出 4*6*1*1 =24-Enter any four integer (0-10), the operator only addition, subtraction, there are brackets for each number can only be and must be used once. Required t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1318
    • 提供者:邬锡敏
  1. 输入表达式字符串求值

    0下载:
  2. 输入表达式字符串,以“=”表示结束, 计算并输出表达式值。 操作数可以是整数或实数,操作符有 “+”、“-”、“*”、“/”、“^”(乘方)和 “sin( )”(正弦)、“cos( )”(余弦)、“log( )(对数)、“ln( )”(自然对数)等函数。
  3. 所属分类:数学计算/工程计算

  1. exp4_MathStack

    0下载:
  2. 输入一个数学表达式,计算表达式结果并输出-Enter a mathematical expression uates the expression and outputs the result
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:435233
    • 提供者:Zicheng Zhang
  1. expression

    0下载:
  2. 数据结构中的表达式计算问题(功能:输入任意计算表达式,得出结果)-expression compute
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1201
    • 提供者:sanbao
  1. simplex

    0下载:
  2. base-linear-program 可以使用>=、<=、= 去计算表达式 示例: max z=2x1+3x2 x1+2x2<=8 4x1<=16 4x2<=12-base-linear-program can use>=、<=、= to count max expression exp: max z=2x1+3x2 x1+2x2<=8 4x1<=16 4x2<=12
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:20789
    • 提供者:
  1. calc24100

    0下载:
  2. 一个高效的计算24点的程序可以选择是否交换运算参数顺序(不同顺序的加法或乘法)可以选择是否根据运算符号的前后关系确定是否添加括号可以选择随机产生四个数字自动排除重复的计算表达式
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-15
    • 文件大小:6387
    • 提供者:shi54497
  1. haohaokankan

    0下载:
  2. 使用键盘输入表达式,计算表达式的值并输出;将表达式转化成后缀表达式输出,利用后缀表达式求表达式的值并输出。-Keyboard input expression, the expression values calculated and output the expression into postfix expression output, the use of a postfix expression to uate the expression and output.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1641
    • 提供者:si742771
  1. sthg

    0下载:
  2. 使用键盘输入表达式,计算表达式的值并输出;将表达式转化成后缀表达式输出,利用后缀表达式求表达式的值并输出。-Keyboard input expression, the expression values calculated and output the expression into postfix expression output, the use of a postfix expression to uate the expression and output.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2819
    • 提供者:taan0hehh
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com