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

搜索资源列表

  1. 图搜索策略

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

    • 发布日期:2008-10-13
    • 文件大小:29635
    • 提供者:陈凯
  1. 深度优先搜索、广度优先搜索

    0下载:
  2. 图的深度优先搜索和广度优先搜索。值得一看。-map the depth-first search and breadth - first search. An eye-catcher.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11218
    • 提供者:乐天
  1. Leasen图的建立和DFS&BFS算法

    0下载:
  2. 数据结构中关于DFS和BFS的练习,较简单的实现了二叉树的DFS和BFS搜索-data structure of DFS and BFS practice, the realization of a simple binary tree search DFS and the BFS
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1652
    • 提供者:李立纯
  1. 图的搜索

    1下载:
  2. 在VC的环境下,用C++实现A*算法和双向A*算法,并且能够通过设置不同的参数随机产生以邻接表存储网络图,从而可以对不同启发策略的A*算法进行测试和实验。-in VC environment, the C achieving A * algorithm and the two-way A * algorithm, and through a variety of parameters to generate random adjacent table storage network map, t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15552
    • 提供者:
  1. 八数码问题(A星算法)

    0下载:
  2. 用A*算法求解八数码问题。A*算法又叫做最佳图搜索算法,是满足启发函数不大于实际耗散值的A算法,可以用理论证明如果最佳解图存在的话,一定可以用A*算法找出来。-with A * algorithm eight digital problem. A * algorithm also called the plan the best search algorithm, it is instructive function to meet not more than the actual value
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11508
    • 提供者:罗鹏魁
  1. 人工智能第三章,图搜索 课件

    1下载:
  2. 人工智能课件,第三章,含 知识表示与推理,状态空间图,搜索树,与或树
  3. 所属分类:软件工程

    • 发布日期:2011-11-07
    • 文件大小:226216
    • 提供者:nacountry
  1. h

    0下载:
  2. 目的:使学生加深对图搜索技术的理解,初步掌握图搜索基本编程方法,并能运用图搜索技术解决一些应用问题。 要求: (1) 可使用第3章中的状态图搜索通用程序,这时只需编写规则集程序;也可用PROLOG语言或其他语言另行编程。 (2) 程序运行时,应能在屏幕上显示程序运行结果。 -Objective: To enable students to deepen their understanding of search technology plan, a preliminary ma
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:12486
    • 提供者:nimamama
  1. hh

    0下载:
  2. 目的:使学生加深对图搜索技术的理解,初步掌握图搜索基本编程方法,并能运用图搜索技术解决一些应用问题。 要求: (1) 可使用第3章中的状态图搜索通用程序,这时只需编写规则集程序;也可用PROLOG语言或其他语言另行编程。 (2) 程序运行时,应能在屏幕上显示程序运行结果。 -Objective: To enable students to deepen their understanding of search technology plan, a preliminary ma
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:12462
    • 提供者:nimamama
  1. rengongzhineng

    0下载:
  2. 利用图搜索技术求解状态图中任意两点的路径和最短路径,并利用这种方法解决旅行商问题-Use map search technology to solve any two points in the state diagram of the path and the shortest path, and take advantage of this approach to solve traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:29724
    • 提供者:川原
  1. NineGrid

    1下载:
  2. 八数码问题的C++程序代码。八数码问题是个典型的状态图搜索问题。搜索方式有两种基本的方式,即树式搜索和线式搜索。搜索策略大体有盲目搜索和启发式搜索两大类。盲目搜索就是无“向导”的搜索,启发式搜索就是有“向导”的搜索。-8 digital issues of C++ program code. Digital 8 is a typical problem of the state map search problems. There are two basic search methods, na
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:55054
    • 提供者:李建峰
  1. Image_Paper_XuXG

    0下载:
  2. 用Snake算法和基于动态规划的图搜索算法,有效地实现了复杂物体轮廓特征的提取。 -With the Snake algorithm and based on dynamic programming graph search algorithm, effective implementation of the complex features of an object contour extraction. 
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:882877
    • 提供者:黄静
  1. TheStudyofAAlgorithminImplementingofGame

    0下载:
  2. 图搜索技术能够从图中寻找一条从起点到目标点的路径. 围绕游戏寻径问题,介绍了如何确定启发式函数进行启发式搜索,并把A*算法用程序加以实现,从而证明A*算法可以解决游戏中的寻径问题-Map search technology to search from a map to the target point from the starting point of the path. Around the game routing problem, describes how to determine
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:180269
    • 提供者:娜娜
  1. ASTAR

    0下载:
  2. A*地图搜索,搜索到达目标的最佳路径. 用C编写的。-Searching in a map using A*.Seek for the best path to your goal,written in C language.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2166
    • 提供者:tong cz
  1. 图论算法的matlab程序实现

    1下载:
  2. 本资源涵盖了几乎所有matlab图论领域里的算法代码,最短路问题、TSP、最大流、深度优先搜索、广度优先、蚁群算法等等,可为功能强大。
  3. 所属分类:matlab例程

  1. 基础图层操作

    0下载:
  2. 简化ArcGIS图层的搜索,查找,获取数据等等操作,提高开发效率(Simplify the ArcGIS layer search, search, access to data and so on, improve the development efficiency)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:20480
    • 提供者:zondy
  1. GraphSearch

    0下载:
  2. 一般图搜索框架。用于图搜索算法,可修改估值函数,实现不同的图搜索算法。(General graph search framework.)
  3. 所属分类:数据结构

  1. 加强图

    0下载:
  2. 图 深度优先搜索遍历和 邻接矩阵,闫蔚敏版,简单易懂,适合平时交作业(Graph depth first search and adjacency matrix, Yan Yumin version, simple, suitable for everyday homework)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:狂吃不胖
  1. 图的深度和广度搜索

    0下载:
  2. 关于图的邻接矩阵的建立和广度和深度遍历结果显示(The establishment of the adjacency matrix of a graph and the result of the breadth and depth traversal)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-23
    • 文件大小:121856
    • 提供者:风花之月
  1. Globalpath

    0下载:
  2. 通过深度优先遍历的图搜索方式,从邻接矩阵中搜索全局路径(Searching the global path from the adjacency matrix through the search method of depth first traversal of the graph)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:韩晓峰
  1. 有向图邻接表的建立,深度广度搜索及拓扑排序

    0下载:
  2. 拓扑排序 对一个有向无环图(Directed Acyclic Graph简称DAG)G进行拓扑排序,是将G中所有顶点排成一个线性序列,使得图中任意一对顶点u和v,若边(u,v)∈E(G),则u在线性序列中出现在v之前。通常,这样的线性序列称为满足拓扑次序(Topological Order)的序列,简称拓扑序列。简单的说,由某个集合上的一个偏序得到该集合上的一个全序,这个操作称之为拓扑排序(Topological sort A topological sort for a Directed
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:晴栀菀歌°
« 12 3 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com