CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - bfs

搜索资源列表

  1. BFSTraverse

    0下载:
  2. 利用BFS算法和队列实现在棋盘上已知“马”的初始位置,得到其在指定步数内可以到达的所有位置的功能-Use BFS algorithm and queue on the board to achieve a known " horse" in the initial position, get the function which can be reached within a specified number of steps in all positions
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:798742
    • 提供者:黄志鹏
  1. multi

    0下载:
  2. 多变量寻优的源码,包括基本算法如下:DFP法(又称变尺度法),BFS法、一阶梯度法,共扼梯度法。-Multivariate optimization of the source code, including basic algorithm is as follows: DFP method (also known as variable metric method), BFS method, a ladder degree method, conjugate gradient method.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4664
    • 提供者:李时针
  1. 5th_graph0518cg.tar

    0下载:
  2. 图的邻接矩阵跟邻接表的创建,遍历等,核心是深度优先遍历DFS和广度优先遍历BFS,其中广度优先遍历使用了队列,bfs写了两种方式,详情可以查看注释。使用gcc编译,-Adjacency matrix with the adjacency list creation, traversal, depth-first traversal of the core DFS and breadth-first traversal BFS, breadth-first traversal which uses
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:10319
    • 提供者:chen
  1. Seqence

    0下载:
  2. 在Matlab中使用函数实现队列操作并且应用到图的宽度遍历(BFS)中-A realization of Sequence operation in Matlab. And an example applied in Breadth First Search(BFS).
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1090
    • 提供者:王晓露
  1. BFS

    1下载:
  2. 广度优先搜索算法,做了很详细的解释,大家可以有空学习交流下。-Breadth-first search algorithm, and made a very detailed explanation, you can free exchange under studying.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:845
    • 提供者:尼尼
  1. search-chen

    1下载:
  2. 使用Python编写的AI程序Pacman,可以适合AI的初学者,有BFS, DFS, UCS, A Star 运行的命令在commands.txt文件里 可以用 bash commands.txt演示-AI programs written in Python Pacman, AI can fit beginners, there BFS, DFS, UCS, the command runs in commands.txt A Star file can bash commands.t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-08
    • 文件大小:214698
    • 提供者:Nick
  1. rop_matlab1

    0下载:
  2. 利用宽度有限方法(BFS)寻找最短路径和最小树的算法和算例。-Use of finite width method (BFS) to find the shortest path and minimum tree algorithms and numerical examples.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:6126
    • 提供者:Camille
  1. Project_BFS

    0下载:
  2. 广度优先搜索算法的C++实现,标准的图结构实现,算法经过优化,运行效率高-Realize BFS algorithm using C++ and data struct
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-14
    • 文件大小:3174555
    • 提供者:
  1. POJ1915_bfs

    0下载:
  2. poj1915双向bfs.-poj 1915
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:323497
    • 提供者:刘翥
  1. DFS-BFS

    0下载:
  2. 2014年北京大学暑假公开课算法讲解课件之搜索,讲解详细,分析透彻-2014 Peking University summer open class algorithm courseware on the graph theory, explain the detailed, thorough analysis
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2740970
    • 提供者:小明
  1. bfs_chess.tar

    0下载:
  2. Deployment of towers and horses on chessboard. Implemented simple BFS graph algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3369
    • 提供者:merlin69504
  1. BFS

    0下载:
  2. 用MATLAB写的宽度优先搜索函数,支持障碍设置和四叉树/八叉树的选择,在路径搜索方面有用。-First search function using MATLAB written in width, support the obstacles set up and quadtree/octree useful in terms of route search.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1487
    • 提供者:刘陈展
  1. source

    0下载:
  2. to solve the best case number of which how many times the king located at some position(x1,y1) to move to kill the the other ones located some position(x2,y2) in the chessBoard. implemented by BFS-to solve the best case number of which how many ti
  3. 所属分类:Algorithm

  1. N-Queue_DFS

    0下载:
  2. BFS法求解N皇后问题,输出全部解决方案。-BFS method for solving N queens problem and output all solutions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:32488
    • 提供者:
  1. knight-tour_DFSandBFS_SQueue

    0下载:
  2. 在一个N*N的棋盘上指点任意一点的坐标,以马走日的方式走完整个棋盘且没有重复,试分别用DFS、BFS方法求解并输出全部可能的路径。-knight tour problem solved by the method of BFS and DFS.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:43517
    • 提供者:
  1. map

    0下载:
  2. 数据结构 BFS DFS Prim kruscal dijkstra 代码-code of BFS DFS Prim kruscal dijkstra
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2415
    • 提供者:li
  1. newton

    0下载:
  2. 非线性方程组的BFS秩2拟Newton方法MATLAB源代码-Nonlinear Equations BFS rank 2 Quasi Newton method MATLAB source code
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1122
    • 提供者:yyjk
  1. Connect-Set

    0下载:
  2. 网易云课堂-陈越、何钦铭-数据结构-2016春 PTA-06-图1 列出连通集 给定一个有NNN个顶点和EEE条边的无向图,请用DFS和BFS分别列出其所有的连通集。假设顶点从0到N− 1N-1N− 1编号。进行搜索时,假设我们总是从编号最小的顶点出发,按编号递增的顺序访问邻接点。-Given a free E N vertices and edges of the graph, please list the set of all of its communicat
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:862
    • 提供者:zhangzhi
  1. BFS_graph

    0下载:
  2. 这是数据结构中图的广度优先算法的实现。广度优先算法是按照每个节点的拥有的孩子数目来进行遍历的。而不像图的深度优先算法是按照深层次,然后如果不能继续进入更深一层,就往回遍历。-BFS program of tree have a large of difference of the DFS program of trees.The produre of it is with the method of the children of a point ,rather than the depth o
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:9882
    • 提供者:冯严
  1. oop-Week9

    0下载:
  2. 关于布线问题的一些代码,包括BFS 过程和回溯过程-Some code on wiring problems, including the BFS process and backtracking process
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:60353
    • 提供者:lll
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com