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

搜索资源列表

  1. BresenhamLine

    0下载:
  2. Bresenham画线算法程序: 用一个坐标轴来当步长值(即+1),另一个坐标轴是否加1则跟据斜率(k)来确定,K 如果大于0.5,那么也加+1,如果小于0.5那么即不变。为了方便计算,如果d大于1 ,那么就减一,归0。可设e,e=d-0.5,于是就有e>0时,加1,e<0时不变,这样便 于硬件实现。-Bresenham
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:714
    • 提供者:莫恶
  1. CircleDraw

    0下载:
  2. 这是计算机图形学中的园的生成的源代码,用中点和bresenham两种算法生成的-This is the computer graphics in the park generated source code, with the midpoint and the two kinds of algorithms generated bresenham
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1962231
    • 提供者:韩生福
  1. LineDraw

    0下载:
  2. 这是计算机图形学中直线的生成,用DDA,中点画线法和bresenham三种算法实现的-This is the generation of computer graphics in line with DDA, the stipple line method and bresenham three kinds of algorithm implementation
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1963929
    • 提供者:韩生福
  1. zakk

    0下载:
  2. 实现mfc中的基本操作,3种画线算法,DDA画线算法,中点画线算法,Bresenham画线算法。-line
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-28
    • 文件大小:39707
    • 提供者:王宏
  1. Line-circle

    1下载:
  2. C++实现计算机图形学算法,绘制线(数值微分法、中点画线法、Bresenham法),绘制圆(圆心半径画圆、中心点画圆算法)-C++ realization of computer graphics algorithms, rendering line (numerical differential method, the stipple method of lines, Bresenham method), draw the circle (center of a circle radius d
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:50020
    • 提供者:钟哲
  1. Graph_Technology_Example

    0下载:
  2. 图形学基本图元示例程序,VC开发,包括Bresenham算法、二维裁剪、填充等基本功能的实现-Graphics Primitive sample programs, VC development, including the Bresenham algorithm, two-dimensional cutting, filling
  3. 所属分类:CSharp

    • 发布日期:2017-05-26
    • 文件大小:8959698
    • 提供者:NIL
  1. tuxingxue

    0下载:
  2. 这是一个计算机图形学实例,在C++环境下实现圆中点BRESENHAM算法-This is an example of computer graphics in C++ environment to achieve the midpoint circle algorithm BRESENHAM
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:5129
    • 提供者:刘洁
  1. text2

    0下载:
  2. 利用在Visual C++ 6.0环境下创建MFC AppWizard(exe),实现直线/圆/椭圆中点Bresenham算法-Take advantage of Visual C++ 6.0 environment to create MFC AppWizard (exe), to achieve a straight line/circle/elliptical mid-point of Bresenham Algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:303869
    • 提供者:林丽
  1. MidBresenhamLine

    0下载:
  2. 中点 Bresenham 算法绘制0<<k<<1直线 C语言 调试成功 Bresenham 算法画圆 调试成功-Bresenham algorithm for drawing
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:612
    • 提供者:杨凡
  1. CmpCAD

    0下载:
  2. 直线DDA,BRESENHAM;Bezier算法,圆bresenham算法及平移旋转算法-Linear DDA, BRESENHAM Bezier algorithm, round bresenham algorithm and translation rotation algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:439927
    • 提供者:王小波
  1. jbtxsc

    0下载:
  2. 基本图形的生成的实验代码,包括DDA(数值微分)算法、Bresenham算法等-Basic graphics experiments generated code, including the DDA (Digital Differential) algorithm, Bresenham algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:41040
    • 提供者:pop
  1. bresenham

    0下载:
  2. 这是计算机图形学的一个小程序,用GLUT 和C++编程 对初学者很有帮助-This is a small computer graphics program, using GLUT and C++ programming for beginners helpful
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:682
    • 提供者:sunyingyue
  1. 20091227linebresenham2

    0下载:
  2. 本文对直线的生成的3种算法:逐点比较法、数值微分法(DDA法)、Bresenham算法进行研究。本文对逐点比较法、数值微分法(DDA法)、Bresenham算法进行推导,研究了逐点比较法、数值微分法(DDA法)、Bresenham算法在第一象限的实现和改进后逐点比较法、数值微分法(DDA法)、Bresenham算法在所有象限的实现。通过编程实践,可以掌握VC和opengl的使用方法。-In this paper, a straight line generated by three kinds
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-23
    • 文件大小:206039
    • 提供者:aliang
  1. 20091227linebresenham_old

    0下载:
  2. 本文对直线的生成的3种算法:逐点比较法、数值微分法(DDA法)、Bresenham算法进行研究。本文对逐点比较法、数值微分法(DDA法)、Bresenham算法进行推导,研究了逐点比较法、数值微分法(DDA法)、Bresenham算法在第一象限的实现和改进后逐点比较法、数值微分法(DDA法)、Bresenham算法在所有象限的实现。通过编程实践,可以掌握VC和opengl的使用方法。-In this paper, a straight line generated by three kinds
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:204628
    • 提供者:aliang
  1. 20091227sierpinski

    0下载:
  2. 本文对直线的生成的3种算法:逐点比较法、数值微分法(DDA法)、Bresenham算法进行研究。本文对逐点比较法、数值微分法(DDA法)、Bresenham算法进行推导,研究了逐点比较法、数值微分法(DDA法)、Bresenham算法在第一象限的实现和改进后逐点比较法、数值微分法(DDA法)、Bresenham算法在所有象限的实现。通过编程实践,可以掌握VC和opengl的使用方法。-In this paper, a straight line generated by three kinds
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:202466
    • 提供者:aliang
  1. drawline_and_circle

    0下载:
  2. 介绍两种画直线的算法DDA画线和Bresenham算法以及旋转画圆的算法-Describes two kinds of drawing a straight line algorithms DDA and Bresenham algorithm for drawing lines, as well as rotating Circle Algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:6447
    • 提供者:ljj
  1. ArtWork

    0下载:
  2. 图形学的BresenHam算法的实现,以及一些对图像的模糊和锐化的操作,实现了界面的友好化。-GRAPHICS BresenHam algorithm implementation, as well as some of the images blur and sharpening operation, to achieve the kind of interface.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:28556
    • 提供者:周松文
  1. DDA_Bresenham_Algorithm

    0下载:
  2. algorithm for DDA and Bresenham
  3. 所属分类:Graph Drawing

  1. CenterandBresenham

    0下载:
  2. 在Delphi环境下运用计算机图形学上的中心点画圆和Bresenham算法实现画圆。-In the Delphi environment, the use of computer graphics on the center draw a circle and draw a circle Bresenham algorithm.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:177891
    • 提供者:小路
  1. lcdglibcricle

    0下载:
  2. 嵌入式 LCD 编程 画圆算法~~ bresenham 画圆算法的改进-embeded lcd program guider . bresenham arithmetic
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:128708
    • 提供者:jude
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 41 »
搜珍网 www.dssz.com