Welcome![Sign In][Sign Up]
Location:
Search - fraction

Search list

[Consolefraction

Description: 这是个基础的程序,请大家指点指点!我的Q:137851600,邮箱lbz_898236@126.com-This is the basis for the procedure, please pointing out the instructions! My Q : 137851600, mail lbz_898236@126.com
Platform: | Size: 5120 | Author: 林炳忠 | Hits:

[Algorithmfraction

Description: 实现了分数之间的四则运算,主要在于练习运算符重载。同时从分数类派生出整数类,实现了分数整数的混合运算!-Realize the scores between the four operations, the main operator is overloaded practice. At the same time, scores of categories derived from the integer type, the realization of the scores of the mixed-integer computing!
Platform: | Size: 131072 | Author: jason | Hits:

[Consolefraction

Description: 实现了C++的分数类,实现的分数与整数,分数与int,整数与int的混合操作,用多态和虚函数来实现digit_number()-Realize the C++ The Score category, the scores and realize integer, scores and int, and int mixed integer operations, using virtual functions and polymorphism to achieve digit_number ()
Platform: | Size: 984064 | Author: liang | Hits:

[Windows Developfraction

Description: 实现分数类的加减乘除运算,使用了运算符重载功能,有异常处理-Achieve scores of class Math
Platform: | Size: 1024 | Author: Alex Zhang | Hits:

[Windows DevelopFraction

Description: Fraction, + - * / operand Fraction(String ...)-Fraction, +-*/operand Fraction(String ...)
Platform: | Size: 1024 | Author: Deios | Hits:

[Consolefraction

Description: 1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的通分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。 2.改造上述分数类,将其中使用的普通函数尽量改写成运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 3.从分数类派生出一个用来描述整型的Integer类,完善整型类Integer,使其能完成整数的各种操作。为分数类fraction和整型类Integer各增加一个成员函数digit_number(),用来统计一个分数中数字字符的数量(如:13/34,数字字符的数量为4)和一个整数中的数字字符的数量(如:13345,数字字符的数量为5)。-1. Custom Class Score fraction, the use of such scores can be input, scores of add, subtract, multiply, with the exception of the second head and a head operation by operation, scores of some sub-operation, scores of通分operation, scores of the last operation of the two scores for the six comparison operators, as well as scores of operation of the output.
Platform: | Size: 770048 | Author: yedan | Hits:

[Windows Developfraction

Description: implementation of fraction using C-implementation of fraction using C++
Platform: | Size: 1024 | Author: paranoidandroid | Hits:

[Data structsfraction

Description: 分数类的定义和实现。例如分数的加减乘除运算和小数化为分数的实现-Score class definition and implementation. For example, addition and subtraction fraction into a decimal fraction multiplication and division operations and the realization of
Platform: | Size: 434176 | Author: Ye Ping | Hits:

[File Formatfraction

Description: fraction using visual C-fraction using visual C++
Platform: | Size: 1024 | Author: blade | Hits:

[Otherfraction

Description: /* 描述: 1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。 2.尽量用运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 3.尽可能考虑程序性能。-/* Description: 1. Custom scores of class fraction, the use of such scores can complete the input of scores add, subtract, multiply, in addition to two operations and a head and cut operation, scores of about sub-operation, scores of the reciprocal operation, pairs of two scores in the six comparison operators, as well as scores of output and other operations. 2. The best use of operator overloading function. For example, can be overloaded+,-,*,/,> ,> =,< ,< =,==,!=, in order to achieve a variety of computing scores. And achieve scores and mixed integer operations. 3. As far as possible to consider application performance.
Platform: | Size: 2048 | Author: 跳舞毯 | Hits:

[Otherfraction

Description: This program will add and reduce fraction which are inputed by the user.
Platform: | Size: 1024 | Author: sanket | Hits:

[Otherfraction-class

Description: 分数四则运算的类,既重载了 + - * /-fraction+-* /
Platform: | Size: 1024 | Author: 杨志勇 | Hits:

[JSP/JavaFraction

Description: 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 arithmetic with fractions. * Fractions are held in lowest terms, with the gcd() method. * Use a toString() method to format the result.
Platform: | Size: 1024 | Author: LeiShi | Hits:

[Data structsfraction

Description: 分数的类定义,构成及实现加减乘除运算的头文件-Fraction of the class definition, composition and operation to achieve header Math
Platform: | Size: 1024 | Author: your | Hits:

[CSharpFraction

Description: A C# solution. Program for fraction calculations.
Platform: | Size: 29696 | Author: Habesy | Hits:

[AlgorithmFraction

Description: 一个分数类,可以进行分数、整数之间的算术运算,比如:(1+(1/3)*2=10/3-A fraction class, designed for arithmetic calculation between fractions and integers.
Platform: | Size: 1024 | Author: Davis | Hits:

[Windows DevelopFraction

Description: 自定义fraction类,就是我们学c++时经常碰到的小作业-Customize fraction class, we learn c++ is often encountered when a small operation
Platform: | Size: 1024 | Author: 张玺 | Hits:

[Mathimatics-Numerical algorithmsfraction

Description: 分数类头文件,包括分数的四则运算等,主要是运算符重载的练习-a fraction class headfile
Platform: | Size: 1024 | Author: smo | Hits:

[Mathimatics-Numerical algorithmsRational-fraction-equation

Description: 用来求解有理数分式方程。为它设计两个数据成员,一个作为分子,另一个作为分母。分母不能为0。有理数1/2可以使用这个类的对象r表示为r(1,2)。需要完成如下操作: 如果分子和分母友公约数,就应该进行化简; 有理数可以进行四则运算,需要重载运算符; 重载流运算符,可以直接输入分子和分母,以及作为整体输出 -Used for solving the rational fraction equation. For its design two data members, a as a molecular, another as the denominator. The common denominator can t is 0. The rational number 1/2 can use an object of this class r said to r (1, 2). Need to complete the following operation: If the molecules and denominator when friends, should be reduction The rational number can be arithmetic, need to override operator Overloaded operators, can be directly flow input molecule and denominator, as well as the overall output
Platform: | Size: 46080 | Author: 陈建 | Hits:

[Mathimatics-Numerical algorithmsfraction

Description: c++定义一个分数类,实现加减乘除运算,计算结果化为最简分数。 -c++ defining a fraction class that implements addition and subtraction multiplication and division, results into a reduced fraction.
Platform: | Size: 1024 | Author: 张悦 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 23 »

CodeBus www.codebus.net