搜索资源列表
xufunction
- 写一个程序,定义抽象基类shape, 由它派生3个基类,Circle(圆),Rectangle(矩形),Trapezoid(梯形)。用虚函数分别计算几种图形的面积,并求他们的和。要求:用基类指针数组,使它的每一个元素指向一个派生类对象-Write a program that defines an abstract base class shape, it is derived from the three basic classes, Circle (round), Rectangle (re
Shape-Recognition
- 這是一個可以自動尋找图像中的長方形, 正方形, 圓形, 菱形的程式-1- Read the RGB (colored) image in from user. 2- Convert image from (RGB) colored to gray image. 3- Threshold the image (convert gray image to binary image). 4- Invert the binary image (in order to speed
ShpTranslation
- MapObjects Shape Translation - translate one shape file and all its elements from one coordinate to the other-MapObjects Shape Translation- translate one shape file and all its elements from one coordinate to the other
sfs
- matlab source code for shape from shading
generator
- 555定时计数器的使用和脉冲波形的变换与产生原理,有助于大家设计信号发生器 -555 from time to time the use of counters and pulse shape of the transformation and have a theory, help you design the signal generator
number
- 在数码管上以偶数的形从00开始,自动往上加2,直到200时又置00重新开始计数-Even in the digital pipe to the shape from the 00 start, auto-up plus two, until the 200 Shiyou set to re-start counting 00
shape
- Shape成为一个包含接口(供层次结构中的类使用)的抽象基类。从类Shape派生出二维形状类TwoDimensionalShape和三维形状类ThreeDimensionalShape,它们也都是抽象类,然后用虚函数print输出每个类的类型和维数。为了计算类层次结构中每个具体类的对象,这两个类中还要包括虚函数area和volume。最后再编写一个程序测试类Shape的层次结构-Shape into a contained interface (for the class hierarchy t
1
- c++ 形状类的shape派生三个类的小测试程序-c++ class shape derived from the shape of the three classes of small test program
fire
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。-Simulated annealing algorithm derived from the theory of solid annealing, the solid heat to full high and let it slowly cooling, heating, the temper
1003-Counterfeit-Dollar
- 假币问题的源码,通过三次天平比较,从12枚外形一致的金币中找出唯一的假币并判断假币重量高于(低于)真币-Counterfeiting problem of the source, by comparing three scales, from 12 the same shape, only to find gold coins in counterfeit money counterfeit money and determine the weight of higher (lower) rea
20130421170010504056
- 声明抽象基类Shape,由它派生出3个子类:Circle(圆形)、Rectangle(矩形)、Triangle(三角形),用一个函数printArea分别求出以上三者的面积,三个图形的数据在定义对象时给定。再设计一个函数sumArea,求出三个图形面积之和。要求用基类指针数组,使它的每一个元素指向一个派生类对象。-Declares an abstract base class Shape, three sub-classes derived from it: Circle (round), Re
demag_tensor
- This Algorithm comutes demagnetizig tensor from Newell Paper[1] between two rectangular shape elements.Main function is and there is equivallent function written in c-language, you can use it to compile mex file.This scr ipt can be used in field of m
exp1
- 理解和掌握C++抽象类和具体类的实现,了解运算符重载。 实验内容: (1)从Point、Circle类中抽象出基类Shape,研究抽象类和具体类的接口和实现。 (2)从中派生出一个正方形类和圆柱体类,然后写一个测试程序,输出正方形的面积和圆柱体的体积。 (3)在Circle类中实现关系运算符重载(<、<=、==、!=、>、>=),实现按半径对Circle对象排序。-Understand and grasp the abstract and
main
- 新建一个基类shape类是一个表示形状的抽象类,area( )为求图形面积的函数。请从shape类派出矩形类(rectangle)、三角形类(triangle)、圆类(circles)、并给出具体的求面积函数。-Create a new class is a base class shape represents the shape of an abstract class, area () function for the sake of the graphic area. Please se
lser-radar
- 激光雷达是以发射激光束探测目标的位置、速度等特征量的雷达系统。从工作原理上讲,与微波雷达没有根本的区别:向目标发射探测信号(激光束),然后将接收到的从目标反射回来的信号(目标回波)与发射信号进行比较,作适当处理后,就可获得目标的有关信息,如目标距离、方位、高度、速度、姿态、甚至形状等参数,从而对飞机、导弹等目标进行探测、跟踪和识别。本程序为FMCW激光雷达matlab程序,包括调频非线性校正等。-Laser emitting a laser beam radar detection is the
1234
- 激光雷达是以发射激光束探测目标的位置、速度等特征量的雷达系统。从工作原理上讲,与微波雷达没有根本的区别:向目标发射探测信号(激光束),然后将接收到的从目标反射回来的信号(目标回波)与发射信号进行比较.本程序为FMCW激光雷达matlab程序,包括调频非线性校正等-Laser emitting a laser beam radar detection is the target position, velocity, volume and other characteristics of the
面积小工具
- 脱离ArcGIS和其他开源GIS软件,开发的读取shape面积的小工具(From ArcGIS and other open source GIS software, developed to read shape area of small tools)
TestForm
- 一个计算各种形状的面积和周长的程序。 父类Shape2D为一个抽象类,其中包含计算周长和计算面积两个方法。其他形状圆(Circle),三角形(Triangle)和长方形(Rectangle)均继承自Shape2D类。而Square继承自Rectangle类。编写测试类来计算这些形状的面积。(A program for calculating the area and perimeter of various shapes. The parent class Shape2D is an abs
68da9a50fa9bfd83b4a6c25300eee96d7cac
- In this paper, we present an approach toward pedestrian detection and tracking from infrared imagery using joint shape and appearance cues. A layered representation is first introduced and a generalized expectation-maximization (EM) algorithm is dev
刘娜论文
- 本篇文章着重对高斯回归滤波器的原理与算法进行了简单的介绍。相对于其它传统方法,高斯滤波器有许多自己的优势。在现如今的工业领域中,主要用高斯滤波器将粗糙度信号从实测信号中提取出来。因为高斯回归滤波器的这些优点国际标准ISO16610已将其列为标准滤波器,主要用它来进行表面粗糙度的测量与研究。(This article focuses on the Gaussian regression filters principles and algorithms for a simple introduct