CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - simple algorithm

搜索资源列表

  1. 20050924165752_fill

    0下载:
  2. 填充算法源码 一个简单的程序, 边填充算法的演示。 -filling algorithm source code a simple procedure, while filling algorithm demonstration.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:29.09kb
    • 提供者:张茜
  1. 20050924165256_cat

    0下载:
  2. 裁剪算法源码 一个简单的Cohen-Sutherland线段裁剪算法的实现程序共享给大家-cutting a simple algorithm source of Cohen-Sutherland line cutting algorithm implementation procedures for everyone to share
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:29.09kb
    • 提供者:张茜
  1. snakes算法简单程序(可运行)

    0下载:
  2. snakes算法简单程序(可运行),对初步学习snakes算法有帮助-snakes simple algorithm (runs), the preliminary study snakes help Algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:4.59kb
    • 提供者:吴俊强
  1. Bresenham高效画线算法

    0下载:
  2. 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication is one of the ways, but each p
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:4.08kb
    • 提供者:小倪
  1. DRCView

    0下载:
  2. 圆弧算法的B算法,很简单,相信很多人都用过,在此拿出来自己分享,是我自己写的-arc algorithm B algorithm is very simple, I think many people have used in this show to share their own, I wrote it myself
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2.68kb
    • 提供者:wolf
  1. V2dCAD3.0

    2下载:
  2. 一个简单的二维图形编辑器.实现了缩放,平移,旋转,镜像等功能.并提供,直线,圆,矩形等基本图元的算法.适合于计算机图形学的学习和应用.-a simple two-dimensional graphics editor. To achieve the scalability, translation, rotation, mirroring capabilities. And to provide a straight, a round, rectangular map yuan basic al
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:234.36kb
    • 提供者:zhaoyong
  1. CG_Line

    0下载:
  2. 计算机图形学的简单设计,包括dda算法,brem算法和矩形,圆的绘制-simple computer graphics design, including dda algorithm, Brem algorithm and rectangular, circular mapping
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:16.25kb
    • 提供者:burnett
  1. dsdsdsd

    0下载:
  2. 是关于图像聚类与检索的简单实现的一个算法-image of the cluster and retrieval of a simple algorithm to achieve
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:40.21kb
    • 提供者:叶婧
  1. 2D_Clip

    0下载:
  2. 图形学的2D裁剪算法,自己写的,比较简单,没有写的过多其他功能!-2D graphics cutting algorithm, wrote and relatively simple and not too much was made of other functions.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3.58mb
    • 提供者:yql
  1. www.rar

    0下载:
  2. 一种简单的判断点在多边形内外的算法。名字叫做什么改进的弧长法,To determine a simple point in polygon algorithm outside. What is the name of improved arc-length method
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-25
    • 文件大小:1.11kb
    • 提供者:jason song
  1. scanseed

    0下载:
  2. 2D图形学中的扫描线填充图形算法的实现,对于初学者有帮助,代码简单,明了-2D Graphics graphics scan line fill algorithm, useful for beginners, the code is simple, clear
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-24
    • 文件大小:7.35mb
    • 提供者:孙雷
  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 Graphic

    • 发布日期:2017-03-30
    • 文件大小:51.26kb
    • 提供者:王树新
  1. PolygonFill

    0下载:
  2. 多边形扫描填充算法,简单,高效,VC++实现-Polygon scan fill algorithm, simple, efficient, VC++ to achieve
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3.6mb
    • 提供者:houyongbo
  1. Model

    0下载:
  2. 用Phong光照明模型显示网格模型(*.smf)。 分别实现不使用/使用增量式法向插值算法,比较两种不同的显示效果 Phong模型中各参数可调,观察它们的作用; 选做:用光线跟踪算法实现简单场景的绘制。该场景由三堵互相垂直的墙和几个球所组成(墙和球表面性质、光源等参数自定)。-With the Phong lighting model shows the grid model (*. smf). Respectively, will not be used/use an increm
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-31
    • 文件大小:13.18mb
    • 提供者:几个
  1. yuv-AVI

    0下载:
  2. 简单的YUV转AVI算法,使用opencv库函数实现-Simple YUV switch AVI algorithm, use the opencv library functions to achieve
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-25
    • 文件大小:8.05mb
    • 提供者:wuhui
  1. 88888

    0下载:
  2. 介绍了矩形窗口的二维线段裁剪算法,图形界面友好,程序简洁易懂-Introduced the two-dimensional rectangular window Line Clipping algorithm, graphical user-friendly, the program simple and easy to understand
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-02
    • 文件大小:13.23mb
    • 提供者:凌莉
  1. Cannyedgedetection

    0下载:
  2. A simple program for edge detection using Canny s algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-11
    • 文件大小:1.1kb
    • 提供者:glen
  1. tuixiangzengqiang

    0下载:
  2. 均值滤波:把每个像素周围的8个像素来做均值操作,可以平滑图像,速度快,算法简单,但是无法去掉噪声,只能微弱的减弱它。-The mean filtering: 8 pixels around each pixel do mean, you can smooth image, fast and simple algorithm, but can not get rid of the noise, only faint weakened it.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-25
    • 文件大小:217.48kb
    • 提供者:贺小婷
  1. pertinence2

    0下载:
  2. 实现了两幅二值图像的匹配,给出了一种简单的相似性度量的算法-Implements two binary images match, gives a simple algorithm similarity measure
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:808byte
    • 提供者:zhangwei
  1. Desktop

    0下载:
  2. 图像拼接,利用简易算法完成拼接过程,可实现不同数量的图像以为拼接。所采用图例为最新一届全国数学竞赛图片。绝对原创-Image mosaic, complete the splicing process using simple algorithm, which can realize image splicing different number of thought. The legend for the new session of the national mathematics cont
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:399.68kb
    • 提供者:ranshao
« 12 3 »
搜珍网 www.dssz.com