搜索资源列表

  1. DDA画直线实验一

    0下载:
  2. DDA直线画线算法,希望能用得上。是老师在课堂上要求的,希望对大家有用-DDA straight line drawing algorithm, hope to ebb and flow. The teachers in the classroom requirements, I hope useful for all
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4325
    • 提供者:郑平
  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. C#编写,计算机图形学数值微分法画线,中点画线,中点画圆算法实现
  3. 所属分类:源码下载

    • 发布日期:2011-06-13
    • 文件大小:47773
    • 提供者:happyls
  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-15
    • 文件大小:86016
    • 提供者:
  1. 重点画圆

    0下载:
  2. .中点画圆算法,即画出图形界面,当电机不同按钮时会出不同的图形。具体实现算法是中点画圆算法。-. Midpoint drawcircle algorithm, that is, to draw a graphical interface, when the motor will be different for different button graphics. Concrete realization of the algorith
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:34816
    • 提供者:花萼
  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-15
    • 文件大小:1024
    • 提供者:
  1. 图形学画线画圆滑多边形的实现

    0下载:
  2. 图形学中的基本画图算法的实现,可能会有点小问题,请自己校正-graphics, the basic algorithm for drawing the realization may be some minor problems, its own calibration
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:梁清
  1. 计算机图形学小项目

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

    • 发布日期:2024-05-15
    • 文件大小:89088
    • 提供者:韩为
  1. DDA画直线实验一

    0下载:
  2. DDA直线画线算法,希望能用得上。是老师在课堂上要求的,希望对大家有用-DDA straight line drawing algorithm, hope to ebb and flow. The teachers in the classroom requirements, I hope useful for all
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:郑平
  1. 0102050202

    0下载:
  2. 计算机图形学设计,实现画线、画圆、画多边形,用DDA算法实现画线,用Bresenham 算法实现画圆。还有实现区域的填充和多边形的裁剪,填充用种子填充算法,多边形的裁剪用的是Sutherland_Hodgman算法!本程序只是实现这些算法,如要使用,还可以进行完善!谢谢!-computer graphics design, realization of line drawing, Circle, drawing polygons, DD
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:56320
    • 提供者:张建
  1. TC-graphics

    0下载:
  2. DDA画线算法 种子填充算法 扫描线种子填充算法 增量算法画线 三视图算法-DDA line drawing algorithm seed filling algorithm scanning lines seed filling algorithm incremental algorithm line drawing algorithm View 3
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:jonny
  1. DDAForm1

    0下载:
  2. 在VB环境下实现各种2D图形画线算法,具体包括:数值微分法,中点画线法,Bresenham画线法-In the VB environment to achieve a variety of 2D graphics line drawing algorithm, including: numerical differential method, in stipple line method, Bresenham drawing line
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:王文忠
  1. Draw

    0下载:
  2. 本次综合设计实验是用C++语言在MFC环境下实现一个的画图程序。程序主要由两个类构成,分别是实现响应菜单和实现作图与图形处理的功能。在作图类里有计算机图形学课本中的各种的与图形相关的算法的具体实现,如DDA画线算法、中点圆算法、种子填充算法、平移、旋转、比例缩放等。-The integrated design of experiments is used C language in the MFC environment rea
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:3769344
    • 提供者:xiaoqzh
  1. sdl_draw_line_arc

    0下载:
  2. SDL中画线,画圆以及填充的算法[出自计算机图形学,潘云鹤主编]-the algorithm of draw line, circle and fill with SDL [from the computer graphics, Pan Yunhe editor]
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:lys
  1. graph

    0下载:
  2. 用MFC做的绘图程序,里面的画线算法,画圆算法,梁友栋算法,扫描线种子填充算法等等都是严格按照书本的编写,适合学计算机图形学的初学者参考-Using MFC to do the drawing program, draw lines inside algorithm, drawcircle algorithm, You-Xin Liang Dong algorithms, scan line seed fill algorithm an
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:4907008
    • 提供者:www
  1. PLine

    0下载:
  2. 画图算法,包括数值微分法、中点画圆法、Bresenham画线、画圆算法等-Drawing algorithms, including numerical differential method, the midpoint drawcircle, Bresenham line draw, drawcircle algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2393088
    • 提供者:刘丹
  1. DDA

    0下载:
  2. 计算机图形学中直线段扫描画线算法的源代码-Computer graphics in a straight line segment Scan Line algorithm source code
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:Lee
  1. DrawLine

    1下载:
  2. 用matlab编写的计算机图形学中的画线算法。包括几种经典的画线算法,如中点画线等。-Prepared using matlab draw line in computer graphics algorithms. Includes several classic line drawing algorithm, such as the dotted lines.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:wuxi
  1. tuxingxue

    0下载:
  2. 中点画线算法 Breseham画线算法 DDA画线算法(Midpoint line drawing algorithm, Breseham line drawing algorithm, DDA line drawing algorithm.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:izayoiakatsuki
  1. 中点画线(提高)

    0下载:
  2. 在OpenGL环境下用c++语言实现中点画线算法画一万条直线(In the OpenGL environment, we use the c++ language to realize the midpoint line drawing algorithm and draw ten thousand straight lines.)
  3. 所属分类:OpenGL

    • 发布日期:2024-05-15
    • 文件大小:20500480
    • 提供者:theone123
« 1 23 4 5 6 7 8 9 10 ... 20 »

源码中国 www.ymcn.org