搜索资源列表

  1. ComputerGraphics

    0下载:
  2. 图形学中简单图形的生成。画线,画圆,画椭圆。DDA,Bresenham,中点算法。-Simple graphics to generate graphics. Painting line, circle, oval painting. DDA, Bresenham, the mid-point algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-03
    • 文件大小:73728
    • 提供者:budget
  1. DDA_ARC

    0下载:
  2. 一种DDA的圆弧插补实现.现在是在TC系统下现实各点的坐标值.-A circular interpolation of the DDA to achieve. It is a reality in the TC system of coordinates of the points.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:林健鹏
  1. ddachabu

    0下载:
  2. 数控里的数字积分,微分插补。 DDA插补-NC integral to the figures, differential interpolation. DDA interpolation
  3. 所属分类:图形图象

    • 发布日期:2024-05-03
    • 文件大小:396288
    • 提供者:wengxinpo
  1. DDA

    0下载:
  2. DDA Line Drawing Algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:rand123
  1. roughdraw

    0下载:
  2. 本程序为关于画线的算法:DDA(数值微分)法、中点画线算法、Bresenham算法中点画圆算法。可以画出相应的图线。-This procedure to draw the line about algorithms: DDA (Numerical Differentiation) Act, in stipple line algorithm, Bresenham midpoint circle algorithm algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:李岩
  1. DDABresenham

    0下载:
  2. 鼠标点击的DDA算法 Bresenham算法-Mouse to click the DDA algorithm Bresenham algorithm
  3. 所属分类:OpenGL

    • 发布日期:2024-05-03
    • 文件大小:124928
    • 提供者:凤超
  1. openglbresenhamDDA

    0下载:
  2. 运用netbean,基于java语言,bresenham算法,DDA算法画直线的比较-The use of netbean, based on the java language, bresenham algorithm, DDA draw a straight line algorithms comparison
  3. 所属分类:OpenGL

    • 发布日期:2024-05-03
    • 文件大小:11264
    • 提供者:雷家怀
  1. DDA_Line

    0下载:
  2. dda画线算法(数值微分法),matlab实现-Line dda algorithm (Numerical Differentiation), matlab achieve
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:章礼平
  1. mino-simulation-dda

    1下载:
  2. mimo systems correlation
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-03
    • 文件大小:48128
    • 提供者:dilli wala
  1. DDA

    0下载:
  2. 使用DDA画线算法实现基本图元绘制的程序-DDA line drawing algorithm used to achieve the basic elements of the process mapping
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:huayaojj
  1. draw

    0下载:
  2. Bresenham算法生成直线,中点算法生成直线,DDA算法生成直线,中点画圆,Bresenham画圆,中点画椭圆,画多边形,多边形填充-the detail information is above
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-03
    • 文件大小:1932288
    • 提供者:张伟
  1. CG

    0下载:
  2. 学计算机图形学所画的图形,有画线(DDA,中点,Bresenham),画圆(中点和Bresenham),填充(扫描线和种子),裁剪,Bezier曲线,动画,三维形体。-By painting computer graphics school graphics, a painted line (DDA, the mid-point, Bresenham), Circle (mid-point and Bresenham), filling
  3. 所属分类:绘图程序

    • 发布日期:2024-05-03
    • 文件大小:2037760
    • 提供者:star
  1. dda

    0下载:
  2. 用dda算法编程,画直线。通过mfc的环境下写程序-Dda algorithm with programming, drawing a straight line. Mfc environment through the writing process
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-03
    • 文件大小:4897792
    • 提供者:崔伟斌
  1. Draw

    0下载:
  2. 计算机图像学绘图程序 DDA,BH,MP,中点圆及中点椭圆。-Computer graphics imaging procedures DDA, BH, MP, mid-point of the mid-point circle and ellipse.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-03
    • 文件大小:2318336
    • 提供者:xiaoqiu
  1. include

    0下载:
  2. 直线生产算法,理解基本图形元素光栅化的基本原理,掌握一种基本图形元素光栅化算法,利用OpenGL实现直线光栅化的DDA算法。-Straight-line production method, understanding the basic graphic elements of the basic principles of grating, have a basic graphic elements rasterization alg
  3. 所属分类:OpenGL

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:zhanyun
  1. dda_bresenham

    0下载:
  2. dda和bresenham算法的java演示-dda algorithm and bresenham algorithm
  3. 所属分类:图形图象

    • 发布日期:2024-05-03
    • 文件大小:46080
    • 提供者:Mr.Cai
  1. glutdlls37beta

    0下载:
  2. 图形学的重要算法,使用鼠标右键操作。包括直线DDA算法,Bresenham算法,OpenGL画法,以及圆,椭圆的画法。三角形的平移、旋转、缩放操作。环境配置在rar的注释里有说明。-The importance of graphics algorithms, using the right mouse button operation. Including linear DDA algorithm, Bresenham algorith
  3. 所属分类:OpenGL

    • 发布日期:2024-05-03
    • 文件大小:153600
    • 提供者:jianqifan
  1. FOREST

    0下载:
  2. DDA画线、中点直线、Breasham画线 中点圆、中点椭圆-computer graphics
  3. 所属分类:图形图象

    • 发布日期:2024-05-03
    • 文件大小:56320
    • 提供者:陈森
  1. dda

    0下载:
  2. 直线的数字微分求解程序。其中包括典型其算法过程。-DDA arithmetic
  3. 所属分类:绘图程序

    • 发布日期:2024-05-03
    • 文件大小:36864
    • 提供者:rainqin
  1. dda

    0下载:
  2. 一个dda算法的实现,花了好长时间啊,其实很简单的-Dda algorithm for the realization of a spent a long time, ah, in fact, very simple
  3. 所属分类:图形图象

    • 发布日期:2024-05-03
    • 文件大小:289792
    • 提供者:ruancongyang
« 1 2 3 4 5 6 78 9 10 11 12 ... 42 »

源码中国 www.ymcn.org