搜索资源列表

  1. 图搜索策略

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

    • 发布日期:2008-10-13
    • 文件大小:29635
    • 提供者:陈凯
  1. hsdfhjshdj

    0下载:
  2. 对深度优先(Depth first) 、宽度优先(Breath first) 、爬山法(Hill Climbing) 、 最佳优先(Best first) 以及A*搜索算法进行分析比较,要求: 给出这几种算法的描述; 根据SearchDemonstration程序中给出的示例,给出各算法的执行过程-priority right depth (Depth first), the width of priority (Breath
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1749656
    • 提供者:yao
  1. RBFS_CODE

    1下载:
  2. RBFS算法(递归最佳优先搜索:A*家族)和LRTA*算法(联机局部搜索,又名实时学习A*搜索,同为A*家族)实现图的单源最短路径。其中RBFS和LRTA*算法均比狄杰算法效率高! -RBFS algorithm (recursive best first search : * A family) and the LRTA * algorithm (online local search, also known as real-ti
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:19589
    • 提供者:陈名
  1. Eight_Num_Fengart

    0下载:
  2. 本代码是为了应付人工智能的实验而编写的,写的潦草请不要介意。我又是通过这代码来“引玉”,相信看过我编写的黑白棋源代码的人应该知道“引玉”是什么意思。如果你有“玉”(什么更高效的算法能在更短的时间内求得结果,或者博弈方面的),就欢迎“砸”过来--fengart@126.com,我会很感激!(A* 算法解决八数码问题我已经研究过了,不要砸这个来)在 赛扬D2.1G 的机器上测试,算法的解答时间不超过0.1秒。 最好优先搜索算法的解答时间一般
  3. 所属分类:其它资源

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

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

    • 发布日期:2024-06-13
    • 文件大小:29696
    • 提供者:陈凯
  1. hsdfhjshdj

    0下载:
  2. 对深度优先(Depth first) 、宽度优先(Breath first) 、爬山法(Hill Climbing) 、 最佳优先(Best first) 以及A*搜索算法进行分析比较,要求: 给出这几种算法的描述; 根据SearchDemonstration程序中给出的示例,给出各算法的执行过程-priority right depth (Depth first), the width of priority (Breath
  3. 所属分类:C#编程

    • 发布日期:2024-06-13
    • 文件大小:1748992
    • 提供者:yao
  1. RBFS_CODE

    1下载:
  2. RBFS算法(递归最佳优先搜索:A*家族)和LRTA*算法(联机局部搜索,又名实时学习A*搜索,同为A*家族)实现图的单源最短路径。其中RBFS和LRTA*算法均比狄杰算法效率高! -RBFS algorithm (recursive best first search :* A family) and the LRTA* algorithm (online local search, also known as real-time
  3. 所属分类:界面编程

    • 发布日期:2024-06-13
    • 文件大小:19456
    • 提供者:陈名
  1. Memory_assign

    0下载:
  2. 操作系统实验模拟,存储器动态分配空间 可选首次适应算法和最佳适应算法-experimental operating system simulation, dynamic memory allocation options first space adaptation algorithm and the best fit algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-13
    • 文件大小:113664
    • 提供者:王卫国
  1. ZCKJFPHS

    0下载:
  2. 主存空间的分配与回收.采用可变分区存储管理,使用首次适应算法、循环首次适应算法、最佳适应算法三种算法完成设计。-main memory space for the distribution and recovery. Using variable storage area management, the use of the first-fit algorithm, the first cycle of adaptation algor
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-13
    • 文件大小:280576
    • 提供者:罗小明
  1. Eight_Num_Fengart

    0下载:
  2. 本代码是为了应付人工智能的实验而编写的,写的潦草请不要介意。我又是通过这代码来“引玉”,相信看过我编写的黑白棋源代码的人应该知道“引玉”是什么意思。如果你有“玉”(什么更高效的算法能在更短的时间内求得结果,或者博弈方面的),就欢迎“砸”过来--fengart@126.com,我会很感激!(A* 算法解决八数码问题我已经研究过了,不要砸这个来)在 赛扬D2.1G 的机器上测试,算法的解答时间不超过0.1秒。 最好优先搜索算法的解答时间一般
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-13
    • 文件大小:83968
    • 提供者:Feng
  1. canyin

    0下载:
  2. 功能强大,画面精致,在XP系统中运行最佳先选择用户名:a 再输入密码:a-Powerful, exquisite images, in the XP system to run the best first choose a username: a re-enter the password: a
  3. 所属分类:酒店行业

    • 发布日期:2024-06-13
    • 文件大小:1629184
    • 提供者:sdf
  1. ann

    0下载:
  2. ANN is a library written in the C++ programming language to support both exact and approximate nearest neighbor searching in spaces of various dimensions. 可以直接用于工程 支持 Kd tree,BBF(best bin first) -ANN is a library writt
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-13
    • 文件大小:3192832
    • 提供者:hu
  1. eightnum

    0下载:
  2. 8数码的广度优先算法和A*算法。可以查找出最佳路径,并且自动演示-8 digital breadth-first algorithm and A* algorithm. Can search out the best path, and automatic presentation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-13
    • 文件大小:2752512
    • 提供者:djbone
  1. first

    0下载:
  2. 用摄像头获取视频并显示,要求Matlab7.0以上版本并且最好安装摄像头万能驱动。-With access to video cameras and displays, Matlab7.0 above requirements and the best camera universal driver installed.
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:Mr zhang
  1. DFS-BFS

    0下载:
  2. BEST FIRST SEARCH AND DEEP FIRST SEARCH
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-13
    • 文件大小:650240
    • 提供者:Suniaraharja
  1. Puzzle

    0下载:
  2. Best First Search Algorithm to Puzzle game- Best First Search Algorithm to Puzzle game
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-13
    • 文件大小:88064
    • 提供者:dewi_irianti
  1. Oreilly.Java.Database.Best.Practices.eBook-LiB.zi

    0下载:
  2. Java Generics and Collections This comprehensive guide shows you how to master the most important changes to Java since it was first released. Generics and the greatly expanded collection libraries have tremendo
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-13
    • 文件大小:835584
    • 提供者:greenhope
  1. m4-heuristics

    0下载:
  2. Best-first search Greedy best-first search A* search Heuristics Local search algorithms Hill-climbing search Simulated annealing search Local beam search Genetic algorithms
  3. 所属分类:行业发展研究

    • 发布日期:2024-06-13
    • 文件大小:267264
    • 提供者:it
  1. heuristics

    0下载:
  2. CSC 550: Introduction to Artificial Intelligence Fall 2004 heuristics & informed search heuristics hill-climbing bold + informed search potential dangers, variants best first search tentative + informed s
  3. 所属分类:软件工程

    • 发布日期:2024-06-13
    • 文件大小:172032
    • 提供者:it
  1. Head+First+C+英文版

    0下载:
  2. Head First C,一本很好的C语音编程书!(Head First C could quite possibly turn out to be the best C book of all time.)
  3. 所属分类:文档资料

    • 发布日期:2024-06-13
    • 文件大小:32279552
    • 提供者:Alex Tian
« 12 3 4 5 6 7 8 9 10 ... 25 »

源码中国 www.ymcn.org