搜索资源列表

  1. RiveProblem

    0下载:
  2. 自己写的一个农夫,狼,羊,白菜过河问题的源代码.-Himself a farmer, wolf, sheep, and cabbage across the river
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:281600
    • 提供者:曹彪
  1. dh1

    0下载:
  2. 农夫问题实验,用C语言解决这个问题,内含C语言全码.-The issue of farmer experiments, using C language to solve this problem, including the entire C language code.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:陈陈
  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. foxRivVeg

    0下载:
  2. 类似早期农夫过河的问题 实现状态转换 保证兔子和蔬菜的存活-The farmer across the river similar to the problem of the early realization of state transitions to ensure the survival of rabbit and vegetables
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:曹啸航
  1. main

    0下载:
  2. 此程序实现了农夫过河问题,设计新颖,采用VC++中STL实现。-This procedure has the issue of farmers across the river, design novel, the use of VC++ in the STL to achieve.
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Zhilong Zhao
  1. farmer

    0下载:
  2. 简单的算法求解农夫过河,没有人机互动界面~!-Simple algorithm for the farmer across the river, there is no human-computer interaction interface ~!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:liujinwen
  1. across-the-river

    1下载:
  2. cout< "有一个农夫带一只羊、一筐菜和一只狼过河. "<<endl cout<<"如果没有农夫看管,则狼要吃羊,羊要吃菜."<<endl cout<<"但是船很小,只够农夫带一样东西过河。"<<endl cout<<"问农夫该如何解此难题?"<<endl-cout < < " there is a farme
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:郁浪
  1. wolf

    0下载:
  2. 狼羊白菜问题农夫带着狼、羊、白菜从河的左岸到河的右岸,农夫每次只能带一样东西多河,而且,没有农夫看管,狼会吃羊,羊会吃白菜。 提示:利用图论解决问题。(用农夫、狼、羊、白菜及其在左岸还是右岸等表示图中的顶点)-sheep
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:宫亮亮
  1. Farmer_River

    0下载:
  2. 农夫过河算法 问题描述: 1在有限的步数内,农夫要把狼、羊、菜都运过河 2每次只能带一样或不带,狼和羊,菜和羊无法在岸边共存 备注:在DEV下编译通过-Farmers across the river algorithm Problem Descr iption: in a limited number of steps, the farmers make the wolf, sheep, and
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:徐晓君
  1. tusousuo

    0下载:
  2. 状态图实际上是一类问题的抽象表示。事实上,有许多智力问题(如梵塔问题、旅行商问题、八皇后问题、农夫过河问题等)和实际问题(如路径规划、定理证明、演绎推理、机器人行动规划等)都可以归结为在某一状态图中寻找目标或路径的问题。因此,研究状态图搜索具有普遍意义。 -State diagram is actually a class of abstract representation of the problem. In fact, the
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:1251328
    • 提供者:菲菲
  1. 10

    0下载:
  2. 有一农夫要将自己的兔子、蔬菜和狐狸等3件物品运过河。但农夫过河时所用的船每次最多只能装其中的一件物品,而这3件物品之间又存在一定的制约关系:兔子不能单独和狐狸以及不能和蔬菜在一起,因为狐狸要吃兔子,兔子也能吃蔬菜。试构造出问题模式以编程实现这一问题的求解-There is a farmer to own a rabbit, vegetables and foxes and other goods transported across t
  3. 所属分类:Windows编程

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

    0下载:
  2. 摩尔庄园农夫游戏的脚本,虽然这游戏很弱智,但有这个刷豆子就急速了-Moore Manor farmer game scr ipt, although this game is mental retardation, but the brush of the beans on the rapid
  3. 所属分类:外挂编程

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

    0下载:
  2. 用队列做_农夫过河(使用C语言编写)-用队列做_农夫过河
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:295936
    • 提供者:黄健繁
  1. 2

    0下载:
  2. 狼 ,农夫,山羊过河问题的程序实现,代码注释很清楚-Wolf, farmers, goat across the river to procedures for implementation, the code is very clear comments
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:冯玉谦
  1. guohe

    0下载:
  2. 用C语言编写的农夫过河问题,解决羊,白菜,狼的过河问题-Farmer with a C language cross the river and solve sheep, cabbage, wolf river issues
  3. 所属分类:其他小程序

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

    0下载:
  2. 农夫携物过河问题,内有详细程序,调试无错误-Farmer across the river problem
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:刘恒
  1. graphsearch(DFS)

    0下载:
  2. 根据深度优先搜索原理,用c++编程实现图的遍历,本程序源于对农夫和羊,狼以及蔬菜过河这一经典问题探究。-By c++ programing,we make DFS come ture! DFS means Depth First Search,it is a very impoint measure to reserch the graph.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:eric
  1. main

    0下载:
  2. 经典的农夫羊狼白菜过河问题,每次农夫只能带一个动物或物品,而要防止狼吃羊羊吃白菜 -Wolf sheep cabbage farmer classic problem across the river, each farmer can only take an animal or article, but to prevent the wolves eat sheep sheep eat cabbage
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:宋志源
  1. Fama

    0下载:
  2. 2. 农夫和小米问题:农夫、狐狸、鸡和米都在一条河的左岸,现在要把它们全部送到右岸去,农夫有一条船,过河时,除农夫外,船上至多能载狐狸、鸡和米中的一样。狐狸要吃鸡,鸡要吃米,除非农夫在那里。试编程求出所有能确保全部安全的过河的计划,并给出Visual Prolog程序。-2. Farmer and millet issues: the farmer, the fox, chicken and rice are in a river
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:宋宁宁
  1. eshichengfa

    0下载:
  2. 俄罗斯农夫法的乘法算法,不使用乘法和除法实现-Law of the Russian peasant multiplication algorithm implementation does not use multiplication and division
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:yuki
« 1 2 3 45 6 7 »

源码中国 www.ymcn.org