Welcome![Sign In][Sign Up]
Location:
Search - circle

Search list

[Other resourceC版图形学circle

Description: 经典画圆程序,C语言版,建立了坐标系,用户只需要输入圆的半径。-classic Circle procedures, C language version, a coordinate system, the user need only input the circular radius.
Platform: | Size: 1263 | Author: 苏辉 | Hits:

[Special EffectsC++(Circle)

Description: 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角线长度的成员函数。 (4) 对于给定的实数r,先声明一个半径为r 的圆c1;然后声明一个c1 的外切矩形s, 接着再声明s 的外接圆c2。 (5) 输出(4) 中几何对象的面积,周长和对角线长度。 .编程任务: 给定实数r,计算几何对象c1,s 和c2 的面积,周长和对角线长度。 .数据输入: 由文件input.txt 给出输入数据。第1 行有1 个实数r,表示圆c1 的半径。 .结果输出: 将计算出的几何对象c1,s 和c2 的面积,周长和对角线长度分别输出到文件output.txt 。 文件的第1 行是计算得到的圆c1 的面积和周长;第2 行是矩形s 的面积,周长和对角线长 度;第3 行是圆c2 的面积和周长。-algorithm that 1-2 plane geometry problem. Problem description : probationary category C to the definition simple plane geometry objects to the abstract data type Geometry. (1) The definition of a float with two geometric m1 and m2; M2, the default value of 0.0. (2) to achieve two Constructors : permits the use of a parameter or two parameters statement geometric objects. Using a parameter r statement geometric objects to a radius of the circle r; With two parameters r1 and r2 statement to the geometric objects r1'r2 rectangular. Statement by the geometric objects in the center of origin. (3) calculate the geometric definition of the target area, perimeter and length of the diagonal members function. (4) For a given set of real r, first declare a radius of the circle r c1; Then a state
Platform: | Size: 66427 | Author: stzxxxstz | Hits:

[Fractal programcircle.c

Description: circle.c 在Turboc2下编写整数breshman画圆算法。本程序实现的是画圆算法。-circle.c in Turboc2 prepared integral breshman Circle algorithm. This program is Circle algorithm.
Platform: | Size: 1018 | Author: Sungol | Hits:

[Other resourceHow-to-draw-circle-in-Matlab

Description: 在MATLAB并无直接指令可进行画圆,本程序是一个不错的画圆程序。-in MATLAB no direct instructions can be Circle, the procedure is a good Circle procedures.
Platform: | Size: 1767 | Author: alpha | Hits:

[OS programCircle

Description: circle problem for algrithm
Platform: | Size: 1196 | Author: 王威 | Hits:

[Graph Recognizehough circle detect

Description:

hough circle detect


Platform: | Size: 37914 | Author: wdmjx05 | Hits:

[SourceCodeHough check line, circle and ellipse

Description: check line, circle and ellipse region Hough检测直线,圆,椭圆的部分代码
Platform: | Size: 6128 | Author: xingxing009 | Hits:

[assembly languagecircle

Description: masm32 汇编源码-masm32 assembly source code
Platform: | Size: 8192 | Author: jts | Hits:

[Graph program外接圆和内切圆

Description: 关于绘制外接圆和内切圆的程序-circumscribed and inscribed circle of procedures
Platform: | Size: 1998848 | Author: 赵文静 | Hits:

[JSP/Javatestshape

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:

[Otherall

Description: 用三个类来研究类的继承!类Point、Circle、Cylinder-used to study three types of categories of succession! Category Point, Circle, delivers
Platform: | Size: 466944 | Author: 成龙 | Hits:

[Fractal program图形基础

Description: 中点画线法,中点画圆法,DDA画线法,Bresenham画线法,Bresenham画圆法-were dotted line, the midpoint Circle, DDA line drawing, Bresenham line drawing, Bresenham Circle France
Platform: | Size: 5120 | Author: 波波 | Hits:

[GDI-Bitmap计算机图形算法演

Description: 计算机图形算法演示 包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-computer graphics algorithms demonstration included painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, textures, etc..
Platform: | Size: 269312 | Author: 张春民 | Hits:

[Graph DrawingC版图形学circle

Description: 经典画圆程序,C语言版,建立了坐标系,用户只需要输入圆的半径。-classic Circle procedures, C language version, a coordinate system, the user need only input the circular radius.
Platform: | Size: 1024 | Author: | Hits:

[2D GraphicBresenham算法编程演示

Description: Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle, ellipse, and so on the basis of graphics courses curriculum design.
Platform: | Size: 8192 | Author: susu | Hits:

[Graph DrawingMidpointCircleDemo

Description: 中点画圆法算法实现,能够实现坐标平移,支持鼠标绘图-midpoint Circle France algorithm to achieve coordinates translation, mapping support for mouse
Platform: | Size: 1943552 | Author: 陈锋 | Hits:

[assembly languagecircle

Description: 定义一个圆类,计算圆的面积和周长。   要求:分别用成员函数和友元函数来求圆的面积和周长。 -Class defines a circle, calculate area and circumference of a circle. Requirements: member function respectively, and a friend function to find area and circumference of a circle.
Platform: | Size: 9216 | Author: 时间 | Hits:

[VHDL-FPGA-Verilogcircle

Description: VHDL routine to draw a circle using the midtpoint algorithm.
Platform: | Size: 2048 | Author: jcgcecilia | Hits:

[Graph Drawingspherical-circle

Description: 编写函数绘制三维球面,允许用户指定球面圆心位置及半径-Write functions made three dimensional spherical, allows users to designated position and radius of the spherical circle
Platform: | Size: 624640 | Author: 周刚 | Hits:

[Special EffectsCIRCLE

Description: Special Effects - Circle
Platform: | Size: 1024 | Author: alene | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net