CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DDA

搜索资源列表

  1. 1800Decorations

    0下载:
  2. 该源码是一个问题的解决方法。问题是给你个长为L的串,串中可以出现n种字符,还给出m个子串,求有多少个长为n的只由这些字串组成的串。输入例子:4 5 6 ABB BCA BCD CAB CDD DDA 结果为2.而5 4 5 E D C B A的结果为625-source of the problem is a solution. The problem is that you have the head of the L series, the series can occur n ch
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8101
    • 提供者:姚秋林
  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. console_graphic

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

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

    0下载:
  2. 利用VB编制的直线的DDA算法和圆的Bresenham算法等程序.很好.-VB establishment of the DDA straight round of the algorithm and the Bresenham algorithm, and other procedures. Good.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3104
    • 提供者:zhangwanglizhao
  1. 00_Single_Mid_DDA_LINE

    0下载:
  2. Single_Mid_DDA_LINE一个DDA算法画线的小程序,希望对初学者有些帮助,学习图形学都要学这个。-Single_Mid_DDA_LINE a line drawing algorithm small procedures, Some want to help beginners learn the graphics needed to learn.
  3. 所属分类:绘图程序

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

    0下载:
  2. 一个DDA算法画线的c程序,希望对初学者有些帮助,学习图形学都要学这个。-a line drawing algorithm c procedures in the hope that some help for beginners, students are learning the graphics.
  3. 所属分类:绘图程序

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

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

    • 发布日期:2008-10-13
    • 文件大小:44947
    • 提供者:fisherman
  1. 0102050202

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

    • 发布日期:2008-10-13
    • 文件大小:56188
    • 提供者:张建
  1. DrawPaintCode

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

    • 发布日期:2008-10-13
    • 文件大小:229613
    • 提供者:刘晴
  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. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:4571
    • 提供者:jonny
  1. ddscat6.1

    0下载:
  2. 利用离散偶极近似方法计算散射体的电磁场。 DDA 方法,重要用于小颗粒的散射问题,很有用。-discrete dipole approximation calculation of the electromagnetic scattering body. DDA method, it is important for the scattering of small particles, very useful.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:924233
    • 提供者:刘易
  1. ImproveDDA

    0下载:
  2. 改进的DDA算法,不论方向输出像素点,即给出线段两端点,就得到唯一的线段像素值-improved algorithm, regardless of the direction of the output pixel, which is given segment ends, on the line is the only value of the pixel
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:841
    • 提供者:Jakewowy
  1. drawPolygon

    0下载:
  2. VC++和OpenGL实现画多边形,其中画每一边用DDA算法.-VC and OpenGL drawing polygons, which each side painted with DDA algorithm.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:398401
    • 提供者:jygjay
  1. 371

    0下载:
  2. 一个图形学的小房子,主要应用DDA算法,和内点区域填充,DDA算法,还有延迟-a small house, the main application of DDA algorithm, and points within the region to fill the DDA algorithm, the delay
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1358
    • 提供者:漫天
  1. 图形学

    0下载:
  2. 图形学DDA算法-graphics algorithm
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:33288
    • 提供者:盈盈
  1. Line-DDA

    0下载:
  2. 直线的画法(计算机图形学)-line of paint (computer graphics)
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:135176
    • 提供者:小米
  1. ddabess

    0下载:
  2. 用DDA方法和bressham方法 画直线-with DDA methods and methods painting straight bressham
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:1091
    • 提供者:漫天
  1. Umain

    0下载:
  2. 计算机图形学中DDA画直线的算法,使用BCB6开发-Computer Graphics DDA painting linear algorithm, developed BCB6
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1114
    • 提供者:张箭
  1. EX6

    0下载:
  2. 《计算机图形学》直线DDA算法-"Computer Graphics" DDA Linear Algorithm
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:68379
    • 提供者:乐振望
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 35 »
搜珍网 www.dssz.com