搜索资源列表

  1. IntegerBresenham

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

    • 发布日期:2008-10-13
    • 文件大小:818
    • 提供者:
  1. Bresenham算法编程演示

    0下载:
  2. Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8611
    • 提供者:susu
  1. Bresenham高效画线算法

    0下载:
  2. 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4180
    • 提供者:小倪
  1. Bresenham&DDA

    0下载:
  2. 《计算机图形学》用DDA和Bresenham算法画直线-"Computer Graphics" with DDA and the Bresenham algorithm painting line
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:101021
    • 提供者:陈新新
  1. jsjtx

    0下载:
  2. DDA算法的程序实现计算机图形学实验报告 改进的bresenham画线算法的程序实现 字符点阵显示算法的程序实现 梁友栋-barske算法的程序实现-DDA algorithm computer graphics program to improve the experimental report bresenham line drawing algorithm the program character dot-ma
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:23539
    • 提供者:林明清
  1. 6.0MFC_OPENGL_PFbresenham

    0下载:
  2. 基于MFC中Opengl环境的bresenham直线生成算法,可由对话框输入起始点和终点,直观地观察bresenham算法的原理。-based MFC Opengl environment bresenham line drawing algorithm, from the dialog box input starting and stopping points, and visual observation of the princ
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:62081
    • 提供者:cseason
  1. yangke

    0下载:
  2. 这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换,附 实验报告-this my computer graphics of the source code, including Midpoint Circle Line, Circle Bresenham line drawing, scanning seed filling regional t
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:168821
    • 提供者:杨科
  1. bresenhamsuanfachengxu

    0下载:
  2. bresenham画线算法程序,运行环境windows xp TC2.0环境.-bresenham line drawing algorithm procedures, the environment windows xp TC environment.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:870
    • 提供者:skywyj
  1. Bresenham

    0下载:
  2. 对Bresenham直线算法的全面分析程序代码-Comprehensive analysis of the program code of the Bresenham line algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:46080
    • 提供者:胡秋实
  1. Bresenham-Lines-Mid_circle-and-so-on

    0下载:
  2. VS2008下MFC编程,实现Bresenham画线法、中点画圆、椭圆法,计算机图形学。-Under VS2008 MFC programming, Bresenham line, the midpoint Circle, Ellipse, computer graphics.
  3. 所属分类:编辑框

    • 发布日期:2024-05-22
    • 文件大小:9605120
    • 提供者:LEO_山
  1. line

    0下载:
  2. 画线算法,bresenham画线算法,opengl-bresenham line-drawing procedure
  3. 所属分类:OpenGL

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:摆放花草
  1. line-cilcle

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

    • 发布日期:2024-05-22
    • 文件大小:58368
    • 提供者:sun
  1. Bresenham

    0下载:
  2. 简单计算机图形学算法,通过直线中点Bresenham算法,绘制直线。- Simple computer graphics algorithms, Bresenham line passing through the midpoint algorithm, draw a straight line.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:2338816
    • 提供者:Elaine
  1. Bresenham

    0下载:
  2. VC++实现的bresenham算法画线,可以实时存储线条经过的点,可以参考《计算机图形学》-VC++ bresenham line drawing algorithm implemented in real time storage lines through a point, you can refer to "Computer Graphics"
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-22
    • 文件大小:1878016
    • 提供者:呼啸卫
  1. OpenGL_straight-line

    0下载:
  2. 基于opengl的直线画法,包含DDA画线法、中点画线法和Bresenham画线法-Based on opengl drawing a straight line, including DDA line drawing method, the dotted line method and Bresenham line method
  3. 所属分类:OpenGL

    • 发布日期:2024-05-22
    • 文件大小:142336
    • 提供者:Carlos
  1. BresenHam

    0下载:
  2. Bresenham 画线算法-BresenHam Line
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-22
    • 文件大小:6155264
    • 提供者:feiyujie
  1. Bresenham-linear-algorithm

    0下载:
  2. Bresenham直线绘制算法,增添了鼠标控制事件,绘制直线-Bresenham line drawing algorithm, adding a mouse to control events, draw a straight line
  3. 所属分类:OpenGL

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:张博
  1. Bresenham-Line-Drawing

    0下载:
  2. 计算机图形学中Bresenham画圆和画线的C++代码,用于VGA等图形显示。Bresenham本人仍在为IBM工作。-Bresenham is a pretty smart cookie (note the use of the word is , last I heard he was still working for IBM). This file contains the algorithms he deve
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-22
    • 文件大小:11264
    • 提供者:w
  1. bresenham算法演示

    0下载:
  2. 简单的bresenham算法,包括圆和线的生成,计算机图形学必会编程,写的垃圾,希望能过(A simple Bresenham algorithm, generating circle and line, computer graphics will be programming, write, hoping)
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:80896
    • 提供者:pinking
  1. 圆中点Bresenham算法_指定线型大小和颜色

    0下载:
  2. 在CirclePoint()里面修改圆的线型大小和颜色即可(Modify the line size and color of the circle)
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-22
    • 文件大小:2703360
    • 提供者:HelloWorldhei
« 1 2 3 4 56 7 8 9 10 ... 23 »

源码中国 www.ymcn.org