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

Search list

[GDI-Bitmapgraphic_demo

Description: 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students learning graphics and engineering staff a good tool, they demonstrated a dynamic graphics generation process, the detailed source code so that you can run after the paste, including DDA, resenham, point by point comparison Linear Algorithm; Bresenham, DDA, the midpoint Circle algorithm; N bezier, spline, Bspling, Hermite curve generation algorithm; single, bilinear, Bezier surface generation algorithm; vector, Character generation algorithm; scanning fill the seed filling algorithm, polygons, linear cutting algorithm; translation ratio, rotation, symmetric origin , Shear Transform algorithm;
Platform: | Size: 807327 | Author: 冯宾 | Hits:

[Other resource区域填圆

Description: 对mapinfo中选定区域用指定半径的圆填充,计算填充圆的个数,并计算填充圆的面积与区域面积之比-right MapInfo selected regional specified radius of the circle to fill the calculation filled round number, and calculate an area filled with a round of the regional area ratio
Platform: | Size: 166790 | Author: 黄晓曼 | Hits:

[GIS program区域填圆

Description: 对mapinfo中选定区域用指定半径的圆填充,计算填充圆的个数,并计算填充圆的面积与区域面积之比-right MapInfo selected regional specified radius of the circle to fill the calculation filled round number, and calculate an area filled with a round of the regional area ratio
Platform: | Size: 166912 | Author: 黄晓曼 | Hits:

[2D Graphiccolorcircle

Description: 用C语言实现的中点画圆算法,并根据扫描线种子填充算法来填充圆形。-C Language Circle the midpoint algorithm, and in accordance with scanning lines seed fill algorithm to fill round.
Platform: | Size: 33792 | Author: ffff | Hits:

[OpenGL programseedfill

Description: 使用扫描线种子填充算法实现400×400的圆的填充,该算法用中点画圆法对原算法进行了优化,实现效率明显提高。-The use of scan line seed fill algorithm to achieve 400 × 400 of a circle filling, the algorithm using the midpoint of the original algorithm drawcircle optimized to achieve improved efficiency.
Platform: | Size: 1344512 | Author: wxy | Hits:

[Graph Drawinggui16

Description: e-mail:cproom@163.net 计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做通用处理。-e-mail: cproom@163.net computer graphics programming practice, including painting a straight line, anti-aliased line, circle, drawing an oval, rectangular painting, painting polygon, rectangle fill, polygon fill, 3D transformation, light, texture and so on. Because energy is limited, not to the original code to make any comment. Simplify the programming for consideration, in many parts of specified constant, making general-purpose processing.
Platform: | Size: 325632 | Author: 景科 | Hits:

[Graph programImageprocessing

Description: 图象处理算法代码,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-Image processing algorithm code, including painting a straight line, anti-aliased line, circle, drawing an oval, rectangular painting, painting polygon, rectangle fill, polygon fill, 3D transformation, light, texture and so on.
Platform: | Size: 326656 | Author: 11 | Hits:

[Internet-Networkfloodfill

Description: its flood fill algorithm to fill a circle
Platform: | Size: 1024 | Author: shreya | Hits:

[GDI-Bitmapcolorcircle

Description: 一个含有边框和内部填充图的圆,内部填充为网格线,蓝色,外边框是红色!-Contains a map border and internal fill of the circle, the internal filling the grid line, blue, outside the border is red!
Platform: | Size: 314368 | Author: 安树峰 | Hits:

[Graph programcircle

Description: 基于vb的圆的扫描线填充算法,通俗易懂,便于理解和操作,有详细说明-Vb round based on the scan line fill algorithm, user-friendly, easy to understand and operate, is described in detail
Platform: | Size: 4096 | Author: 姚月 | Hits:

[assembly languageexchange

Description: 图形变换的程序,按字母“Y”画一个用点组成的圆;按字母“S”画一 个用不同颜色填充的三角形;按字母“Z”画一个用不同颜色填充且带有边框图案 的矩形;按“q”键退出。 -Graphics transformation process, according to the letter " Y" Draw a circle with dots according to the letter " S" painted a different color filled triangle according to the letter " Z" painted a different color and fill the rectangle with a border pattern press " q" key to exit.
Platform: | Size: 3072 | Author: dk | Hits:

[Special EffectsGraphics

Description: 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。)五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。六、交互式Bezier曲线的输入绘制程序实现-An integrated graphical interface program, can call the subroutine each operation. First, call the painting point function, the DDA, the mid-point operator France and the midpoint line drawing algorithm draw a circle and ellipse. 2, polygon scan conversion algorithm and region filling algorithm (scan line algorithm The will to do more than seek operation based on the edge of fill, and sign algorithms for the optional side seed-based region filling using 4-connected region Recursive seed fill algorithm, or scan line seed fill algorithm to require seed point (x, y) can be interactive input). 3, line cutting and Polygon clipping algorithm to achieve animation. (Two segments by cutting edge algorithms and HS polygon clipping algorithm) polygon clipping Algorithm animation requirements first draw a closed polygon, and then draw the crop rectangle window, then select the crop button (or Command), press the "cut on top" button (or the implementation of the "cut on top" command),
Platform: | Size: 15465472 | Author: Peng | Hits:

[GUI DevelopA_3d_Shape201164862006

Description: this a custom control for adding 3d shapes to your project for example Text, Rectangle, Ellipse, Line, Circle, FillEllipse, FillRectangle etc The Control have properties like 3d style, 3d size, font, color, border, back color, fill style etc.
Platform: | Size: 90112 | Author: atul goel | Hits:

[Software EngineeringRG2

Description: Basic drawing tool. Work in progress, but easy tom manipulate and upgrade. Draw and fill circle, ellipse and rectangle.
Platform: | Size: 59392 | Author: dusanzoro | Hits:

[Graph Drawingcircle

Description: 实现一个画圆程序(利用Bresenham算法绘制); 以下内容任选一个 1、 设计并实现一种填充算法对圆内部进行填充。 opengl -Procedures to implement a circle (using Bresenham algorithm for drawing) the following choice of a 1, was designed and implemented within a circle filling algorithm to fill. opengl
Platform: | Size: 1937408 | Author: 东荒冷羽 | Hits:

[Special Effectsmatlab-line-circle

Description: matlab 编写 画圆,画线,填充,变形-write matlab circle, draw lines, fill, deformation
Platform: | Size: 3072 | Author: yangd | Hits:

[GDI-Bitmapcolor-circle

Description: scanlineseed程序,使用边缘填充算法填充圆,TurboC实现-scanlineseed, the use of edge fill algorithm fills a round, TurboC achieve
Platform: | Size: 33792 | Author: wubring | Hits:

[VC/MFCCircle

Description: 定义了一个圆类,包括圆的半径,面积,周长,是否填充,颜色等属性-Defines a circle class, including the radius of the circle, area, perimeter, whether the fill, color and other attributes.
Platform: | Size: 1024 | Author: 林程 | Hits:

[JSP/JavaCircle

Description: 用java编程实现二维数组m*n螺旋数组:程序中可输入行数和列数,并实现数字从1开始顺时针增加,形成一个螺旋,至把二位数组空格填满为止-Java programming with an array of m* n-dimensional helical array: the program can enter the number of rows and columns, and digital increases clockwise starting from 1, to form a spiral, to the two-digit group spaces fill up
Platform: | Size: 1024 | Author: txx | Hits:

[matlabdraw-a-circle

Description: MATLAB绘制圆形并填充斜线 源程序代码-MATLAB draw a circle and fill slash
Platform: | Size: 1024 | Author: zhjf | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net