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

搜索资源列表

  1. 10

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

    • 发布日期:2017-04-13
    • 文件大小:1911
    • 提供者:chenbo
  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. shangrenguohe_Java

    0下载:
  2. 为商人过河问题建立数学模型,归结为路径搜索问题,并给出一个通用的Java程序来解决此类问题。 -Problem for the merchants to cross the river to establish a mathematical model boils down to the path search problem, and gives a general Java program to solve such problems.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:333849
    • 提供者:刘杰
  1. Businessmen

    0下载:
  2. 商人过河问题是数学建模中的一个经典问题,程序利用链表存储渡河状态,使用穷举的算法实现。该算法会找出N个商人/随从渡河的一个可行方案,但并不保证是最佳方案。-Businessmen river problem is Mathematical Modeling a classic problem, procedures use linked list storage crossing state, use exhaustive s algorithm. The algorithm will iden
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1716
    • 提供者:纪伟
  1. vb_code

    0下载:
  2. VB程序实现三个商人带三个奴隶过河问题,穷举算法实现商人安全过河-shang ren guo he wen ti
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1338
    • 提供者:12
  1. javalaohuguohe

    0下载:
  2. 老虎过河的源程序,可供初学者学习使用。有价值。-Tiger crossing a river' s source, for beginners to learn to use. Value.
  3. 所属分类:Games

    • 发布日期:2017-04-06
    • 文件大小:625
    • 提供者:徐锡平
  1. peoplesheep8

    0下载:
  2. 人狼羊菜过河的 C++程序 源代码 vbggdfh-people wolf sheep
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:749
    • 提供者:humimi
  1. shangrenguohe

    0下载:
  2. 经典的商人过河游戏,认真学习下会很有帮助的。-Classic games business across the river, under the careful study will be helpful.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:12976
    • 提供者:王王三
  1. nong_fu_guo_he

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

    • 发布日期:2017-03-03
    • 文件大小:295616
    • 提供者:黄健繁
  1. BOJ1293

    0下载:
  2. BOJ1293:小马想用最快的速度过河。 河水有缓有急,不同地方深浅也不一样,因此,在河的不同地方,行走的速度是有区别的。小马把河划分成N*M个矩形区域,像一个矩阵,南北N个区,东西M个区。小马现在在河的南岸,要走到北岸去。小马可以从任何邻接南岸的区域进入河中;在河里,每次只能从当前区域走到北方、东北、西北三个相邻区域;只要走到最北边的任何一个区域,下一步就可以上岸。小马在每个区域中需要停留的时间不尽相同。请你帮助小马计算一下它在河里至少需要停留多长时间才能过河。-BOJ1293: colt
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:107130
    • 提供者:小获
  1. srgh

    0下载:
  2. 一个关于商人过河的源程序,可以随着商人数与仆人数的变化解得-good
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1299
    • 提供者:郭凤
  1. 2

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

    • 发布日期:2017-04-12
    • 文件大小:983
    • 提供者:冯玉谦
  1. shangrenguohe

    0下载:
  2. 自己用VS2005编写的商人过河的小游戏,它是基于控制台的程序,通过输入实现人机互动-Written by VS2005 across the merchants of small game, it is based on a console application and realization man-machine interaction through input
  3. 所属分类:Game Program

    • 发布日期:2017-04-03
    • 文件大小:792
    • 提供者:小宋
  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. 1099

    0下载:
  2. 关于过河问题的 是ACM比赛的题解 ,又需要算法的可以参考 -It is about the river im ACM competition. I Hope it is useful .
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:882207
    • 提供者:john
  1. husbandandwifewentovertheriver

    1下载:
  2. 夫妻过河问题,经典的人工智能和数学方面的难题,求解搜索解空间得到全部的解-Couples across the river problems, classical and mathematical aspects of artificial intelligence problem solving search the solution space are all the solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1804781
    • 提供者:张前东
  1. easy

    0下载:
  2. 夫妻过河问题是一个历史久远的阿拉伯的趣味智力题,一种方法,-The problem is a husband and wife across the river a long history of Arab interesting puzzle, a way
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1225
    • 提供者:yonghu000000
  1. sr

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

    • 发布日期:2017-04-13
    • 文件大小:1711
    • 提供者:nani
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »
搜珍网 www.dssz.com