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

搜索资源列表

  1. MACPS.rar

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

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

    0下载:
  2. 野人过河问题,本实验研究了用人工智能的理论求解传教士(Missionaries)与野人(Cannibals)过河问题(M-C问题)。实验设计采用产生式系统的概念,将问题用状态空间表示,搜索技术采用状态空间启发式搜索的A算法,规则设计采用产生式规则,用C语言实现了A算法求解M-C问题,加深了对人工智能的认识与理解。-Savage river problems, this experimental study the theory of using artificial intelligence t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3.38kb
    • 提供者:余光学
  1. mnc

    0下载:
  2. Missionaries and cannibals algorithm
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:4.3kb
    • 提供者:rand123
  1. missonaries_and_cannibals

    0下载:
  2. 传教士与野从问题,源代码,使用产生式系统实现-missonaries and cannibals prolem,source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2.15kb
    • 提供者:skyfly180
  1. MinistersAndCannibals_IDS

    0下载:
  2. This project solve cannibals and ministers problems with iterative deeping search.I am a computer engineer student. I write this project for one of my lessons (Artificial Intelligence).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:15.33kb
    • 提供者:somatco
  1. rengongzhineng

    0下载:
  2. 野人过河问题,本实验研究了用人工智能的理论求解传教士(Missionaries)与野人(Cannibals)过河问题(M-C问题)。实验设计采用产生式系统的概念,将问题用状态空间表示,搜索技术采用状态空间启发式搜索的A算法,规则设计采用产生式规则,用C语言实现了A算法求解M-C问题,加深了对人工智能的认识与理解。-Savage river problems, this experimental study the theory of using artificial intelligence t
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:144.97kb
    • 提供者:余光学
  1. MCproblem

    0下载:
  2. 人工智能解决野人传教士本实验研究了用人工智能的理论求解传教士(Missionaries)与野人(Cannibals)过河问题(M-C问题)。实验设计采用产生式系统的概念,将问题用状态空间表示,搜索技术采用状态空间启发式搜索的A*算法,规则设计采用产生式规则,用C语言实现了A*算法求解M-C问题,加深了对人工智能的认识与理解。过河问题。-Of artificial intelligence to solve Savage missionaries studied in this experimen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:3.38kb
    • 提供者:杨雨
  1. Monks-and-savage-problem

    0下载:
  2. 这是一个古典问题。假设有n个修道士和n个野人准备渡河,但只有一条能容纳c人的小船,为了防止野人侵犯修道士,要求无论在何处,修道士的个数不得少于野人的人数(除非修道士个数为0)。如果两种人都会划船,试设计一个算法,确定他们能否渡过河去,若能,则给出一个小船来回次数最少的最佳方案。 要求: (1)用一个三元组(x1,x2,x3)表示渡河过程中各个状态。其中,x1表示起始岸上修道士个数,x2表示起始岸上野人个数,x3表示小船位置(0——在目的岸,1——在起始岸)。例如(2,1,1)表示起始岸上
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:208.72kb
    • 提供者:panbowen
  1. MisionariesAndCannibals

    0下载:
  2. Cannibals And Misionaries algorithm solving
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:8kb
    • 提供者:Krissu
  1. cannibals-missionarie-Delphi

    0下载:
  2. This cannibals and missionaries program is the first AI problem that used modern techniques of search trees. This design document describes the implementation made by Chris Lattner-This cannibals and missionaries program is the first AI problem that
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:237.21kb
    • 提供者:mehdi dehghani
  1. cannibals-missionarieJAVA

    0下载:
  2. This cannibals and missionaries program is the first AI problem that used modern techniques of search trees. This design document describes the implementation made by Chris Lattner-This cannibals and missionaries program is the first AI problem that
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1.59kb
    • 提供者:mehdi dehghani
  1. Missionaries-and-Cannibals-problem

    0下载:
  2. 传教士和野人渡河问题,经典的人工智能,深度优先算法-Missionaries-and-Cannibals problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:178.56kb
    • 提供者:shanran
  1. dilemma2

    0下载:
  2. Farmer s Dilemma Problem Another classic AI problem (cannibals and the missionary) in agricultural terms. The point is to get the farmer, the fox the cabbage and the goat across a stream. But the boat only holds 2 items. If left a
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.34kb
    • 提供者:
  1. MissionariesAndCannibals

    0下载:
  2. Missionarie And Cannibals Problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:25.41kb
    • 提供者:Faysal
  1. MisionariesAndCannibals

    0下载:
  2. Cannibals And Misionaries algorithm solving
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:8.09kb
    • 提供者:vingmil
  1. MissCanApp

    0下载:
  2. Missionary and cannibals problem , artificial intelligent-Missionary and cannibals problem , artificial intelligent
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:13.85kb
    • 提供者:mohammad
  1. MissionariesCannibals

    0下载:
  2. Rules to solve the problem about Missionaries and Cannibals
  3. 所属分类:Development Research

    • 发布日期:2017-04-30
    • 文件大小:286.98kb
    • 提供者:Fazil
  1. MissCanApp (1)

    0下载:
  2. The missionaries and cannibals problem, and the closely related jealous husbands problem, are classic river-crossing problems. The missionaries and cannibals problem is a well-known toy problem in artificial intelligence, where it was used by Saul Am
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:13kb
    • 提供者:mmaawadi
  1. logic2abc

    0下载:
  2. 三个和尚三个鬼过河。小船最多两个乘坐,最少一个。任何时候,在两岸边如果鬼的数量多于和尚,那么和尚就吃掉鬼,任务失败。(Please help the 3 cannibals and 3 missionaries to move to the other side of the lake.notice that:when there is on one side more cannibals than missionaries,the eat them)
  3. 所属分类:数据结构

    • 发布日期:2021-01-10
    • 文件大小:181kb
    • 提供者:谈不上
搜珍网 www.dssz.com