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

搜索资源列表

  1. ComputerGraphics

    0下载:
  2. 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5458547
    • 提供者:隗平
  1. Line_Circle

    0下载:
  2. MFC用中值法画直线,用中点法画圆,两者结合在一起-MFC value method used in drawing a straight line, draw a circle with the midpoint method, the two together
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1929280
    • 提供者:Nigel
  1. 10_01

    0下载:
  2. 内含随机中点位移法生成山源代码。双击Debug下的draw_moun.exe文件,程序运行;双击draw_moun.dsw文件,进入编辑环境。-Random midpoint displacement method contains the source code generated mountains. Double-click the Debug draw_moun.exe file under the program to run double draw_moun.dsw documen
  3. 所属分类:Fractal program

    • 发布日期:2017-03-29
    • 文件大小:822738
    • 提供者:胡婷
  1. case11

    0下载:
  2. 中点分割直线裁剪算法,从中间开始裁剪直线,使得直线分割 -The midpoint of straight line clipping algorithm, starting from the middle of cutting a straight line, making a straight line segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:280144
    • 提供者:winsome
  1. tuxing

    2下载:
  2. 图形学实验,用opengl画圆,实现中点Bresenham算法画直线,实现改进Bresenham算法画直线码,实现具有宽度的图形(线刷子或方刷子)-Graphics experiment, using opengl draw a circle to achieve the midpoint of Bresenham algorithm for drawing a straight line, to achieve improved Bresenham algorithm for drawing
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:2742
    • 提供者:吴心
  1. Graphic

    0下载:
  2. 实验内容 :(1)理解glut程序框架(2)理解窗口到视区的变换(3)理解OpenGL实现动画的原理(4)添加代码实现中点Bresenham算法画直线(5)添加代码实现改进Bresenham算法画直线(6)添加代码实现圆的绘制(可以适当对框架坐标系进行修改) -Experimental content : (1) understand the glut application framework (2) understand the window to viewport trans
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:252064
    • 提供者:
  1. midpoint

    0下载:
  2. 本程序是利用中点画线法画圆程序,可以根据需求画出套圈的圆-This procedure is the use of stipple line method drawcircle procedures, can be painted in accordance with the needs of a round ferrule
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:12714
    • 提供者:肖旭
  1. CirclePaint

    0下载:
  2. 用java实现对圆算法的模拟,圆的实现可以有中点算法,bresemham算法。-Using java to achieve a round of the simulation algorithm, the realization of a round can be the midpoint algorithm, bresemham algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1895
    • 提供者:欧阳美娇
  1. grapic

    0下载:
  2. 图像学breasem算法,中点圆算法和中点椭圆算法 可以保存 打开-Image Study breasem algorithm, the midpoint circle algorithm and the midpoint ellipse algorithm can be preserved for open
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:68205
    • 提供者:sunkewu
  1. Bresenham

    0下载:
  2. 直线的中点生成算法,通过输入两个坐标点,生成斜率<1的直线!可以改变颜色!-The midpoint of a straight line generating algorithm, by entering the coordinates of two points, to generate the slope of <1 in a straight line! Can change the color!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:803
    • 提供者:安安
  1. fractal

    1下载:
  2. 一个完整的中点位移法产生三维分形地形的源码程序,注:用SGI的opengl库-A complete three-dimensional midpoint displacement method generated fractal terrain source procedures, Note: The use of SGI s opengl library
  3. 所属分类:Fractal program

    • 发布日期:2016-07-05
    • 文件大小:63943
    • 提供者:李建
  1. DDA

    0下载:
  2. 扫描线算法。有DDA 中点算法,以及圆的中点扫描算法-Scan line algorithm. There DDA midpoint algorithm, as well as the mid-point of circular scan algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:45029
    • 提供者:
  1. huayuan

    0下载:
  2. 这是画圆的源程序,运用中点画圆算法画圆,-This is drawcircle source, using the midpoint drawcircle algorithm drawcircle,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:31378
    • 提供者:BMW M3
  1. 00613021

    0下载:
  2. 画图程序,实现画直线,中点画圆,中点画椭圆,画多边形-Paint program, the realization of painting a straight line, the midpoint drawcircle, in stipple oval painting polygon
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:47238
    • 提供者:王丽云
  1. cgtest2

    0下载:
  2. 图形学试验源程序,brensanham算法画圆,中点算法画圆-Graphics test source, brensanham drawcircle algorithm, the midpoint algorithm drawcircle
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:52965
    • 提供者:king
  1. Bresenham-line

    0下载:
  2. 这是一个用VC++6.0开发的一个Bresenham中点算法的直线的绘制,可供参考。-This is a used VC++ 6.0 developed by the midpoint of a Bresenham line drawing algorithm, for reference.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:263182
    • 提供者:廖春华
  1. midpointdrawcircularity

    0下载:
  2. 中点画圆的算法实现,是VC++的源代码,这个算法只是中点画圆的一种而已-Drawcircle midpoint algorithm is VC++ The source code, this algorithm is only a mid-point of no more than drawcircle
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:29441
    • 提供者:daolang
  1. many

    0下载:
  2. 基本图元生成,实现直线画法的DDA算法,中点画圆等-The basic element generation, to achieve a straight line drawing of the DDA algorithm, such as the midpoint drawcircle
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:56961
    • 提供者:何明耀
  1. Bressonham.tar

    0下载:
  2. 利用opengl实现中点Bressonham画直线和圆,改进的Bressonham画直线等。容计算机画图算法和opengl应用技术为一体的代码,非常值得大家学习!-Opengl midpoint Bressonham realize the use of a straight line and circle drawing, improved Bressonham such as painting a straight line. Let the computer opengl drawing
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:2771
    • 提供者:江军
  1. Bresenham

    0下载:
  2. Bresenham算法,椭圆中点Bresenham,是VC++算法,初学计算机图形学的人来说,是一个不错的例子。-Bresenham algorithm, elliptic midpoint Bresenham, are VC++ algorithm, beginner computer graphics of the people, are a good example.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:241805
    • 提供者:yusheng
« 1 2 3 4 5 6 78 9 10 11 12 ... 24 »
搜珍网 www.dssz.com