搜索资源列表

  1. CGHomework

    0下载:
  2. 这个程序是我的一个图形学课程的小作业,其中实现了Bresenham直线插补算法、Barsky线框裁剪算法、平行六面体自消隐算法以及绕任意轴的旋转算法。-this procedure is a small graphics course operations, which achieved a Bresenham interpolation algorithm, Barsky wirefr a me cutting algorithm,
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:31744
    • 提供者:聂青阳
  1. 图形基础

    1下载:
  2. 中点画线法,中点画圆法,DDA画线法,Bresenham画线法,Bresenham画圆法-were dotted line, the midpoint Circle, DDA line drawing, Bresenham line drawing, Bresenham Circle France
  3. 所属分类:分形几何

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:波波
  1. txx

    0下载:
  2. bresenham的直线生成算法的代码-generation algorithm code
  3. 所属分类:图形图象

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:黄卉
  1. 3qwes

    0下载:
  2. 用Bresenham画圆算法绘制椭圆-with Bresenham algorithm mapping Circle Oval
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:32768
    • 提供者:几米
  1. ZhuYouyong

    0下载:
  2. 直线的DDA,bresenham算法画图 圆的bresenham算法画图 椭圆的bresenham算法画图 均匀B样条曲线算法画图 多边形的Y-X填充算法画图 动态三维立体图形的正透视投影图-linear DDA, bresenham algorithm for drawing a round of bresenham algorithm to draw the ellipse drawing algorithm bresenham u
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:1972224
    • 提供者:朱友勇
  1. 中点椭圆画法

    0下载:
  2. 源代码是中点Bresenham椭圆法。可以为初学者提供参考。-source code is the midpoint of Bresenham oval law. For beginners can provide a reference.
  3. 所属分类:文件格式

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:武威风
  1. DrawGraph

    0下载:
  2. 计算机图形学的上机:bresenham画线算法,bresenham画圆,拾取算法,种子填充算法-computer graphics programs: bresenham drawing line algorithm,bresenham circle algorithm,etc.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:89088
    • 提供者:小分
  1. 图形圆的生成算法

    0下载:
  2. 斜率为0~1和大于1的Bresenham画线程序,将该算法程序扩展到任一八分圆坐标空间图,从而形成一般的Bresenham画线算法。-slope of 0 to 1 and more than a line drawing of Bresenham procedures, the extension of this algorithm, arrived on January 8 pm Yuan map coordinates space
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:
  1. 图形学直线的生成算法

    0下载:
  2. 圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenham画圆算法画出一个圆心在点(xc,yc), 半径为R, 圆周颜色为color的圆-Center in the basics of radius R for the first four hours round the Bresenham algorithm Circle pro
  3. 所属分类:其他小程序

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

    0下载:
  2. 图形直线中点生成算法,Bresenham画直线,Bresenham画椭圆-This is a arithmetic of Bresenham_Middle_line.It draw line and ellipse acrossed Bresenham.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:51200
    • 提供者:沈征华
  1. ComputerGraphicsDemo

    0下载:
  2. 内含直线生成的dda,中点画线算法及Bresenham算法界面美观方便实用-Intron line generated dda, dotted line algorithm and interface Bresenham algorithm facilitate practical aesthetics
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:772096
    • 提供者:刘超
  1. BresenhamView

    0下载:
  2. 这个是本人对Bresenham算法的一点点看法,想和各位图形学爱好者共同探讨一下其优化算法!-this is my right Bresenham algorithm a little bit of views, and you want to explore graphics enthusiasts about their optimization algorithm!
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:徐福龙
  1. 五边形的虚线填充

    0下载:
  2. 虚线填充五边形试验 ,用到了bresenham划线算法-dotted filled test uses bresenham crossed Algorithm
  3. 所属分类:图形图象

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:梁清
  1. paint2

    0下载:
  2. Bresenham直线生成算法,初始华起点和终点后就可以画出直线了-Bresenham algorithm, the initial starting point and destination, China can draw straight after the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1936384
    • 提供者:
  1. huayuan

    0下载:
  2. 这是一个生成圆周的源代码,首先用Bresenham算法生成八分圆坐标,再计算出8个对称点,生成圆周的所有点之后,按y值排序,转换成线段表。-This is a generation of source code circumference, first using Bresenham algorithm generated nearly circular coordinates, and then work out eight symm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:朱云
  1. Vesa_w

    0下载:
  2. 函数int line_coor(int x1,int y1,int x2,int y2,struct DOT *dot) 采用Bresenham算法生成直线段的坐标-function int line_coor (int x, int y1, x2 int, int y2, struct* dot DOT) Bresenham algorithm used to create line and the coordinates of
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:朱云
  1. graphic_demo

    0下载:
  2. 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:806912
    • 提供者:冯宾
  1. Reline

    0下载:
  2. 小小的橡皮筋技术加Bresenham算法的直线生成程序,以前很少可以有可执行的Bresenham直线程序-small rubber-band technique and the Bresenham algorithm for generating linear process, before it can rarely enforceable procedures Bresenham
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-15
    • 文件大小:35840
    • 提供者:不做大哥
  1. angel_11

    0下载:
  2. 这是根据Bresenham算法做的画直线程序,用vc实现 更加接近实际情况-This is done under the Bresenham algorithm paintings linear process, with vc achieve a more closer to reality
  3. 所属分类:OpenGL

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:利好
  1. 2006010511

    0下载:
  2. dda、bresenham 画直线 ,bresenham 画圆 ,填充算法,几何变换(平移、缩放、旋转等), 小型绘图软件(用鼠标绘制直线、矩形、多边形、圆、填充、平移)-dda, bresenham painting straight bresenham Circle, filling algorithm, Geometric Transformations (translation, scaling, rotating, etc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:755712
    • 提供者:唐伟
« 1 2 3 4 56 7 8 9 10 ... 49 »

源码中国 www.ymcn.org