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

搜索资源列表

  1. linesphere

    0下载:
  2. 描述了DDALine和Breshenham两种画直线的方法,并且有圆的画法,中点圆优化算法,和Breshenham画圆,都很详细,也能运行 -DDALine and Breshenham describes two ways to draw a straight line, and drawing a circle, the midpoint circle algorithm Breshenham drawcircle and very detailed, but also to run
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:41236
    • 提供者:走走
  1. bresenham

    0下载:
  2. 1.实验目的: 理解基本图形元素光栅化的基本原理,掌握一种基本图形元素光栅化算法,利用OpenGL实现直线光栅化的DDA算法。 2.实验内容: (1) 根据所给的直线光栅化的示范源程序,在计算机上编译运行,输出正确结果; (2) 指出示范程序采用的算法,以此为基础将其改造为中点线算法或Bresenham算法,写入实验报告; (3) 根据示范代码,将其改造为圆的光栅化算法,写入实验报告; (4) 了解和使用OpenGL的生成直线的命令,来验证程序运行结果。 -shi
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:440589
    • 提供者:jing
  1. lineBresenham

    0下载:
  2. 直线中点 breashhanme算法 教研室编的 绝对有用 -line center breshame usefull program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:258159
    • 提供者:richway
  1. midpoint

    0下载:
  2. 计算机图形学的区域填充的中点填充,算法可实现-Computer graphics to fill the mid-point of the region filling algorithm can be realized
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-21
    • 文件大小:6421440
    • 提供者:xiangcao
  1. fouralgorithminCG

    0下载:
  2. 计算机图形学四种基本算法的实现,包括B氏画线算法,DDA算法,中点圆算法和椭圆算法,输出结果动态显示。-Computer graphics to achieve four basic algorithms, including the B-line algorithm' s painting, DDA algorithm, the midpoint circle algorithm and elliptic algorithm, dynamic display output.
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:2039
    • 提供者:zdh
  1. circle_Bresenham

    0下载:
  2. 圆中点Bresenham算法,人机交互界面,输入半径大小,即可得圆-Bresenham midpoint circle algorithm, human-computer interaction interface, enter the radius, you can get round
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:258209
    • 提供者:winsome
  1. CircleDraw

    0下载:
  2. 这是计算机图形学中的园的生成的源代码,用中点和bresenham两种算法生成的-This is the computer graphics in the park generated source code, with the midpoint and the two kinds of algorithms generated bresenham
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1962231
    • 提供者:韩生福
  1. tuxingxue

    0下载:
  2. 这是一个计算机图形学实例,在C++环境下实现圆中点BRESENHAM算法-This is an example of computer graphics in C++ environment to achieve the midpoint circle algorithm BRESENHAM
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:5129
    • 提供者:刘洁
  1. text2

    0下载:
  2. 利用在Visual C++ 6.0环境下创建MFC AppWizard(exe),实现直线/圆/椭圆中点Bresenham算法-Take advantage of Visual C++ 6.0 environment to create MFC AppWizard (exe), to achieve a straight line/circle/elliptical mid-point of Bresenham Algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:303869
    • 提供者:林丽
  1. MidBresenhamLine

    0下载:
  2. 中点 Bresenham 算法绘制0<<k<<1直线 C语言 调试成功 Bresenham 算法画圆 调试成功-Bresenham algorithm for drawing
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:612
    • 提供者:杨凡
  1. 2_MyEllipse

    0下载:
  2. 计算机图形学课程作业 中点椭圆算法实现 -Computer Graphics coursework midpoint ellipse algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:262983
    • 提供者:王大山
  1. computer-graphics

    0下载:
  2. 计算机图形学的作业。该程序包括图形生成(DDA直线/中点直线/BH直线/中点圆/正负圆/BH圆),图形显示(边缘/种子/扫描线填充),二维裁剪(CS/中点分割/LB/多边形裁剪),图形变换(平移/对称变换/旋转/缩放),曲线生成(Bezier曲线/B样条曲线/Hermite曲线)的算法。-It is my computer graphics work. The program includes graphics generation (DDA line/mid-point of line/BH
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2122208
    • 提供者:张君珏
  1. Graphic

    0下载:
  2. 使用C语言编写的一些简单的图形算法基础,其中有中点直线算法,中点画圆,种子填充和裁剪算法。-Using the C language written in the basis of some simple graph algorithms, including the midpoint of a straight line algorithms, the mid-point Circle, seed filling and clipping algorithms.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:58358
    • 提供者:周拓
  1. mybit

    0下载:
  2. 此程序用于直线裁剪,利用中点裁剪直线算法,先画直线,再画裁剪框,然后进行裁剪。裁剪的方法可以裁里面,也可以裁外面。-This procedure for straight cutting, using the midpoint of cutting a straight line algorithms, first drawing a straight line, then draw cutting box, and then cut. Cutting method can cut inside
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1709302
    • 提供者:程元森
  1. xianduan

    0下载:
  2. 从直线的Cohen-Sutherland、中点分割和参数化裁剪算法中,任选一种,编程实现; 2.编程实现Bezier曲线分割递推de Casteljau算法。 3.任选一种曲面,并编程实现 -From the line of Cohen-Sutherland, the midpoint of segmentation and parametric clipping algorithm, Choose one, programming 2. Programming Recursive
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:966
    • 提供者:孙伟
  1. middle

    0下载:
  2. 中点画图算法(直线,圆,椭圆),其中圆包括Bresenham算法-Midpoint of the drawing algorithm (lines, circles, ellipses), which include the Bresenham algorithm for circle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:121440
    • 提供者:jiaxuetao
  1. jitu

    0下载:
  2. 计算机图形学基本算法 DDA直线 中点直线 BRESEMHAM圆 正负法圆 B样条曲线 B曲线 -DDA line algorithm for computer graphics, the midpoint of the basic straight-line method BRESEMHAM circle round the positive and negative B-spline curve B curve
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4477602
    • 提供者:方辰
  1. zhixian

    0下载:
  2. brerenham提出的中点线扫描转换算法。-brerenham raised the midpoint of line scan conversion algorithm.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:345501
    • 提供者:王水
  1. Bresenham

    0下载:
  2. 计算机图形学直线中点的Bresenham算法代码-Computer Graphics Bresenham midpoint line algorithm code
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2101276
    • 提供者:小晓
  1. Bresenham

    0下载:
  2. 计算机图形学椭圆中点的Bresenham算法代码-Computer Graphics Bresenham midpoint ellipse algorithm code
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:240759
    • 提供者:小晓
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com