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

搜索资源列表

  1. 4SLR

    0下载:
  2. 编译原理上机—语法分析2 1.目的:熟练掌握自下而上的语法分析方法,并能用C++程序实现。 2. 在已有文法的基础上再加上减法“-”和除法“/”对应的产生式构成最终的文法。从而使得记号流可以处理带括号的加、减、乘、除四则运算。 3. 对于任意给定的输入串(词法记号流)进行语法分析,要求采用SLR分析器来完成。手工构造SLR分析表,利用移进-归约分析算法(P69 图3.12)输出(P70 表3.8)对应的动作部分。如: 输入:id*+id/(id+id)# 输出:移进 按
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:250885
    • 提供者:girlatsnow
  1. jisuanqi

    0下载:
  2. 本程序是用纯C语言编的一个基于命令行的四则运算计算器。主要用于计算四则运算 * 表达式的值,同时可以实现四种进制任意两种之间的转换-This program is to use pure C language compiled a command line based on the arithmetic calculator. Mainly used to calculate the value of the arithmetic expression, and to realize t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:259015
    • 提供者:梁青
  1. calculator

    0下载:
  2. 用C++制作简单的计算器,能实现普通四则运算、括号运算符,暂不支持sin等函数-With VC++ to create a simple calculator to achieve the common four operations, parentheses operator, they will not support a function of sin, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:732266
    • 提供者:万强
  1. JSQ

    0下载:
  2. 简单实现计算器功能,可以进行加、减、乘、除四则运算。-Simple calculator function, you can add, subtract, multiply, with the exception of the four operations.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:28176
    • 提供者:tangshanyang
  1. real-number-calculate

    0下载:
  2. 此程序能实现实数的四则运算,在cmd命令窗口下输入表达式即能得到计算结果。适用于选修 《计算机软件基础》的同学-This process can realize the real number four operator cmd command window, enter an expression that is able to get the calculated results. For students in elective computer software based "
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:112949
    • 提供者:李如风
  1. calculate

    0下载:
  2. 完成四则运算功能,先通过打开文件,打开保存的题目文件(程序附带有一个data.txt),点OK按钮就可开始答题,点next回答下一道题,点check核对答案。-Four arithmetic functions, first by opening the file, open the saved topic file (the program comes with a data.txt), and click OK button can begin to answer the point nex
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:927155
    • 提供者:张程员
  1. calculator

    0下载:
  2. 计算器,实现+,-,*,/四则运算,是在DOS窗口下的一个小程序-Calculator, achieve+,-,*,/four operations, is a small program in a DOS window
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1183
    • 提供者:曹政
  1. Calc

    0下载:
  2. 实现一个简单计算器和一个精准定时器,相关结合的多功能工具栏。对于计算器,其类似于Windows附件中自带的计算器。这个计算器不仅实现了简单的四则运算功能,还实现了一些高级的科学计算功能,而且具有简洁大方的图文外观。即时准确地获得需要的计算的结果-To achieve a simple calculator and an accurate timer, related to a combination of multi-function toolbar. Similar to the calcul
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1276
    • 提供者:jack
  1. suf_beta2

    0下载:
  2. 处理一段字符串表达式 进行四则运算,幂运算,双目运算,支持变量输入 实现将中缀表达式转换成后缀表达式并计算-Processing period of expression for four operations, exponentiation, eyes operations, support for variable input
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:4169
    • 提供者:lee
  1. MatrixOperation

    0下载:
  2. 一个关于矩阵运算的头文件,可以直接使用,用接口来对文件进行四则运算及求逆,转置操作-A matrix calculation of the header files can be directly used, the file interface to the four operations and inverse transpose operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:919
    • 提供者:王贺
  1. QtCalculator

    0下载:
  2. 1.键盘输入算式,回车后计算结果。 2.根据当前输入的函数的一部分,自动找到备选函数。这时可以用上/下键选择需要的函数后,按空格键确定输入。在整个过程中一直可以表示函数的帮助信息。我们可以参考帮助信息,选择合适的函数。 3.支持三角函数,反三角函数,求和,平均值,乘方,开方,对数,当然还有包含嵌套的四则运算。-A keyboard input formula, carriage return after the calculation results. (2) according to
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:85503
    • 提供者:guang
  1. Caculator

    0下载:
  2. 简单的计算器,C#编写,手持设备课程的作业。实现了四则运算、开根、倒数等简单功能。-caculator,very simple。Hannheld device homework。
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:53332
    • 提供者:曹明智
  1. InfixExpression

    0下载:
  2. 一个控制台中缀表达值求值程序,相当于一个科学计算器。只支持四则运算,不能纠错。数据结构必备。-A console infix expression value of the evaluation procedure, the equivalent of a scientific calculator. Only supports four operations, not error correction. Data structure is essential.
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:14541
    • 提供者:魏翔
  1. 23

    0下载:
  2. 易语言四则运算源码,很不错的易语言源码,适合易语言爱好者学习。-Four easy language computing source, very good in easy language source code for easy language enthusiasts to learn.
  3. 所属分类:其他小程序

    • 发布日期:2017-04-06
    • 文件大小:55441
    • 提供者:fwtf5
  1. c3

    0下载:
  2. 我们所设计的程序是《小学生四则运算》。此程序由加减乘除法构成,每种算法又由一位数与一位数运算,一位数与两位数运算,两位数与两位数运算组成。本程序由我,罗莹,韩磊,分工完成其中我负责加减法的编制。在这里,我们涉及到了多种函数的调用。-We are design program is the primary school students arithmetic ". This procedure by add, subtract, multiply and divide method constit
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3573
    • 提供者:余强
  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. jisuanqi

    0下载:
  2. 设计一个计算器,利用它可以进行简单的四则运算(加、减、乘、除、开方)等,但仅限于十进制下,此外还可以进行(八进制,十进制,十六进制)之间的相互转换。 要求:有简单的需求分析,功能设计,详细设计(程序流程),异常处理,测试,源程序清单,总结,具体格式见附件。 知识点: 掌握 图形用户界面设计; 掌握基本类的设计与使用; 掌握事件处理机制; 掌握使用异常处理方法。 -Design a calculator, which allows you a simple f
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1567
    • 提供者:御紫麟
  1. ICCaluaten

    0下载:
  2. 将中缀表达式转换为后缀表达式,并计算任意四则运算表达式的结果果,采用链表和队列实现,非文法和状态机,已通过测试。 -Infix convert an expression for the postfix expression, and calculate any four of expression is the result fruit, using linked lists and queues, non-grammar and state machines, has been test
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6990
    • 提供者:认可
  1. one

    0下载:
  2. 用栈实现复杂四则运算 复杂的c代码,希望大家下载。-Stack with realizing complex arithmetic Complex c code, hope you download
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1398
    • 提供者:王亚男
  1. Calculator

    0下载:
  2. java编写计算器的源代码,可以实现一般的四则运算-preparation of java calculator source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:9296
    • 提供者:王亮
« 1 2 ... 34 35 36 37 38 3940 41 42 43 44 ... 50 »
搜珍网 www.dssz.com