CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - Floyd算法

搜索资源列表

  1. jqsjxg

    1下载:
  2. VC++开发机器视觉算法源程序(全部集成在一个pdf文档里) 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:274401
    • 提供者:龚璇
  1. Floyd-Steinberg

    0下载:
  2. Floyd-Steinberg算法的源代码.要注意的是,误差传播有时会引起流水效应,即误差不断向下,向右累加传播。解决的办法是:奇数行从左到右传播,偶数行从右到左传播。-Floyd-Steinberg algorithm source code. It should be noted, Error Propagation sometimes causes water effects, that is, constant downward error, right cumulative sprea
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1754
    • 提供者:陆芸
  1. 20060816

    2下载:
  2. 图像处理算法源程序.pdf,包含: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:274436
    • 提供者:pudn_dxg001
  1. Floyd-Steinberg

    0下载:
  2. Floyd-Steinberg算法的源代码 用int类型的缓冲区存储新值是可行的
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1951
    • 提供者:an
  1. Floyd-Steinberg

    2下载:
  2. 利用误差扩散算法中的Floyd-Steinberg抖动算法来对图像进行二值化处理,从而方便图像调频加网输出
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:260090
    • 提供者:xiaoxin
  1. floyd-zuiduanlu

    0下载:
  2. floyd最短路径算法的实现.方便使用.值得阅读.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1792
    • 提供者:罗瑞海
  1. ImageDitherdata

    0下载:
  2. 讨论了数字半色调技术中的Floyd-Steinberg误差扩散抖动算法,并给出了源程序和实例,就该算法进行了详细讨论。-Discussion of the digital halftone technology in the Floyd-Steinberg error diffusion dithering algorithm, and gives the source code and examples on the algorithm discussed in detail.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:335239
    • 提供者:fynh
  1. Halftoning_OrderedDithring_and_ErrorDiffussion

    2下载:
  2. Matlab源代码:利用有序抖动算法(Bayer矩阵D4和D8)生成二元图像;利用误差扩散算法(Floyd-Steinberg filter)生成二元图像。-Matlab code using the ordered dithring (Bayer D4 and D8 matrix) to generate the binary images Matlab code using the error diffusion algorithm (Floyd-Steinberg filter) to
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:514676
    • 提供者:段玉霞
  1. netAly

    0下载:
  2. 自己编写的GIS中网络分析,主要是最短路径问题的VC++实现,使用的算法主要是弗洛伊德算法。-Written in their own GIS network analysis, the main problem is the shortest path VC++ implementation, the algorithm used mainly Floyd algorithm.
  3. 所属分类:GIS program

    • 发布日期:2017-05-23
    • 文件大小:7254139
    • 提供者:kang
  1. GraphV_1.0.0

    0下载:
  2. 在BCB下实现了图的Floyd算法且分步显示,有界面。-Floyd algorithm to achieve a graph, with the interface.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1210468
    • 提供者:
  1. IMGCaputre

    0下载:
  2. 使用Visual C++平台中的MFC进行图像处理,对打开的图片利用Bayer和Floyd-Steinberg这两种算法进行二值处理-Platform using Visual C++ MFC in image processing, the use of the open picture and Floyd-Steinberg Bayer both binary processing algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3377380
    • 提供者:陈群
  1. tudecaozuo

    0下载:
  2. 有向图,无向图基本操作,包括: 1、邻接矩阵 2、邻接表 3、深度优先遍历 4、广度优先遍历 5、最小生成树 6、拓扑排序 7、每一对顶点之间的最短路径(Dijkstra,Floyd两种算法)-Directed graph, undirected graph, basic operations, including: 1, 2 adjacency matrix, adjacency table 3, 4 depth-first traversal, breadth-f
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:5154
    • 提供者:learn
  1. IMGCaputre

    0下载:
  2. 抖动算法实现,佛洛依德方法,调试无bug,可视化界面,输入bmp导出抖动图像。-Floyd–Steinberg dithering
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3308682
    • 提供者:liubo
  1. floyd

    0下载:
  2. 弗洛伊德最短路径算法 明白的人都知道! 需要的收藏下-Freud' s shortest path algorithm to understand the people know! Collection needs, under
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:776
    • 提供者:xiao li
  1. tu

    0下载:
  2. 基础的图的遍历程序 包含普雷姆算法、弗洛伊德算法等多种基础算法-The foundation of the course includes sequence diagram again, Floyd algorithm PuLeiM algorithm based on many kinds of algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1719
    • 提供者:吴松涛
  1. shortest-route

    0下载:
  2. 用的vc++6.0,做的一个最短路径查询的小程序,用的Floyd算法,自己初始化的校地图。-A shortest path query applet, using Floyd algorithm, their initialization of the school map.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5243181
    • 提供者:罗颖达
  1. alorithms-of-graph

    0下载:
  2. dijitetra 和 floyd 算法,单步执行或连续,过程全部显示在界面上,并可以计算最小生成树和连通区域,有向图保存为.mpg,学习算法可以参考-dijitetra and floyd algorithm,step by step or go all through,process is printed in the program,minimal spanning tree is all calculate and saved,the graph is saved in .mpg pat
  3. 所属分类:Graph program

    • 发布日期:2017-11-05
    • 文件大小:3822736
    • 提供者:abc
  1. floyd

    0下载:
  2. 求解最短路算法,,, 赋路径初值 更新 显示迭代步数 显示每步迭代后-solve the lest distance
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:218186
    • 提供者:xgl
  1. folysuanf2

    0下载:
  2. 运用 Floyd 算法解决了 Dijkstra 算法无法解决的弧权为任意实数的网络最短路问题,并且给出了Floyd 算法的最短路长与最短路径的 MATLAB 程序,此程序具有通用性。-Floyd algorithm using Dijkstra s algorithm to solve the arc right can not be solved for any real number of network shortest path problem, and gives Floyd algo
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-07
    • 文件大小:960524
    • 提供者:李五
  1. Floyd-Steinberg

    0下载:
  2. 最经典的弗洛伊德加网算法.图像半色调处理,在印刷纺织等相关领域进行图像的加网计算,而已实现二值化-halftone
  3. 所属分类:Special Effects

    • 发布日期:2017-12-10
    • 文件大小:482887
    • 提供者:刘丽丽
« 12 »
搜珍网 www.dssz.com