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

搜索资源列表

  1. 实验三圆的中点转换算法

    0下载:
  2. 课堂上老师要求做的实验三。实现圆的中点转换算法。-class, the teacher asked to do the experiment three. Circle the midpoint conversion algorithm.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4760
    • 提供者:郑平
  1. 中点算法

    0下载:
  2. 扫描转换直线段的中点算法、描转换圆弧的中点算法和扫描转换椭圆弧的中点算法-linear scan conversion of the midpoint algorithm depiction of the mid-point arc conversion algorithm and scan conversion ellipse the midpoint algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:23610
    • 提供者:kuld
  1. 2DLineMeta

    0下载:
  2. vc画圆 使用中点算法 消影 抖动-vc Circle midpoint algorithm using video jitter Consumers
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:43979
    • 提供者:王哲
  1. line1

    0下载:
  2. 直线中点算法生成,计算机图形学重要应用之一。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:12424
    • 提供者:马车
  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. 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-03-31
    • 文件大小:45029
    • 提供者:
  1. MidPointLine

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

    • 发布日期:2017-04-24
    • 文件大小:407109
    • 提供者:william
  1. MidPointEllipse

    0下载:
  2. 掌握实现了扫描转换直线段的中点算法、描转换圆弧的中点算法和扫描转换椭圆弧的中点算法。-Grasp the realization of the scan conversion of the mid-point of the straight-line algorithm, described the mid-point arc conversion algorithm and scan conversion of the mid-point algorithm for elliptic arc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:826008
    • 提供者:wangying
  1. MidpointLine

    0下载:
  2. 基于中点算法的画直线程序,任意两点都能画-The mid-point algorithm based on the procedures for painting a straight line, any two points can be drawn
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1892675
    • 提供者:宋佳
  1. lab

    0下载:
  2. 用MFC实现的直线(DDA算法、中点算法和Bresenham算法)、圆(八分画圆)、椭圆(四分画椭圆)。-Line with the MFC implementation (DDA algorithm, Bresenham midpoint algorithm and the algorithm), round (eighth circle), elliptic (oval four paintings).
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1957998
    • 提供者:Jim
  1. graphics

    0下载:
  2. 1)给出系统框架。 2)调用画点的函数,分别用DDA、中点Bresenham算法和改进Bresenham算法绘制直线和中点算法绘制直线、用不同的算法绘制圆和椭圆 ,并各自比较算法精度与效率的差别 。 3)实现二维图形的变换。(包括平移,放缩,旋转,错切以及复合变换) 4)运用所学的区域填充算法实现区域填充。 5)运用所学算法实现线段裁剪以及多边形裁剪(多边形裁剪为可选)。 6)自己实现其它附加以及需要完善的功能。 -1) give system framework.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:327158
    • 提供者:元宝
  1. program

    2下载:
  2. windows控制台窗口画图:实现扫描转换任意一个椭圆,使用windows下的SetPixel函数。算法使用的是中点算法,算法效率较高。-The console windows drawing: realize scanning conversion any elliptic, using the Windows of the SetPixel function. The halfway point algorithm is used, whose efficiency is higher.
  3. 所属分类:Console

    • 发布日期:2015-04-05
    • 文件大小:2896896
    • 提供者:computergeek
  1. cg

    0下载:
  2. 金刚石算法,直线中点算法,圆及椭圆中点算法,完整源代码,MFC-Diamond algorithms, linear midpoint algorithm, round and oval midpoint algorithm, complete source code, MFC
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-19
    • 文件大小:11607097
    • 提供者:胡文佳
  1. Line

    0下载:
  2. 包括计算机图形学的——直线的三种算法 1.DDA算法 2.bresenham算法 3.中点算法算法 -A program about the algorithm of line, And the IDE is VS2010
  3. 所属分类:.net

    • 发布日期:2017-11-18
    • 文件大小:57672
    • 提供者:sky
  1. draw

    0下载:
  2. 计算机图形学实验作业,用MFC编的,已经实现了DDA画直线,中点算法画直线,中点画圆和椭圆,扫面转换多边形,种子填充,反走样直线-Computer graphics lab assignments, MFC series has achieved the DDA draw a straight line, the midpoint algorithm to draw a straight line, the midpoint of the circle and the ellipse, swee
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:5522811
    • 提供者:王燕霞
  1. MidPointCircle

    0下载:
  2. 中点算法画圆,利用了圆的八对称性,为了显示八对称性用了颜色进行区分-Midpoint circle algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:203346
    • 提供者:zhoupeng
  1. 案例13-直线段中点分割算法

    0下载:
  2. 计算机图形学里的投影透视算法,所用软件是C++(Projection perspective algorithm in computer graphics)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:2770944
    • 提供者:冰冰冰冰
« 12 3 4 »
搜珍网 www.dssz.com