搜索资源列表

  1. MIx

    0下载:
  2. 包含几种不同绘图方法:中点画线,Bresenham画线,画多边形,小球动画-Contains a number of different mapping methods: in the line stipple, Bresenham line drawing, polygon drawing, animation ball
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:2018304
    • 提供者:董欣
  1. F1_1

    2下载:
  2. 分别采用DDA法、中点画线法和Bresenham画线算法编制直线扫描转换程序。从键盘输入两端点坐标,就能在显示器屏幕上画出对应的线段。-Using the DDA method, in line and stipple painting line algorithm Bresenham line scan conversion process. Keyboard input from the two end points of the
  3. 所属分类:图形图象

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

    0下载:
  2. 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:3760128
    • 提供者:张晨雨
  1. ComputerGraphicCourse

    0下载:
  2. 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:2769920
    • 提供者:张晨雨
  1. DemoForDrawLineByKey

    0下载:
  2. DDA和Bresenham算法实现的画直线代码-DDA and Bresenham line drawing algorithm code
  3. 所属分类:图形图象

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

    0下载:
  2. 计算机图形学 opengl bresenham画直线算法-Computer graphics opengl bresenham painting a straight line algorithms
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:vance
  1. straightlinedrawing

    0下载:
  2. DDA算法,bresenham算法,中点画线算法三种直线生成算法,还有其它一些简单的CAD工具-DDA algorithm, bresenham algorithm, in a straight line stipple line algorithm to generate the three algorithms, and some other simple CAD tools
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:52224
    • 提供者:王树新
  1. Bresenham

    0下载:
  2. 经典的Bresenham算法,对与初学直线算法的人,有一点用处-Classical Bresenham algorithm, a straight line algorithms with beginners who have use
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-21
    • 文件大小:697344
    • 提供者:GilBert
  1. BresehamLine

    0下载:
  2. openGL 直线光栅化 Bresenham算法-Bresenham algorithm for line rasterization openGL
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:179200
    • 提供者:zhangfan
  1. Assignment2

    0下载:
  2. Bresenham line drawing algorithm
  3. 所属分类:OpenGL

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

    0下载:
  2. bresenham画直线 计算机图形学基础 在C++环境下-bresenham computer graphics drawing a straight line basis in C++ environment
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1944576
    • 提供者:
  1. main2

    0下载:
  2. 这是计算机图形学的图元显示实验,鼠标点击画直线-This is the computer graphics pixel display experiment, the mouse click on drawing a straight line
  3. 所属分类:C#编程

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

    0下载:
  2. 这是计算机图形学图元显示实验的bresenham算法键入坐标画直线-This is the computer graphics pixel display coordinates of the experiment bresenham algorithm for drawing a straight line type
  3. 所属分类:图片显示浏览

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

    0下载:
  2. opengl dotted line bresenham
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:604160
    • 提供者:Nessen
  1. bresenew

    0下载:
  2. bresenham line algorithm opengl
  3. 所属分类:OpenGL

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

    0下载:
  2. C++实现计算机图形学算法,绘制线(数值微分法、中点画线法、Bresenham法),绘制圆(圆心半径画圆、中心点画圆算法)-C++ realization of computer graphics algorithms, rendering line (numerical differential method, the stipple method of lines, Bresenham method), draw the circl
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 应用Bresenham法画直线的算法,的汇编程序。-application of Bresenham draw line
  3. 所属分类:汇编语言

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

    0下载:
  2. 基于图形算法的图形,包括Bresenham算法和中点算法画圆以及用它们画直线-Graphic based on graphics algorithms, including the Bresenham algorithm and midpoint algorithms draw a circle and using them to draw a straight line
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:79872
    • 提供者:arlin
  1. 2

    0下载:
  2. bresenham画线算法,bresenham画圆-bresenham Line algorithm, bresenham Circle
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. Bresenham直线生成算法 算出直线上有所有坐标点 -on line all poits
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:206848
    • 提供者:routty
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 23 »

源码中国 www.ymcn.org