-
LMS-of-image
最小二乘影像匹配,自己2012年8月写的程序,经过测试,内有详细注释,希望对大家有用。(Least Squares Matching write the program in August 2012, has been tested, with detailed notes, and hope to be useful.)
- 2020-12-30 21:18:59下载
- 积分:1
-
plotHermiteGaussianBeams
根据厄米高斯光束的振幅分布物理公式来画厄米高斯光束的强度分布图(plot the intensity distribution of the HermiteGaussian Beams based on the physical formulars of the Hermite-Gaussian Beams )
- 2012-09-23 03:04:09下载
- 积分:1
-
qiuzhi
基于matlab画出当天单个家庭负荷曲线(Drawing a single family load curve for the day based on MATLAB)
- 2020-12-04 09:59:27下载
- 积分:1
-
basis_pursuit
使用admm算法解决basis_pursuit问题(Use admm algorithm to solve the problem basis_pursuit)
- 2020-11-26 21:39:30下载
- 积分:1
-
colorhist
颜色特征提取,颜色直方图,为matlab 源文件(feature extraction,colorhist,matlab)
- 2012-03-15 22:08:58下载
- 积分:1
-
lle
实现LLE算法,本算法是改进的LLE算法,主要是针对人脸图像的。()
- 2007-07-27 09:02:49下载
- 积分:1
-
ColorHistogramjiansuo
详细设计了基于颜色直方图的图像检索 效果不错 计算速度快(Detailed design of the color histogram-based image retrieval good results fast calculation)
- 2009-11-04 19:55:40下载
- 积分:1
-
Watermarking-in-contourlet-domain
图像经过Contourlet变换后,加水印(After Contourlet transform images, add watermark)
- 2011-08-08 20:23:15下载
- 积分:1
-
newtracking
New Tracking Algorithm for Wireless network
- 2013-09-24 14:48:55下载
- 积分: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