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

搜索资源列表

  1. QHNL255

    0下载:
  2. 图形直线中点生成算法,Bresenham画直线,Bresenham画椭圆-Graphical linear midpoint generation algorithm, Bresenham draw a straight line, Bresenham drawing ellipse
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:41984
    • 提供者:solvq
  1. evavqate-decomposition

    0下载:
  2. 内含直线生成的dda,中点画线算法及Bresenham算法界面美观方便实用-Contains linear generated dda, dotted line algorithm and Bresenham algorithm interface in beautiful and convenient and practical
  3. 所属分类:Java Develop

    • 发布日期:2017-12-12
    • 文件大小:250518
    • 提供者:faggt
  1. 2

    0下载:
  2. 熟练使用Visual C++ 6.0里面的MFC,实现直线的扫描转换的三种常用算法:数值微分法(DDA算法),中点画线法,Bresenham算法。-Skilled use of Visual C++ 6 inside the MFC, the realization of linear scan conversion of the three commonly used algorithms: numerical differentiation (DDA algorithm), the midp
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:179280
    • 提供者:木思
  1. 01

    0下载:
  2. 数值微分算法(DDA算法)、中点画线算法和Bresenham画线算法绘制直线-Numerical differentiation algorithm (DDA algorithm), midpoint line drawing algorithm and Bresenham line drawing algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:269312
    • 提供者:ningmeng
  1. 0867431

    0下载:
  2. bresenham 直线算法 值得大家参考,很好的,可以学习一下-Bresenham line algorithm is worth reference, very good, can learn
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-15
    • 文件大小:31744
    • 提供者:Gqyxtlda
  1. ulgbritwm

    0下载:
  2. 图形直线中点生成算法,Bresenham画直线,Bresenham画椭圆-Graphical linear midpoint generation algorithm, Bresenham draw a straight line, Bresenham drawing ellipse
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-16
    • 文件大小:56320
    • 提供者:pmuulwnp
  1. avd

    0下载:
  2. DDA与Bresenham算法-计算机图形学,不错的源码-DDA and Bresenham algorithm, computer graphics, a good source
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-17
    • 文件大小:40960
    • 提供者:IX!560
  1. qood

    0下载:
  2. 图形学的Bresenham算法的实现 有程序和说明 不错的-The realization of the graphics Bresenham algorithm has good application and specification
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-14
    • 文件大小:36864
    • 提供者:DYant$8506
  1. dbawing

    0下载:
  2. Based on bresenham s drawing circle algorithm-On bresenham s drawing circle algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-12-14
    • 文件大小:30114
    • 提供者:ntdla
  1. seacher

    0下载:
  2. Bresenham drew the assignment that the teacher requested-Bresenham drew the the assignment that the the teacher requested
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-15
    • 文件大小:20480
    • 提供者:nyhrca
  1. schlduleunwinding

    0下载:
  2. DDA算法的程序实现计算机图形学实验报告 改进的bresenham画线算法-DDA algorithm programs to implement computer graphics experiment report improved bresenham line drawing algorithm is presented
  3. 所属分类:Graph program

    • 发布日期:2017-12-15
    • 文件大小:17408
    • 提供者:Lzsley
  1. csaqo181

    0下载:
  2. 程序使用了Bresenham算法的思想,将四个象限的问题通过交换端-Programs using the thoughts of Bresenham algorithm, four quadrant problem through exchange
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-17
    • 文件大小:73728
    • 提供者:vyt@065760
  1. DDA_centerbresenham

    0下载:
  2. 可以实现DDA算法和中点bresenham算法,画线,使用vc++6.0实现,-DDA algorithm can be achieved and the middle point bresenham algorithm, drawing lines, using vc++ 6.0 implementation,
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:2035712
    • 提供者:小小梦
  1. DDA_bresenham

    0下载:
  2. 使用MATLAB编程实现画线算法DDA和中点bresenham算法-Using MATLAB programming to achieve the object line DDA and midpoint bresenham algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:3072
    • 提供者:小小梦
  1. line2

    0下载:
  2. 绘制任意斜率的直线段 设计CLine直线类,其数据成员为直线段的起点坐标P0和终点坐标P1,成员函数为MoveTo()和LineTo()函数。 CLine类的LineTo()函数使用中点Bresenham算法绘制任意斜率k的直线段,包括k=±∞、k>1、0≤k≤1、-1≤k<0和k<-1五种情况。 在屏幕客户区按下鼠标左键选择直线的起点,保持鼠标左键按下并移动鼠标到另一位置,弹起鼠标左键绘制任意斜率的直线段。 在状态栏动态显示鼠标光标移动时的位置坐标。-The slope of
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-11
    • 文件大小:2333993
    • 提供者:刘新义
  1. 92505159

    0下载:
  2. 内含直线生成的dda,中点画线算法及Bresenham算法界面美观方便实用-Contains linear generated dda, dotted line algorithm and Bresenham algorithm interface in beautiful and convenient and practical
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-17
    • 文件大小:250880
    • 提供者:pxnhukiue
  1. thguu7

    0下载:
  2. bresenham 直线算法 值得大家参考,很好的,可以学习一下-Bresenham line algorithm is worth reference, very good, can learn
  3. 所属分类:File Operate

    • 发布日期:2017-12-12
    • 文件大小:22926
    • 提供者:pvedioaded
  1. opengl_Bresenham

    0下载:
  2. 这是opengl的入门级代码,使用Bresenham算法绘制直线和圆形,供初学者参考。(This is the entrygl entry code, using Bresenham algorithm to draw a straight line and round, for beginners reference.)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-22
    • 文件大小:435200
    • 提供者:陈晟
  1. Brejenhan_Graphical

    0下载:
  2. Graphical linear midpoint generation algorithm, Bresenham draw a straight line, Bresenham drawing ellipse
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-22
    • 文件大小:41984
    • 提供者:rxla+92056
  1. 两种直线划线算法

    0下载:
  2. 使用DDA划线算法和Bresenham划线算法生成两种不同的直线,并构思图形(Using the DDA scribing algorithm and the Bresenham scribing algorithm, two different straight lines are generated, and the graphics are conceived)
  3. 所属分类:其他

« 1 2 ... 34 35 36 37 38 3940 41 »
搜珍网 www.dssz.com