-
cloud
这是一个很全的云模型图像处理,功能全,已运行(This is a good use of the cloud model program, function, good effect, has been in operation)
- 2020-12-28 19:09:01下载
- 积分:1
-
GeometricVersion3
课程设计
几何图形(满分50 分)
版本1:满分10 分
设计抽象类GeometricObject 及其子类Triangle 和Circle。
GeometricObject 类设计要求如下:
■ 一个名为color 的Color 类型的私有数据域,表示对象的颜色。
■ 一个名为filled 的Boolean 类型的私有数据域,表示对象是否填充颜色。
■ 一个名为dateCreated 的Date 类型的私有数据域,表示对象的创建日期。
■ 一个无参构造方法。
■ 一个能创建特定color 和filled 的有参构造方法。
■ 相关数据域的访问器和修改器。
■ 两个个名为draw 和erase 的抽象方法。
■ 一个名为getArea 的抽象方法。
■ 一个名为getPerimeter 的抽象方法。
■ 重写toString 方法。
Triangle 类设计要求如下:
■ 三个名为side1、side2 和 side3 的double 类型的私有数据域表示三角形的三条边。它
们的默认值是1.0。要求三个数据域保留2 位小数。
■ 一个无参的构造方法创建默认三角形。
■ 一个能创建带指定side1、side2 和 side3 的有参构造方法。
■ 所有三个数据域的访问器和修改器方法。
■ 父类抽象方法的实现。
■ 重写toString 方法。
Circle 类(Curriculum Design
Geometry (out of 50)
Version 1: 10 points
Design an abstract class and its subclasses GeometricObject Triangle and Circle.
GeometricObject class design requirements are as follows:
■ a named color of the Color type private data field that indicates the object s color.
■ a Boolean type called filled private data field that indicates whether the object fill color.
■ Date type named dateCreated private data field, which means that the object was created.
■ a no-argument constructor.
■ one can create a specific color and filled in with arg constructor.
■ Related data field accessor and modifier.
■ two months called draw and erase the abstract methods.
■ an abstract method named getArea.
■ an abstract method named getPerimeter.
■ overridden toString method.
Triangle class design requirements are as follows:
■ three named side1, side2 and a double side3 private data field indicates the type of triangle with three sides. It
Our default value is 1.0. Requires)
- 2020-12-10 08:59:18下载
- 积分:1
-
11
说明: LSA的第一步是要去创建词到标题(文档)的矩阵。在这个矩阵里,每一个索引词占据了一行,每一个标题占据一列。每一个单元(cell)包含了这个词出现在那个标题中的次数。例如,词”book”出现在T3中一次,出现在T4中一次,而”investing”在所有标题中都出现了一次。一般来说,在LSA中的矩阵会非常大而且会非常稀疏(大部分的单元都是0)。这是因为每个标题或者文档一般只包含所有词汇的一小部分。更复杂的LSA算法会利用这种稀疏性去改善空间和时间复杂度。(The Little Book of Common SenseInvesting: The Only Way to Guarantee Your Fair Share of StockMarket Returns ,)
- 2015-12-23 20:26:03下载
- 积分:1
-
图片裁剪
说明: 快速将图片裁剪为电脑壁纸和ipad壁纸尺寸,带预览(To cut pictures as PC or Ipad size conveniently)
- 2020-06-20 18:40:02下载
- 积分:1
-
1
说明: 数字图象处理的文献资料,可以很好的处理边缘检测的文献(Digital image processing literature, can handle edge is very good detection literature)
- 2014-12-01 14:13:43下载
- 积分:1
-
SUV_DoNoise
利用奇异值分解(SUV)对图像信号分行降噪!(Singular value decomposition (SUV) of the image signal branch noise!)
- 2010-09-24 11:32:36下载
- 积分:1
-
next
QT 使用向导对话框,使用QWizard类实现多窗口切换(QT uses the Wizard dialog box)
- 2017-08-14 16:38:02下载
- 积分:1
-
SAD
C++实现的SAD立体匹配算法,速度快,效果不错(SAD stereo matching method,it runs well.)
- 2021-01-19 16:38:42下载
- 积分:1
-
LabVIEW
labview vision 本文主要介绍ision的使用方法(labview vision paper describes ision to use)
- 2011-11-20 11:59:56下载
- 积分:1
-
squares
opencv图像处理程序,关于squares提取算法C语言实现(opencv image-processing program, About squares extraction algorithm C language)
- 2012-11-04 12:06:13下载
- 积分:1