搜索资源列表

  1. draw

    0下载:
  2. mpl.add(new MenuItem("DDA画线")) mpl.add(new MenuItem("中点画线")) mpl.add(new MenuItem("Bresenham画线")) mpl.addActionListener(this) mp2=new Menu("画圆") mp.add(mp2) mp2.add(new MenuItem("公式法画圆"))
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:李默
  1. drawLine

    0下载:
  2. 计算机图形学OPENGL直线生成算法的实现程序: 1.采用键盘输入的方式输入直线段的两端点 2.实现BRESENHAM直线生成算法-Computer Graphics OPENGL linear algorithm to generate the procedure: 1. The use of keyboard input enter the two end points of line segment 2. The real
  3. 所属分类:OpenGL

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:huang
  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-15
    • 文件大小: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-15
    • 文件大小: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-15
    • 文件大小:1991680
    • 提供者:
  1. basicdraw

    0下载:
  2. 展示了很多基本图形的算法,包括直线DDA算法,圆的Bresenham算法,区域填充算法-Show a lot of basic graphics algorithms, including linear DDA algorithm, Bresenham circle algorithm, the region filling algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:183296
    • 提供者:xiaofei
  1. openGL--Bemhan

    0下载:
  2. 本代码为Bresenham直线生成代码,在窗体中可以以任意角度画出直线。-The code for Bresenham line generated code, in the form we can draw a straight line to any angle.
  3. 所属分类:OpenGL

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

    0下载:
  2. (1).用Bresenham算法绘制直线. (2).用Bresenham算法画图. (3).用打点(如:C语言的putpixel())法显示汉字,汉字库以文件形式保存,以图形方式显示汉字. (4).在二维空间绘制一个多边形(三角形,四边形任选),然后实施平移变换,对称变换和旋转变换,-(1). Bresenham algorithm for drawing a straight line to use. (2). By dr
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:17408
    • 提供者:鹰隼
  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-15
    • 文件大小:2057216
    • 提供者:曹玫璇
  1. bresenhamhuaxian

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

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

    0下载:
  2. 运用Bresenham画圆法实现圆的扫描转换-Drawcircle realize the use of Bresenham circle scan conversion
  3. 所属分类:绘图程序

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

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

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

    0下载:
  2. DAA画线,这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换-DAA painting lines, this is my experimental computer graphics source code, including stipple line drawcircle, Bresenham Line drawcircle, seed fill
  3. 所属分类:GDI/图象编程

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

    0下载:
  2. 计算机图形学 直线 园的画法 源程序 可直接运行 dfhdhdhdj
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 端点为(200,100)和(300,180),Bresenham画线算法。 -Endpoint for the (200,100) and (300180), Bresenham line drawing algorithm.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:董栋
  1. 61549808DDABresenham

    0下载:
  2. 运用Bresenham画圆法实现圆的扫描转换-Drawcircle realize the use of Bresenham circle scan conversion
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:2538496
    • 提供者:dailiu
  1. Bresenham

    0下载:
  2. c++写的一个关于数字图像处理的程序,实现了Bresenham算法的除噪效果-c++ written a workshop on digital image processing procedures, the realization of the Bresenham algorithm in addition to the effect of noise
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:903168
    • 提供者:Fang
  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-15
    • 文件大小: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-15
    • 文件大小:2048
    • 提供者:菜菜
  1. bre

    0下载:
  2. Bresenham画法源代码,属于计算机图形学范畴,可以在c以及c++的编程环境下运行-Bresenham drawing source code belonging to the scope of computer graphics can be in the c and c++ Programming environment running under
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:yang
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 49 »

源码中国 www.ymcn.org