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

搜索资源列表

  1. MidPointCircle

    0下载:
  2. 生成圆弧的中点算法,消去浮点改进方法,差分方法-generation of the mid-point arc algorithm, improved floating-point elimination method Difference Method
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5776
    • 提供者:张老师
  1. [计算机图形学]画图v0.12b

    1下载:
  2. 计算机图形学中,使用中点算法绘画直线条的算法,在vc中实现,可用鼠标操作画线,且有动态效果-computer graphics, the use of line drawing algorithm midpoint of the algorithm to achieve the vc, can be used to operate the mouse to draw lines and have dynamic effects
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:39276
    • 提供者:葳蕤
  1. Graphics12

    0下载:
  2. 图形学 包括直线DDA、中点算法,圆的中点、正负算法,线宽控制。射线填充等算法-linear graphics including DDA, the midpoint algorithm, the midpoint of the round, plus or minus algorithm, linewidth control. Ray fill in the blanks Algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:23307
    • 提供者:张欣
  1. middle_bresenham_Line0

    0下载:
  2. 图形画椭圆与圆弧中点算法类似:确定一个象素后,接着在两个候选象素的中点计算一个判别式的值,由判别式的符号确定更近的点-To draw a ellipse,similar to the middle point of arc:after determine a pixel,calculate the value of a judge expression,according to its sign,determine the nearer point.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:49955
    • 提供者:沈征华
  1. 二.二维线画图元算法

    0下载:
  2. 北大版计算机图形学算法实现之中点法画线椭圆圆的VC程序-Beijing University computer graphics version algorithm among Point line drawing elliptical round VC Program
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:29690
    • 提供者:吴限负
  1. 凸包算法

    0下载:
  2. 用C#界面,鼠标在界面中点击生成点,然后系统会求出其凸包。
  3. 所属分类:C#编程

  1. 图形学中用中点生成算法画出直线和圆

    1下载:
  2. 运用VC++6.0完成了图形学中用中点生成算法画出直线和圆
  3. 所属分类:图形图象

    • 发布日期:2011-03-30
    • 文件大小:37928
    • 提供者:yang_05
  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-10
    • 文件大小:2285192
    • 提供者:文网文
  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. ComputerGraphics

    0下载:
  2. 图形学中简单图形的生成。画线,画圆,画椭圆。DDA,Bresenham,中点算法。-Simple graphics to generate graphics. Painting line, circle, oval painting. DDA, Bresenham, the mid-point algorithm.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:28569
    • 提供者:budget
  1. mid-pointdivision

    0下载:
  2. 一个简单的中点分割直线裁减算法,实现直线在屏幕中的裁剪算法-A simple linear reduction of the mid-point division algorithm in a straight line on the screen clipping algorithm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-25
    • 文件大小:281107
    • 提供者:海子
  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. 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. 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. cgtest2

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

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

    0下载:
  2. 二维线图元生成算法:包括直线中点算法、直线Brensenham算法 圆弧的中点算法、椭圆弧的中点算法等 -Two-dimensional line element generation algorithm: including a straight-line mid-point algorithm, linear algorithm Brensenham the mid-point arc algorithm, elliptical arc of the mid-point algorith
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:34457
    • 提供者:侯锦
  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. CG1

    0下载:
  2. 一个opengl下的图形学实验,展示了DDA算法画直线、中点Bresenham算法画直线、改进Bresenham算法画直线、八分法绘制圆等算法的c语言实现,结果采用每秒逐点画出,清晰明了-Opengl graphics under an experiment to demonstrate the DDA algorithm for drawing a straight line, the mid-point Bresenham algorithm for drawing a straight l
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:2163818
    • 提供者:林思哲
  1. gh

    0下载:
  2. 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algor
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:1445148
    • 提供者:lixuan
  1. MidPointLine

    0下载:
  2. The mid-point algorithm中点算法-The mid-point algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:407109
    • 提供者:william
« 1 2 34 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com