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

搜索资源列表

  1. LineScanConversion

    0下载:
  2. 使用MATLAB 6.5开发,圆弧的扫描转换算法,中点画圆法画圆。-The development of the use of MATLAB 6.5, the scan conversion algorithm arc, the midpoint drawcircle drawcircle.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:624
    • 提供者:流星
  1. sanjiaowang

    0下载:
  2. 用中点画圆法画一个圆,其生成的速度快,存储结构比较简单-Drawcircle paintings by the mid-point of a circle, which generates fast, relatively simple storage structure
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1919820
    • 提供者:张明
  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. BaseDrawing

    0下载:
  2. 这是用MFC开发的画图软件,包括画直线,圆和椭圆,圆和椭圆是用中点画圆法-This is developed with MFC drawing software, including painting a straight line, circular and oval, round and ellipse is the midpoint of drawcircle
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1953654
    • 提供者:hongmao
  1. graphic

    1下载:
  2. 能用数值微分法画直线,用中点画圆法,besenham画圆,用中点画圆法画椭圆,-line circle ellipse
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-13
    • 文件大小:1950144
    • 提供者:liulei
  1. DRAW3013

    0下载:
  2. 一个简单的绘图程序,实现类的继承。可以画直线、圆、矩形。并实现简单的图形保存。直线画法为DDA,圆的画法为中点画圆法,矩形在直线基础上画。程序比较适合初学者。-A simple drawing program to achieve class inheritance. Can draw a straight line, round, rectangular. And to achieve a simple, save the drawing. Straight-line painting for
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:4020613
    • 提供者:李干
  1. yuan

    0下载:
  2. 编程实现中点画圆法和圆的Bresenham算法; 2.编程实现一种区域填充算法,能够对任意绘制一个N边形(N>=5)进行填充。 -Programming midpoint drawcircle and round Bresenham algorithm 2. Programming to achieve a region filling algorithm can arbitrarily draw a N-gon (N> = 5) were filled.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:610
    • 提供者:孙伟
  1. MidPointCircle

    0下载:
  2. MidpointCircle 利用C语言编的中点画圆法画同心圆 -MidpointCircle using C language series of concentric circles drawn midpoint drawcircle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1916071
    • 提供者:赵莉
  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. ZUOYE1

    0下载:
  2. 可以实现在turboC上用DDA法画直线,用中点画圆法画圆并成图-Can be achieved with the DDA Act on the turboC draw a straight line, draw a circle with the midpoint drawcircle and mapping
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:665
    • 提供者:April
  1. Center_draw_cycle

    0下载:
  2. 用C中中点画圆法画圆。要求输入圆心的坐标和半径。-With C in the midpoint drawcircle Circle. Asked to enter the circle center coordinates and radius.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:35095
    • 提供者:哈哈
  1. mygraphic

    0下载:
  2. 在VC++环境下,实现Bressham直线画法,中点画圆法,种子填充算法,Bezier曲线,黑块的移动,一个立方体的三维透视。-In VC++ environment, to achieve Bressham painting a straight line, circle the midpoint method, the seed filling algorithm, Bezier curves, the black block move, a cube of three-dimensiona
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3936572
    • 提供者:戴思远
  1. TextWGL(MidPoint)

    0下载:
  2. 中点画圆法,使用vc++,假设中心在原点,半径为整数R的圆的画法-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1905678
    • 提供者:liqianmei
  1. an

    0下载:
  2. 数值微分DDA画线法,breseham画线法,中点画圆法,种子填充算法。-Draw a line, elliptical and other graphic picture
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10929394
    • 提供者:陈长春
  1. zhong-dian-hua-yuan-fa

    0下载:
  2. 用中点画圆法画椭圆。可以改变大小和位置。-Ellipse midpoint drawcircle.You can change the size and position.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:45491
    • 提供者:my name
  1. 1zsb02_10_20

    0下载:
  2. 1.实现DDA、Bresenham 直线生成算法。2.实现Bresenham 画圆法或中点画圆法。3.实现Bresennham 或中点法椭圆生成算法。4.利用1、2、3 实现的直线、圆、椭圆图形生成函数进行图形绘制.-1. Achieve DDA, Bresenham line drawing algorithm. 2. The Bresenham drawcircle or midpoint Circle. 3. Oval generation algorithm to achieve Bre
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-25
    • 文件大小:42750
    • 提供者:郭娟
  1. BresenhamDrawCircle

    0下载:
  2. 基于C++的bresenham中点画圆法,源码,在VC6.0和VS2010均能实现-Based C++ bresenham midpoint drawcircle, the source code, can achieve in VC6.0 and VS2010
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-20
    • 文件大小:993
    • 提供者:Wendy.Wang
  1. include1

    0下载:
  2. 利用中点画圆算法绘制一个圆,中点画圆法是利用圆心在坐标原点圆的方程,将每个像素的中点坐标代入圆的方程得到d,再通过d的值来确定中点与圆的位置。-Utilization of stipple round draw a circle algorithm。Stipple the center circle method is to use in the origin of coordinates the equation of circle, the midpoint of each pixel co
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:22528
    • 提供者:沈广洋
  1. BresenhamDrawCircle

    0下载:
  2. 基于C++的bresenham中点画圆法,源码,在VC6.0和VS2010均能实现-Based C++ bresenham midpoint drawcircle, the source code, can achieve in VC6.0 and VS2010
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:1037
    • 提供者:movePr
  1. MidPointCirle

    0下载:
  2. 用中点画圆法,通过调用opengl库在VC++中画一个圆-draw a circle with openGL
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:781
    • 提供者:asacoup
« 1 23 »
搜珍网 www.dssz.com