CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - floyd

搜索资源列表

  1. floyd

    1下载:
  2. 本程序是为了实现读取一张图片,根据图片标注的特殊像素颜色,以及输入的路径权值,和起止点,实现最短路径寻路,并清晰显示到窗口上的功能,同时支持导出到另一张24位的BMP图片(函数已经写好了,有需求只需要调用). 包含内容: 由控制台创建窗口 BMP文件读取函数(自己编写) 目标点的查找,坐标化 寻路 标记以及用箭头展示路径.-This procedure is to read a picture, according to label the pictu
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-05-26
    • 文件大小:1187137
    • 提供者:OG
  1. main

    0下载:
  2. 计算闭包完全最短路径,可自由输入闭包的顶点个数-fLOYD,Calculate the complete shortest path path, the number of vertices of the free input closure
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1021
    • 提供者:zhangsaifeng
  1. s_path

    0下载:
  2. Find shortest path using floyd warshall algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-04-12
    • 文件大小:632
    • 提供者:Farukh
  1. dynamic-programming

    0下载:
  2. 动态规划算法,包括最长公共子序列、矩阵链相乘、FLOYD、背包算法等。-Dynamic programming algorithm, including the maxinum common sub sequence, matrix chain multiplication, FLOYD, knapsack algorithm, etc..
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2143
    • 提供者:姜枫
  1. dijkstra

    1下载:
  2. 自己搜集和编写的dijkstra算法和改进dijkstra算法,可以求出所有最短路径,还有floyd算法及相应的搜索程序-Own collection and preparation dijkstra dijkstra algorithm and the improved algorithm can find all the shortest path, and floyd algorithm and the appropriate search program
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2222
    • 提供者:gao
  1. milkrun

    0下载:
  2. 使用深度优先搜索结合Floyd算法对循环取货问题进行穷举。-Using the depth-first search algorithm combined with Floyd circulation problems pickup exhaustive.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:7002
    • 提供者:wuminbin
  1. floyd

    0下载:
  2. 弗罗里达算法,内含演示案例以及详细的计算求救过程-Florida algorithm, includes presentation case and detailed calculations help process
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2222
    • 提供者:胡青
  1. MPI_OpenMP_code

    0下载:
  2. 压缩包里包含几个用C编写的并行代码,运行无误。其中包括,电路满足性的MP程序,floyd算法MPI代码,Sieve_Eratoshenes筛法MPI代码,矩阵相乘的MPI代码以及计算PI值的OpenMP代码。-Which contains several parallel programs written in C to run correctly. Among them, including Floyd algorithm procedures, matrix multiplication M
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:20389
    • 提供者:刘建凯
  1. MPI-and-OpenMP-parallel-programming

    1下载:
  2. 《MPI与OpenMP并行程序设计(C语言版)》是美国Oregon州立大学的Michael J.Quinn教授在多年讲授“并行程序设计”课程的基础上编写而成的,主要介绍用C语言,并结合使用MPI和OpenMP进行并行程序设计,内容包括并行体系结构、并行算法设计、消息传递编程、Eratosthenes 筛法、Floyd 算法、性能分析、矩阵向量乘法、文档分类、蒙特卡洛法、矩阵乘法、线性方程组求解、有限差分方法、排序、快速傅立叶变换、组合搜索、共享存储编程、融合OpenMP和MPI以及5个附录。-&
  3. 所属分类:MPI

    • 发布日期:2016-09-22
    • 文件大小:48901120
    • 提供者:艾艾
  1. tulun

    0下载:
  2. 在上传的资料‘tulun’中,PPT详细介绍了图论中的基本概念,并且给出了相应程序的算法,另外附有最短路Floyd算法的源程序和dijkstra的源程序。有利于在建模过程中利用MATLAB求解图论的相关问题。-PPT paper introduces the basic concepts of graph theory, algorithms and gives the corresponding program.Floyd also accompanied by the shortest ro
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1976122
    • 提供者:陈雪
  1. 2011Mathematical-Model

    0下载:
  2. 2011年B题数学建模试题程序。对于第一问用到了贪婪算法和floyd算法,对于后面的优化问题用到了遗传算法。此程序可以作为此试题的参考答案,很好的解决了这道试题。-2011 B math modeling test procedures. For the first question by the greedy algorithm and Floyd algorithm, for the back of the optimization problem using the genetic alg
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:4525
    • 提供者:丁邢涛
  1. ImageProcessing

    0下载:
  2. 图像处理所以基础程序:图像显示: Bayer抖动显示 Floyd-Steinberg抖动显示 图像增强: 灰度变换 直方图均衡 局部平均平滑 中值滤波 理想低通滤波 Butterworth低通滤波 图象锐化 理想高通滤波 Butterworth高通滤波 伪彩色增强 图像复原: 运动模糊 运动模糊复原 逆滤波退化 逆滤波复原 加噪退化 维纳滤波复原 图像变换: 傅立叶变换 快速傅立叶变换 离散余弦变换 沃尔什变换 霍特林变换 小波变换 小波反变换 图像编码: 霍夫曼编码 香
  3. 所属分类:Graph program

    • 发布日期:2017-12-18
    • 文件大小:49963008
    • 提供者:giyagaga
  1. Archive

    1下载:
  2. 弗洛伊德算法的MPI+openmp实现. 运行指令在bash文件中。导入文件是3000个点,可以自行修改带入文件-Floyd Warshall algorithm achieved by MPI+openmp
  3. 所属分类:MPI

    • 发布日期:2017-05-26
    • 文件大小:8330868
    • 提供者:CHENHAO
  1. Floyd__Warshall

    0下载:
  2. Floyd warshall implementaion
  3. 所属分类:.net

    • 发布日期:2017-05-04
    • 文件大小:208342
    • 提供者:catalin
  1. a201702122

    0下载:
  2. 通常可以在任何图中使用,包括有向图、带负权边的图。 Floyd-Warshall 算法用来找出每对点之间的最短距离。它需要用邻接矩阵来储存边,这个算法通过考虑最佳子路径来得到最佳路径。 1.注意单独一条边的路径也不一定是最佳路径。 2.从任意一条单边路径开始。所有两点之间的距离是边的权,或者无穷大,如果两点之间没有边相连。 对于每一对顶点 u 和 v,看看是否存在一个顶点 w 使得从 u 到 w 再到 v 比己知的路径更短。如果是更新它。 3.不可思议的是,只要按
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1892
    • 提供者:王近两
  1. Floyd-Steinberg

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

    • 发布日期:2017-12-10
    • 文件大小:482887
    • 提供者:刘丽丽
  1. algo_project5

    0下载:
  2. 中国科学技术大学 算法基础实验四 算法导论 图论算法 Floyd-Warshal算法-China University of Science and Technology Experiment 4 Introduction to Algorithms algorithm based on graph theory algorithms floyd-washall algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-12-13
    • 文件大小:117808
    • 提供者:丁张
  1. ootion

    0下载:
  2. Matlab impletion of Floyd algorith vevr good
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:rzu!3696
  1. vrvrnwp46

    0下载:
  2. matlab impletion of floyd algorith vevr good-Matlab impletion of Floyd algorith vevr good
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-24
    • 文件大小:2048
    • 提供者:EYRjawk+93357
  1. tpecify

    0下载:
  2. matlab impletion of floyd algorith vevr good-Matlab impletion of Floyd algorith vevr good
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:Maryoewm
« 1 2 ... 28 29 30 31 32 3334 35 »
搜珍网 www.dssz.com