搜索资源列表

  1. DrawPaintCode

    0下载:
  2. 代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method,
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:229376
    • 提供者:刘晴
  1. lineBres.cpp

    0下载:
  2. 用Bresenham画线算法实现的反走线程序-with Bresenham line drawing algorithm anti-alignment procedure
  3. 所属分类:OpenGL

    • 发布日期:2024-05-22
    • 文件大小:232448
    • 提供者:davy
  1. Bresenham

    0下载:
  2. 使用Bresenham方法绘制直线和圆,可以作为计算机图形学的例子-The use of Bresenham straight line and circle drawing method can be used as examples of computer graphics
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-22
    • 文件大小:43008
    • 提供者:KIDXT
  1. drawline

    0下载:
  2. 通过数值微分法,中点画线法,Bresenham法画任意斜率直线-By numerical differentiation, medium stipple line method, Bresenham law slope of a straight line drawn arbitrarily
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-22
    • 文件大小:49152
    • 提供者:陈良
  1. Bline

    0下载:
  2. 计算机图形学直线Bresenham算法,值得大家参考-Computer Graphics Bresenham line algorithm, it is worth U.S. reference
  3. 所属分类:OpenGL

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

    0下载:
  2. Bresenham画直线线算法与画圆算法实现-Bresenham straight line drawing algorithm and algorithm drawcircle
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-22
    • 文件大小:48128
    • 提供者:Kword
  1. EX5

    0下载:
  2. 本人原创图形学实验程序,完成DDA,BRESENHAM直线、圆、椭圆算法,扫描线、种子填充算法,平移、旋转、缩放等算法。-I original graphics experimental procedures, the completion of DDA, BRESENHAM a straight line, round, oval algorithm, scanning lines, seed filling algorithm, s
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:62464
    • 提供者:Diana
  1. DrawLine

    0下载:
  2. 用bresenham,dda,midpoint三种算法实现画直线,鼠标可在屏幕上取点画直线-With bresenham, dda, midpoint algorithm painting of three straight, the mouse can check on the screen straight stipple
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:18432
    • 提供者:刘提
  1. draw

    0下载:
  2. 计算机图形学 此系统由本人独自开发; CGraph类中是画图函数; 画直线: DDA算法 中点Bresenham算法 改进的Bresenham算法 画圆: 中点Bresenham算法 画椭圆: 中点Bresenham算法-Computer graphics system developed by me alone CGraph class is drawing
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-22
    • 文件大小:1991680
    • 提供者:
  1. Bresenham_Line

    0下载:
  2. 在VC下,通过打点方式绘制Bresenham_Line曲线,适合各象限的曲线。-In the VC, by way of drawing RBI Bresenham_Line curve, the curve for each quadrant.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:1937408
    • 提供者:郑坛光
  1. Draw

    0下载:
  2. 图形学作业,实现了DDA、Bresenham绘制直线和圆的算法,及多种填充、裁剪算法。-Graphics operations, the realization of the DDA, Bresenham straight line and circle drawing algorithm, and a variety of filling, clipping algorithm.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-22
    • 文件大小:2057216
    • 提供者:曹玫璇
  1. bresenhamhuaxian

    0下载:
  2. Bresenham画线法实现直线段的扫描转换-Bresenham drawing line method to achieve a straight line segment scan conversion
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:18432
    • 提供者:燕子
  1. dda_bresenham

    0下载:
  2. use DDA and bresenham algorithn to draw line.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:黄鹤楼
  1. ex1

    0下载:
  2. 计算机图形学中用“中点画线法”和“Bresenham算法”实现画直线和圆弧的扫描转换算法(matlab实现)-Computer graphics using in the line stipple and Bresenham algorithm realize painting a straight line and arc scan conversion algorithm (matlab realize)
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:5120
    • 提供者:
  1. LBline

    0下载:
  2. 1、编程实现DDA算法、Bresenham算法、中点递归算法绘制直线段 2、分析对比三种算法的像素逼近效果和程序执行速度 3、输出要求:每种算法要分别在八个二分之一象限内画一条直线段 -1, Programming DDA algorithm, Bresenham algorithm, recursive algorithm the midpoint of line segment drawn 2, analysis an
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:菜菜
  1. DDA

    0下载:
  2. DDA 算法 achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm -DDA algorithm achieve DDA line drawing algorithm, the Br
  3. 所属分类:OpenGL

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:
  1. 4

    0下载:
  2. Bresenham算法,输入直线起点和终点,颜色,宽带,画出直线.-Bresenham algorithm, enter the start and finish line, color, broadband, draw a straight line.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-22
    • 文件大小:109568
    • 提供者:代银玉
  1. grapics

    0下载:
  2. bresenham算法和middlepoint算法的画直线程序,很简单的两个程序,希望对大家有用,-Bresenham algorithm and draw a straight line middlepoint algorithm process, the two procedures is very simple, I hope all of you useful,
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:周彦
  1. DrawLine

    0下载:
  2. (计算机图形学)分别用Bresenham, DDA及中点法实现画线段的基本方法-(Computer graphics), respectively Bresenham, DDA and the mid-point method to achieve the basic method of drawing line segments
  3. 所属分类:图形图象

    • 发布日期:2024-05-22
    • 文件大小:13312
    • 提供者:Zhong
  1. ALL_Line

    0下载:
  2. 该程序可实现直线生成的各种算法,如DDA法、Bresenham法、中点法等;还可实现图形区域的填充等。-The program can be a straight line to generate a variety of algorithms, such as the DDA Act, Bresenham method, midpoint method, etc. can realize, such as graphics-fill
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:保文星
« 1 2 3 4 5 6 78 9 10 11 12 ... 23 »

源码中国 www.ymcn.org