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

搜索资源列表

  1. jisuanjituxing

    0下载:
  2. 根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下; 利用中点画圆算法实现边界程序: void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color) {//画八分之一的圆 int x,y,d x=0 y=r d=1-r WholeCircle(xc,yc,x,y,color
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:81758
    • 提供者:周林
  1. circlewintc

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

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

    0下载:
  2. 中点画圆算法,计算机图形学试验,图形交互技术-midpoint drawcircle algorithm, computer graphics test, interactive graphics technology
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:797
    • 提供者:fisherman
  1. jgfer

    0下载:
  2. 中点画圆算法
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:8608
    • 提供者:杨娟
  1. midpointcircle

    0下载:
  2. 中点画圆算法
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1639
    • 提供者:wangyi
  1. 中点画圆算法

    0下载:
  2. VC环境下的中点画圆算法-VC environment of the mid-point Circle Algorithm
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:37535
    • 提供者:唐新民
  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. 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. circl

    0下载:
  2. 实现中点画圆算法 很好的一个实例 C-Drawcircle algorithm to achieve the mid-point of a very good example of C++
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-15
    • 文件大小:33809
    • 提供者:
  1. Bresenhamdrawcircle

    0下载:
  2. 计算机图形学 中点画圆算法 计算机图形学 计算机图形-The mid-point Circle Algorithm for Computer Graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:1136
    • 提供者:学生甲
  1. MidLineCircle

    0下载:
  2. 用中点画圆算法实现计算机图形学里面的画圆任务-Draw a circle with the midpoint algorithm to draw a circle inside the task of computer graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1939163
    • 提供者:潘红
  1. MidCircle

    0下载:
  2. 使用中点画圆算法,应用鼠标响应,确定中心和半径,就可以拖动鼠标画出我们需要的圆-Using the midpoint circle algorithm, application mouse response, determine the center and radius, you can drag the mouse to draw the circle we need
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1940356
    • 提供者:塞壬
  1. jmjhb

    0下载:
  2. 用中点画圆算法或者Bresenham算法画圆 -Bresenham midpoint circle algorithm or the use of circle algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:105428
    • 提供者:陈列
  1. midpoint_cirle

    0下载:
  2. 中点画圆算法的c语言实现,开发环境vc++6.0。用到第三方画图库-Midpoint circle algorithm c language
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-05
    • 文件大小:657
    • 提供者:安国明
  1. TuXingFinally

    0下载:
  2. 本程序可完成三种画线算法:DDA画线算法、中点画线算法、Breharm画线算法。还有清屏功能,还有两种裁剪算法,还有中点画圆算法的实现。-This program can complete three painting line algorithm: DDA painting line algorithm, stipple line algorithm, Breharm painting line algorithm. There are clear screen function, there
  3. 所属分类:Graph Drawing

  1. Mydraw

    0下载:
  2. 简单的绘图程序,包含图形学直线扫描算法:DDA,中点扫描线算法,Bresenham扫描线算法,画圆扫描算法:中点画圆算法和Bresenham扫描算法,几何图形的填充算法:种子填充和扫描线填充算法等-Simple drawing program, contains a the graphics straight line scan algorithm: DDA, the midpoint of the scan line algorithm, Bresenham scan-line algorit
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-24
    • 文件大小:5909996
    • 提供者:杜玉鹏
  1. huayuan

    0下载:
  2. 分别实现在任意位置以任意半径的中点画圆算法和Bresenham算法-Respectively in any position in any radius of stipple round algorithm and Bresenham algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1981023
    • 提供者:欧阳咩咩
  1. midpoint-circle-algorithm

    0下载:
  2. opengl中点画圆算法,增添了鼠标控制事件等-opengl midpoint circle algorithm Adds mouse control events, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:1411
    • 提供者:张博
  1. QFJ3

    0下载:
  2. 图形学中点画圆算法,运行程序,点击qfj菜单下-画圆查看效果-Graphics algorithm midpoint Circle
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2367457
    • 提供者:仇方娇
  1. src

    0下载:
  2. 利用Bresenham画圆法、中点画圆法以及椭圆生成算法在java界面绘制(Using the Bresenham circle method, the middle point drawing circle method and the ellipse generation algorithm to draw the java interface)
  3. 所属分类:绘图程序

    • 发布日期:2018-04-19
    • 文件大小:3072
    • 提供者:李木华
« 12 »
搜珍网 www.dssz.com