搜索资源列表

  1. 画圆算法

    0下载:
  2. 两种画圆的算法,中点画圆算法和Bresenham画圆算法-the algorithm, the midpoint of Bresenham algorithm and Circle Circle Algorithm
  3. 所属分类:GDI/图象编程

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

    0下载:
  2. VC环境下的中点画圆算法-VC environment of the mid-point Circle Algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:36.66kb
    • 提供者:唐新民
  1. 3qwes

    0下载:
  2. 用Bresenham画圆算法绘制椭圆-with Bresenham algorithm mapping Circle Oval
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-12-24
    • 文件大小:32kb
    • 提供者:几米
  1. 中点画圆算法

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

    • 发布日期:2024-12-24
    • 文件大小:36kb
    • 提供者:唐新民
  1. 重点画圆

    0下载:
  2. .中点画圆算法,即画出图形界面,当电机不同按钮时会出不同的图形。具体实现算法是中点画圆算法。-. Midpoint drawcircle algorithm, that is, to draw a graphical interface, when the motor will be different for different button graphics. Concrete realization of the algorith
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-12-24
    • 文件大小:34kb
    • 提供者:花萼
  1. 图形学直线的生成算法

    0下载:
  2. 圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenham画圆算法画出一个圆心在点(xc,yc), 半径为R, 圆周颜色为color的圆-Center in the basics of radius R for the first four hours round the Bresenham algorithm Circle pro
  3. 所属分类:其他小程序

    • 发布日期:2024-12-24
    • 文件大小:1kb
    • 提供者:
  1. 画圆算法

    0下载:
  2. 两种画圆的算法,中点画圆算法和Bresenham画圆算法-the algorithm, the midpoint of Bresenham algorithm and Circle Circle Algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-12-24
    • 文件大小:33kb
    • 提供者:刘宇
  1. drawcrile

    0下载:
  2. 画圆算法!包括中点画圆等各种算法。VC++实现。-Circle algorithm! Including the midpoint Circle various algorithms. VC.
  3. 所属分类:图片显示浏览

    • 发布日期:2024-12-24
    • 文件大小:33kb
    • 提供者:小谢
  1. midpointcircle-coding

    0下载:
  2. 自己用C语言编写的中点画圆算法,根据用户输入的圆心坐标和半径画出相应的圆形。-own use C language prepared by the midpoint drawcircle algorithm, According to user input center coordinates and radius of the circle corresponding paint.
  3. 所属分类:2D图形编程

    • 发布日期:2024-12-24
    • 文件大小:31kb
    • 提供者:ffff
  1. Bresenham_Circle

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

    • 发布日期:2024-12-24
    • 文件大小:68kb
    • 提供者:李真
  1. threeSamplesForOpenGL

    0下载:
  2. 第一个是分别用Bresenham和DDA算法画直线,第二个是画圆算法,第三个是cohen-sutherland算法的实现-respectively DDA Bresenham algorithm and line drawing, and the second is drawcircle algorithm, Cohen is the third-Algorithm of sutherland
  3. 所属分类:OpenGL

    • 发布日期:2024-12-24
    • 文件大小:207kb
    • 提供者:邹文科
  1. drawCircle

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

    • 发布日期:2024-12-24
    • 文件大小:1.81mb
    • 提供者:sfdlkwqe
  1. midcircle

    0下载:
  2. 简单的计算机图形学的中点画圆算法,用Vc++描述,可以实现绘制,供参考-Simple computer graphics of the mid-point drawcircle algorithm, using Vc++ Descr iption, mapping can be achieved, for reference
  3. 所属分类:2D图形编程

    • 发布日期:2024-12-24
    • 文件大小:75kb
    • 提供者:
  1. PLine

    0下载:
  2. 画图算法,包括数值微分法、中点画圆法、Bresenham画线、画圆算法等-Drawing algorithms, including numerical differential method, the midpoint drawcircle, Bresenham line draw, drawcircle algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-12-24
    • 文件大小:2.28mb
    • 提供者:刘丹
  1. MidpointCircle

    0下载:
  2. 计算机图形学 中点画画圆算法的Matlab程序-Computer graphics algorithms in Matlab stipple procedures drawcircle
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-12-24
    • 文件大小:1kb
    • 提供者:章礼平
  1. Line-circle

    0下载:
  2. C++实现计算机图形学算法,绘制线(数值微分法、中点画线法、Bresenham法),绘制圆(圆心半径画圆、中心点画圆算法)-C++ realization of computer graphics algorithms, rendering line (numerical differential method, the stipple method of lines, Bresenham method), draw the circl
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-12-24
    • 文件大小:49kb
    • 提供者:钟哲
  1. lcdglibcricle

    0下载:
  2. 嵌入式 LCD 编程 画圆算法~~ bresenham 画圆算法的改进-embeded lcd program guider . bresenham arithmetic
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-12-24
    • 文件大小:126kb
    • 提供者:jude
  1. program

    0下载:
  2. 计算机图形学课程算法演示系统 (1)画线算法演示:实现画线的三个算法---DDA画线算法、中点画线算法、Bresenham画线算法。建立坐标系,由用户输入两点坐标,体现直线的走势,最后给出算法的参数值以及实现清除功能。 (2)画圆算法演示:实现画圆的两个基本算法---Bresenham画圆算法、中点画圆算法。由用户输入圆的半径,体现圆的四个象限的走势,最后给出算法的误差值以及实现清除功能。 (3)填充算法演示:实现边填充和种
  3. 所属分类:图形图象

    • 发布日期:2024-12-24
    • 文件大小:2.22mb
    • 提供者:于小鱼
  1. tcCircle

    0下载:
  2. TC下中点画圆算法,可以直接下载来运行-midcircle
  3. 所属分类:图形图象

    • 发布日期:2024-12-24
    • 文件大小:1kb
    • 提供者:kevin
  1. 切入圆算法仿真

    0下载:
  2. 实现了水中机器鱼以切入圆到达目标点的matlab仿真程序(The MATLAB simulation program for robotic fish to reach the target point is achieved.)
  3. 所属分类:matlab例程

    • 发布日期:2024-12-24
    • 文件大小:3kb
    • 提供者:张楠万岁
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org