软件工程、数据分析、绘图
2022-04-06 00:23:43 2KB 数据分析 软件工程 数据挖掘
8.17 (Rational Numbers) Create a class called Rational for performing arithmetic with fractions. Write a program to test your class. Use integer variables to represent the private instance variables of the class the numerator and the denominator. Provide a constructor that enables an object of this class to be initialized when it is declared. The constructor should store the fraction in reduced form. The fraction 2/4 is equivalent to 1/2 and would be stored in the object as 1 in the numerator and 2 in the denominator. Provide a no-argument constructor with default values in case no initializers are provided. Provide public methods that perform each of the following operations: a. Add two Rational numbers: The result of the addition should be stored in reduced form. b. Subtract two Rational numbers: The result of the subtraction should be stored in reduced form. c. Multiply two Rational numbers: The result of the multiplication should be stored in reduced form. d. Divide two Rational numbers: The result of the division should be stored in reduced form. e. Print Rational numbers in the form a/b, where a is the numerator and b is the denominator. f. Print Rational numbers in floating-point format. (Consider providing formatting capabilities that enable the user of the class to specify the number of digits of precision to the right of the decimal point.) – 提示: – 有理数是有分子、分母以形式a/b表示的数,其中a是分子,b是分母。例如,1/3,3/4,10/4。 – 有理数的分母不能为0,分子却可以为0。每个整数a等价于有理数a/1。有理数用于分数的精确计算中。例如1/3=0.0000…,它不能使用数据类型double或float的浮点格式精确表示出来,为了得到准确结果,必须使用有理数。 – Java提供了整数和浮点数的数据类型,但是没有提供有理数的类型。 – 由于有理数与整数、浮点数有许多共同特征,并且Number类是数字包装的根类,因此,把有理数类Rational定义为Number类的一个子类是比较合适的。由于有理数是可比较的,那么Rational类也应该实现Comparable接口。
2022-03-30 19:40:54 2KB Rational Numbers 分数的加减乘除运算
1
uml课件,使用Rational Rose工具,讲解详细
2022-03-24 23:58:03 3.16MB UML课件,Rational Rose工具,ppt
1
针对IBM Rational Software Architect V8.0.4的破解,替换SDPShared\plugins目录下的同名文件即可。 替换前备份原文件。 破解文件的SHA1: FFDF6AE0AFC534E19D09D4F5D2C9195B26E5C410。 此文件仅供学习使用!
2022-03-20 18:43:57 25KB IBM Rational RSA 8.0.4
1
rational rose 的出现给软件工程带来的契机,但是现在很多都是国外的版本,对于初学者来说,学习起来比较费劲,rational rose 汉化版能让初学者更容易学习它的用法
2022-03-18 22:06:45 11.57MB rational rose 汉化版
1
RECS:非线性,动态,随机,有理期望均衡模型的求解器
1
对重用软件开发资产的不断增长的需要导致了对资产管理解决方案的兴趣的提升。本文描述了像 IBM Rational Asset Manager 这样的产品如何帮助组织理解他们拥有什么资产,以便消除重复、降低成本和改善软件开发质量以及市场时机。
2022-03-16 21:53:11 378KB 软件
1
rational rose的基本使用方法简介
2022-03-07 11:01:17 1.84MB rational rose 使用方法
1
IBM Rational PurifyPlus 破解.rar
2022-01-16 20:18:22 4KB PurifyPlus
1
Rational统一开发过程软件开发队伍的最佳实践! 详细介绍什么是RUP,最佳实践的有效部署,过程预览,阶段和迭代,核心工作流等... RUP提高了团队生产力,在迭代的开发过程、需求管理、基于组件的体系结构、可视化软件建模、验证软件质量及控制软件变更等方面,针对所有关键的开发活动为每个开发成员提供了必要的准则、模板和工具指导,并确保全体成员共享相同的知识基础。它建立了简洁和清晰的过程结构,为开发过程提供较大的通用性。
2022-01-14 17:00:14 1022KB RUP 项目管理 统一过程 迭代
1