搜索资源列表

  1. 重点画圆

    0下载:
  2. .中点画圆算法,即画出图形界面,当电机不同按钮时会出不同的图形。具体实现算法是中点画圆算法。-. Midpoint drawcircle algorithm, that is, to draw a graphical interface, when the motor will be different for different button graphics. Concrete realization of the algorith
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-11-13
    • 文件大小:34kb
    • 提供者:花萼
  1. kqf

    0下载:
  2. 关于vc里画图形的程序。包括画多边形,错切,裁剪,旋转,变换,填充等等的操作。还包括中点画线算法等。-on vc Lane painting graphics procedures. Polygon, including painting, wrong cutting, cutting, rotating, transform, filled out the operation. Also included were dotted li
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-11-13
    • 文件大小:73kb
    • 提供者:孔的
  1. 图形学直线和圆的生成算法

    0下载:
  2. 掌握直线和圆的生成算法,分别用DDA法和中点画线法在屏幕上画两条直线段-grasp of linear and circular generation algorithm, respectively DDA Act and the dotted lines in the screen painting of two straight
  3. 所属分类:其他小程序

    • 发布日期:2024-11-13
    • 文件大小:1kb
    • 提供者:
  1. ComputerGraphicsDemo

    0下载:
  2. 内含直线生成的dda,中点画线算法及Bresenham算法界面美观方便实用-Intron line generated dda, dotted line algorithm and interface Bresenham algorithm facilitate practical aesthetics
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-11-13
    • 文件大小:754kb
    • 提供者:刘超
  1. 图形学实验kkk

    0下载:
  2. 关于图形学中的Bresenham画线算法,中点画圆算法的实现,以及五边形,六边形,七边形填充。-graphics on the Bresenham line drawing algorithm, the midpoint of the algorithm to achieve Circle, and pentagons, hexagons, heptagon filled.
  3. 所属分类:图形图象

    • 发布日期:2024-11-13
    • 文件大小:894kb
    • 提供者:梁清
  1. MidpointLineDemo

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

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

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

    • 发布日期:2024-11-13
    • 文件大小:87kb
    • 提供者:韩为
  1. DDAline1

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

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

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

    • 发布日期:2024-11-13
    • 文件大小:1kb
    • 提供者:cyz
  1. MidpintLine_win

    0下载:
  2. 我的图形学实验作业, 是一个简单的范例, 但有最基本的框架 中点画线算法.-my graphics experimental operations, is a simple example, but the basic fr a mework dotted line algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2024-11-13
    • 文件大小:3kb
    • 提供者:wuwei
  1. 146165

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

    • 发布日期:2024-11-13
    • 文件大小:82kb
    • 提供者:huang wei
  1. Chinapiecedlinealgorithms

    0下载:
  2. 此程序为中点画线算法.注意的是,本算法只能适合于直线的斜率0<k<1的情况,对于其它的情况并不适应。但是,对于其它的情况可以仿照本算法写出对应的算法,也可以用其它算法来实现,如可以用DDA算法,这里不再介绍。-for this procedure were dotted line algorithm. Note that this algorithm can only fit in a linear slope 0
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-11-13
    • 文件大小:14kb
    • 提供者:管声俊
  1. BIGDrawing

    0下载:
  2. 实现了中点画线和中点画圆算法 -realized the Midpoint Circle Line and the midpoint algorithm realized the Midpoint Circle Line and the midpoint algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-11-13
    • 文件大小:58kb
    • 提供者:caojun
  1. ex1

    0下载:
  2. 计算机图形学中用“中点画线法”和“Bresenham算法”实现画直线和圆弧的扫描转换算法(matlab实现)-Computer graphics using in the line stipple and Bresenham algorithm realize painting a straight line and arc scan conversion algorithm (matlab realize)
  3. 所属分类:绘图程序

    • 发布日期:2024-11-13
    • 文件大小:5kb
    • 提供者:
  1. lineyc

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

    • 发布日期:2024-11-13
    • 文件大小:295kb
    • 提供者:郁聪
  1. program

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

    • 发布日期:2024-11-13
    • 文件大小: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,
  3. 所属分类:图形图象

    • 发布日期:2024-11-13
    • 文件大小:1.92mb
    • 提供者:zhuli
  1. opengl

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

    • 发布日期:2024-11-13
    • 文件大小:4.75mb
    • 提供者:
  1. tuxingxue

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

    • 发布日期:2024-11-13
    • 文件大小: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

    • 发布日期:2024-11-13
    • 文件大小:19.55mb
    • 提供者:theone123
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org