搜索资源列表

  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-22
    • 文件大小:91136
    • 提供者:周林
  1. midpointcircle-coding

    0下载:
  2. 自己用C语言编写的中点画圆算法,根据用户输入的圆心坐标和半径画出相应的圆形。-own use C language prepared by the midpoint drawcircle algorithm, According to user input center coordinates and radius of the circle corresponding paint.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-22
    • 文件大小:31744
    • 提供者:ffff
  1. GuangShanHuiTuYanShi

    0下载:
  2. 这是计算机图形学课程设计程序,实现Breasham、中点、数值微分画线画圆,种子填充、活化边表填充、边填充、Sutherland线段裁减、中点线段裁减、Liang-Basky线段裁减。-This is the computer graphics curriculum design procedures, Breasham, midpoint, numerical differential line drawing Circle, see
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:33792
    • 提供者:张楠
  1. areafill

    0下载:
  2. 图形学中进行多边形的区域填充.使用VB.先自行取点画多边形-polygon graphics for the regional filling. VB. Midpoint first to choose their own polygon
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:26624
    • 提供者:clara
  1. AlgOfBezier

    0下载:
  2. 此程序实现了bezier曲线的生成算法,分别利用了递归算法和中点插算法。开发环境为VS2003-this program achieved a bezier curve generation algorithm, namely the use of recursive algorithm and the midpoint interpolation algorithm. Development Environment for VS200
  3. 所属分类:OpenGL

    • 发布日期:2024-05-22
    • 文件大小:427008
    • 提供者:雷恩
  1. fractal7and10

    0下载:
  2. 《分形算法与程序设计——Visual C++实现》的第七章和第十章源码 包括一维元胞自动机生成的Sierpinski三角形、随机分布的Sierpinski三角形、二维元胞自动机小程序源代码、DLA模型源代码、用DLA模型模拟植物的生长源代码、原点演化圆形边界的DLA程序源垂直演化折线干预的DLA程序源代码、垂直演化汉字干预的DLA程序源代码。 随机中点位移法生成山源代码、三维空间中的分形插值算法源代码-"fractal
  3. 所属分类:分形几何

    • 发布日期:2024-05-22
    • 文件大小:18444288
    • 提供者:郝丽丽
  1. CMidPointLine

    0下载:
  2. C语言,用中点画线法做的一个小程序。画一条线.-C language, the adoption of Midpoint method to do a small procedure. Painting a line.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-22
    • 文件大小:23552
    • 提供者:syh
  1. circlewintc

    0下载:
  2. c 语言实现的画圆的程序。包括中点画圆算法和正负画圆算法。-c Language Circle procedures. Including the midpoint algorithm and positron Circle Circle algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:望还
  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-22
    • 文件大小:59392
    • 提供者:caojun
  1. 20061121

    0下载:
  2. 此源代码是介绍中点位移算法,并且能够运行显示结果-this source code is on the midpoint displacement algorithm, and can run results show
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:58368
    • 提供者:杨秋波
  1. Btest

    0下载:
  2. 中点分割的bezier算法,3次均匀B样条-midpoint of bezier segmentation algorithm, 3rd uniform B-spline
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:61440
    • 提供者:wangli
  1. MiddlePoint

    0下载:
  2. 计算机图形学OpenGL实验关于中点画圆算法的实现 -Computer Graphics OpenGL experiment on the midpoint of the algorithm to achieve Circle
  3. 所属分类:OpenGL

    • 发布日期:2024-05-22
    • 文件大小:6144
    • 提供者:linronghong
  1. 0_Bresenham_MidPoint_circle

    0下载:
  2. Bresenham_MidPoint_circle 一个中点画圆 的方法,希望对图形学课程学习的有所帮助-Bresenham_MidPoint_circle a midpoint of the Circle, hope to learn the graphics help
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:rosie
  1. shiyang1

    0下载:
  2. 实现DDA直线生成算法、Bresenham直线生成算法、中点绘圆算法,以及多边形扫描线填充算法-achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:61440
    • 提供者:dangdang
  1. tuxingxueshiyan1

    0下载:
  2. 《计算机图形学》 实验一 基本图形的生成 实验目的: 1、编写直线的DDA和Bresenham算法的实现程序,验证算法的正确性。 2、编写圆的Bresenham算法或中点算法的实现程序,验证算法的正确性。 3、用多边形的扫描线填充算法对一多边形进行填充,验证算法的正确性。 4、使用Cohen-Sutherland算法裁减二维线段或使用Sutherland-Hodgman算法对多边形进行裁减,验证算法的正确性。
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:718848
    • 提供者:fisherman
  1. 001MidCircle

    0下载:
  2. 中点画圆算法,计算机图形学试验,图形交互技术-midpoint drawcircle algorithm, computer graphics test, interactive graphics technology
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:fisherman
  1. zhixiansangesyanfa

    0下载:
  2. Bresenham算法是计算机图形学领域使用最广泛的直线扫描转换算法。仍然假定直线斜率在0~1之间,该方法类似于中点法,由一个误差项符号决定下一个象素点。 -Bresenham algorithm is the field of computer graphics the most widely used linear scan conversion algorithm. Still assuming that the linea
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:李倩
  1. zhongdianhuaxian

    0下载:
  2. 中点划线 中点划线 -crossed the midpoint midpoint crossed crossed t he midpoint midpoint midpoint crossed crossed the midpoint line
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:264192
    • 提供者:
  1. DrawPoint

    0下载:
  2. 输入一组坐标后,程序可以在对话框中将该坐标对应的点画出来,如过坐标值过大,程序将自动调节映射模式-importation of a set of coordinates, the procedures in this dialog coordinates corresponding to the Midpoint, and as their coordinates excessive, procedures will be automa
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-22
    • 文件大小:30720
    • 提供者:王立波
  1. middle

    0下载:
  2. 计算机图形学的中点划圆算法,使自己做的,大家共享!-Computer Graphics of the midpoint circle algorithm is zoned so that their own to do, and everyone to share!
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:yan
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 31 »

源码中国 www.ymcn.org