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

搜索资源列表

  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
    • 文件大小:8.85kb
    • 提供者:藤力
  1. 野人传教士问题

    0下载:
  2. 这是关于人工智能中关于传教士和野人问题的详细说明,请大家参考,提出修改意见-on Artificial Intelligence missionaries and Savage on the details, please refer to proposed amendments. .
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8.81kb
    • 提供者:刘宪国
  1. 野人-传教士

    0下载:
  2. 用c++实现的人工智能中野人和传教士问题,有注释部分!-achieve with the AI Savage and missionaries, a Notes!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.37kb
    • 提供者:龚斌
  1. 传教士与野人问题程序

    0下载:
  2. 一个自己写的传教士与野人问题程序。程序结构比较清楚。完全安装人工智能的里面的结构编写的。-himself wrote a missionary with the Savage issue procedures. Program structure more clearly. Complete installation of artificial intelligence inside the structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.55kb
    • 提供者:高陈强
  1. 传教士与野人问题

    1下载:
  2. 传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 0)(3 2 )。。。 路径用一个链表表示,该函数返回该链表。在main中调用该函数,并打印输出该路径。-missionaries and Savage is a classic A
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:33.45kb
    • 提供者:罗鹏魁
  1. 传教士和野人过河问题程序

    0下载:
  2. 传教士和野人过河问题程序- The missionary and the savage cross river the question procedure
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.5kb
    • 提供者:卡菲
  1. 野人传教士问题

    0下载:
  2. 野人传教士问题算法源代码
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:2.03kb
    • 提供者:李勇
  1. 求解野人与传教士问题

    0下载:
  2. 求解野人与传教士问题,利用C语言实现宽度搜索算法。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-18
    • 文件大小:2.51kb
    • 提供者:小马
  1. 传教士野人渡河c源码

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

    • 发布日期:2010-10-09
    • 文件大小:1.13mb
    • 提供者:qq459552548
  1. 野人与传教士问题

    0下载:
  2. java实现的野人与传教士问题
  3. 所属分类:源码下载

  1. 传教士野人过河问题

    0下载:
  2. 设有3个传教士和3个野人来到河边,打算乘一只船从右岸渡到左岸去。该船的负载能力为两人。在任何时候,如果野人人数超过传教士人数,那么野人就会把传教士吃掉。他们怎样才能用这条船安全地把所有人都渡过河去?
  3. 所属分类:Windows编程

    • 发布日期:2011-05-02
    • 文件大小:292.33kb
    • 提供者:minmincaiyun
  1. A_Star_M_C.rar

    0下载:
  2. 使用A*算法解决传教士与野人的问题,内含源代码直接编译即可运行。,The use of A* algorithm to solve the problem of the missionaries with the Savage, including the source code compiled to run directly.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:3.32kb
    • 提供者:胡玮玮
  1. MACPS.rar

    0下载:
  2. 传教士与野人过河,刚开始有3个传教士和3个野人,如果野人的数量大于传教士的数量,则失败,Missionaries And Cannibals Puzzle Solver
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:10.87kb
    • 提供者:LR
  1. MC-Solve

    0下载:
  2. 野人与传教士问题的求解程序,对N=3,K=2给出正确路径-Savage with the missionary problem solving procedures, N = 3, K = 2 are given the correct path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:10kb
    • 提供者:ninja
  1. 8582

    0下载:
  2. 野人传教士:一个使用多选框的小智力题,传 教士与野人-Savage missionaries: a checkbox to use a small intellectual questions, missionaries and Savage
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-16
    • 文件大小:69.84kb
    • 提供者:ZLL
  1. Boanergesandsavage

    0下载:
  2. 同学做的野人与传教士过河问题的程序 三个野人三个传教士 每次最多过两个人-Savage classmates to do with the issue of missionaries across the river three procedures Savage had a maximum of three missionaries, two people
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:9.59kb
    • 提供者:徐亚中
  1. cankao

    0下载:
  2. 野人传教士问题,利用产生式系统解决,主要是说明。-Savage missionary problems, the use of production system to solve, mainly states.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:10.61kb
    • 提供者:hao
  1. NNK

    0下载:
  2. 野人传教士NNK 产生式系统简单实例 非常经典的算法 -Savage missionaries NNK production system is a classic example of a simple algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:7.25kb
    • 提供者:laozi
  1. MPBoat

    0下载:
  2. 启发式A*算法解决传教士野人渡河问题-Heuristic A* algorithm to solve the issue of missionaries to cross the river wild man! ! !
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:邱兴
  1. CrossRiverFun

    0下载:
  2. 经典的传教士过河问题的java swt实现, 有兴趣的人可以研究一下。-Classic problem of missionaries across the river to achieve java swt, interested people can look at.
  3. 所属分类:Java Develop

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