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

搜索资源列表

  1. Mydraw

    0下载:
  2. 简单的绘图程序,包含图形学直线扫描算法:DDA,中点扫描线算法,Bresenham扫描线算法,画圆扫描算法:中点画圆算法和Bresenham扫描算法,几何图形的填充算法:种子填充和扫描线填充算法等-Simple drawing program, contains a the graphics straight line scan algorithm: DDA, the midpoint of the scan line algorithm, Bresenham scan-line algorit
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-25
    • 文件大小:5909996
    • 提供者:杜玉鹏
  1. Bresenhamline

    1下载:
  2. 用opengl实现bresenham算法画直线,有详细的注释,测试通过-Algorithm opengl achieve bresenham draw a straight line, detailed notes, test passed
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-13
    • 文件大小:897
    • 提供者:焦点男孩
  1. MidPointCircle

    0下载:
  2. 用opengl实现bresenham算法画圆,先画1/8个圆,再借助圆的对称性,画出其余部分-Use opengl achieve bresenham algorithm Circle, first draw the 1/8 round, and then with the symmetry of the circle to draw the rest
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-24
    • 文件大小:882
    • 提供者:焦点男孩
  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. 所属分类:OpenGL program

    • 发布日期:2017-11-09
    • 文件大小:1136
    • 提供者:焦点男孩
  1. second

    0下载:
  2. Bresenham算法的实现,直线光栅化-The Bresenham Algorithm achieve linear rasterization
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-24
    • 文件大小:1958706
    • 提供者:caijun
  1. huayuan1

    0下载:
  2. resenham法完成画圆程序 vc6 -Bresenham circular
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-17
    • 文件大小:4361156
    • 提供者:伍志峰
  1. ellipse

    0下载:
  2. 用Bresenham算法实现椭圆的绘制。 已知椭圆的长半轴和短半轴,根据Bresenham算法绘制椭圆。 -With Bresenham algorithm oval drawing. Semimajor and semiminor known ellipse, Bresenham algorithm to draw an ellipse.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-10
    • 文件大小:725
    • 提供者:若风
  1. circle

    0下载:
  2. 在VC++6.0的环境下完成用Bresenham算法实现圆的绘制。 已知圆的半径R,请用算法绘制出圆。 -In the VC++6.0 the environment to complete the circle drawn using Bresenham algorithm. Known circle of radius R, the algorithm used to draw a circle.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:621
    • 提供者:若风
  1. DDA-Bresenham

    0下载:
  2. 计算机图形学课程中的直线生成代码 DDA等-A straight line in the generated code in computer graphics courses DDA etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:2375553
    • 提供者:Bingo
  1. MyHomeWork1_1

    0下载:
  2. 计算机图形学大作业 直线DDA 椭圆Bresenham算法实现基本图元的绘制-Computer graphics project:DDA and Bresenham algorithm to draw line and ellipse
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-08
    • 文件大小:1659790
    • 提供者:wang
  1. bresenhamMFC

    0下载:
  2. 基于mfc用bresenham算法画的直线,可以用鼠标拖动,预览直线。-on mfc use bresenham paint line-Based mfc with bresenham algorithm painting a straight line, you can use the mouse to drag the preview straight line.-On mfc use bresenham paint line
  3. 所属分类:EditBox

    • 发布日期:2017-11-12
    • 文件大小:3776786
    • 提供者:bp
  1. bresenhamcircle

    0下载:
  2. VC++6.0写的MFC图像程序,bresenham画圆。-MFC image VC++6.0 write the program, bresenham circle.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-19
    • 文件大小:422297
    • 提供者:射狼传说
  1. ColorLines

    0下载:
  2. colorlines using with bresenham algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-23
    • 文件大小:811160
    • 提供者:dispel5
  1. main

    0下载:
  2. DDA算法、Bresenham算法画直线-DDA algorithm, Bresenham algorithm draw a straight line
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:4409
    • 提供者:徐泽
  1. DrawLine

    0下载:
  2. 直线的扫描转换程序,利用中点画线算法、数值微分算法以及Bresenham算法确定最佳逼近于指定直线的一组像素。-Linear scan conversion process using the dotted line algorithms, numerical differentiation algorithm and Bresenham algorithm to determine the best approximation of a group of pixels in the speci
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:45066
    • 提供者:李方正
  1. huaxian

    0下载:
  2. 计算机图形学 Bresenham直线算法与画圆算法 -Bresenham line algorithm and draw a circle algorithms in computer graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-24
    • 文件大小:3902929
    • 提供者:kiveson
  1. dda_line2007

    0下载:
  2. 详细说明:DAA画线,这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换--DAA painting lines, this is my experimental computer graphics source code, including stipple line drawcircle, Bresenham Line drawcircle, seed filling scanning region, thr
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:9669
    • 提供者:dang
  1. MyWork

    0下载:
  2. 模拟计算机,绘制栅格,验证直线的DDA算法,中点画线算法,和bresenham算法-Analog computer, draw a grid, verify that the linear DDA algorithm, the dotted line algorithm, and bresenham algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:2428287
    • 提供者:赵玮丹
  1. DDA

    0下载:
  2. 两种生成直线的方法Bresenham画线 对于opengl初学中很有帮助-Two methods of generating line Bresenham line drawing for the OpenGL beginner very helpful
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-30
    • 文件大小:517
    • 提供者:肖宇剑
  1. path

    0下载:
  2. erlang实现bresenham算法,可用于游戏中npc的寻路-erlang to achieve bresenham algorithm can be used in the game npc pathfinding
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-28
    • 文件大小:586
    • 提供者:唐老鸭
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 41 »
搜珍网 www.dssz.com