搜索资源列表

  1. 画圆算法

    0下载:
  2. 两种画圆的算法,中点画圆算法和Bresenham画圆算法-the algorithm, the midpoint of Bresenham algorithm and Circle Circle Algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:34404
    • 提供者:刘宇
  1. 计算机图形学

    0下载:
  2. C#编写,计算机图形学数值微分法画线,中点画线,中点画圆算法实现
  3. 所属分类:源码下载

    • 发布日期:2011-06-13
    • 文件大小:47773
    • 提供者:happyls
  1. vczhongdianhuayuan

    0下载:
  2. 中点画圆算法源码-midpoint algorithm source Circle
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:37888
    • 提供者:秋水寒
  1. MidpointCircle

    0下载:
  2. 利用C语言编的中点画圆法画同心圆-use of the C language midpoint Circle series paintings concentric circles
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:
  1. 图形基础

    1下载:
  2. 中点画线法,中点画圆法,DDA画线法,Bresenham画线法,Bresenham画圆法-were dotted line, the midpoint Circle, DDA line drawing, Bresenham line drawing, Bresenham Circle France
  3. 所属分类:分形几何

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:波波
  1. 图形学直线和圆的生成算法

    0下载:
  2. 掌握直线和圆的生成算法,分别用DDA法和中点画线法在屏幕上画两条直线段-grasp of linear and circular generation algorithm, respectively DDA Act and the dotted lines in the screen painting of two straight
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:
  1. MidpointCircleDemo

    0下载:
  2. 中点画圆法算法实现,能够实现坐标平移,支持鼠标绘图-midpoint Circle France algorithm to achieve coordinates translation, mapping support for mouse
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:1943552
    • 提供者:陈锋
  1. 计算机图形学小项目

    0下载:
  2. 实现了 DAA画线法画直 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做) (2) 二维区域填充(四向种子填充颜色算法) (选作) (3) 直线裁减(任选一种) (必做) (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做) -realized DAA painting painting straight line method (1) dotted line method
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:89088
    • 提供者:韩为
  1. MidpointCircle1

    0下载:
  2. 计算机图形学,中点画圆法,利用八分圆绘制圆-computer graphics, the midpoint Circle, using interval mapping Yuan Yuan
  3. 所属分类:按钮控件

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:cyz
  1. 146165

    0下载:
  2. DAA画线法画直线 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (2) 二维区域填充(四向种子填充颜色算法) (3) 直线裁减 (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)-DAA painting painting straight line method (1) dotted line method Circle (input coordinates x, y coordi
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:83968
    • 提供者:huang wei
  1. 12123

    0下载:
  2. 计算机图形学实验,中点画圆法画圆,c++,win下,-computer graphics experiment, the midpoint drawcircle Circle, c, win,
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:33792
    • 提供者:许斌
  1. jisuanjituxing

    0下载:
  2. 根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下; 利用中点画圆算法实现边界程序: void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color) {//画八分之一的圆 int x,y,d x=0 y=r d=1-r
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:91136
    • 提供者:周林
  1. console_graphic

    0下载:
  2. 用控制台程序(Console project)实现计算机图形学的基本图形,其中Bresenham为Bresenham算法画线的项目,输入起点和终点;dda为DDA算法画直线的项目,输入起点和终点;mid_point为中点画线法的项目,输入起点和终点;Bres_circle为根据Bresenham算法画圆,输入圆心点和半径; midpoint_circle为中点画圆法,包括填充,输入圆心点和半径;midpointEllipse为中点画
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:1744896
    • 提供者:李文
  1. BIGDrawing

    0下载:
  2. 实现了中点画线和中点画圆算法 -realized the Midpoint Circle Line and the midpoint algorithm realized the Midpoint Circle Line and the midpoint algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-16
    • 文件大小:59392
    • 提供者:caojun
  1. opengl

    0下载:
  2. opengl画八卦,中点画圆实现的,包含很多思想-opengl baguazhang painting, mid-point of drawcircle realized that contains a lot of thinking
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:141312
    • 提供者:方鹏
  1. draw

    0下载:
  2. mpl.add(new MenuItem("DDA画线")) mpl.add(new MenuItem("中点画线")) mpl.add(new MenuItem("Bresenham画线")) mpl.addActionListener(this) mp2=new Menu("画圆") mp.add(mp2) mp2.add(new MenuItem("公式法画圆"))
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:李默
  1. midcircle

    0下载:
  2. 简单的计算机图形学的中点画圆算法,用Vc++描述,可以实现绘制,供参考-Simple computer graphics of the mid-point drawcircle algorithm, using Vc++ Descr iption, mapping can be achieved, for reference
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-16
    • 文件大小:76800
    • 提供者:
  1. three

    0下载:
  2. 本程序是关于图线绘画的算法,它包括中点画线算法、中点画圆算法等,可以根据需要得到所需图形。-This procedure is about Chart drawing algorithm, which includes the Medium stipple line algorithm, the midpoint circle algorithm and so on, can get the necessary graphics.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:李岩
  1. program

    0下载:
  2. 计算机图形学课程算法演示系统 (1)画线算法演示:实现画线的三个算法---DDA画线算法、中点画线算法、Bresenham画线算法。建立坐标系,由用户输入两点坐标,体现直线的走势,最后给出算法的参数值以及实现清除功能。 (2)画圆算法演示:实现画圆的两个基本算法---Bresenham画圆算法、中点画圆算法。由用户输入圆的半径,体现圆的四个象限的走势,最后给出算法的误差值以及实现清除功能。 (3)填充算法演示:实现边填充和种
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:2332672
    • 提供者:于小鱼
  1. Basicgraphicsgeneration

    0下载:
  2. 实现直线、圆、椭圆和区域填充,其中直线和圆的生成分别用DDA算法、中点画线法和Bresenham算法,扫描转换和区域填充用多边形扫描转换的扫描线算法和种子填充算法。-To achieve a straight line, round, oval and the area filling, in which the generation of linear and circular respectively DDA algorithm,
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:2014208
    • 提供者:zhuli
« 1 23 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org