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

搜索资源列表

  1. tcdonghua

    0下载:
  2. 中点算法画圆,计算机图形学简单画圆,仅供图形学初学者交流参考-Midpoint algorithm Circle, Circle simple computer graphics, only for exchange of information graphics for beginners
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:2362
    • 提供者:chenyunchun
  1. lab

    0下载:
  2. 用MFC写的实现直线(DDA算法,中点算法和Bresenham算法)、圆(八分画圆)。-Line with the implementation of MFC write (DDA algorithm, Bresenham midpoint algorithm and the algorithm), round (eighth of the circle.)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1920640
    • 提供者:Jim
  1. lab

    0下载:
  2. 用MFC实现的直线(DDA算法、中点算法和Bresenham算法)、圆(八分画圆)、椭圆(四分画椭圆)。-Line with the MFC implementation (DDA algorithm, Bresenham midpoint algorithm and the algorithm), round (eighth circle), elliptic (oval four paintings).
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1957998
    • 提供者:Jim
  1. graphics

    0下载:
  2. 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:126741
    • 提供者:Jack
  1. 1012071014

    0下载:
  2. DDA算法,中点算法,Bresenham算法生成直线,进行区域填充-DDA algorithm, the midpoint algorithm, Bresenham algorithm to generate a straight line, the area filling
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1976412
    • 提供者:penglian
  1. tuxingxuezhongdiansuanfa

    0下载:
  2. 计算机图形法中点算法的描述,打开工作组就可以看到具体执行-Computer graphics method described in the mid-point algorithm, open working group to see the practical implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1970586
    • 提供者:yangyang
  1. jisunjituxingxue

    0下载:
  2. 利用计算机编程语言绘制图形,主要实现以下内容: (1)、中点算法生成任意斜率直线,并设置线型线宽。 (2)、中点算法生成圆 (3)、中点算法生成椭圆 (4)、扫描算法实现任意多边形填充 (5)、Cohen_Sutherland裁剪 (6)、自由曲线与曲面的绘制 (7)、二维图形变换 (8)、三视图变换 -Draw graphics using computer programming languages, mainly to achieve the follo
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:240005
    • 提供者:zoeondine
  1. graphics

    0下载:
  2. 1)给出系统框架。 2)调用画点的函数,分别用DDA、中点Bresenham算法和改进Bresenham算法绘制直线和中点算法绘制直线、用不同的算法绘制圆和椭圆 ,并各自比较算法精度与效率的差别 。 3)实现二维图形的变换。(包括平移,放缩,旋转,错切以及复合变换) 4)运用所学的区域填充算法实现区域填充。 5)运用所学算法实现线段裁剪以及多边形裁剪(多边形裁剪为可选)。 6)自己实现其它附加以及需要完善的功能。 -1) give system framework.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:327158
    • 提供者:元宝
  1. 11

    0下载:
  2. 直线和三角形光栅化算法:一、 实验原理 (1)直线光栅化:中点算法 (2)三角形光栅化:增量算法:寻找三顶点的包围矩形,只对该矩形内的候选像素执行循环。计算重心坐标,确定直线。 -A straight line and triangle rasterization algorithm: First, the experimental principle (1) line rasterization: the midpoint algorithm (2) triangle
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:10490
    • 提供者:吴起
  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. program

    2下载:
  2. windows控制台窗口画图:实现扫描转换任意一个椭圆,使用windows下的SetPixel函数。算法使用的是中点算法,算法效率较高。-The console windows drawing: realize scanning conversion any elliptic, using the Windows of the SetPixel function. The halfway point algorithm is used, whose efficiency is higher.
  3. 所属分类:Console

    • 发布日期:2015-04-05
    • 文件大小:2896896
    • 提供者:computergeek
  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. drawline

    0下载:
  2. 2种画线方法的比较。Bresenham算法和中点算法。-Comparison of the methods of the two kinds of line drawing. Bresenham algorithm and the midpoint algorithm.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-30
    • 文件大小:1052
    • 提供者:simon
  1. Circle

    0下载:
  2. 计算机图形学,用中点算法画圆源程序。工程文件和源文件。-Computer graphics, draw a circle with the midpoint algorithm source code. Project file and source files.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:25536
    • 提供者:lou
  1. Graphics

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

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

    0下载:
  2. 金刚石算法,直线中点算法,圆及椭圆中点算法,完整源代码,MFC-Diamond algorithms, linear midpoint algorithm, round and oval midpoint algorithm, complete source code, MFC
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-20
    • 文件大小:11607097
    • 提供者:胡文佳
  1. MIDbresenham

    0下载:
  2. 计算机图形学利用Bresenham中点算法和八分法画圆-Computer graphics using the the Bresenham midpoint algorithm and eighth law Circle
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-23
    • 文件大小:4116468
    • 提供者:石汶翔
  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. circle

    0下载:
  2.   1、编程实现 利用1/8圆中点算法和Bresenham算法生成圆,并显示。   2、推导1/4圆的中点画圆算法,并编程实现。   3.、构造任意一个边界表示的多边形,假定该多边形内部是四连通的。要求:用种子填充算法实现对多边形内部的填充。-1, the programming system to use the 1/8 round midpoint circle algorithm and Bresenham algorithm to generate and display. 2,
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-20
    • 文件大小:2399562
    • 提供者:郭帏
« 1 2 3 4 56 7 8 9 10 ... 18 »
搜珍网 www.dssz.com