搜索资源列表

  1. Bresenham

    0下载:
  2. C++ code. Realization of Bresenham algorithm for rasterization of line, ellipse and circle (with Glut).
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:bob stan
  1. Documents

    0下载:
  2. bresenham line plotting in java
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:blitscritz
  1. Bresenham

    0下载:
  2. Bresenham画线算法,并且对于该算法的时间效率进行了比较对于图形学画线效率比较有参考价值-Bresenham line drawing algorithm, and for time efficiency of the algorithm were compared to the efficiency of drawing lines for the graphics have more reference value
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:ki
  1. Lcd_DrawLine

    0下载:
  2. Bresenham画直线算法程序,在320240LCD上用过,很好用。-Bresenham line drawing algorithm program used in 320240LCD on, very good use.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:wilsonhuang
  1. Bresenham

    0下载:
  2. Drawing a straight line using Bresenham algorithm can be easy.
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:katapulta
  1. Bresenham

    0下载:
  2. Bresenham画线算法,高效实用的画线算法,源于课本源码很实用-Bresenham line drawing algorithm, efficient and practical algorithm for drawing lines, from the textbook very useful source
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:wulei
  1. draw(vc)

    1下载:
  2. VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (nu
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:29973504
    • 提供者:鈞天下
  1. Bresenham

    0下载:
  2. 通过图形学中的Bresenham画线算法的原理,可以实现通过Bresenham的思想进行画线。-Through the graphics, Bresenham draw line algorithm, can realize the principle of Bresenham s thoughts by drawing a line.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:haoqiu
  1. line

    0下载:
  2. bresenham 直线中点bresenham算法-bresenham line
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:celina
  1. Bresenham

    0下载:
  2. Bresenham line, espero les sirva para su clase de graficacion
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:nismaw
  1. Bresenham

    0下载:
  2. 基于Bresenham画线算法的图像快速.高精度旋转算法-Bresenham line drawing algorithm based on the images quickly. High-precision rotation algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:243712
    • 提供者:刘德华
  1. Bresenham

    0下载:
  2. Bresenham画线算法的实现,同时,利用Bresenham画线算法绘制任意方向直线-Bresenham line drawing algorithm, while the use of Bresenham line drawing algorithm to draw a straight line in any direction
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:3425280
    • 提供者:cs
  1. CarolinaPachon1200827-Linea-Bresenham

    0下载:
  2. it contains a fill with bresenham line
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:35840
    • 提供者:Jeso
  1. Bresenham-MaA

    0下载:
  2. 直线Bresenham算法的基本原理是采取对整型参量的符号进行检测,整型参量的值正比于两像素与实际线段之间的偏移。直线的中点Bresenham算法是依据下一个点可能出现的两个点的中间点处在直线的位置来判断下一个点的取舍。-The basic principle of Bresenham line algorithm is to take the sign of the integer parameter testing, integer
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:241664
    • 提供者:tianchong
  1. Bresenham

    0下载:
  2. 利用vs2008实现的直线扫描转换的Bresenham算法,能够实现k取不同值时的八种画法-Use vs2008 to achieve the Bresenham line scan conversion algorithms for different values ​ ​ of k the eight painting
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:2048000
    • 提供者:qianlei
  1. bresenham

    0下载:
  2. 计算机图形学编程实验,实现Bresenham算法绘制线段-Computer graphics programming experiment to achieve the Bresenham line drawing algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:潘陆
  1. Bresenham

    0下载:
  2. 实现了Bresenham画线算法,实现了橡皮筋功能,并且实现了种子填充算法,同时对种子填充算法进行了改进,解决了种子填充算法过于耗资源从而导致内存溢出的缺点。-Bresenham line drawing algorithm implemented to achieve a rubber band function, and to achieve a seed filling algorithm, while the seed fill
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Tom
  1. Bresenham

    0下载:
  2. bresenham line drawing algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Darwin
  1. Bresenham

    0下载:
  2. 采用C#和CSOPENGL实现计算机图形课程中Bresenham画直线算法-Achieved using C# and the computer graphics course CSOPENGL Bresenham line drawing algorithm
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:194560
    • 提供者:duyi
  1. Bresenham

    0下载:
  2. Bresenham画线算法 与DDA算法相似,Bresenham画线算法也要在每列象素中找到与理想直线最逼近的象素点。-Bresenham line drawing algorithm with similar DDA algorithm, Bresenham line algorithm should find the most ideal straight-line approximation pixels in each co
  3. 所属分类:.net编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:罗琳
« 1 2 3 45 6 7 8 9 10 ... 23 »

源码中国 www.ymcn.org