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

搜索资源列表

  1. tuoyuan

    0下载:
  2. 用opengl实现bresenham算法画椭圆,先画1/4个椭圆,然后借助椭圆的对称性,画出其余部分-Use opengl achieve bresenham algorithm painted oval, first draw 1/4 oval, and then with the symmetry of the ellipse, and draw the rest of the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1180
    • 提供者:esidentM
  1. test1

    0下载:
  2. 将中点Bresenham算法推广到绘制任意斜率的直线段。使用对话框输入直线的起点和终点坐标,以屏幕中心为二维坐标系原点,绘制任意斜率的直线段。编制CLine类,成员函数为MoveTo()和LineTo()。对边界像素的处理原则是“起点闭区间、终点开区间”,即要求所绘直线达到VC++的MoveTo()和LineTo()函数的绘制效果。-Midpoint Bresenham algorithm will be extended to the slope of the straight line se
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2343682
    • 提供者:muaju
  1. 2

    0下载:
  2. 将中点Bresenham算法推广到绘制任意斜率的直线段。使用对话框输入直线的起点和终点坐标,试以屏幕中心为二维坐标系原点,绘制任意斜率的直线段。要求编制CLine类,成员函数为MoveTo()和LineTo()。对边界像素的处理原则是“起点闭区间、终点开区间”,即要求所绘直线达到VC++的MoveTo()和LineTo()函数的绘制效果。-Midpoint Bresenham algorithm will be extended to the slope of the straight line
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2437062
    • 提供者:muaju
  1. circunferenciabresen.cpp.tar

    0下载:
  2. método de la circunferencia de bresenham, implementando en C
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:1763
    • 提供者:katto
  1. Circle

    0下载:
  2. 利用逐点比较法和Bresenham中点比较法画圆-Use-by-point comparison method and comparative law Bresenham midpoint Circle
  3. 所属分类:Special Effects

    • 发布日期:2017-06-12
    • 文件大小:20404427
    • 提供者:钱志虎
  1. 1

    0下载:
  2. 使用中点Bresenham算法画出三角形-Use Bresenham draw triangle
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:897
    • 提供者:穆木
  1. code1

    0下载:
  2. Bresenham的直线算法,包含头文件,子程序,保证可以运行-Bresenham' s line algorithm, including the header files, subroutines, and guarantee operations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:748
    • 提供者:于泽霖
  1. homework2

    0下载:
  2. 图形学画直线方法,基于VC的直线光栅扫描转换算法实现。分别实现数值微分算法和Bresenham算法。-Graphics drawing a straight line method, based on VC convert raster scan line algorithm. Respectively, to achieve numerical differentiation algorithm and Bresenham algorithm.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1917207
    • 提供者:呵呵
  1. CircleWithGL

    0下载:
  2. 在VC2008下面使用OpenGL实现Bresenham算法画圆和画直线以及椭圆-The VC2008 below Bresenham algorithm using OpenGL, draw a straight line and a circle and oval
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:227435
    • 提供者:vanlin
  1. drawLine

    0下载:
  2. 直线中点Bresenham 算法:每次在主位移方向上走一步,另一个方向上走不走步取决于中点偏差判别式的值。-Linear midpoint Bresenham algorithm: Each displacement in the direction of the main step, do not go walking in another direction depending on the midpoint of the deviation value of the discriminan
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-27
    • 文件大小:10087841
    • 提供者:郑思文
  1. DDAandBresenham

    0下载:
  2. DDA直线生成算法在屏幕上绘制直线和Bresenham圆的生成算法在屏幕上绘制一个圆按一画直线按二画圆-DDA line algorithm to generate a straight line drawn on the screen and the Bresenham circle generation algorithm on the screen by drawing a circle draw a straight line by one second drawcircle
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:1389
    • 提供者:gepoin
  1. DemoForDrawLineByKey

    0下载:
  2. DDA和Bresenham算法实现的画直线代码-DDA and Bresenham line drawing algorithm code
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:1476
    • 提供者:rnabou
  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-11
    • 文件大小:880
    • 提供者:杜兰特
  1. IntegerBresenham

    0下载:
  2. 计算机图形学初级学者(改进的Bresenham直线段扫描算法)-computer graphics beginner(textbook method), improved bresenham line-scaning drawing algrithm.
  3. 所属分类:Graph program

  1. FourOpenGL--yes

    0下载:
  2. 用C++集体编写的直线和圆的生成算法,有bresenham和DDA等,可以选择边画图模式-line and circle and opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:6238545
    • 提供者:月出
  1. linea

    0下载:
  2. programa que permite generar lineas por medio del algoritmo de bresenham
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:456452
    • 提供者:arthur
  1. line-cilcle

    0下载:
  2. 通过程序实现Bresenham画线算法,中点画圆算法以及中点画椭圆的算法-Achieved through the process Bresenham line algorithm, the midpoint circle algorithm, and the dotted ellipse algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:58188
    • 提供者:sun
  1. 五边形的虚线填充

    0下载:
  2. 虚线填充五边形试验 ,用到了bresenham划线算法-dotted filled test uses bresenham crossed Algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2408
    • 提供者:lightly
  1. circle

    0下载:
  2. 用opengl实现Bresenham算法画圆-Use opengl Bresenham algorithm for drawing a straight line
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:985
    • 提供者:Shelly_J
  1. 12

    0下载:
  2. 绘制模式 1 DDA算法画直线 // 2 中点Bresenham算法画直线 // 3 改进Bresenham算法画直线-very good file
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:2019
    • 提供者:管理员
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 41 »
搜珍网 www.dssz.com