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

搜索资源列表

  1. tuxingxueVC6.rar

    0下载:
  2. 主要是各种算法思想及程序,包括:直线的DDA画线、中点画线、Bresenham画线算法;中点画圆、Bresenham画圆、中点画椭圆算法;有序边表填充、种子填充、圆和椭圆的填充、图案填充算法;线型和线宽处理;Cohen-Sutherland裁剪算法、中点分割裁剪算法、Liang-Barsky裁剪算法、多边形逐边裁剪算法,AppWizard has created this Draw application for you. This application
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2285192
    • 提供者:文网文
  1. Graphics

    0下载:
  2. 作为图形图像课程的设计,内容有椭圆中点(Bresenham算法),圆中点(Bresenham算法),直线中点Bresenham算法,画椭圆,画多边形(5边),画折线(6个点)。运行在VC6.0下用MFC-As a graphic image curriculum design, content elliptical midpoint (Bresenham algorithm), round the mid-point (Bresenham algorithm), a straight line
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:72416
    • 提供者:wangkafeng
  1. ComputerGraphics

    0下载:
  2. 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5458547
    • 提供者:隗平
  1. Bresenham

    0下载:
  2. 直线中点Bresenham算法-Straight-line mid-point Bresenham algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:258850
    • 提供者:
  1. zsb02_10_20

    0下载:
  2. 1.实现DDA、Bresenham 直线生成算法。 2.实现Bresenham 画圆法或中点画圆法。 3.实现Bresenham 或中点法椭圆生成算法。 4.利用1、2、3 实现的直线、圆、椭圆图形生成函数进行图形绘制。 -err
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:42651
    • 提供者:溺所至
  1. Bresenham-line

    0下载:
  2. 这是一个用VC++6.0开发的一个Bresenham中点算法的直线的绘制,可供参考。-This is a used VC++ 6.0 developed by the midpoint of a Bresenham line drawing algorithm, for reference.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:263182
    • 提供者:廖春华
  1. Bresenham

    0下载:
  2. 图形学课程设计 2-直线中点Bresenham算法.rar-Graphics Course Design 2- a straight line mid-point Bresenham algorithm. Rar
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-23
    • 文件大小:241303
    • 提供者:kasin
  1. CG1

    0下载:
  2. 一个opengl下的图形学实验,展示了DDA算法画直线、中点Bresenham算法画直线、改进Bresenham算法画直线、八分法绘制圆等算法的c语言实现,结果采用每秒逐点画出,清晰明了-Opengl graphics under an experiment to demonstrate the DDA algorithm for drawing a straight line, the mid-point Bresenham algorithm for drawing a straight l
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:2163818
    • 提供者:林思哲
  1. gh

    0下载:
  2. 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algor
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:1445148
    • 提供者:lixuan
  1. Line_Bresenham

    0下载:
  2. 直线中点BRESENHAM算法。要求使用对话框输入直线的起点和终点坐标。直线的颜色为蓝色。-The mid-point algorithm for linear BRESENHAM. Require the use of the dialog box enter the start and finish line coordinates. Straight line for the blue color.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-16
    • 文件大小:3669637
    • 提供者:du
  1. MidPointEllipse

    0下载:
  2. 掌握实现了扫描转换直线段的中点算法、描转换圆弧的中点算法和扫描转换椭圆弧的中点算法。-Grasp the realization of the scan conversion of the mid-point of the straight-line algorithm, described the mid-point arc conversion algorithm and scan conversion of the mid-point algorithm for elliptic arc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:826008
    • 提供者:wangying
  1. lineBresenham

    0下载:
  2. 直线中点 breashhanme算法 教研室编的 绝对有用 -line center breshame usefull program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:258159
    • 提供者:richway
  1. MidpointLine

    0下载:
  2. 基于中点算法的画直线程序,任意两点都能画-The mid-point algorithm based on the procedures for painting a straight line, any two points can be drawn
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1892675
    • 提供者:宋佳
  1. Graphics

    0下载:
  2. 基于图形算法的图形,包括Bresenham算法和中点算法画圆以及用它们画直线-Graphic based on graphics algorithms, including the Bresenham algorithm and midpoint algorithms draw a circle and using them to draw a straight line
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-22
    • 文件大小:79503
    • 提供者:arlin
  1. computer-graphics

    0下载:
  2. 计算机图形学的作业。该程序包括图形生成(DDA直线/中点直线/BH直线/中点圆/正负圆/BH圆),图形显示(边缘/种子/扫描线填充),二维裁剪(CS/中点分割/LB/多边形裁剪),图形变换(平移/对称变换/旋转/缩放),曲线生成(Bezier曲线/B样条曲线/Hermite曲线)的算法。-It is my computer graphics work. The program includes graphics generation (DDA line/mid-point of line/BH
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2122208
    • 提供者:张君珏
  1. mybit

    0下载:
  2. 此程序用于直线裁剪,利用中点裁剪直线算法,先画直线,再画裁剪框,然后进行裁剪。裁剪的方法可以裁里面,也可以裁外面。-This procedure for straight cutting, using the midpoint of cutting a straight line algorithms, first drawing a straight line, then draw cutting box, and then cut. Cutting method can cut inside
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1709302
    • 提供者:程元森
  1. jitu

    0下载:
  2. 计算机图形学基本算法 DDA直线 中点直线 BRESEMHAM圆 正负法圆 B样条曲线 B曲线 -DDA line algorithm for computer graphics, the midpoint of the basic straight-line method BRESEMHAM circle round the positive and negative B-spline curve B curve
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4477602
    • 提供者:方辰
  1. try3

    0下载:
  2. 实现画直线功能,(所用算法有DDA、Bresenham、中点算法)-Draw straight lines to achieve function (used in algorithm are DDA, Bresenham, mid-point algorithm)
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1941525
    • 提供者:翁天发
  1. CG(1)

    0下载:
  2. 绘图底层代码,实现了直线的DDA算法,圆和椭圆的中点算法。-Mapping the underlying code, the DDA algorithm to achieve the straight, round and ellipse midpoint algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:18078
    • 提供者:日月神君
  1. DrawProfile

    0下载:
  2. 源码框架来源于网络,经过修改,算法简洁明了 具体实现了bresenham生成直线和椭圆,和中点算法生成圆。-Source frame from the network, a modified, simple and easy to understand the concrete realization of the linear and elliptical bresenham generated, and the midpoint algorithm to generate a round
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2058152
    • 提供者:super
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com