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

搜索资源列表

  1. 分油问题

    0下载:
  2. 人工智能中重要的一个问题, 用广度优先搜索的方法解决-AI an important issue, breadth - first search of solutions
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9500
    • 提供者:无数
  1. 8SM2

    0下载:
  2. 双向广度优先搜索算法法见8SM2.cpp文件,vc6.0环境运行实现-two-way breadth - first search algorithm see 8SM2.cpp France, achieving operating environment vc6.0
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1235
    • 提供者:蔡鹏
  1. 基于AI的问题求解

    0下载:
  2. 提供了深度优先搜索,广度优先搜索,添加启发信息的最小代价搜索,查找多个解,查找最优解的范例程序.-a depth-first search, breadth - first search, add the information inspired the minimum price for a search of solutions to search, find out the optimal solution sample programs.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12548
    • 提供者:陈宁
  1. A的算法

    0下载:
  2. A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A * algorithm is a heuristic search. It extended node in the order of priority similar to the breadth of searc
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2461
    • 提供者:成龙
  1. bashuma1

    0下载:
  2. 用C编写的八数码难题的解法,采用宽度优先搜索算法。-C eight prepared by the problem of the digital method, using the width first search algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2122
    • 提供者:夜莺
  1. 梅花三弄版dezend V1.0

    0下载:
  2. php开源屠龙刀 梅花三弄dezend v1.1 [color=#FF0000]主要增加对用zendguard 4.01进行加密的dezend支持[/color]该类文件开头格式: <?php @Zend; 4147; 现改为:首行包含Zend的文件为需dezend文件 ***************************************** 梅花三弄dezend v1.0 一、特点: 1.基于"黑刀4.3"作为内核,
  3. 所属分类:反汇编

    • 发布日期:2009-02-03
    • 文件大小:1062308
    • 提供者:liu3zy
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. C语言实战105例

    0下载:
  2. C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器 
  3. 所属分类:Windows编程

    • 发布日期:2012-03-06
    • 文件大小:654374
    • 提供者:jawin@126.com
  1. 传教士野人渡河c源码

    0下载:
  2. 传教士野人渡河c源码 广度优先搜索
  3. 所属分类:Windows编程

    • 发布日期:2010-10-09
    • 文件大小:1185087
    • 提供者:qq459552548
  1. 深度优先搜索详解,附代码

    0下载:
  2. 详解,可以解决所有的深搜问题
  3. 所属分类:编程文档

    • 发布日期:2011-06-01
    • 文件大小:16056
    • 提供者:cl3210@126.com
  1. 5LinkChess.rar

    0下载:
  2. 基于剪枝的极大极小优先搜索和最佳优先搜索的人机对弈智能五子棋程序
  3. 所属分类:棋牌游戏

    • 发布日期:2012-06-24
    • 文件大小:3967434
    • 提供者:mayi222daxiang
  1. 人工智能经典问题八数码三种算法

    0下载:
  2. 人工智能经典问题八数码三种算法(广度优先搜索,深度优先搜索,启发式搜索)带有图形界面的解决方案。-Classic problem in Artificial Intelligence eight digital three algorithms (breadth-first search, depth-first search, heuristic search) with a graphical interface solutions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-06-21
    • 文件大小:35266169
    • 提供者:zlf
  1. GraphTrace.rar

    0下载:
  2. 用标准C++完成对图的深/广度优先搜索,使用邻接多重表的存储结构,Using standard C++ Completion of the map deep/breadth-first search, the use of the adjacent multi-table storage structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:271388
    • 提供者:张恒
  1. Maze32

    0下载:
  2. 用C实现的迷宫求解算法。图形界面,求解过程参照了深度优先搜索,迷宫由随即矩阵生成,采用栈作为路径存储结构-Implemented in C maze solving algorithm. Graphical interface, the solution process with reference to the depth-first search, then the matrix generated by the maze, using the stack as the storage st
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-19
    • 文件大小:5266948
    • 提供者:杨萝卜
  1. guohewenti

    0下载:
  2. 试运用深度优先搜索算法寻找过河问题的一个解决方案,题目叙述如下:猎人、狗、男人带着男孩1、男孩2,女人带着女孩1、女孩2,一共8个个体。一艘小船,一次只能过两个个体,狗和四个小孩不会划船。注意:(1)猎人不在,狗咬任何人;(2)男人不在,女人打男孩;(3)女人不在,男人打女孩。-Test the use of depth-first search algorithm to find a solution to cross the river problem, topics are describ
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:1138
    • 提供者:杨瑞
  1. TU.rar

    0下载:
  2. 邻结表存储的无向图的建立及遍历输出(包括深度优先与广度优先搜索), The neighbour ties the table to save non- (first first searches to the chart establishment and the calendar output including depth with breadth)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:1733
    • 提供者:谭宜涛
  1. BFS.rar

    0下载:
  2. c语言广度优先搜索算法的实现,输入几个节点,生成树,然后经广度优先搜索算法输出,c language breadth-first search algorithm, enter the number of nodes, spanning tree, and then by the breadth-first search algorithm output
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1529
    • 提供者:少云
  1. Sudoku

    0下载:
  2. 解数独的源码,使用深度优先搜索解决,有可视化的界面,能够很快的解出数独存在的一组解-Sudoku source, using the depth-first search
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-02
    • 文件大小:14535167
    • 提供者:刘然
  1. Chess(8puzzle)

    0下载:
  2. 这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题.zip-8-puzzle A* BFS DFS MFC
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3768874
    • 提供者:benson
  1. farmer

    0下载:
  2. 农夫过河 (宽度优先搜索实现) 算法算计与分析-wide search first
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:175694
    • 提供者:lidong
« 1 2 3 4 5 6 78 9 10 11 12 ... 31 »
搜珍网 www.dssz.com