Location:
Search - Shape Circle
Search list
Description: 3. 设计一个接口Shape,接口中包含方法:Draw和Resize。定义一些具体类,如:Point、Line、Circle、Rectangle等,每个类都实现接口Shape。Draw方法绘制图形,Resize方法改变图形大小。用Java实现这些接口和类,并用测试类测试它们。 注意:不需要真正绘制图形,如Line的Draw方法只需输出下面文本即可: “直线的起点是(x1,y1,),终点是(x2,y2)”-3. A Shape interface design, interfaces include : Draw and Resize. Some specific type definition, such as : Point, Line, Circle, Rectangle, each category are achieving Shape interface. Draw method of drawing, graphics Resize changed size. Using Java to achieve these interfaces and class, and use tests such testing. Note : no real drawing, such as the Draw Line method, only the following text can be output : "line is the starting point (x1, y1), and the ultimate goal is to (x2, y2)"
Platform: |
Size: 1024 |
Author: |
Hits:
Description: === === =
=画图小将 说明文档=
=== === =
本程序主要实现画直线,画圆,画矩形等功能,界面友好,使用方便,构造了两个类CShape和CFunction负责画图,易于代码的移植复用。
CShape
| -CShapeLine
|-CShapeRect
|-CShapeCircle
|
CFunction
|
|-CFuntionSelect
|-CFunctionLine
|-CFunctionRect
|-CFunctionCircle
|-CFunctionPen
|-CFunctionEarse
|-CFunctionBrush
|-CFunctionBox-drawing young === === === = = = === === === = documentation of the procedures main line painting , Circle, rectangular paintings and other functions, friendly interface and easy-to-use, structure of the two categories CShape CFunction responsible for drawing and easy code reuse transplantation. CShape | |- CShapeLine |- CShapeRect |- CShapeCircle | CFunction | |- CFuntionSelect |- CFunctionLine |- CFunctionRect |- CFunctionCircle |- CFunctionPen |- CFunctionEarse |- CFunctionBrush |- CFunctionBox
Platform: |
Size: 89088 |
Author: upcorange |
Hits:
Description: 试用vb2005绘制立体形状的例子。本例程序绘制了一个三维山丘,和一个网格球体。-Try drawing a three-dimensional shape vb2005 example. Procedures in this case a three-dimensional rendering of the hills, and a sphere grid.
Platform: |
Size: 55296 |
Author: |
Hits:
Description: Driver for shape, point, circle, cylinder hierarchy
Platform: |
Size: 7168 |
Author: yaling |
Hits:
Description: 五彩繽紛的亮點依照轉速形成圓形的漩渦
漸漸形成類似銀河系的形狀-Colorful highlights the formation of a circular in accordance with the speed of the vortex of gradually forming a similar shape of the Milky Way
Platform: |
Size: 28672 |
Author: 蔡明黃 |
Hits:
Description: 画图版,链表功能。undo,redo
实现文件的存取Open、New、Save、SaveAs
建立类,shape
rectangle,circle,line类
-Paint version feature list. undo, redo implementation document access Open, New, Save, SaveAs type set up, shape rectangle, circle, line type
Platform: |
Size: 2231296 |
Author: 蒋毓 |
Hits:
Description: /*请分别定义图形类Shape(抽象基类),继承类矩形类Rectangle、正方形类Square、
圆形类Circle;它们具有的方法是计算周长和面积。在另一个类的main函数中分别创建矩形、
正方形和圆形对象,设置所需的属性值,打印其周长和面积。*/-/* Definition graphics categories respectively Shape (abstract base class), the succession of quasi-rectangular type Rectangle, square-type Square, round type Circle the way they are calculating the perimeter and area. In another category, respectively, the main function in the creation of rectangular, square and round objects, set the required attribute value, print the perimeter and area.* /
Platform: |
Size: 1024 |
Author: 李松 |
Hits:
Description: 制作环形图形,比如环形建筑的外轮廓,输入弧的坐标值就可以得到图形-make a circle of shape
Platform: |
Size: 100352 |
Author: jxn |
Hits:
Description: Shape Identification for Basic Images like square, circle.
Platform: |
Size: 8192 |
Author: ganesh |
Hits:
Description: 三点画圆的程序,展示VB中Line和Shape控件的使用例子,随意点击窗体三下可以画出一个圆,右键菜单可以显示/隐藏线条等-Draw Circle By Three Point Program, the example shows the useage of Line and Shape controls in VB , click the Form 3 times may be arbitrarily draw a circle, right-click menu can show/hide the lines, etc.
Platform: |
Size: 2048 |
Author: 阿龙 |
Hits:
Description: Free Source Code for Shape Recognition
Matlab实现的图像中的圆、矩形、正方形等形状识别-Shape Recognition differentiate Square, Rectangular, Circle from others
Platform: |
Size: 1024 |
Author: wt |
Hits:
Description: 一、声明一个Shape抽象类,在此基础上派生出Rectangle和Circle类,二者都有GetArea()和GetPerim()函数,GetArea用来计算对象的面积,GetPerim用来计算对象的周长。封装上述各类,并编写测试程序。
-First, declare an abstract class Shape, on this basis, derived classes Rectangle and Circle, the two have GetArea () and GetPerim () function, GetArea used to calculate the object' s size, GetPerim used to calculate the object perimeter. The above types of packaging and the preparation of test programs.
Platform: |
Size: 1024 |
Author: 赵莹莹 |
Hits:
Description: 定义抽象类Shape,抽象方法为showArea(),求出面积并显示,定义矩形类Rectangle,正方形类Square,圆类 Circle,根据各自的属性,用showArea方法求出各自的面积,在main方法中构造3个对象,调用showArea方法-Define abstract class Shape, abstract methods showArea (), find the area and showed that define the rectangle class Rectangle, square type Square, round classes Circle, according to their properties, obtained by the respective area showArea method, constructed in the main method three objects, method calls showArea
Platform: |
Size: 3072 |
Author: 胡迪 |
Hits:
Description: 声明一个Shape抽象类,在此基础上派生出Rectangle和Circle类,二者都有GetArea()和GetPerim()函数,GetArea用来计算对象的面积,GetPerim用来计算对象的周长。封装上述各类,-Declare an abstract class Shape, on this basis, derived classes Rectangle and Circle, the two have GetArea () and GetPerim () function, GetArea used to calculate the object' s size, GetPerim used to calculate the object perimeter. The above types of packaging,
Platform: |
Size: 1079296 |
Author: onway |
Hits:
Description: 声明一个Shape基类,在此基础上派生出Rectangle和Circle类,二者都有GetArea()函数计算对象的面积。
-Declare a Shape base class, derived on this basis, Rectangle and Circle class, both have GetArea () function to calculate the object' s area.
Platform: |
Size: 1024 |
Author: 唐华莲 |
Hits:
Description: 用emgucv结合c#编写 包括hough线变换 hough圆变换
基于vs2010开发环境-With c# prepared with emgucv including hough line transform hough circle transform
Development environment based on vs2010
Platform: |
Size: 435200 |
Author: ZZT |
Hits:
Description: Shape-Recognition图像中的圆、矩形、正方形等形状识别-Shape-Recognition image circle, rectangle, square and other shapes identification
Platform: |
Size: 8192 |
Author: 李晓晨 |
Hits:
Description: 基于NI编写的一个形状匹配算法程序,可是对图像中圆形中间进行精确定位以及输出工件特征信息,对初学者有指导作用-this is a program based on NationalInstuments DLL with a shape matching fuction
Platform: |
Size: 107520 |
Author: 董飞 |
Hits:
Description: 用OpenGL绘制一个圆,元的颜色为白色,系统默认颜色。-shape a circle
Platform: |
Size: 1024 |
Author: 刘小 |
Hits:
Description: circle translating in y axis, ellipse rotating, triangle scaling in continually with GLui interface buttons. this program use opengl that include freeglut and glew and glui libraries.
Platform: |
Size: 12340224 |
Author: Necati Ö zdemir |
Hits: