CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 直线 中点算法

搜索资源列表

  1. Sample_1

    2下载:
  2. 直线的DDA算法 中点算法 圆的中点算法 多边形逼近算法 的实现-DDA algorithm midpoint algorithm round the midpoint of the straight line algorithm for polygon approximation algorithm to achieve
  3. 所属分类:绘图程序

    • 发布日期:2013-12-10
    • 文件大小:3794228
    • 提供者:hewenbo
  1. DDA_algm

    0下载:
  2. 本代码包含以下算法的演示: 直线:DDA算法生成直线,中点算法生成直线,Bresenham算法生成直线。 圆:中点画圆,Bresenham画圆。 椭圆:中点画椭圆。 区域填充:多边形扫描线填充,种子扫描线填充。-This code contains a demonstration of the following algorithm: Direct Line: DDA algorithm to generate a straight line, the midpoint al
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:32278
    • 提供者:L
  1. syzd02

    0下载:
  2. 计算机图形学的直线中点Bresenham算法实验-Computer graphics straight line midpoint Bresenham algorithm experiment
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4097223
    • 提供者:smile2me
  1. Bresenham

    0下载:
  2. 直线中点Bresenham算法 图形学案例-A straight line midpoint Bresenham algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:310582
    • 提供者:小桃
  1. 1zsb02_10_20

    0下载:
  2. 1.实现DDA、Bresenham 直线生成算法。2.实现Bresenham 画圆法或中点画圆法。3.实现Bresennham 或中点法椭圆生成算法。4.利用1、2、3 实现的直线、圆、椭圆图形生成函数进行图形绘制.-1. Achieve DDA, Bresenham line drawing algorithm. 2. The Bresenham drawcircle or midpoint Circle. 3. Oval generation algorithm to achieve Bre
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-25
    • 文件大小:42750
    • 提供者:郭娟
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-17
    • 文件大小:86952
    • 提供者:xuzhimin
  1. Line

    0下载:
  2. 包括计算机图形学的——直线的三种算法 1.DDA算法 2.bresenham算法 3.中点算法算法 -A program about the algorithm of line, And the IDE is VS2010
  3. 所属分类:.net

    • 发布日期:2017-11-19
    • 文件大小:57672
    • 提供者:sky
  1. draw

    0下载:
  2. 计算机图形学实验作业,用MFC编的,已经实现了DDA画直线,中点算法画直线,中点画圆和椭圆,扫面转换多边形,种子填充,反走样直线-Computer graphics lab assignments, MFC series has achieved the DDA draw a straight line, the midpoint algorithm to draw a straight line, the midpoint of the circle and the ellipse, swee
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:5522811
    • 提供者:王燕霞
  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. Cg01

    0下载:
  2. 大学计算机图形学教学实验课程01,直线DDA算法,直线Bresenham算法,中点Bresenham算法-University Computer Graphics experimental teaching courses 01, DDA linear algorithm, linear Bresenham algorithm, the midpoint Bresenham algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:97636
    • 提供者:heyang
  1. Bresenham

    0下载:
  2. 《计算机图形学》 利用bresenham中点算法绘制直线-" Computer Graphics" draw a line using the midpoint algorithm bresenham
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-26
    • 文件大小:9177406
    • 提供者:米薇
  1. drawLine

    0下载:
  2. 直线中点Bresenham 算法:每次在主位移方向上走一步,另一个方向上走不走步取决于中点偏差判别式的值。-Linear midpoint Bresenham algorithm: Each displacement in the direction of the main step, do not go walking in another direction depending on the midpoint of the deviation value of the discriminan
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-27
    • 文件大小:10087841
    • 提供者:郑思文
  1. Bresenham

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

    • 发布日期:2017-05-11
    • 文件大小:2339277
    • 提供者:Elaine
  1. painter

    0下载:
  2.   实现二维基本图元直线段生成的DDA算法,中点算法和Bresenham算法;   实现二维基本图元圆弧生成的中点算法;   实现对线型线宽属性的控制。-DDA algorithm to achieve the two-dimensional graphics primitives line segment generated midpoint algorithm and Bresenham algorithm achieve the midpoint algorithm for 2D
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-01
    • 文件大小:832324
    • 提供者:
  1. Linear-midpoint-Bresenham-algorithm

    0下载:
  2. 直线中点Bresenham算法.开发工具是VC6.0。能够完美运行。没有问题-Linear midpoint Bresenham algorithm development tool is VC6.0. Able to run perfectly. No problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:222404
    • 提供者:白贺京
  1. jisuanjituxingxue

    0下载:
  2. 分别实现了以下算法:生成直线的DDA算法、生成直线的中点算法、生成圆的正负法算法、生成椭圆的中点算法、扫描转化为矩形、种子填充算法、平移变换、放缩变换、直线段裁剪 。-Respectively, implements the following algorithm: generate the linear DDA algorithm, line generating the midpoint algorithm, generating circle of positive and negat
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-07
    • 文件大小:1557322
    • 提供者:谢某
  1. Line

    0下载:
  2. 用DDA算法、中点算法、Bresenham算法完成直线绘制-Using DDA algorithm, midpoint algorithm and resenham algorithm complete line drawing
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-30
    • 文件大小:11998056
    • 提供者:Shirley
  1. Graphics

    0下载:
  2. 用DDA算法生成任意斜率的直线 用中点算法生成直线段,线型采用点画线型-Using DDA algorithm to generate arbitrary slope of the straight line Production line segment with the midpoint algorithm, linear by linear point
  3. 所属分类:EditBox

    • 发布日期:2017-05-10
    • 文件大小:2410526
    • 提供者:yangqi
  1. Bresenham

    0下载:
  2. 计算机图形学-直线中点Bresenham算法-Straight line-Bresenham
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2496916
    • 提供者:陈惠丽
  1. linear-cutting

    0下载:
  2. 中点分割直线裁剪算法是计算机图形学中的一个重要技术-Midpoint line clipping algorithm segmentation is an important technology of computer graphics
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:258525
    • 提供者:赵永
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com