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

搜索资源列表

  1. ai1

    0下载:
  2. 带回溯的深度优先策略:解决经典野人传教士过河问题的求解:三个修道士和三个野人过河,船一次最多只能载两个人,在任何时候修道士的人数不能少于野人人数,否则野人会吃掉修道士。找出六个人顺利过河的所有方案。 采用带回溯的深度优先搜索策略,共定义了7种合法操作{2,0,0},{1,0,0},{1,1,0},{0,1,0},{0,2,0},{0,1,1},{1,0,1}代表上船的人数,根据船所在位置决定在状态上是加或者减操作。扩展结点时按顺序应用操作,知道回溯到初始状态且所有操作用完,程序结束。-Wi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:3026
    • 提供者:jyll
  1. churchman

    0下载:
  2. 使用A*算法的传教士与野人的VC程序。。期望大家指正-himself wrote a missionary with the Savage issue procedures. Program structure more clearly. Complete installation of artificial intelligence inside the structure.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:14536
    • 提供者:左涛
  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
    • 文件大小:148453
    • 提供者:余光学
  1. yerenguohe

    0下载:
  2. 有三个牧师和三个野人过河,只有一条能装下两个人的船,在河的任何一方或者船上,如果野人的人数大于牧师的人数,那么牧师就会有危险. 找出一种安全的渡河方法-There are three priests and three Savage river, and only one person can hold the next two boats in the river, or any party on board, if the savage is greater than the number
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:3002
    • 提供者:weixinyi
  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
    • 文件大小:3460
    • 提供者:杨雨
  1. upload1

    0下载:
  2. 传教士与野人问题。完美版。getStrategy函数参数是N和k,返回的是一个字符串数组,代表一个状态序列,数组中的每一个元素代表一个状态,每一个状态表示为(a,b,c),其中a表示左岸的传教士数目,b表示左岸的野人数目,c表示船是否在左岸,c=1为船在左岸,c=0为船在右岸。如果问题无解,返回只有一个元素 “no solution”的数组。-Missionaries and savages the problem. Perfect version. getStrategy function p
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1801
    • 提供者:zhengyu
  1. MC

    0下载:
  2. 用java语言实现的人工智能中野人传教士问题的解决办法-Using java language implementation of artificial intelligence in the Savage missionaries solution to the problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:2625
    • 提供者:lss
  1. MC

    0下载:
  2. Java实现,用回溯的方法解决n,k下的传教士野人问题。最后输出一个字符串数组,表示渡河过程-Java implementation, with the back of a solution n, k missionaries under the savage problems. The final output of a string array that cross the river course
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1944
    • 提供者:朱昌磊
  1. 895

    0下载:
  2. n个野人n个传教士过河问题的代码,文件输出结果-n n-Savage problem missionary cross the river code, files output
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1033458
    • 提供者:飞火华
  1. CrossRiver

    0下载:
  2. 野人过河演示程序,原创哦, 输入般载能力及野人与传教士数量,程序自动处理-Savage river demo, original Oh, enter as missionaries, carrying capacity and the Savage and the number of procedures for automatic processing
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:811995
    • 提供者:zhdf
  1. test

    0下载:
  2. 此程序是关于求解野人和传教士的过河问题。实现自动对一个智利测试题的求解!-This program is about the savage and missionaries across the river to solve the problem. Automatic testing of a Chilean problem solving!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:163028
    • 提供者:ellion
  1. MC

    0下载:
  2. c++解决野人与传教士问题,比较经典,源代码结构清晰-Savage c++ to solve the problem with the missionaries, more classic, clear source code structure
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5964
    • 提供者:shadow
  1. frame

    0下载:
  2. 传教士野人问题java实现。共有三个文件,详细见代码注释-Savage missionaries java implementation issues. There are three documents, detailed notes, see the code
  3. 所属分类:Applet

    • 发布日期:2017-04-13
    • 文件大小:2636
    • 提供者:TCL
  1. GUOHE

    1下载:
  2. 使用A星算法求解野人过河问题,VC++实现,用D到了MFC-A star algorithm using the issue of Savage river, VC++ to achieve, with the D to the MFC
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-01-07
    • 文件大小:5414372
    • 提供者:杜骞
  1. homework1

    0下载:
  2. 用Java实现的最优传教士与野人问题,希望对大家有帮助-Missionaries and the issue of optimal Savage
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:11268
    • 提供者:fly
  1. GPS

    0下载:
  2. 托运人 员日夜日语托业溶液 人也让人也让野人野人-Shipper personnel day and night Japanese TOEIC solution solution makes people let Savage Savage
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:358539
    • 提供者:小李
  1. Monks_and_Savage

    0下载:
  2. 数据结构中一个简单的修道士与野人程序,统计出了所有过河的情况-Data structure with a simple monk Savage procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1938
    • 提供者:shadow
  1. crossRiver

    0下载:
  2. 三个野人三个和尚渡河问题,要求岸边和尚数目不少于野人数目-Three wild men to cross the river three monks and asked for the number of not less than savage shore the number of monks
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1714
    • 提供者:fengpiaoxianle
  1. humanintll

    0下载:
  2. 传教士野人过河源码 c c++ 搜索问题 广度优先-Savage missionaries across the river source c c++ search problem breadth-first
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1185087
    • 提供者:汤令
  1. test0

    0下载:
  2. 一位高手写的代码,关于传教士野人问题的,和大家分享-Code written by a master, on the missionaries Savage issues, and share
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:19801
    • 提供者:yuanrui
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com