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

搜索资源列表

  1. MidpointLineDemo

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

    • 发布日期:2008-10-13
    • 文件大小:61003
    • 提供者:陈锋
  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
    • 文件大小:89469
    • 提供者:韩为
  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 coordinates, Center) (2) two-dimensi
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:84396
    • 提供者:huang wei
  1. CMidPointLine

    0下载:
  2. C语言,用中点画线法做的一个小程序。画一条线.-C language, the adoption of Midpoint method to do a small procedure. Painting a line.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:23689
    • 提供者:syh
  1. console_graphic

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

    • 发布日期:2008-10-13
    • 文件大小:1745205
    • 提供者:李文
  1. DDAForm1

    0下载:
  2. 在VB环境下实现各种2D图形画线算法,具体包括:数值微分法,中点画线法,Bresenham画线法
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2556
    • 提供者:王文忠
  1. drawline

    0下载:
  2. 通过数值微分法,中点画线法,Bresenham法画任意斜率直线
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:49187
    • 提供者:陈良
  1. 322500

    0下载:
  2. 实现了: DAA画线法画直线 ,中点画线法画圆(输入x坐标,y坐标,圆心) 二维区域填充(种子填充颜色算法) 直线裁减 贝塞尔曲线-realized : DAA painting straight line method, the dotted line method Circle (input coordinates x, y coordinates of the center) two-dimensional area filling (seed filling color algorith
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:86218
    • 提供者:
  1. 500927318

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

    • 发布日期:2008-10-13
    • 文件大小:81938
    • 提供者:丽丽
  1. ex1

    0下载:
  2. 计算机图形学中用“中点画线法”和“Bresenham算法”实现画直线和圆弧的扫描转换算法(matlab实现)
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5260
    • 提供者:费文龙
  1. zhong_dian_hua_xian

    0下载:
  2. 图形学程序,我们的作业,实现中点画线法,适合初学者用来参考
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:28357
    • 提供者:拾荒者
  1. zongdian

    0下载:
  2. 中点画线法源代码,属于计算机图形学范畴,可以在c以及c++的编程环境下运行
  3. 所属分类:绘图程序

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

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

    • 发布日期:2008-10-13
    • 文件大小:4932
    • 提供者:波波
  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. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1031
    • 提供者:成龙
  1. MidPointLine利用中点画线法,调用opengl库画直线

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

    • 发布日期:2017-03-23
    • 文件大小:715
    • 提供者:肖克
  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
    • 文件大小:2385
    • 提供者:李璇
  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
    • 文件大小:6224660
    • 提供者:fish
  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
    • 文件大小:2014297
    • 提供者:zhuli
  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
    • 文件大小:4977409
    • 提供者:
  1. main

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

« 12 3 4 »
搜珍网 www.dssz.com