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

搜索资源列表

  1. game0

    0下载:
  2. 一个简单的九宫格游戏,只要能在25步内走完的,可以进行广度优先搜索的计算,权当进入.net领域练手的一个小游戏开发-JiuGongGe, a simple game, as long as the finish in 25 steps, the breadth-first search can be calculated
  3. 所属分类:.net

    • 发布日期:2017-05-30
    • 文件大小:12775827
    • 提供者:傻蛋
  1. guangduyouxian

    0下载:
  2. 数据结构中基本的广度优先搜索,使用语言为C语言。-The basic data structure breadth-first search, the use of language is C language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1213
    • 提供者:cherish
  1. AI_bashuma

    0下载:
  2. 求解八数码问题,人工智能经典算法。使用A*,A,宽度优先搜索三种算法实现,并进行比较。大三人工智能作业-AI algorithm。A*,A,breadth-first search algorithm。
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:46849
    • 提供者:山楂片
  1. bashuma

    0下载:
  2. 求解八数码问题,人工智能经典算法。使用A*,A,宽度优先搜索三种算法实现,并进行比较。大三人工智能作业-AI algorithm。A*,A,breadth-first search algorithm。
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:46780
    • 提供者:山楂片
  1. tu

    0下载:
  2. 遍历算法在数据结构中是最普通的运算方法也是所有其它算法的基础。由于图的遍历比线性表、树的结构的遍历算法要复杂,因此着重对图的遍历算法进行讨论, 具有更普遍的意义。图的遍历就是从图中指定的某顶点作为遍历的起始出发点, 按照一定搜索遍历路径, 对图中所有顶点仅作一次访问的过程。 根据搜索路径方向的不同, 遍历图的方法可分深度优先搜索遍历和广度优先搜索遍历, 又根据编制算法的方法不同, 可分为递归遍历算法和非递归遍历算法。 -Data structure traversal algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:229036
    • 提供者:庄小虎
  1. graph

    0下载:
  2. 用邻接表的方式建立一个图,可以对这个图进行删除边,增加边,删除增加节点,和深度广度优先搜索-With the adjacency list of ways to build a map, you can delete the edges of this graph, increasing side, remove the added nodes, and depth of breadth-first search
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:178841
    • 提供者:jaychou
  1. huffman

    0下载:
  2. 构造哈夫曼树,应用深度优先与广度优先搜索……测试无误,欢迎交流-Huffman tree construction, application of depth first and breadth first search ... ... the test is correct, welcomed the exchange of
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1138
    • 提供者:陆云
  1. BFS

    0下载:
  2. In graph theory, breadth-first search (BFS) is a graph search algorithm that begins at the root node and explores all the neighboring nodes. Then for each of those nearest nodes, it explores their unexplored neighbor nodes, and so on, until it finds
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1234
    • 提供者:a32
  1. BFSN_Algorithm

    0下载:
  2. 本matlab函数是广度优先搜索邻居的聚类算法实现,仅供参考!-The matlab function is breadth-first search neighbor clustering algorithm for reference purposes only!
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1471
    • 提供者:James
  1. fenzhijiexianfa

    0下载:
  2. 分支界限法是由“分支”和“界限”策略两个部分组成,其中“分支”策略是对问题空间按照广度优先的策略进行搜索;“限界”策略是为了加速搜索速度而采用启发信息剪枝的策略。 使用分支限界法来解决单源最短路径问题时主要利用结点控制关系剪枝,在一般情况下,如果解空间树中以结点Y为根的子树中所含的解优于以结点X为根的子树中所含的解,则结点Y控制了结点X,以被控制的结点X为根的子树可以剪去。算法实现时,使用邻接矩阵表示图,二维数组存储图的邻接矩阵,使用数组记录源到各顶点的距离和路径上的前驱顶点。 -Br
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:815
    • 提供者:ss
  1. shanzhash

    1下载:
  2. 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-In the field of artificial intelligence, implicit graph search is a basic method of solving proble
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:30496
    • 提供者:shanzhashu
  1. 1112

    0下载:
  2. POJ1112,动态规划,宽度优先搜索预处理-POJ1112, dynamic programming, breadth-first search for pre-
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:219884
    • 提供者:宇之宙
  1. BFS-v1.1

    0下载:
  2. 这是我写的人工智能的九宫问题,用广度优先搜索实现,效率不高。-This is my problem writing artificial intelligence Nine-palace, with breadth-first search to achieve efficiency is not high.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:899614
    • 提供者:木杨
  1. TSP00022304

    0下载:
  2. 基于广度优先搜索解决TSP问题,可以删除,添加边和节点-TSP based on breadth-first search to solve the problem, you can delete, add edges and nodes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:4612
    • 提供者:liuxin
  1. Without-the-adjlink-to-map

    0下载:
  2. 从键盘输入无向图G的顶点个数v及边的个数e。建立有v个顶点、e条边构成的无向图G,采用邻接矩阵表示。V个顶点的值由键盘输入,元素类型为字符型。e条边的信息也由键盘输入。分别调用图的深度优先搜索、广度优先搜索图并输出相应的遍历序列。-Input from the keyboard without the number of vertices to the graph G v and the number of edges e. Establishment of a v vertices, e ed
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:23064
    • 提供者:钱行
  1. BFS

    0下载:
  2. java 数据结构 实现图的广度优先算法-Data structure of breadth first search in java
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:14253
    • 提供者:zq
  1. fiifteen_puzzle

    0下载:
  2. Program implements graphs algorihtms to solve fifteen puzzle problem (http://en.wikipedia.org/wiki/Fifteen_puzzle). There are few methods BFS - Hamming and Manhattan heuristics, Breadth-first search and Depth-first search. You can implement A* algori
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:19325
    • 提供者:username
  1. 017

    0下载:
  2.  广度优先搜索及深度优先搜索,用C语言实现,比较使用-Breadth-first search and depth first search, using C language, compared with
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1735
    • 提供者:苏小湃
  1. alg

    0下载:
  2. some useful little program for new learner Graph Alg.:Red-Black tree,Dijkstra s algorithm,Depth first search and breadth first search. Heaps:Fibonacci heap source.. Sorting:Various array sorting algorithms.. Searching:Array searching algorith
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:156845
    • 提供者:史宇飞
  1. graph(linjiejuzhen)

    0下载:
  2. 基于C++模板,用邻接矩阵的方式,实现了基本的Graph(map)的构建,并实现了深度优先搜索和广度优先搜索,同时加入了测试用的数据读入和写入函数,便于调试和在本代码基础上进行进一步扩充。-Based on C++ templates, adjacency matrix, enabling a basic Graph (map) to build and achieve a depth-first search and breadth-first search, also joined the
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:698874
    • 提供者:
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com