CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 绘图程序 搜索资源 - 画圆算法

搜索资源列表

  1. circlewintc

    0下载:
  2. c 语言实现的画圆的程序。包括中点画圆算法和正负画圆算法。-c Language Circle procedures. Including the midpoint algorithm and positron Circle Circle algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1404
    • 提供者:望还
  1. Bresenham_Circle

    0下载:
  2. 本程序实现了Bresenham的画圆算法,并且在此基础上实现了圆的填充-the realization of the Circle Bresenham algorithm, and on this basis to achieve a round filled
  3. 所属分类:绘图程序

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

    0下载:
  2. 计算机图形学 画圆算法 bresenham
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:901024
    • 提供者:sfdlkwqe
  1. Project1

    0下载:
  2. 用c++ builder实现bresenham 画圆算法
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:8878
    • 提供者:李宋清
  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-09
    • 文件大小:2285192
    • 提供者:文网文
  1. javacircle1

    0下载:
  2. 计算机图形学 java描述画圆的三种算法-Computer graphics java describe the Circle of the three kinds of algorithms
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:1592
    • 提供者:zpy
  1. Graphics

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

    • 发布日期:2017-03-30
    • 文件大小:153314
    • 提供者:ling
  1. 3

    0下载:
  2. 实验要求: 1、分别用圆的参数生成法和Bresenham算法画圆 2、请调用画圆和画椭圆的函数画出右图 提示:openGL 里可通过glrotatef函数实现坐标系的旋转,如绕Z轴旋转45度(相当于XY平面内图形绕原点旋转45度)通过glrotatef(45,0,0,1)来实现。 -Experimental requirements: 1, respectively, the parameters used to generate a round and Bresenham algo
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:132093
    • 提供者:马卫龙
  1. graph

    0下载:
  2. 用MFC做的绘图程序,里面的画线算法,画圆算法,梁友栋算法,扫描线种子填充算法等等都是严格按照书本的编写,适合学计算机图形学的初学者参考-Using MFC to do the drawing program, draw lines inside algorithm, drawcircle algorithm, You-Xin Liang Dong algorithms, scan line seed fill algorithm and so on are all in strict acco
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-18
    • 文件大小:642868
    • 提供者:www
  1. three

    0下载:
  2. 本程序是关于图线绘画的算法,它包括中点画线算法、中点画圆算法等,可以根据需要得到所需图形。-This procedure is about Chart drawing algorithm, which includes the Medium stipple line algorithm, the midpoint circle algorithm and so on, can get the necessary graphics.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:4305
    • 提供者:李岩
  1. myproduction

    1下载:
  2. 计算机图形学的中点画圆法,Bresenham画圆,中点画椭圆及种子填充算法,用VC05实现,还有实验报告-The mid-point of computer graphics drawcircle, Bresenham Circle, Ellipse and seeds in stipple fill algorithm, the VC05 to achieve, there are experimental reports
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-25
    • 文件大小:8365546
    • 提供者:xgdlhdgj
  1. saomiaoxian

    0下载:
  2. 图形学的两个基本程序 DDA画线 中点画线 和画圆 算法 很好的啊 上机课自己做的-Graphics are the two basic procedures for drawing a line in the DDA Circle Algorithm stipple line and a very good ah-on classes to do their own
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:466694
    • 提供者:艾歌
  1. Lcd_Bresenham_Ciecle

    0下载:
  2. Bresenham画圆算法程序,在320240LCD上验证通过,效果很好。输入圆心坐标和半径即可画圆。-Bresenham Algorithm for Circle program, verify through the 320240LCD good effect. Enter center coordinates and radius can draw a circle.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:562
    • 提供者:wilsonhuang
  1. Bcircle

    0下载:
  2. 在C++环境下,采用Bresenham画圆算法绘制圆形(计算机图形学的重要算法)-In C++ environment, using Bresenham circle algorithm to draw a circle (an important computer graphics algorithms)
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:548
    • 提供者:yiyi
  1. draw(vc)

    1下载:
  2. VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (numerical differential method, t
  3. 所属分类:Graph Drawing

    • 发布日期:2017-02-19
    • 文件大小:29973504
    • 提供者:鈞天下
  1. DDACircle

    1下载:
  2. 使用直接画圆算法,运用鼠标响应函数,只要确定圆的中心与半径就可以画出所需的圆-Algorithm using direct circle, using the mouse response function, just make sure the center circle and the radius of the circle needed to be drawn
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1948101
    • 提供者:塞壬
  1. C

    0下载:
  2. 计算机图形学中的画圆算法,效率还不错啦。大家-Circle in the computer graphics algorithms, the efficiency of the good thing. We look
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-03
    • 文件大小:1371366
    • 提供者:caizhen
  1. SketchPad

    0下载:
  2. 图形学Weiler-Atherton裁剪算法、Brensenham画线、画圆算法和扫描线填充算法。做成一个类似于Windows画笔的东西。-Graphics Weiler-Atherton clipping algorithm, Brensenham drawing a line, circle algorithm and scan line fill algorithm. A brush made of something similar to Windows. May be required
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:149700
    • 提供者:王宇翔
  1. huaxian

    0下载:
  2. 计算机图形学 Bresenham直线算法与画圆算法 -Bresenham line algorithm and draw a circle algorithms in computer graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-24
    • 文件大小:3902929
    • 提供者:kiveson
  1. circle

    0下载:
  2. 中点Bresenham画圆算法,根据画圆步骤得到需要的圆。在OPENGL中实现。-print circle
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-11
    • 文件大小:1011
    • 提供者:zyy
« 12 3 4 5 »
搜珍网 www.dssz.com