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

搜索资源列表

  1. BresenhamFill

    0下载:
  2. 基于breseham算法的多边形填充算法-breseham algorithm based on the polygon filling algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:42296
    • 提供者:杨易
  1. Bresenham_Line

    0下载:
  2. breseham画线程序,通过在每列像数中确定与理想直线的像数来进行直线的扫描转换
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:33073
    • 提供者:xukun
  1. snowtiger

    1下载:
  2. 本图形学人课程设计报告,内容详尽 里面附带原码和说明文档以及exe程序。 内容包括Breseham算法画直线,圆,椭圆。 还有多边型二维填充算法,还有二维图形的包括平移,旋转,对称,比例,错切等基本变换。以及用Liang-Barsky算法实现的直线段的裁剪。-curriculum design, detailed fringe inside the original code and documentation, and exe. Breseham algorithms including li
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:46847
    • 提供者:刘雪虎
  1. 线段Breseham算法

    0下载:
  2. 所属分类:2D图形编程

  1. Bresenham

    0下载:
  2. 基于Vsiual C++的直线绘制breseham算法,可根据提供的两个点绘制直线。-Vsiual C++ based line drawing breseham algorithm, can provide two points to draw a straight line.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-27
    • 文件大小:9851826
    • 提供者:李文东
  1. breseham

    0下载:
  2. 这个程序是用Breseham画法在visual c++平台下画直线和圆。可以对图像进行刷新,画多条直线,多个圆-This procedure is used Breseham paint in visual c++ platform for the next drawing a straight line and circle. Can refresh the image, painted more than a straight line, a number of round
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:127294
    • 提供者:郭雪冰
  1. breseham1

    0下载:
  2. 用breseham画法在visual c++上画圆和直线。图像可以进行刷新,能画多条直线,多个圆-Breseham drawing method used in visual c++ on the Circle and a straight line. Image can be refreshed, able to draw many lines, a number of round
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:127232
    • 提供者:郭雪冰
  1. BreEllipse

    0下载:
  2. 目前一般只能画标准的椭圆,本代码实现了画斜椭圆,这个程序主要的思想来自Breseham算法!-Can only draw the current standard ellipse, the implementation of the code draw oblique oval, the main idea of this process from Breseham algorithm!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:847
    • 提供者:yanguang
  1. 00000Bresenham_Middle_line

    0下载:
  2. 这是关于计算机图形学如何用BRESEHAM方法制作直线的课程设计报告,内容有源码,调试过程,截图,有文档,希望大家下载-This is about how to use computer graphics methods BRESEHAM straight report of the curriculum design, content source and debugging process, screenshot, there are documents, I hope you downlo
  3. 所属分类:Graph program

    • 发布日期:2017-04-29
    • 文件大小:51335
    • 提供者:xiaobai
  1. 00000000bresenham-homework

    0下载:
  2. 计算机图形学 如何用BRESEHAM方法制作直线的课程设计报告,内容有源码,调试过程,截图,有文档,希望大家下载-How to use computer graphics methods BRESEHAM straight report of the curriculum design, content source and debugging process, screenshot, there are documents, I hope you download
  3. 所属分类:Graph program

    • 发布日期:2017-04-26
    • 文件大小:27573
    • 提供者:xiaobai
  1. 909090

    0下载:
  2. 计算机图形学 用BRESEHAM方法制作直线的课程设计报告,内容有源码,调试过程,截图,有文档,希望大家下载-Computer graphics methods used BRESEHAM straight report of the curriculum design, content source and debugging process, screenshot, there are documents, I hope you download
  3. 所属分类:Graph program

    • 发布日期:2017-04-28
    • 文件大小:29716
    • 提供者:xiaobai
  1. 09098989bresenham

    0下载:
  2. 计算机图形学 breseham 算法 有课程设计报告 文档总结 截图-Computer graphics algorithms are breseham document summing up the report of the curriculum design screenshot
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:2005729
    • 提供者:xiaobai
  1. 119128622bresenham_start_1

    0下载:
  2. 计算机图形学 直线画法 BRESEHAM 有文档 总结-Straight-line drawing in computer graphics have a document summing up BRESEHAM
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1609
    • 提供者:xiaobai
  1. breseham

    0下载:
  2. Algoritmo de Breseham
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1904
    • 提供者:Marianela
  1. breseham.c

    0下载:
  2. Implementaç ã o do Algoritmo de Bresenham usando em no desenvolvimento de jogos em computaç ã o gráfica
  3. 所属分类:OpenGL program

  1. Breseham

    0下载:
  2. 通过breseham算法绘制直线。一种比较普遍的实现方法-Draw a straight line through breseham algorithm. A more common implementation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:45248
    • 提供者:steven
  1. an

    0下载:
  2. 数值微分DDA画线法,breseham画线法,中点画圆法,种子填充算法。-Draw a line, elliptical and other graphic picture
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10929394
    • 提供者:陈长春
  1. MyProjects

    0下载:
  2. DDA算法与Breseham算法来画直线或者画圆-DDA algorithm Breseham algorithm to draw a straight line or circle
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3882297
    • 提供者:王皓
  1. DrawLine

    0下载:
  2. 采用C++编写的画线程序,有3种实现算法,包括DDA,Midpoint,Breseham,计算机图形学。-Drawing a line using C++ written procedures, there are three kinds of realization of algorithms, including the DDA, Midpoint, Breseham, computer graphics.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:34014536
    • 提供者:王郑合
  1. DrawLine

    0下载:
  2. 采用VC++编写的画线程序,有3种实现算法,包括DDA,Midpoint,Breseham,计算机图形学。(Drawing a line using C++ written procedures, there are three kinds of realization of algorithms, including the DDA, Midpoint, Breseham, computer graphics.)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-03
    • 文件大小:51200
    • 提供者:vision2sky
« 12 »
搜珍网 www.dssz.com