搜索资源列表

  1. bresenham-homework

    0下载:
  2. bresenham画直线 老师要求的作业-bresenham line drawing teacher requirements of the Operating
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:27569
    • 提供者:zb
  1. 图形基础

    1下载:
  2. 中点画线法,中点画圆法,DDA画线法,Bresenham画线法,Bresenham画圆法-were dotted line, the midpoint Circle, DDA line drawing, Bresenham line drawing, Bresenham Circle France
  3. 所属分类:分形几何

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:波波
  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. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:susu
  1. Vesa_w

    0下载:
  2. 函数int line_coor(int x1,int y1,int x2,int y2,struct DOT *dot) 采用Bresenham算法生成直线段的坐标-function int line_coor (int x, int y1, x2 int, int y2, struct* dot DOT) Bresenham algorithm used to create line and the coordinates of
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:朱云
  1. Reline

    0下载:
  2. 小小的橡皮筋技术加Bresenham算法的直线生成程序,以前很少可以有可执行的Bresenham直线程序-small rubber-band technique and the Bresenham algorithm for generating linear process, before it can rarely enforceable procedures Bresenham
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:35840
    • 提供者:不做大哥
  1. DDA&Bresenham

    0下载:
  2. DDA,Bresenham算法来实现画圆,画直线,画椭圆。-DDA, the Bresenham algorithm to achieve Circle, linear paintings, painted oval.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:247808
    • 提供者:李冰海
  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. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:23552
    • 提供者:林明清
  1. openglline

    0下载:
  2. 程序使用了Bresenham算法的思想,将四个象限的问题通过交换端点的方法合并成一,四象限的问题。再利用sign变量,统一成一个问题。又考虑到斜率<1,>1最终问题分成了两种情况。在直线插补程序的一开始,把斜率为正无穷的情况单独进行讨论。最终完成了整个程序-procedures for the use of the Bresenham algorithm thinking, four quadrant of the issu
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:87040
    • 提供者:吴子朝
  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. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:168960
    • 提供者:杨科
  1. console_graphic

    0下载:
  2. 用控制台程序(Console project)实现计算机图形学的基本图形,其中Bresenham为Bresenham算法画线的项目,输入起点和终点;dda为DDA算法画直线的项目,输入起点和终点;mid_point为中点画线法的项目,输入起点和终点;Bres_circle为根据Bresenham算法画圆,输入圆心点和半径; midpoint_circle为中点画圆法,包括填充,输入圆心点和半径;midpointEllipse为中点画
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:1744896
    • 提供者:李文
  1. bresenhamsuanfachengxu

    0下载:
  2. bresenham画线算法程序,运行环境windows xp TC2.0环境.-bresenham line drawing algorithm procedures, the environment windows xp TC environment.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:skywyj
  1. Bres_line

    0下载:
  2. Bresenham 画直线,用Bresenham算法画出直线,计算机图形学的基本要求。-Bresenham straight line drawing, using Bresenham algorithm to draw a straight line, the basic requirements of computer graphics.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:haizi
  1. breLine

    0下载:
  2. 直线的bresenham算法实现,通过鼠标交互确定线段的端点,适用于任意斜率-Bresenham line algorithm, through mouse interaction segment endpoint identified for arbitrary slope
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:38912
    • 提供者:zz
  1. ddanew1

    0下载:
  2. 实现三种画线方法及画圆,DDA画线,中点画线,BRESENHAM画线法,可画任意直线及圆弧和圆-Draw a line to achieve the three methods and drawcircle, DDA painting line, in line stipple, BRESENHAM Line Act, may be painting a straight line and arc and arbitrary round
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:1936384
    • 提供者:yanzi
  1. drawLine

    0下载:
  2. 计算机图形学 bresenham 画直线 任意斜率-Computer Graphics Bresenham drawing a straight line of arbitrary slope
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:2099200
    • 提供者:sfdlkwqe
  1. draw

    0下载:
  2. mpl.add(new MenuItem("DDA画线")) mpl.add(new MenuItem("中点画线")) mpl.add(new MenuItem("Bresenham画线")) mpl.addActionListener(this) mp2=new Menu("画圆") mp.add(mp2) mp2.add(new MenuItem("公式法画圆"))
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:李默
  1. drawLine

    0下载:
  2. 计算机图形学OPENGL直线生成算法的实现程序: 1.采用键盘输入的方式输入直线段的两端点 2.实现BRESENHAM直线生成算法-Computer Graphics OPENGL linear algorithm to generate the procedure: 1. The use of keyboard input enter the two end points of line segment 2. The real
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:huang
  1. Bresenham-Line

    0下载:
  2. VC++ Bresenham Line 是课程资源!值得参考!-VC++ Bresenham Line curriculum resources! Worth considering!
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:1930240
    • 提供者:zhangjiawen
  1. BRESENHAM-LINE

    0下载:
  2. BRESENHAM LINE ASM ROUTINES
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:curinga
  1. Line Bresenham

    0下载:
  2. Bresenham Line using C++
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:898048
    • 提供者:proesd
« 1 23 4 5 6 7 8 9 10 ... 23 »

源码中国 www.ymcn.org