CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 中点算法

搜索资源列表

  1. gat_shiyan3

    1下载:
  2. 这是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,中点算法,绘制抛物线的正负法,中点法。 扫描转换多边形扫描线算法,种子填充算法。 线段裁剪(CohenSutherland)编码算法,多边形逐边裁剪(SutherlandHodgman)算法 注:分别设计了功能完整的类-This is my big computer graphics operations, including the algorithm are : DDA linear mapping al
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:60256
    • 提供者:
  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. 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 linear slope of between 0 ~ 1, the
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 计算机图形学 中点算法 实用简单 以理解
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:853
    • 提供者:乐儿
  1. asd

    0下载:
  2. 计算机图形学 中点算法 实用简单 以理解
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:88012
    • 提供者:乐儿
  1. 123

    0下载:
  2. 图形学代码 直线的中点Bresenham算法 圆的中点Bresenham算法椭圆的中点Bresenham算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:28370
    • 提供者:斧正
  1. case11

    0下载:
  2. 中点分割直线裁剪算法,从中间开始裁剪直线,使得直线分割 -The midpoint of straight line clipping algorithm, starting from the middle of cutting a straight line, making a straight line segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:280144
    • 提供者:winsome
  1. MidpointCircle

    0下载:
  2. 计算机图形学 中点画画圆算法的Matlab程序-Computer graphics algorithms in Matlab stipple procedures drawcircle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:905
    • 提供者:章礼平
  1. LineClipping

    0下载:
  2. 计算机图形学中的线段裁剪算法,包括:区域编码,中点算法和liang算法-Computer graphics in the cut-line algorithm, including: regional coding, the mid-point algorithm and algorithm liang
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:525196
    • 提供者:zhou
  1. CG(1)

    0下载:
  2. 绘图底层代码,实现了直线的DDA算法,圆和椭圆的中点算法。-Mapping the underlying code, the DDA algorithm to achieve the straight, round and ellipse midpoint algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:18078
    • 提供者:日月神君
  1. CG

    0下载:
  2. 实现了直线的DDA算法,圆和椭圆的中点算法的底层代码。-DDA algorithm to achieve a straight line, circle and ellipse midpoint algorithm underlying code.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:20857
    • 提供者:日月神君
  1. DrawProfile

    0下载:
  2. 源码框架来源于网络,经过修改,算法简洁明了 具体实现了bresenham生成直线和椭圆,和中点算法生成圆。-Source frame from the network, a modified, simple and easy to understand the concrete realization of the linear and elliptical bresenham generated, and the midpoint algorithm to generate a round
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2058152
    • 提供者:super
  1. vc

    0下载:
  2. vc++实现DDA算法、Bresenham算法、中点算法,以及直线的拖动和拉伸变换-vc++ achieve DDA algorithm, Bresenham algorithm, the midpoint algorithm, and drag the line and stretching transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3739746
    • 提供者:刘超
  1. tuxingxue

    0下载:
  2. 图形图像处理,包含DDA,中点算法,bresanham算法以及图像变换-Graphic image processing, including DDA, the midpoint algorithm, bresanham algorithms and image transforms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:236950
    • 提供者:luocheng
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:15465493
    • 提供者:Peng
  1. zycgline

    0下载:
  2. 用MFC将窗体分割,画直角坐标系。通过控制台实现直线的Bline、DDA算法和圆的中点算法-MFC will be split with the form, draw a Cartesian coordinate system. Achieved through the console line Bline, DDA algorithm and the midpoint circle algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:45620
    • 提供者:朱勇
  1. lab

    0下载:
  2. 用MFC写的实现直线(DDA算法,中点算法和Bresenham算法)、圆(八分画圆)。-Line with the implementation of MFC write (DDA algorithm, Bresenham midpoint algorithm and the algorithm), round (eighth of the circle.)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1920640
    • 提供者:Jim
  1. tuxingxuezhongdiansuanfa

    0下载:
  2. 计算机图形法中点算法的描述,打开工作组就可以看到具体执行-Computer graphics method described in the mid-point algorithm, open working group to see the practical implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1970586
    • 提供者:yangyang
  1. 9928015

    0下载:
  2. 圆 椭圆圆弧生成的中点算法C++源代码,实验模拟的()
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:55296
    • 提供者:harddalv
  1. 892193

    0下载:
  2. 圆的中点画法 根据圆的八对称行,采用圆弧的中点算法,实现圆的中点扫描转换()
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:34816
    • 提供者:lecjexse
« 12 3 »
搜珍网 www.dssz.com