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

搜索资源列表

  1. lyc

    0下载:
  2. DAA画线法 中点画线 等 画直线-DAA line drawing law dotted lines painted line
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5.02kb
    • 提供者:li
  1. MidpointLineDemo

    0下载:
  2. 该程序实现了计算机图形学中的中点画线法的算法,-the program in the computer graphics, which were dotted line method algorithm
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:59.57kb
    • 提供者:陈锋
  1. 计算机图形学小项目

    1下载:
  2. 实现了 DAA画线法画直 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做) (2) 二维区域填充(四向种子填充颜色算法) (选作) (3) 直线裁减(任选一种) (必做) (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做) -realized DAA painting painting straight line method (1) dotted line method Circle (input coordinates x,
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:87.37kb
    • 提供者:韩为
  1. DDAline1

    0下载:
  2. 计算机图形学,利用DDA算法,中点画线算法,实现直线的绘制-computer graphics, the use of DDA algorithm, which dotted line algorithm, achieving a linear mapping
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:cyz
  1. DDAline2

    0下载:
  2. 中点画线算法2,DDA算法2,实现对直线的绘制-were dotted line algorithm 2, two DDA algorithm to achieve the linear mapping
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:cyz
  1. 计算机图形学

    1下载:
  2. C#编写,计算机图形学数值微分法画线,中点画线,中点画圆算法实现
  3. 所属分类:源码下载

    • 发布日期:2011-06-13
    • 文件大小:46.65kb
    • 提供者:happyls
  1. MidPointLine利用中点画线法,调用opengl库画直线

    0下载:
  2. 利用中点画线法,调用opengl库画直线-draw a line with opengl
  3. 所属分类:OpenGL

    • 发布日期:2017-03-23
    • 文件大小:715byte
    • 提供者:肖克
  1. MapEditingCSharp C#中点画线

    0下载:
  2. C#中点画线 以及AE中的点画线能再AE中画图型的·比如点·直线 ·矩形-C#, dotted line and the dotted line longer AE AE point in drawing a straight line type such as a rectangle
  3. 所属分类:C#编程

    • 发布日期:2017-03-24
    • 文件大小:77.45kb
    • 提供者:HEJIAN
  1. LineDrawing

    0下载:
  2. 直线生成算法演示. 中点画线 & DDA算法.-Straight-line generation algorithm demo. Stipple line in
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:17.84kb
    • 提供者:istar
  1. lineyc

    0下载:
  2. 利用opengl的库函数实现中点画线算法-The use of the library functions achieve opengl in stipple line algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:294.67kb
    • 提供者:郁聪
  1. midpoint

    0下载:
  2. 使用中点画线法画直线,是用VB画线方法中的一种。-Stipple method used in drawing a straight line is the VB method of painting a line.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:2.33kb
    • 提供者:李璇
  1. MIx

    0下载:
  2. 包含几种不同绘图方法:中点画线,Bresenham画线,画多边形,小球动画-Contains a number of different mapping methods: in the line stipple, Bresenham line drawing, polygon drawing, animation ball
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1.92mb
    • 提供者:董欣
  1. assignment_1th

    0下载:
  2. 各种直线画法,包括OPenGl画线,windows画线,中点画线法,DDA画线法等-A variety of straight-line method of painting, including OPenGl draw lines, windows and drawing lines, the stipple-line method, DDA Draw a line law
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:5.94mb
    • 提供者:fish
  1. program

    0下载:
  2. 计算机图形学课程算法演示系统 (1)画线算法演示:实现画线的三个算法---DDA画线算法、中点画线算法、Bresenham画线算法。建立坐标系,由用户输入两点坐标,体现直线的走势,最后给出算法的参数值以及实现清除功能。 (2)画圆算法演示:实现画圆的两个基本算法---Bresenham画圆算法、中点画圆算法。由用户输入圆的半径,体现圆的四个象限的走势,最后给出算法的误差值以及实现清除功能。 (3)填充算法演示:实现边填充和种子填充这两个基本填充算法。其中边填充由用户画出多边形,对封闭
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2.22mb
    • 提供者:于小鱼
  1. Basicgraphicsgeneration

    0下载:
  2. 实现直线、圆、椭圆和区域填充,其中直线和圆的生成分别用DDA算法、中点画线法和Bresenham算法,扫描转换和区域填充用多边形扫描转换的扫描线算法和种子填充算法。-To achieve a straight line, round, oval and the area filling, in which the generation of linear and circular respectively DDA algorithm, the stipple line method and Br
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1.92mb
    • 提供者:zhuli
  1. DrawLine

    1下载:
  2. 用matlab编写的计算机图形学中的画线算法。包括几种经典的画线算法,如中点画线等。-Prepared using matlab draw line in computer graphics algorithms. Includes several classic line drawing algorithm, such as the dotted lines.
  3. 所属分类:Graph Drawing

    • 发布日期:2016-05-13
    • 文件大小:4.13kb
    • 提供者:wuxi
  1. opengl

    1下载:
  2. 使用OpenGL实现DDA、中点画线法、Bresenham算法绘制;中点画圆法、Bresenham画圆算法;多边形扫描线转换算法;多边形裁剪--逐边裁剪法等计算机图形学基本算法。-Use OpenGL, DDA, the dotted line method, Bresenham algorithm to draw midpoint drawcircle, Bresenham circle algorithm polygon scan line conversion algorithm p
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4.75mb
    • 提供者:
  1. main

    0下载:
  2. 使用基于中点画线法的画线函数完成金刚石图案的绘制(The diamond pattern is drawn by using the line drawing function based on the midpoint line method)
  3. 所属分类:绘图程序

  1. tuxingxue

    1下载:
  2. 中点画线算法 Breseham画线算法 DDA画线算法(Midpoint line drawing algorithm, Breseham line drawing algorithm, DDA line drawing algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2kb
    • 提供者:izayoiakatsuki
  1. 中点画线(提高)

    0下载:
  2. 在OpenGL环境下用c++语言实现中点画线算法画一万条直线(In the OpenGL environment, we use the c++ language to realize the midpoint line drawing algorithm and draw ten thousand straight lines.)
  3. 所属分类:OpenGL

    • 发布日期:2018-05-03
    • 文件大小:19.55mb
    • 提供者:theone123
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com