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

搜索资源列表

  1. BDFS

    0下载:
  2. 用邻接表表示无向图的深度优先搜索遍历 有助于大家理解图的优先遍历问题-adjoining table with no plans to the depth-first search traverse help you understand the plans of the priority issues Traversing
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1181
    • 提供者:ps
  1. maze dfs

    0下载:
  2. dfs 深度优先搜索!这是走迷宫的基本算法。用广义表建立迷宫,用邻接表建立图,用dfs搜索,许多大学的数据结构作业-dfs depth-first search! Maze This is the basic algorithm. Generalized Table established maze, with the establishment of the adjacent table map, with dfs search, the University of many data str
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1339
    • 提供者:笨熊
  1. 图搜索策略

    0下载:
  2. 一个使用Java实现的人工智能的图搜索策略程序——酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Searc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:29635
    • 提供者:陈凯
  1. 传教士与野人渡河问题深度优先搜索

    1下载:
  2. 学习人工智能作的一个小设计,用VC++6.0来基本实现传教士和野人渡河问题,这个算法是应用深度优先搜索算法。-study artificial intelligence for a small design, VC 6.0 to achieve missionaries and savage river, the algorithm is the use of depth-first search algorithm.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:9059
    • 提供者:藤力
  1. 八数码多算法实现

    1下载:
  2. 这个程序是从广度优先搜索,深度优先搜索,A算法以及A*算法等多方面算法来解决八数码问题-this procedure is breadth - first search, depth-first search, A and A * algorithm algorithm various algorithms to solve the problem eight digital
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:75625
    • 提供者:藤力
  1. fun

    0下载:
  2. 这是一个用matlab读取txt(特定格式)文件并读取文件,画出figure,自动保存和关闭figure。程序运用了深度搜索递归算法。(因为大家没有input的txt文件,所以阅读程序领会思想和方法即可)-This is a use matlab to read txt (a specific format) file and read documents, painted figure, on and off automatically to preserve figure. Procedur
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:1554
    • 提供者:huo peng
  1. DFS

    0下载:
  2. 图论编程,包含文件操作,建立图的邻接表,并实现深度优先搜索-Graph theory programming, including file operations, the establishment of plans of the adjacent table, and the depth-first search
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:6366
    • 提供者:
  1. SFTW461-AI2_Assignment_2_DA627764

    0下载:
  2. DFS A depth-first search program that avoids cycling. solve( Node, Solution): Solution is an acyclic path (in reverse order) between Node and a goal-DFS A depth-first search program that avoids cycling. solve( Node, Solution): So
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:857
    • 提供者:k
  1. dfsorigin

    0下载:
  2. DFS in Matlab, Depth First Search
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:674
    • 提供者:Supermachi
  1. brainee-30177

    0下载:
  2. An application that implement Uninformed search algorithms * Breadth-first search * Uniform-cost search * Depth-first search * Depth-limited search (tree and recursive versions) * Iterative deepening search-An application that im
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:98975
    • 提供者:amir
  1. search-file

    0下载:
  2. 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - De
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:716
    • 提供者:guang
  1. TileProblem.tar

    0下载:
  2. This is simulation of classic 15 tile puzzle problem solver. It has capability to solve the problem using artificial intelligent techniques of depth first search and A-star search. This project is completely done in netbeans for running game requ
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:22182
    • 提供者:ravi
  1. DFS

    0下载:
  2. Depth-first search (DFS) is an algorithm for traversing or searching a tree, tree structure, or graph. One starts at the root (selecting some node as the root in the graph case) and explores as far as possible along each branch before backtracking.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1213
    • 提供者:a32
  1. Depth-First-Search

    0下载:
  2. Depth-first search (DFS) is an algorithm for traversing or searching a tree, tree structure, or graph. One starts at the root (selecting some node as the root in the graph case) and explores as far as possible along each branch before backtracking.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1099
    • 提供者:ww
  1. Depth-first-search

    0下载:
  2. 深度优先搜索的搜索过程类似树的先序遍历,也叫回溯法。-Depth-first search of the search process similar to the preorder traversal of the tree, also known as backtracking.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:45460
    • 提供者:lx
  1. graph-depth-first-search

    0下载:
  2. 基于VC6.0,实现图的深度优先搜索算法-graph depth-first search
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:850
    • 提供者:刘兆好
  1. depth-search

    0下载:
  2. Depth-First-Search in LISP
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1065
    • 提供者:Luis
  1. Depth-First-Search

    0下载:
  2. 个人实现的深度优先搜索代码。水平有限,请大家指正。-Implementation of a depth-first search algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:20621
    • 提供者:linap
  1. depth-first-search

    0下载:
  2. 基于C语言的数据结构与算法分析:深度优先搜索-Based on data structures and algorithms in C language analysis: depth-first search
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7204
    • 提供者:Austin Chou
  1. Matlab-Deep-First-Search-algorithm

    0下载:
  2. MATLAB实现寻路、布线、迷宫的递归深度优先遍历算法, 程序的功能是寻找从出发点到目的地的全部可行路径, 最后只显示了最佳和最劣路径的动画效果-MATLAB realization pathfinding, routing, recursive depth-first traversal algorithm maze functionality of the program is to find all possible paths the starting point to the des
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:194176
    • 提供者:Wang
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com