搜索资源列表

  1. Midpoint

    0下载:
  2. 中点画圆的方法是图形学中最长用的,是学生爱下的原代码。-midpoint Circle Graphics is the longest of students, and that is love of the original code.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:39485
    • 提供者:许杂额
  1. 图形基础

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

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

    0下载:
  2. 分形算法C++ 程序:随机中点位移法生成山源代码-fractal algorithm C : random midpoint displacement method source code generated Hill
  3. 所属分类:分形几何

    • 发布日期:2024-05-02
    • 文件大小:22528
    • 提供者:齐松
  1. MidpointCircleDemo

    0下载:
  2. 中点画圆法算法实现,能够实现坐标平移,支持鼠标绘图-midpoint Circle France algorithm to achieve coordinates translation, mapping support for mouse
  3. 所属分类:绘图程序

    • 发布日期:2024-05-02
    • 文件大小:1943552
    • 提供者:陈锋
  1. 画圆算法

    0下载:
  2. 两种画圆的算法,中点画圆算法和Bresenham画圆算法-the algorithm, the midpoint of Bresenham algorithm and Circle Circle Algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-02
    • 文件大小:33792
    • 提供者:刘宇
  1. graphics_fenxing

    0下载:
  2. 主要模拟了荡漾的水面,使用的方法是:随机给定矩形水面四个角的高度,用随机中点位移法生成一幅分形水面,然后使水波按照一定的传播机制扩散、衰减,从而模拟出水波荡漾的效果。-simulated a ripple on the surface, the methods used are : to set random four corners of the rectangular surface and with a random midpoi
  3. 所属分类:分形几何

    • 发布日期:2024-05-02
    • 文件大小:2234368
    • 提供者:珠海
  1. MidpointLine.c

    0下载:
  2. MidpointLine.c 在Turboc2下编写中点画直线算法。本程序实现的是中点线算法。内有详细介绍。-MidpointLine.c in Turboc2 under preparation dotted line algorithm. This program is the midpoint algorithm. Within a detailed briefing.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:Sungol
  1. Midpoint

    0下载:
  2. 中点画圆的方法是图形学中最长用的,是学生爱下的原代码。-midpoint Circle Graphics is the longest of students, and that is love of the original code.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-02
    • 文件大小:1992704
    • 提供者:许杂额
  1. 03081402

    0下载:
  2. 包括中点算法、dda算法、直接求交算法画直线,并附有中点算法、正负法法画抛物线,并可进行时间运算,比较几种算法。-including midpoint algorithm, the algorithm dda directly intersecting line painting, together with the midpoint algorithm, positive and negative parabola France an
  3. 所属分类:绘图程序

    • 发布日期:2024-05-02
    • 文件大小:418816
    • 提供者:
  1. gat_shiyan3

    0下载:
  2. 这是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,中点算法,绘制抛物线的正负法,中点法。 扫描转换多边形扫描线算法,种子填充算法。 线段裁剪(CohenSutherland)编码算法,多边形逐边裁剪(SutherlandHodgman)算法 注:分别设计了功能完整的类-This is my big computer graphics operations, including the algorit
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:789504
    • 提供者:
  1. colorcircle

    0下载:
  2. 用C语言实现的中点画圆算法,并根据扫描线种子填充算法来填充圆形。-C Language Circle the midpoint algorithm, and in accordance with scanning lines seed fill algorithm to fill round.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-02
    • 文件大小:33792
    • 提供者:ffff
  1. yangke

    0下载:
  2. 这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换,附 实验报告-this my computer graphics of the source code, including Midpoint Circle Line, Circle Bresenham line drawing, scanning seed filling regional t
  3. 所属分类:绘图程序

    • 发布日期:2024-05-02
    • 文件大小:168960
    • 提供者:杨科
  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-02
    • 文件大小:229376
    • 提供者:刘晴
  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-02
    • 文件大小:6144
    • 提供者:李默
  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-02
    • 文件大小:18432
    • 提供者:刘提
  1. zuoye4

    0下载:
  2. 中点椭圆法,画一个椭圆: 中心(300,400),rx=200,ry=150, 平移到(200,300)旋转逆时针45度-Midpoint ellipse law, drawing an oval: Center (300400), rx = 200, ry = 150, ping to (200,300) rotate counter-clockwise 45 degrees
  3. 所属分类:OpenGL

    • 发布日期:2024-05-02
    • 文件大小:14336
    • 提供者:董栋
  1. DDA

    0下载:
  2. DDA 算法 achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm -DDA algorithm achieve DDA line drawing algorithm, the Br
  3. 所属分类:OpenGL

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

    0下载:
  2. MFC实现直线的DDA算法,中点算法与Bresenham算法的演示。-MFC realize linear DDA algorithm, the midpoint algorithm and presentation Bresenham algorithm.
  3. 所属分类:图形图象

    • 发布日期:2024-05-02
    • 文件大小:40960
    • 提供者:kakaxi
  1. TerrainGenerator2D

    0下载:
  2. 采用中点移位法生成数字地形模型,并采用彩色分层法显示结果。-Midpoint displacement method used to generate digital terrain model, and the use of color stratification result will be displayed.
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-02
    • 文件大小:4096
    • 提供者:
  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-02
    • 文件大小:1982464
    • 提供者:yangpan
« 12 3 4 5 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org