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

搜索资源列表

  1. calculator

    0下载:
  2. 计算器,功能要求: <1>用户输入算式文本,确定后程序给出计算结果,支持两个操作数的加减乘除四则运算即可。例如 用户输入“1234+5678”,敲回车键后,屏幕显示“1234+5678=6912”,然后等待用户输入下一个算式文本; 又如用户输入“123/78”,敲回车键后,屏幕显示“123/78=1.577”, 然后等待用户输入下一个算式文本; 乘法符号用“*”表示 <2>操作数最多不超过四位,可以是整数或小数;结果如果是小数,保留到小数点后3位。
  3. 所属分类:Console

    • 发布日期:
    • 文件大小:935
    • 提供者:wangliangtao
  1. sizeyunsuan

    0下载:
  2. 随机产生四则运算算式,用后缀表达式计算正确结果-Randomly generated four arithmetic formula, postfix expression to calculate the correct results
  3. 所属分类:Console

    • 发布日期:2017-12-08
    • 文件大小:36561061
    • 提供者:通天塔
  1. calculator

    0下载:
  2. 计算器:可以完成四则运算,三角函数,求根幂的运算。-calculator add minus and divide
  3. 所属分类:Software Testing

    • 发布日期:2017-12-08
    • 文件大小:1946
    • 提供者:shiny
  1. arithmetic-expression

    0下载:
  2. 输入算数表达式,得出结果。可运算+,-,*,/四则运算,可加(),输入确切数字。-Input arithmetic expression, and outcome. Computing+,-,*,/four operations can be added (), enter the exact number.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:15831
    • 提供者:孟佳乐
  1. cal_example

    0下载:
  2. 算法表达式用堆栈数据结构的形式。包含四则运算等。c++语言编写。-Algorithm expression in the form of a stack data structure. Contains four computing. c++ language.
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:555307
    • 提供者:Michelle
  1. expression-value

    0下载:
  2. 数据结构中的中缀表达式求值,加减乘除括号四则运算-expression in data structure ,plus,minus,times,slash,and brace
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:230989
    • 提供者:李国栋
  1. StackCalculate

    0下载:
  2. 实现用栈实现四则运算。包含栈的基本文件。-The stack four operations. File contains basic stack.
  3. 所属分类:Data structs

    • 发布日期:2017-12-07
    • 文件大小:716235
    • 提供者:Windeal
  1. Calculate

    0下载:
  2. 支持带括号的加减乘除的四则运算,使用的是c++语言-Support the four operations of addition and subtraction, multiplication and division with brackets, use c++
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:824
    • 提供者:刘宜桦
  1. Calculator

    0下载:
  2. 一个简易的计算器,可以进行四则运算:加、减、乘、除等(限于十进制下)-A simple calculator, can be carried out four operations: addition, subtraction, multiplication, and division (limited to decimal)
  3. 所属分类:Java Develop

    • 发布日期:2017-12-06
    • 文件大小:10798
    • 提供者:叶子
  1. Lab6_UID

    0下载:
  2. 一个无边框的透明化的女声计算器。背景为apple图标。能够进行10位有效整数或者九位小数的四则运算。能够退位,清除。显示框上面一行显示输入的四则运算式,下面一行在点击等于号后,根据运算式和运算规则计算出结果。在运算出结果后,如果点击数字,则相当为清空后输入数字,如果点击运算符,则把运算结果当作一个项。vs2010-A borderless transparent Girls calculator. The background is the apple icon. To valid intege
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:5219161
    • 提供者:刘明
  1. Ten2TwoTransform

    0下载:
  2. 本程序实现将十进制转换成二进制,并可进行简单的加减乘除四则运算和二进制的与或运算,这是修改部分BUG后源码。经初步测试,算法没有问题。-Program to convert decimal to binary, can be a simple addition, subtraction, multiplication and division four operations and binary OR operation, which is to modify some of the BUG a
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:169596
    • 提供者:Nick
  1. Unit1

    0下载:
  2. 一个实现四则运算的源代码,另外还有滚动字幕,和声音-An implementation of the four operators of the source code, in addition to the marquee and sound
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-20
    • 文件大小:1150
    • 提供者:yangrenbing
  1. yufa_fenxi

    0下载:
  2. 加减乘除四则运算的语法分析器,采用自上而下的预测分析表分析方法-Four operations addition, subtraction, multiplication and division parser using a top-down forecast analysis table analysis method
  3. 所属分类:Compiler program

    • 发布日期:2017-12-02
    • 文件大小:2562
    • 提供者:王旭
  1. calculator

    0下载:
  2. 一个支持四则运算的计算器,可以用括号,可以看看循环体的使用。-so happy
  3. 所属分类:Console

    • 发布日期:2017-11-23
    • 文件大小:9187
    • 提供者:silfa
  1. jsq

    0下载:
  2. 简单的计算器 规则1:实现 +、-、X、/ 四则运算,数据仅包含整数,不考虑计算结果溢出的情况 规则2:程序仅需要实现类似"a + b * c / d - e" 这种类型字符串的计算,式子中操作符的个数不超过10个。其他复杂情况不考虑。 例如 输入: 1 + 2 * 3 - 4 / 2 输出: 5-A simple calculator Rule 1: achieve+,-, X, \/four operations, the data contains only
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:1144
    • 提供者:施驰乐
  1. Calculator

    0下载:
  2. 汇编语言设计的计算器(实现四则运算、且带括号、能检查输入数据的正确与否,功能比较强大)-Assembly language design calculator (four operations, with brackets, you can check the input data is correct or not, the more powerful features)
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:10339
    • 提供者:陈派派
  1. Test3

    0下载:
  2. 设计一个简单的图形化界面计算器程序,实现两个实数的四则运算。创建2个文本字段,用于输入操作数;创建1个不可编辑的文本字段,用于输出运算结果;创建4个按钮,用于输入运算符。-Graphical interface to design a simple calculator program, the four operations of the two real numbers. Create two text fields for input operands create a non-edit
  3. 所属分类:JavaScript

    • 发布日期:
    • 文件大小:1115
    • 提供者:chenhuang
  1. anjian

    0下载:
  2. 1)实现最大输入两位十进制数字的四则运算(加减乘除) 2)能够实现多次连算(无优先级,从左到右计算结果) -1) maximum input two decimal digits four operations (addition, subtraction, multiplication and division), 2) be able to achieve many even count (no priority, from left to right results)
  3. 所属分类:Driver develop

    • 发布日期:2017-11-11
    • 文件大小:151105
    • 提供者:李飞
  1. sizeyunsuan

    0下载:
  2. 单独的四则运算算法,用于汇编语言。学生实验制作,大家见谅-Four separate computing algorithm for assembly language. Students experiment making, forgive me
  3. 所属分类:assembly language

    • 发布日期:2017-12-04
    • 文件大小:698
    • 提供者:徐霄翔
  1. Lab13

    0下载:
  2. 用java的图形用户界面实现实现计算器界面,并实现加减乘除四则运算。-Java graphical user interface the Calculator interface, and to achieve the four operations of addition, subtraction, multiplication, and division.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-20
    • 文件大小:1337
    • 提供者:天涯路
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com