CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 过河

搜索资源列表

  1. passliver

    0下载:
  2. 过河问题求解算法,采用C语言实现,利用递归算法求解出最后可行的方案,而且人数是可变的。-the way to pass the liver
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:179600
    • 提供者:陈东
  1. unit14_1

    0下载:
  2. 商人过河实验的mathematica程序应用动态规划算法-mathematica
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:27026
    • 提供者:lizhuangzi
  1. CrossingRiver

    1下载:
  2. 野人过河问题的实现,并有动画效果演示,用openGL做的-Savage realization of the problem across the river and have animation demo, to do with openGL
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-01-06
    • 文件大小:5856255
    • 提供者:陈洲
  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. 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. peoplesheep8

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

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

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

    • 发布日期:2017-04-17
    • 文件大小:107130
    • 提供者:小获
  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. 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. Monks_and_Savage

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

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

    0下载:
  2. 人工智能代码,野人过河求解-AI code, cross the river to solve .......................... Savage
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:2027
    • 提供者:king
  1. guohe

    0下载:
  2. 此代码是有关图论书中的羊和人过河问题的求解,希望有帮助-guohe
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:24822
    • 提供者:林木
  1. lnflashply

    1下载:
  2. 野人过河问题,很好的挺不错的-yeren
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-01-06
    • 文件大小:5653504
    • 提供者:小泉
  1. as

    0下载:
  2. 商人过河,三个商人各带一名仆人,船只在二人且当仆人数大于商人就过不了河-Businessmen across the river, each with three businessmen, a servant, and when the servant of two vessels is greater than the number of businessmen have not r.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:863
    • 提供者:王敏
  1. missionaryandsavage

    1下载:
  2. 用C++实现人工智能中的传教士与野人过河问题,其于A*算法实现。-C++ implementation with the missionaries and the artificial intelligence problem of Savage river, which at the A* algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-01-06
    • 文件大小:3707904
    • 提供者:xiaomingxi
  1. passrive

    0下载:
  2. 商人过河问题,运用九宫格算法求解如何才能得到最佳过河方案。-Businessmen across the river problem, use direction pad to get the best algorithm to cross the river scheme
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:861748
    • 提供者:killer
  1. missionaryandsavage

    0下载:
  2. missionary and savage基于A*算法实现传教士与野人过河问题,用C语言实现的原代码。-missionary and savage A* algorithm-based missionaries and savages across the river problem, the original language with C code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1267
    • 提供者:xiaomingxi
  1. chuanjiaoshi

    0下载:
  2. 有N个传教士和N个野人要过河,现在有一条船只能承载K个人(包括野人),K<N,在任何时刻,如果有野人和传教士在一起,必须要求传教士的人数多于或等于野人的人数。-N and N have a savage missionary to cross the river, there is now a boat can only hold K individuals (including Savage), K <N,在任何时刻,如果有野人和传教士在一起,必须要求传教士的人数多于或等于野人的人
  3. 所属分类:AI-NN-PR

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