搜索资源列表

  1. 146165

    0下载:
  2. DAA画线法画直线 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (2) 二维区域填充(四向种子填充颜色算法) (3) 直线裁减 (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)-DAA painting painting straight line method (1) dotted line method Circle (input coordinates x, y coordi
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小:83968
    • 提供者:huang wei
  1. jsjtx

    0下载:
  2. DDA算法的程序实现计算机图形学实验报告 改进的bresenham画线算法的程序实现 字符点阵显示算法的程序实现 梁友栋-barske算法的程序实现-DDA algorithm computer graphics program to improve the experimental report bresenham line drawing algorithm the program character dot-ma
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:23552
    • 提供者:林明清
  1. Computer_Graphics_Algorithm

    0下载:
  2. 该程序实现了图形学中的一些算法,如画线、画圆,填充、直线多边形、扫描转换,扫描线消隐算法以及一个简单的Gouraud光照模型。-the realization of a number of graphics algorithms, painting lines, the Circle, filling, linear polygon scan conversion, Lines scanning algorithm and a simp
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小:724992
    • 提供者:青海长云
  1. console_graphic

    0下载:
  2. 用控制台程序(Console project)实现计算机图形学的基本图形,其中Bresenham为Bresenham算法画线的项目,输入起点和终点;dda为DDA算法画直线的项目,输入起点和终点;mid_point为中点画线法的项目,输入起点和终点;Bres_circle为根据Bresenham算法画圆,输入圆心点和半径; midpoint_circle为中点画圆法,包括填充,输入圆心点和半径;midpointEllipse为中点画
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小:1744896
    • 提供者:李文
  1. bresenhamsuanfachengxu

    0下载:
  2. bresenham画线算法程序,运行环境windows xp TC2.0环境.-bresenham line drawing algorithm procedures, the environment windows xp TC environment.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:skywyj
  1. 00_DDA_LINE

    0下载:
  2. 一个DDA算法画线的c程序,希望对初学者有些帮助,学习图形学都要学这个。-a line drawing algorithm c procedures in the hope that some help for beginners, students are learning the graphics.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:rosie
  1. LinePicture

    0下载:
  2. 一个简单的基于Visual C++的画线算法程序,主要是掌握画刷和画笔的用法。-based on a simple Visual C line drawing algorithm procedures, focus on mastering the art brush and brush usage.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:25600
    • 提供者:刘海涛
  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-14
    • 文件大小:229376
    • 提供者:刘晴
  1. BreshamLine

    0下载:
  2. 数值计算算法,BreshamLine画线算法,数值计算实验,比较简单-numerical algorithm, BreshamLine line drawing algorithms, numerical experiments, relatively simple
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 计算机图形学的各种算法,如画线,画圆,切割,移动等-A variety of computer graphics algorithms, picturesque line, circle, cutting, moving, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:91136
    • 提供者:周秋萍
  1. ADDline

    0下载:
  2. 直线生成算法之DDA DDA称为数值微分画线算法,是直线生成算法中最简单的一种。原理相当简单,就是最直观的根据斜率的偏移程度,决定是以x为步进方向还是以y为步进方向。然后在相应的步进方向上,步进变量每次增加一个像素,而另一个相关坐标变量则为Yk_1=Yk+m(以x为步进变量为例,m为斜率)-Straight-line generation algorithm of numerical differentiation know
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小: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-14
    • 文件大小:7168
    • 提供者:董栋
  1. para_draw

    0下载:
  2. 图形学实验,用到openGL, 实现并行画线算法,-Graphics experiments using openGL, drawing a line parallel algorithm,
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:125952
    • 提供者:mhb
  1. DrawLine

    0下载:
  2. 中点画线,DDA算法,计算机图形学,计算机基本算法,计算机图形处理基础-In stipple line, DDA algorithm, computer graphics, computer basic algorithms, computer graphics deal with the basis of
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:1980416
    • 提供者:zhanglian
  1. Bresenham

    0下载:
  2. 自己写的Bresenham画线算法,很简单但是很实用-Wrote it myself Bresenham line drawing algorithm, very simple but very practical
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小:54272
    • 提供者:yangshuoys
  1. OpenGLgraphicsArithmetic

    0下载:
  2. OpenGL画点、画线以及画多边形的算法-OpenGL drawing points, drawing lines and polygon drawing algorithm
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:11264
    • 提供者:kingf
  1. Bresenham

    0下载:
  2. 这个是用Bresenham画线算法绘制任意方向的直线-This is drawing a line using Bresenham algorithm for drawing a straight line in any direction
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:Tian
  1. wanzheng2

    0下载:
  2. 实现bresenham画线算法,可以支持鼠标取点-The realization of Bresenham line drawing algorithm, access points can support a mouse
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:明明
  1. DDA_Bresenham_Circle_Ellispe

    0下载:
  2. DDA画线算法,Bresenhan画线算法,中点圆算法,中点椭圆算法-DDA line drawing algorithm, Bresenhan painted line algorithm, the midpoint circle algorithm, the midpoint ellipse algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小:1982464
    • 提供者:yangpan
  1. line

    0下载:
  2. 计算机图形学里的几种画线算法实现。包含中点画线算法等-Several computer graphics drawing a line in the algorithm. Included in the stipple line algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:刘星
« 1 2 3 4 56 7 8 9 10 ... 20 »

源码中国 www.ymcn.org