搜索资源列表

  1. 0372244

    0下载:
  2. 中点画圆,bresenham画圆,中点画线,bresenham画仙,-midpoint Circle, bresenham Circle, Stipples line bresenham painting cents
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:78707
    • 提供者:许斌
  1. 58941

    0下载:
  2. 中点画圆,直线,bresenham画圆以及直线-midpoint Circle, Line, Circle and straight bresenham
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:12007
    • 提供者:徐琼霞
  1. jichengshili

    0下载:
  2. 用java实现继承实例,主要是坐标中点的实现还有测试用例-with java achieve inheritance example, the midpoint of the coordinates is also achieving Test
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1075
    • 提供者:杨海亮
  1. 200609271917135740

    0下载:
  2. 圆/椭圆圆弧生成的中点算法C++源代码,实验模拟的-round / oval arc midpoint algorithm generated C source code, the simulation experiments
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:56140
    • 提供者:小小
  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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:81758
    • 提供者:周林
  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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:32232
    • 提供者:ffff
  1. colorcircle

    0下载:
  2. 用C语言实现的中点画圆算法,并根据扫描线种子填充算法来填充圆形。-C Language Circle the midpoint algorithm, and in accordance with scanning lines seed fill algorithm to fill round.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:34436
    • 提供者: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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:34529
    • 提供者:张楠
  1. areafill

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

    • 发布日期:2008-10-13
    • 文件大小:26915
    • 提供者: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

    • 发布日期:2008-10-13
    • 文件大小:181605
    • 提供者:雷恩
  1. fractal7and10

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

    • 发布日期:2008-10-13
    • 文件大小:491989
    • 提供者:郝丽丽
  1. CMidPointLine

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

    • 发布日期:2008-10-13
    • 文件大小:23689
    • 提供者:syh
  1. yangke

    0下载:
  2. 这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换,附 实验报告-this my computer graphics of the source code, including Midpoint Circle Line, Circle Bresenham line drawing, scanning seed filling regional t
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:168821
    • 提供者:杨科
  1. circlewintc

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

    • 发布日期:2008-10-13
    • 文件大小:1404
    • 提供者:望还
  1. BIGDrawing

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

    • 发布日期:2008-10-13
    • 文件大小:59171
    • 提供者:caojun
  1. 20061121

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

    • 发布日期:2008-10-13
    • 文件大小:58170
    • 提供者:杨秋波
  1. Btest

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

    • 发布日期:2008-10-13
    • 文件大小:61556
    • 提供者:wangli
  1. MiddlePoint

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

    • 发布日期:2008-10-13
    • 文件大小:6615
    • 提供者: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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1107
    • 提供者:rosie
  1. shiyang1

    1下载:
  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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:61869
    • 提供者:dangdang
« 1 2 3 4 56 7 8 9 10 ... 31 »

源码中国 www.ymcn.org