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

搜索资源列表

  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
    • 文件大小:845byte
    • 提供者:李倩
  1. linecircle

    0下载:
  2. 计算机图形学中的直线扫描和圆的扫描(可能斜率考虑不太全面)
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4.87kb
    • 提供者:xin
  1. line(new)

    0下载:
  2. 直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5.45kb
    • 提供者:zy
  1. 基于VC的直线光栅扫描转换算法实现

    1下载:
  2. 基于VC的直线光栅扫描转换算法实现
  3. 所属分类:OpenGL

  1. 2d_Graphic_System

    0下载:
  2. vc6实现的2d图形学系统 其中图形算法全部自己实现 没有调用接口。主要功能如下a)直线和圆的生成,直线和圆的扫描转换。并且实现了用鼠标点击取点的交互功能。 b) 多边形的裁剪和填充,实现了点扫描与直线扫描多边形。 c) 直线剪裁,并可以自动判断与某条或某些条直线可剪裁,剪裁结果是一条线段生成两到三条线段,并可在文档中保存。 d) 图形变换:二维变换:平移、旋转、缩放功能,其中平移已实现了鼠标点击取点的交互功能。 e) 提供了用户对对象的选择,再在在被选择的对象上进行相应操作。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:175.72kb
    • 提供者:minny
  1. DDALine

    0下载:
  2. 本次实验的目的就是验证直线生成的三种扫描算法,并要求对基本算法进行扩充和改进,包括:利用Visual C++实现三种直线生成算法,验证算法的正确性;-DDALineDDALineDDALineDDALineDDALineDDALineDDALineDDALine
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-27
    • 文件大小:370.33kb
    • 提供者:小青
  1. F1_1

    1下载:
  2. 分别采用DDA法、中点画线法和Bresenham画线算法编制直线扫描转换程序。从键盘输入两端点坐标,就能在显示器屏幕上画出对应的线段。-Using the DDA method, in line and stipple painting line algorithm Bresenham line scan conversion process. Keyboard input from the two end points of the coordinates, we can draw in th
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:835byte
    • 提供者:wj
  1. DDA

    0下载:
  2. 这是一个计算机图形学直线扫描的DDA算法程序,在VC6成功运行。-This is a computer graphics algorithm for linear scan DDA procedure, VC6 run successfully.
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:44.12kb
    • 提供者:王可
  1. GraphicWork

    0下载:
  2. 实现计算机图形学中的三种典型算法:直线扫描转换、椭圆扫描转换、直线剪切。采用的是VC++中的MFC平台-To achieve the three typical computer graphics algorithms: linear scan conversion, scan conversion oval, straight cut. Using the VC++ in MFC platform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:60.57kb
    • 提供者:sy
  1. BLine

    0下载:
  2. 一个统一的直线扫描转换程序。不需要区分象限,可直接使用。-a unified line discretization algorithm code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.65kb
    • 提供者:向阳
  1. line

    0下载:
  2. 直线扫描转换程序,包括DDA算法、中点画线法、Bresenham画线法三种算法-Line scan conversion process, including the DDA algorithm, the dotted line method, Bresenham drawing line method of three algorithms
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:1.29kb
    • 提供者:Sun
  1. sddsa

    0下载:
  2. 了解光栅图形显示器的工作原理和特点; 2. 学习C环境下的基本绘图方法; 3. 掌握直线扫描转换算法的原理及实现; 4. 实践与巩固直线的基本生成算法 -this is a very good seed
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:100.19kb
    • 提供者:sdasdds
  1. line_scan

    0下载:
  2. 三种直线扫描转换算法的实现,在单文档里实现了三种算法。-Three line scan conversion algorithm, implemented in a single document in three algorithms.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:9.9mb
    • 提供者:heruihua
  1. graphics

    0下载:
  2. 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:123.77kb
    • 提供者:Jack
  1. graphic

    2下载:
  2. 主要功能有: 1) 具有菜单,通过菜单执行各种操作; 2) 采用图元的扫描转换算法绘制各种基本图元,如直线、圆、圆弧、多边形 3) 实现图形的平移、缩放、旋转、对称、错切及组合变化; 4) 能够拾取图形,并修改所选的图形的颜色、线型等; 5) 能够采用各种算法填充多边形、圆、扇形区域; 6) 能够采用各种算法实现直线裁剪、多边形裁剪; 7) 能够绘制各种样条曲线。 8) 能够绘制三维图形的投影图,包括:三视图、轴侧图、透视图; 9) 能够绘制分形图形,例如,K
  3. 所属分类:Special Effects

    • 发布日期:2015-11-07
    • 文件大小:2.61mb
    • 提供者:地方官
  1. Computergraphics

    0下载:
  2. 直线的生成 圆的生成 椭圆的生成 多边形扫描转换与区域填充 字符的生成 -The formation of a straight line generated ellipse circle generated polygon scan conversion and the formation of regional fill character
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1.58mb
    • 提供者:xuehu
  1. VCPP

    0下载:
  2. 三种直线段扫描的算法,讲述如何进行直线扫描-The algorithm scans the three line segments, how about a straight line scan
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1.15kb
    • 提供者:熊淑华
  1. Bresenham

    0下载:
  2. 利用vs2008实现的直线扫描转换的Bresenham算法,能够实现k取不同值时的八种画法-Use vs2008 to achieve the Bresenham line scan conversion algorithms for different values ​ ​ of k the eight painting
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1.95mb
    • 提供者:qianlei
  1. line

    0下载:
  2. Bresenham算法完成直线扫描的完整代码(Bresenham algorithm completes linear scanning)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1kb
    • 提供者:静静我
  1. 直线光栅扫描转换算法的实现

    1下载:
  2. 通过C++实现直线光栅扫描转换算法的示例(Implementation of Linear Grating Scanning Conversion Algorithms)
  3. 所属分类:图形图像处理

    • 发布日期:2020-03-18
    • 文件大小:159kb
    • 提供者:将图南·
« 12 3 4 5 6 »
搜珍网 www.dssz.com