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

搜索资源列表

  1. 1

    0下载:
  2. 1.建立一个无向图的邻接表存储 2。对该图进行深度优先搜索,按顺序输出所访问的-1. The establishment of an undirected graph in adjacency list is stored 2. Depth-first search of the graph, according to the order of the output of the visit
  3. 所属分类:Search Engine

    • 发布日期:2017-03-29
    • 文件大小:1120
    • 提供者:黄寺
  1. acm-pku3278

    0下载:
  2. 利用队列来完成广度优先搜索的变形题目,值得参考-queue for BFS
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3413
    • 提供者:宋天宝
  1. BFS

    0下载:
  2. 人中智能中交常用的广度优先搜索算法利用vc编译实现-broadth first search
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:164115
    • 提供者:董红丽
  1. Graph2vertexpathproblem

    1下载:
  2. 试基于图的深度优先搜索策略编写一程序,判断以邻接表方式存储的有向图中是否存在 由顶点Vi到Vj顶点的路径。 -Test graph-based depth-first search strategy for the preparation of a program to determine ways to adjacency list stored in the existence of a directed graph from vertex Vi to vertex Vj pat
  3. 所属分类:Windows编程

    • 发布日期:2017-04-30
    • 文件大小:8928
    • 提供者:xiaoxue
  1. code--yuanchuang20091129

    0下载:
  2. 用PHP编写的,Ax最短路径算法-广度优先搜索.txt
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1349
    • 提供者:ytrytry
  1. depth_first_search_algorithm

    0下载:
  2. 网络算法中关于深探分枝(深度优先搜索)的算法实现。-This algorithm discribes depth-first search.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:121026
    • 提供者:阿牛
  1. breadth_first_search_algorithm

    0下载:
  2. 本文件描述了广度优先搜索的算法实现。初学者可以参考。-Discribing the algorithm of breadth-first search.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:120259
    • 提供者:阿牛
  1. Thebridesearchofmaze

    0下载:
  2. 走迷宫问题:迷宫的广度优先搜索 迷宫是许多小方格构成的矩阵,在每个小方格中1是墙,0是路。根据给定的迷宫,找出一条从入口到出口的路径。-the bride search of maze
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:6437
    • 提供者:zhaoxiaojia
  1. tudebianli

    0下载:
  2. 图的遍历包括深度优先搜索和广度优先搜索,大家可以看看。-Graph traversal, including depth-first search and breadth-first search, we can look at.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1760
    • 提供者:zhangfei
  1. queen8

    0下载:
  2. 汇编程序实现: 程序功能:用深度优先搜索法解决八皇后问题并打印结果. 列数行数分别用1-8标记.所以八皇后的位置申请了9个 调试感慨:汇编调试实在麻烦,不像C中在任何地方加个printf就可以知道 哪错了.跳来跳去的,不知哪里死循环了,实在不好调试. -Assembler to achieve: program features: Using depth-first search method to solve the eight queens prob
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:2041
    • 提供者:王明杰
  1. tu3

    0下载:
  2. 1 创建给定图的存储结构,从邻接表和邻接矩阵两种存储方式中选择一种。 2 对所创建的图进行深度和广度优先搜索遍历,给出遍历过程中的顶点序列。 3 求图的最小生成树,按构造顺序输出边的序列。(两种方法都要求!) 3 编写一个主函数,将上面函数连在一起,构成一个完整程序。 4 将实验源程序调试并运行。 -Create a storage structure of a given graph from the adjacency list and adjacency matrix
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1674
    • 提供者:王欣
  1. jsj

    0下载:
  2. 1 创建给定图的存储结构,从邻接表和邻接矩阵两种存储方式中选择一种。 2 对所创建的图进行深度和广度优先搜索遍历,给出遍历过程中的顶点序列。 3 求图的最小生成树,按构造顺序输出边的序列。(两种方法都要求!) -Create a storage structure of a given graph from the adjacency list and adjacency matrix are two ways to choose a store. Two pairs of maps
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1690
    • 提供者:金伟
  1. shenduyouxiansousuoqiumigong

    0下载:
  2. 深度优先搜索求迷宫问题 采用深度优先搜索的方法求解迷宫问题,方便快捷-Depth-first search order to the maze problem using depth-first search method for solving a maze problem, convenient and quick
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:693
    • 提供者:李朗
  1. tu

    0下载:
  2. 、实验目的 1 熟练掌握各种内排序方法,深刻理解排序算法及其执行过程; 2 学会分析各种内排序算法的性能; 3 了解各种排序方法的优缺点,对于实际问题能够选择一种较好的排序方案; 4 熟练掌握图的存储结构; 5 掌握图的邻接矩阵和邻接表表示分别进行深度和广度优先搜索遍历的算法。 6 了解图的最小生成树算法。-Proficiency in the order of search, binary search and index searc
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2640
    • 提供者:zhangge
  1. xnSpider

    0下载:
  2. 采用深度优先搜索方法的网络蜘蛛针对某一网站实现根据某一主题进行搜索-WebCrawler
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:8160
    • 提供者:hukai
  1. graph

    0下载:
  2. 用邻接矩阵法建一无向连通图(顶点信息为字符),分别用dfs(深度优先搜索)和bfs(广度优先搜索)遍历,输出图中顶点信息并验证。-Adjacency matrix to build an undirected connected graph (vertex information for characters), respectively dfs (depth-first search), and bfs (breadth-first search) traversal, the output
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:4059
    • 提供者:fanfausun
  1. ai1

    0下载:
  2. 带回溯的深度优先策略:解决经典野人传教士过河问题的求解:三个修道士和三个野人过河,船一次最多只能载两个人,在任何时候修道士的人数不能少于野人人数,否则野人会吃掉修道士。找出六个人顺利过河的所有方案。 采用带回溯的深度优先搜索策略,共定义了7种合法操作{2,0,0},{1,0,0},{1,1,0},{0,1,0},{0,2,0},{0,1,1},{1,0,1}代表上船的人数,根据船所在位置决定在状态上是加或者减操作。扩展结点时按顺序应用操作,知道回溯到初始状态且所有操作用完,程序结束。-Wi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:3026
    • 提供者:jyll
  1. 883

    0下载:
  2. 883倒酒问题 递归法 深度优先搜索 规则集-883 wine
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1732
    • 提供者:abacaba
  1. networkDistribution

    1下载:
  2. ObjectARX开发,配电网,网络绘制,潮流计算,可靠性分析等-ObjectARX development, distribution network, network rendering, flow calculation, reliability analysis, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-24
    • 文件大小:8150108
    • 提供者:聂俊
  1. maze

    0下载:
  2. 迷宫自动求解,利用图的广度优先搜索。迷宫自动求解,利用图的广度优先搜索。-Automatically solve the maze using the map of the breadth-first search. Automatically solve the maze using the map of the breadth-first search.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1020926
    • 提供者:sunwei
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 31 »
搜珍网 www.dssz.com