CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 其它 搜索资源 - 图的算法

搜索资源列表

  1. 图论常用算法通用matlab程序

    0下载:
  2. 包括最短路及最小生成树算法,对于参加建模很有用的-including the most short-circuit and the minimum spanning tree algorithm, for participating in modeling very useful
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4449
    • 提供者:笑我多情
  1. 用C++描述的各种数据结构算法

    0下载:
  2. 包含几十个有关数据结构算法的源代码 包括栈 队列 树图等 是初学者的最佳选择-contains dozens of the data structure of the algorithm source code stacks include Queue tree map is the best choice for beginners
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:69198
    • 提供者:往往
  1. 图深度优先

    0下载:
  2. 图的深度优先算法动态演示,用到了直线的中点绘制算法-map algorithm for dynamic priority depth demonstration of the use of linear midpoint Rendering Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:208626
    • 提供者:张三
  1. xuehaiwuya

    0下载:
  2. 算法有关于树的遍历的,还有图的搜索等等的数据结构相关算法-algorithm on the traversal of the tree, and there are also search the data structure correlation algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1623
    • 提供者:陈煦
  1. 导游图

    0下载:
  2. 用c语言实现的导游图,有图形界面,支持鼠标操作,使用dfs和floyd算法实现给出两点间最短路和最长路。-used language guides map, a graphical interface, mouse support operation, use dfs and Floyd algorithm is the shortest path between two points and the longest path.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30273
    • 提供者:张博
  1. png_crc

    0下载:
  2. 本源码是用于实现在PNG格式的图片中的CRC的算法。-the source is used to achieve the PNG format images of the CRC algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1099
    • 提供者:xpzhang
  1. hungry

    0下载:
  2. 用匈牙利算法解决二部图的最优匹配问题,可用于多任务的指派问题的解决.-Hungary algorithm used to solve the two plans optimal matching can be used for many tasks assigned to resolve the problem.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:163742
    • 提供者:周华兵
  1. duixiang

    0下载:
  2. 这是动态规划中的经典算法。多段图的向前向后的处理算法的VC++环境种的实现代码-This is the dynamic programming of the classical algorithm. Many of the plans forward backward processing algorithm for the VC types of codes
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1020
    • 提供者:肖晨
  1. myprim

    1下载:
  2. 一个用Prim算法求解图的最小生成树,图是通过矩阵来建立。-an algorithm using the minimum spanning tree, the plan is to build through the matrix.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1162
    • 提供者:傅蓉蓉
  1. xdcode1

    0下载:
  2. 本文研究对彩色地图图象中的道路识别提取的问题。讨论了基于聚类分析的一种按颜色分离地图要素的算法,并对若干影响效果的问题提出了修正和解决办法。-this paper right color map image from the road recognition problem. Based on the discussion of a cluster analysis separated by color map elements of the algorithm, as well as a nu
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:38972
    • 提供者:蛋蛋
  1. des

    0下载:
  2. Prim算法完整实现代码 用Prim算法求无向图的最小生成树 -Prim algorithm to achieve a complete code with Prim algorithm try to map the minimum spanning tree
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3285
    • 提供者:359369593
  1. tu

    0下载:
  2. [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达
  3. 所属分类:其它

    • 发布日期:2014-01-15
    • 文件大小:9954
    • 提供者:Demonic
  1. Code

    0下载:
  2. 这是关于图论算法里面的一些代码,图论基本的思想代码的实现
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5066
    • 提供者:panbowen
  1. shengdubianli

    0下载:
  2. 1.首先选定图的类别(有向图、无向图),再选定图的存储结构,根据输入的顶点或者边建立图;并把相应的邻接表或者邻接矩阵输出; 2.根据已有的邻接矩阵或邻接表用递归方法编写深度优先搜索遍历算法,并输出遍历结果;
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1128
    • 提供者:异元
  1. sjwl

    0下载:
  2. 关于神经网络的入门及其简单的算法,有图。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:51405
    • 提供者:Richard
  1. period

    0下载:
  2. 近代信号处理中周期图法功率谱估计的MATLAB源码,简单但经典的算法。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:872
    • 提供者:项慧慧
  1. prim

    1下载:
  2. 算法分析与设计,基于随机生成的无向图的prim算法实现
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2196
    • 提供者:dk liu
  1. floyd

    0下载:
  2. 实现了图的单源最短路径的floyd算法,欢迎评价
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1067
    • 提供者:张平
  1. 最大团

    0下载:
  2. 回溯算法中的图的最大团问题-backtracking algorithms map of the biggest problems Mission
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2171
    • 提供者:connie
  1. hj

    3下载:
  2. 图的算法实现 (1)将图的信息建立文件; (2)从文件读入图的信息,建立邻接矩阵和邻接表; (3)实现Prim、Kruskal、Dijkstra和拓扑排序算法。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:105689
    • 提供者:陈阳
« 12 3 »
搜珍网 www.dssz.com