搜索资源列表
有理数四则运算
- 利用堆栈实现有理数的四则运算,比较长,但是基本功能都能够实现,算是比较有用的-stack to achieve rational use of the four operations, a long, but the basic functions can be realized, as a relatively useful
有理数运算的演示程序设计
- 报告内容: 实现两个有理数的相加、相减、相乘、及相除的四则混合运算。-contents of the report : the Rational achieve two together, subtract, multiply, and eliminate the four mixed computing.
rational5
- 有理数类,实现两有理数的各种运算-rational category, achieving two rational in a variety of computing.
rational1
- 一个有理数可以表示成分子与分母都是整数的一个分数。定义一个表示有理数的类Rational(包括方法的实现),-a rational elements can be expressed as the denominator are integral with a score. A definition of the category, said Rational Rational (including the method of achieving)
duotai
- 设计有理数类rational_number 数据成员: int numerator(分子) int denominator(分母) 成员函数 (1)构造函数rational_number ()和rational_number (int x, int y) (2)拷贝构造函数 (3) 重载运算符“+”、“-”、“*”和“/” 2. 设计有理数类rational_number 数据成员:
fractionTodecimal
- 因为所有的分数都是有理数,所以一个分数要么除尽,要么有循环节,这个程序很好地解决了这个问题。-because all the scores are rational, or a fraction of thirteen, or a cycle of festivals, this procedure to solve the problem.
kjhgfsdgf
- 设计rational类,用以实现与有理数之间的加减乘除运算-design rational category, and for the realization of rational arithmetic operations
C++
- 包含C++中map,有理数类,汉诺塔,菲波那穗等的算法,还有比较大小,求最大最小值等相关算法,以及工程测量精度解算的相关程序。
4
- 在C++控制台下的有理数的操作,希望对大家有帮助
rational
- C++类的概念: 这是一个有理数类 包括有理数类的加法减法乘法除法 。
youlishusizeyunsuan
- 有理数是一个可以转化为一个分数的数,例如2/3,533/920,-12/49都是有理数,而根号2就是无理数。在C++中,并没有预先定义有理数类型,需要时可以定义一个有理数类,将有理数的分子分母分别存放在两个整型变量中。对有理数的操作可以通过重载运算符来实现.
多精度整数与有理数计算库
- 多精度整数与有理数计算库(源代码包)在GNU 多精度库的基础上派生的一个分支,主要用于任意精度和数字长度的整数和有理数计算,也可以用于任意小数精度的扩展浮点数计算。 工作/编译平台: Linux,Unix,Soloris, Windows(VC 2008), Cygwin, Mingw
有理数运算程序
- 有理数运算程序
problem-of-24-points
- 解决二十四点问题的算法,提供了一个有理数类,通过回溯法解决问题-solve the problem of the 24 points
Assignment-4
- 定义一个有理数类,属性有分子、分母 用成员函数重载 == 重载前缀++ 后缀++ (member function 或 friend function 均可 ) 重载 >> << 自己写 main 对有理数类进行测试 -Define a rational number class, property has numerator, denominator == overloaded with members of the function ov
Rational
- 这是我自己编写的有理数类加减乘除代码,上传希望对大家有所帮助-This is what I have written Math
101.c
- 实现有理数的基本运算,求出基本项(分子,分母) C语言实现-The realization of the basic computing rational, calculated basic items (numerator, denominator) C language
ratiional
- 求解有理数分式方程,设计类Rational表示有理数。-Solving Rational分式方程, said Rational rational design.
gmp-4.3.0
- GMP是计算任意精度的数学库, 包括支持整数,有理数和浮点. GMP包括大量的接口函数.-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by
123
- 有理数的运算 数据结构 数据抽象类型设计 有理数四则运算-Computing rational numbers abstract data type of data structure design rational arithmetic