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

搜索资源列表

  1. 8_num

    0下载:
  2. 深度优先搜索八数码问题[VC++] 简单实用-Eight digital depth-first search problem [VC++] simple and practical
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:13554
    • 提供者:mingming
  1. Poj_1011_sticks

    0下载:
  2. 由题意知道,本题就是根据题目给出的木棒,拼出长度最短的等长的棒子,本题主要应用了深度优先搜索+强剪枝。我们知道,肯定是先把小棒排序,从最大的开始枚举,然后如果到某一个长度时,满足条件,哪么就输出该长度。-George took sticks of the same length and cut them randomly until all parts became at most 50 units long. Now he wants to return sticks to the origi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:14733
    • 提供者:zhangzhanyou
  1. square

    0下载:
  2. 给你n根木棒,请问使用这些木棒,是否有可能让它们头尾相连组成一个正方形?所 有的木棒都必须使用。 深度优先搜索的正方形问题-N root stick to you, will use the stick, is it possible so that they linked to the formation of a square head? All must use the stick. Depth-first search of the square problem
  3. 所属分类:Search Engine

    • 发布日期:2017-04-03
    • 文件大小:973
    • 提供者:LWind
  1. tu

    0下载:
  2. 实现了图的创建,深度优先搜索和广度优先搜索-To create a graph, depth-first search and breadth-first search
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1813
    • 提供者:张龙
  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. shenyou

    0下载:
  2. 求解数独的深度优先搜索的程序,没有递归,可用于低性能的单片机。-Sudoku Solving the depth-first search procedure, there is no recursion, can be used for low performance microcontroller.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:869
    • 提供者:Kenneth.L
  1. main

    0下载:
  2. poj2676:sudoku.深度优先搜索和剪枝.正确程序.-poj2676:sudoku.Depth First Search.Accepted program.
  3. 所属分类:Search Engine

    • 发布日期:2017-04-10
    • 文件大小:818
    • 提供者:王文波
  1. DFSBFS

    0下载:
  2. 关于数据结构搜索方法中的深度优先搜索及广度优先搜索的算法及比较,c语言描述,简单易懂.-Search method on the data structure in the depth-first search and breadth-first search algorithm and comparison, c language to describe, easy to understand.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4338
    • 提供者:sara
  1. Graph

    0下载:
  2. 图的大部分实现 图的深度优先周游 图的广度优先周游 由队列方式实现的拓扑排序 由深度优先搜索方式实现的拓扑排序 单源最短路径(Dijkstra算法) 每对顶点之间的最短路径(Floyd算法) 最小支撑树(Prim算法) 最小支撑树(Kruskal算法)-Figure most of the implementation diagram of the depth-first breadth-first tour travel map be achieved by the topological s
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:10476
    • 提供者:fzkj
  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. 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. depth_first_search_algorithm

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

    • 发布日期:2017-03-31
    • 文件大小:121026
    • 提供者:阿牛
  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. 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. 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. bipartite_graph_maximum_matching

    0下载:
  2. 三种二项图最大匹配算法.包括使用广度优先搜索以及深度优先搜索的匈牙利算法,以及Hopcroft-Karp算法。-Three of bipartite graph maximum matching algorithms. Including 1.Hungarian with DFS 2.Hungarian with BFS 3.Hopcroft-Karp algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-03-25
    • 文件大小:1667
    • 提供者:lj-leech
« 1 2 3 4 5 67 8 9 10 11 ... 19 »
搜珍网 www.dssz.com