搜索资源列表

  1. 传教士与野人渡河问题深度优先搜索

    0下载:
  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
    • 文件大小:9059
    • 提供者:藤力
  1. 野人-传教士

    0下载:
  2. 用c++实现的人工智能中野人和传教士问题,有注释部分!-achieve with the AI Savage and missionaries, a Notes!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5498
    • 提供者:龚斌
  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
    • 文件大小:8755
    • 提供者:高陈强
  1. 传教士和野人过河

    0下载:
  2. 在VC的环境下,用C++编程实现人工智能中的A*树的搜索算法,得到一个最优的过河方案。-in VC environment, the C programming AI * A tree search algorithms, to be an optimal program of the river.
  3. 所属分类:其它资源

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

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

    • 发布日期:2008-10-13
    • 文件大小:34248
    • 提供者:罗鹏魁
  1. CjsAYr

    0下载:
  2. 这是传教士与野人精典问题的一个简单实现传教士与野人的个数可以输入,船的容量可以输入为交作业写,很马虎,请高手赐教!-This is the classic missionaries and savage the realization of a simple missionary with the Savage Number input, the boat will be able to import perpendicular ope
  3. 所属分类:其他智力游戏

    • 发布日期:2024-06-06
    • 文件大小:282624
    • 提供者:zls
  1. 传教士与野人渡河问题深度优先搜索

    0下载:
  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. 所属分类:界面编程

    • 发布日期:2024-06-06
    • 文件大小:1170432
    • 提供者:藤力
  1. 野人传教士问题

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

    • 发布日期:2024-06-06
    • 文件大小:9216
    • 提供者:刘宪国
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-06-06
    • 文件大小:51200
    • 提供者:高陈强
  1. 传教士和野人过河

    0下载:
  2. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-06
    • 文件大小:11264
    • 提供者:
  1. 传教士与野人问题

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

    • 发布日期:2024-06-06
    • 文件大小:33792
    • 提供者:罗鹏魁
  1. MC_PROBLEM

    0下载:
  2. 人工智能教科书里面传教士与野人问题的VC++源代码,有详细注释。已经通过调试-AI textbook missionaries and savage inside the VC source code, a detailed notes. Through debugging
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-06
    • 文件大小:229376
    • 提供者:better
  1. gopassriver

    0下载:
  2. 题目:设有n个传教士和m个野人来到河边,打算乘一只船从右岸到左岸去。该船的负载能力为两人。在任何时候,如果野人人数超过传教士人数,野人就会把传教士吃掉。他们怎样才能用这条船安全的把所有人都渡过河去? 输入m,n的数值,程序将返回操作过程-Title: with n and m of the missionaries came to a savage river, intended to take a boat to go from
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-06
    • 文件大小:3072
    • 提供者:南智敏
  1. 94-100

    0下载:
  2. C语言精彩百例第93-100例 第四篇 综合应用篇 实例94 用C语言实现遗传算法 实例95 人工神经网络的C语言实现 实例96 K_均值算法 实例97 ISODATA算法 实例98 快速傅立叶变换 实例99 求解野人与传教士问题 实例100 简单专家系统 -C language section 93-100 100 cases of patients with excellent fourth e
  3. 所属分类:书籍源码

    • 发布日期:2024-06-06
    • 文件大小:131072
    • 提供者:杨志亮
  1. missioniryAndCanibal

    0下载:
  2. 用java实现的传教士-野人过河问题算法,面向对象-Using java to achieve missionaries- to cross the river Savage problem algorithm, object-oriented
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-06
    • 文件大小:9216
    • 提供者:lv gang
  1. MC_problem

    0下载:
  2. 人工智能中经典问题,传教士与野人问题的A*解法。不受传教士和野人数目的限制。简单易懂。-Classic problem in Artificial Intelligence, missionaries and Savage A* Solution issues. Savage from the missionaries and the number of restrictions. Easy-to-read.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-06
    • 文件大小:2048
    • 提供者:zz
  1. river

    0下载:
  2. 野蛮人及传教士渡河的问题,有多种详细解法-Barbarians and missionaries to cross the river issues, has a wide range of detailed solution
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-06
    • 文件大小:4096
    • 提供者:可樂
  1. A_Star_M_C

    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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-06
    • 文件大小:3072
    • 提供者:胡玮玮
  1. 8582

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

    • 发布日期:2024-06-06
    • 文件大小:71680
    • 提供者:ZLL
  1. cankao

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

    • 发布日期:2024-06-06
    • 文件大小:10240
    • 提供者:hao
« 12 3 4 5 »

源码中国 www.ymcn.org