搜索资源列表

  1. Ellipticalscanningconversionandachieve

    0下载:
  2. 中点Bresenham画圆算法扫描转换的基本原理,用C语言编程实现这个算法。本算法只讨论圆心位于坐标原点的圆。-midpoint Bresenham algorithm scan conversion Circle to the basic principles C language programming algorithm to achieve this. The algorithm is discussed only at the
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:6985
    • 提供者:管声俊
  1. zhengfufahuayuan

    0下载:
  2. VC++环境下的编程,实现计算机图形学中的正负法画圆算法的源代码-VC environment of programming, computer graphics of plus or minus Act Circle algorithm source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14193
    • 提供者:苏杰
  1. circlewintc

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

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

    0下载:
  2. 本程序实现了Bresenham的画圆算法,并且在此基础上实现了圆的填充-the realization of the Circle Bresenham algorithm, and on this basis to achieve a round filled
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:69919
    • 提供者:李真
  1. threeSamplesForOpenGL

    0下载:
  2. 第一个是分别用Bresenham和DDA算法画直线,第二个是画圆算法,第三个是cohen-sutherland算法的实现-respectively DDA Bresenham algorithm and line drawing, and the second is drawcircle algorithm, Cohen is the third-Algorithm of sutherland
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:211863
    • 提供者:邹文科
  1. DrawPaintCode

    0下载:
  2. 代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:229613
    • 提供者:刘晴
  1. drawCircle

    0下载:
  2. 计算机图形学 画圆算法 bresenham
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:901024
    • 提供者:sfdlkwqe
  1. Bresenham

    1下载:
  2. Bresenham画直线线算法与画圆算法实现
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:48700
    • 提供者:Kword
  1. round

    0下载:
  2. 基于bresenham的画圆算法-based on the algorithm Circle
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:40203
    • 提供者:杨易
  1. Project1

    0下载:
  2. 用c++ builder实现bresenham 画圆算法
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8878
    • 提供者:李宋清
  1. 3qwes

    0下载:
  2. 用Bresenham画圆算法绘制椭圆-with Bresenham algorithm mapping Circle Oval
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:28082
    • 提供者:几米
  1. 重点画圆

    0下载:
  2. .中点画圆算法,即画出图形界面,当电机不同按钮时会出不同的图形。具体实现算法是中点画圆算法。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:34722
    • 提供者:花萼
  1. 图形圆的生成算法

    0下载:
  2. 斜率为0~1和大于1的Bresenham画线程序,将该算法程序扩展到任一八分圆坐标空间图,从而形成一般的Bresenham画线算法。-slope of 0 to 1 and more than a line drawing of Bresenham procedures, the extension of this algorithm, arrived on January 8 pm Yuan map coordinates space
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:899
    • 提供者:成龙
  1. 计算机图形算法演

    0下载:
  2. 计算机图形算法演示 包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-computer graphics algorithms demonstration included painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectang
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:28039
    • 提供者:张春民
  1. 图形学线圆的实现算法

    0下载:
  2. 这是本人在学习计算机图形学时用C++BUILDER编辑的画图软件,主要用于认识画圆画线的图形学算法的实现-this is my learning to use computer graphics C BUILDER editors drawing software, mainly for understanding Circle line drawing graphics algorithm implementation
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:595045
    • 提供者:朱磊
  1. 基本画线实现算法

    0下载:
  2. 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活C
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:584157
    • 提供者:朱磊
  1. GDI 画图的各种算法

    0下载:
  2. 实现多种算法(DDA、midpoint、bresenhanm画直线,中点画圆,区域填充扫面线等多种计算机图形学算法)是课堂演示,课程设计,毕业设计的必需参考资料,欢迎大家踊跃积极下载
  3. 所属分类:GDI/图象编程

  1. 322500

    0下载:
  2. 实现了: DAA画线法画直线 ,中点画线法画圆(输入x坐标,y坐标,圆心) 二维区域填充(种子填充颜色算法) 直线裁减 贝塞尔曲线-realized : DAA painting straight line method, the dotted line method Circle (input coordinates x, y coordinates of the center) two-dimensional area fillin
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:86016
    • 提供者:
  1. 图形圆的生成算法

    0下载:
  2. 斜率为0~1和大于1的Bresenham画线程序,将该算法程序扩展到任一八分圆坐标空间图,从而形成一般的Bresenham画线算法。-slope of 0 to 1 and more than a line drawing of Bresenham procedures, the extension of this algorithm, arrived on January 8 pm Yuan map coordinates space
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:
  1. 图形学线圆的实现算法

    0下载:
  2. 这是本人在学习计算机图形学时用C++BUILDER编辑的画图软件,主要用于认识画圆画线的图形学算法的实现-this is my learning to use computer graphics C BUILDER editors drawing software, mainly for understanding Circle line drawing graphics algorithm implementation
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-16
    • 文件大小:594944
    • 提供者:朱磊
« 1 2 3 45 6 7 8 9 10 ... 24 »

源码中国 www.ymcn.org