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

搜索资源列表

  1. fraction

    1下载:
  2. 定义和使用分数类fraction 描述: 1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。 2.将其中使用的普通函数尽量改写成运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 3.尽可能考虑程序的性能。 -评分标准
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:8.38kb
    • 提供者:王云翔
  1. fraction

    0下载:
  2. 实现分数类的加减乘除运算,使用了运算符重载功能,有异常处理-Achieve scores of class Math
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:1.72kb
    • 提供者:Alex Zhang
  1. Fraction

    0下载:
  2. Fraction, + - * / operand Fraction(String ...)-Fraction, +-*/operand Fraction(String ...)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1.11kb
    • 提供者:Deios
  1. fraction

    1下载:
  2. 1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的通分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。 2.改造上述分数类,将其中使用的普通函数尽量改写成运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 3.从分数类派生出一个用来描述整型的Integer类,完善整型类Integer,使其
  3. 所属分类:Console

    • 发布日期:2017-03-26
    • 文件大小:751.6kb
    • 提供者:yedan
  1. fraction

    0下载:
  2. implementation of fraction using C-implementation of fraction using C++
  3. 所属分类:Windows Develop

  1. fraction

    1下载:
  2. 分数类的定义和实现。例如分数的加减乘除运算和小数化为分数的实现-Score class definition and implementation. For example, addition and subtraction fraction into a decimal fraction multiplication and division operations and the realization of
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:424.17kb
    • 提供者:Ye Ping
  1. fraction

    0下载:
  2. fraction using visual C-fraction using visual C++
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:1.28kb
    • 提供者:blade
  1. fraction

    0下载:
  2. /* 描述: 1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。 2.尽量用运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 3.尽可能考虑程序性能。-/* Descr iption: 1. Custom scores of class
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2.39kb
    • 提供者:跳舞毯
  1. fraction

    0下载:
  2. This program will add and reduce fraction which are inputed by the user.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1.29kb
    • 提供者:sanket
  1. fraction-class

    0下载:
  2. 分数四则运算的类,既重载了 + - * /-fraction+-* /
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1.1kb
    • 提供者:杨志勇
  1. Fraction

    0下载:
  2. Develop a Fraction class that is capable of doing arithmetic with fractions. * Fractions are held in lowest terms, with the gcd() method. * Use a toString() method to format the result.-Develop a Fraction class that is capable of doing arithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:861byte
    • 提供者:LeiShi
  1. fraction

    0下载:
  2. 分数的类定义,构成及实现加减乘除运算的头文件-Fraction of the class definition, composition and operation to achieve header Math
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:724byte
    • 提供者:your
  1. Fraction

    0下载:
  2. A C# solution. Program for fraction calculations.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:29.42kb
    • 提供者:Habesy
  1. Fraction

    0下载:
  2. 一个分数类,可以进行分数、整数之间的算术运算,比如:(1+(1/3)*2=10/3-A fraction class, designed for arithmetic calculation between fractions and integers.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:982byte
    • 提供者:Davis
  1. Fraction

    0下载:
  2. 自定义fraction类,就是我们学c++时经常碰到的小作业-Customize fraction class, we learn c++ is often encountered when a small operation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:734byte
    • 提供者:张玺
  1. fraction

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

    • 发布日期:2017-04-04
    • 文件大小:1016byte
    • 提供者:smo
  1. Rational-fraction-equation

    0下载:
  2. 用来求解有理数分式方程。为它设计两个数据成员,一个作为分子,另一个作为分母。分母不能为0。有理数1/2可以使用这个类的对象r表示为r(1,2)。需要完成如下操作: 如果分子和分母友公约数,就应该进行化简; 有理数可以进行四则运算,需要重载运算符; 重载流运算符,可以直接输入分子和分母,以及作为整体输出 -Used for solving the rational fraction equation. For its design two data members, a as a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:45.09kb
    • 提供者:陈建
  1. fraction

    0下载:
  2. Program to display the fraction of a nuumber
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1.74kb
    • 提供者:Nabeel
  1. Fraction

    0下载:
  2. 分数的加减乘除,相反数,倒数等运算,包括重载,代码完整可运行-fraction sur l addition ,l inversion ,l opposition ,la division ...comprend la fonction de l operator
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:531.27kb
    • 提供者:业余
  1. fraction

    0下载:
  2. c++定义一个分数类,实现加减乘除运算,计算结果化为最简分数。 -c++ defining a fraction class that implements addition and subtraction multiplication and division, results into a reduced fraction.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-22
    • 文件大小:1kb
    • 提供者:张悦
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com