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

搜索资源列表

  1. lab2

    0下载:
  2. 定义一个分数类,用两个整数数据成员表示分数的分子和分母,成员函数包括求两个整数的最大公约数gcd()和最小公倍数lcm()的函数,再定义构造函数、获取分数、打印分数、实现分数四则运算的成员函数。 计算结果仍用分数表示并调用gcd(),lcm()成员函数化简-Define a fraction of class, with two integer data members of the numerator and denominator of the fraction, member functi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1227
    • 提供者:gengchn
  1. Unary-polynomial

    0下载:
  2. 一元稀疏多项式计算器设计 能实现对一元稀疏多项式的创建,销毁,清空,复制,四则运算,打印输出等功能-Design of sparse polynomial calculator a dollar on a dollar to achieve the creation of sparse polynomial, destroy, clear, copy, arithmetic, printouts and other functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:122772
    • 提供者:weiqier
  1. calculator

    0下载:
  2. 一个简易计算器,适合初学者参考,实现了图形界面下的四则运算。-A simple calculator, suitable for beginners reference, to achieve a graphical interface of the four operations.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:39670
    • 提供者:wp
  1. jisuanqidaima

    0下载:
  2. 实现了简单的四则运算功能,还实现了高级的科学计算功能,而且具有简洁大方的图文外观-To achieve a simple arithmetic functions, but also to achieve the advanced scientific computing and graphics with a simple elegant look
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5515
    • 提供者:典韦
  1. jsj2

    0下载:
  2. 历时N年,终于实现计算器2.0,特点能按加减乘除四则运算的优先级运算,支持分数运算,按f可以切换分数小数模式,在TC++3.0下编译通过.-Last N years, finally realized Calculator 2.0, by addition, subtraction feature to the priority of arithmetic operations in support of scores of operations, decimal points by f to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:45471
    • 提供者:lichunzhu
  1. yunsuan

    0下载:
  2. 大整数 四则运算 质量不错 源码 文档都有的-Large Integer Arithmetic of good quality are the source documents
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:256789
    • 提供者:孟一平
  1. long-integer-operation

    0下载:
  2. 大整数的运算 实现了四则运算 简单明了-Large integer arithmetic operations to achieve the simple
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2211
    • 提供者:孟一平
  1. calcu24

    0下载:
  2. 采用试探从一副扑克牌中,任取4张,从一副扑克牌中,任取4张( 2-10 按其点数计算,J,Q,K,A 统一按 1 计算)通过加减乘除四则运算得到数字 24。-From the deck of cards used in the test, take any four from the deck of cards in, take any four (2-10 points according to their calculations, J, Q, K, A unified by a calcu
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:2028
    • 提供者:周静
  1. TestBigInt

    0下载:
  2. 大整数类的实现与应用,包括四则运算法则,还有其他的-bigint class
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:372332
    • 提供者:
  1. ExpressCal

    0下载:
  2. 这是一个德国人写的用于计算各种函数的表达式计算工具,可以计算各种数学函数sin cos tg ctg并处理括号,四则运算,还可以使用变量如A,B,C等,是VC中一款不可多得的表达式计算类和计算工具。-It is written by a German expression used to calculate the various functions calculation tool, we can calculate various mathematical functions sin cos
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:19106
    • 提供者:madud0002
  1. calculsator

    0下载:
  2. 基于MFC框架下的进行加减乘除四则运算,点击计算器出现对话框,可进行运算-MFC framework based on the conduct of addition, subtraction arithmetic, click on the calculator dialog box appears, can be operational
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3664436
    • 提供者:jame
  1. culculater

    0下载:
  2. 按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序。 ① 从键盘输入一个完整的表达式,以’#’作为表达式输入结束的标志。 ② 输入表达式中的数值均为大于等于零的整数。中间的计算过程如果出现小数也只取整。 -In accordance with the arithmetic addition, subtraction, multiplication, division, power (^) and the parentheses precedence relat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:2169
    • 提供者:zyc
  1. 4yunsuan

    0下载:
  2. 实现四则运算,一个简单的四则运算的计算器。-Implement the mathematical operations, a simple arithmetic calculator.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:696
    • 提供者:齐森
  1. Caculator

    0下载:
  2. 编写的android简单的计算器,可以实现基本的四则运算规则,主要方便初学者了解android的布局以及按键响应等操作-Android prepared a simple calculator, which can achieve the basic arithmetic rules, easy for beginners to understand the main android layout and operation of key response, etc.
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:61041
    • 提供者:
  1. Win32DLL

    0下载:
  2. 创建一个实现四则运算的简单Win32 DLL实例源码-Create an implementation of simple arithmetic example source code Win32 DLL
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4910
    • 提供者:
  1. IsapiWeb

    0下载:
  2. ISAPI扩展服务——浮点数的四则运算实例源码-ISAPI extension service- an instance of floating-point arithmetic source
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:17517
    • 提供者:
  1. Cal

    0下载:
  2. 可以实现计算器的功能,四则运算及sin,cos函数的运算-Can function calculator, arithmetic, and sin, cos function operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1816
    • 提供者:吴倩
  1. fraction

    0下载:
  2. 分数类头文件,包括分数的四则运算等,主要是运算符重载的练习-a fraction class headfile
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1016
    • 提供者:smo
  1. 24point

    0下载:
  2. 本程序解决的通用问题是输入四个数,通过四则运算获取指定解的问题。 典型的是四数求二十四问题(算24点问题,又叫4张牌求24点问题,求24问题)。比如说给出7,-7,3,-3如何用+-*/)(运算符号,不重复的利用这四个数求得结果为24?不要认为这类问题简单,它其实有16896种可能的排列方法 而且,即使不用括号也有成百上千种可能 甚至,你不知道它是否有解。显然,用人脑解决一般是很费时费力的。重复性强的脑力活动交给程序办比较合适。同时,也应一个作家教的同学的要求(她被这样的初中题目难倒过,偏偏
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2097
    • 提供者:
  1. children-program

    0下载:
  2. 是有界面的儿童四则运算程序,它包含的功能有很多,儿童可以自己选题,并能计算正确率-Children are four operations interface program, which contains many features, children can be their own topics, and can calculate the correct rate
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3618212
    • 提供者:pengmin
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 50 »
搜珍网 www.dssz.com