搜索资源列表

  1. missioniryAndCanibal

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

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

    0下载:
  2. 用delphi编写的人工智能中的过河问题的源码-Delphi prepared with artificial intelligence issues across the river in the source
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:204800
    • 提供者:叶子
  1. yerenchuanjiaoshi

    0下载:
  2. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:478208
    • 提供者:ting
  1. yeren-chjsh

    0下载:
  2. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:清水
  1. ok

    0下载:
  2. quartus下实现的简易人羊白菜过河问题,采用的硬件可能不一样请修改程序中对应的端口-Quartus under the simple people realize sheep cabbage across the river issues, using the same hardware may not modify the procedures corresponding port
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-19
    • 文件大小:250880
    • 提供者:刘临政
  1. 51622414

    0下载:
  2. 此程序实现了三个食人魔和三个传教士的过河问题,其中船上最多只能载两个人,船上和两岸的传教士数大于食人魔数传教士才是安全的-Realize this procedure three Ogre and three missionaries across the river, which can only be set on board a maximum of two people on board and on both sides of
  3. 所属分类:其他游戏

    • 发布日期:2024-05-19
    • 文件大小:11264
    • 提供者:徐莉
  1. 3

    0下载:
  2. 关于猎人过河问题 要解决这个问题就要使过河时载两个过河,返回时尽量只有一个回来。用一个字符串数组来存猎人,狼,羊,白菜;下标依次为0,1,2,3;但他们都有河这边和那边两种状态;为方便则定义一个结构,只含一个int型变量n;当在河这边时n设为0;在河那边时n设为1。由于每次过河与返回都要考虑狼能否吃羊或羊能否吃白菜;则需要一个函数来判断每次选择是否满足条件。-Hunters across the river on the issues
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-19
    • 文件大小:153600
    • 提供者:STartBoy
  1. java

    0下载:
  2. 用java实现传教士野人过河问题的求解,短小,但是效率高-Using java missionaries realize Savage solving problems across the river, short, but efficient
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:孙庆
  1. delphi

    0下载:
  2. 用delphi语言编写实现传教士食人魔过河问题,结构比较复杂,有改进的空间-By delphi language Ogre realize missionaries across the river problem, more complex structure, has room for improvement
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:孙庆
  1. guangdu

    0下载:
  2. 用广度优先搜索方法实现传教士食人魔过河问题,由于是用指针实现,所以结构比较复杂-Breadth-first search method used to achieve Ogre missionaries across the river, because it is a pointer to achieve, so the structure of more complex
  3. 所属分类:.net编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:孙庆
  1. c

    0下载:
  2. 用c语言实现食人魔传教士过河问题,同样比较复杂,但是指针的使用较少,结构比较明了-C language by missionaries across the river Ogre realize the problem, the same complex, but the use of pointer less clear structure
  3. 所属分类:.net编程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:孙庆
  1. c2

    0下载:
  2. 所属分类:.net编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:孙庆
  1. river

    0下载:
  2. 关于 农夫与羊的过河问题的求解算法,这是一个关于算法的问题,运用的数据结构与算法都是十分经典的 是非常值得借鉴的。-On the farmer and the sheep across the river problem solving algorithm, this is a problem on the algorithm, using the data structure and algorithm are very classi
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:56320
    • 提供者:liuzhi
  1. yeren

    0下载:
  2. 野人过河问题,可能有点问题,但基本思想是对的,大家再查一下-Savage across the river issues, may be a bit problem, but the basic idea is correct, we re-check
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:张云
  1. shirenmoguohewenti

    0下载:
  2. 食人魔过河问题 源码 其中包括构造树 等算法问题 有研究算法的朋友可以参考-Ogre source across the river issues including the issue of structural tree algorithm, such as research algorithm can refer to a friend
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:刘勋
  1. src

    0下载:
  2. 商人过河问题是数学建模中的一个经典问题,程序利用链表存储渡河状态,使用穷举的算法实现。该算法会找出N个商人/随从渡河的一个可行方案,但并不保证是最佳方案。写完这个程序后让我想到的居然是图的深度优先搜索,二者在查找的思想上是类似的。-Merchants across the river mathematical modeling problem is a classic problem, the use of list storage p
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:piit
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:225280
    • 提供者:徐亚中
  1. c++

    0下载:
  2. 一、过河问题 二、南极冰山问题 传说中,南极有一片广阔的冰原,在冰原下藏有史前文明的遗址。整个冰原被横竖划分成了很多个大小相等的方格。在这个冰原上有N个大小不等的矩形冰山,这些巨大的冰山有着和南极一样古老的历史,每个矩形冰山至少占据一个方格,且其必定完整地占据方格。冰山和冰山之间不会重叠,也不会有边或点相连。 ACM探险队在经过多年准备之后决定在这个冰原上寻找遗址。根据他们掌握的资料,在这个冰原上一个大小
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:胡海峰
  1. River

    0下载:
  2. 过河问题,能够模拟多人过河的所有情况,给出遍历路径-Issues across the river, cross the river more than capable of simulating all the circumstances, given the path traversal
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2416640
    • 提供者:
  1. 6

    0下载:
  2. 人携带狐狸,鹅,豆子安全过河问题,应用各种不同算法,SWI-prolog编程,简单游戏-Person carrying a fox, geese, beans safety problem across the river, the application of different algorithms, SWI-prolog programming, easy Games
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:MarieWu
« 1 2 3 4 5 67 8 9 10 11 ... 15 »

源码中国 www.ymcn.org