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

搜索资源列表

  1. RiverSimulation

    0下载:
  2. VC++基于对话框的工程下实现的过河算法,以及实现过河的游戏模拟过程.-VC on the dialog works under the river algorithm, and the realization of the river course of the game simulation.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:450287
    • 提供者:原盘风
  1. qwgh

    0下载:
  2. 经典的青蛙过河游戏的外挂算法,使用 C 兼容编译编译通过
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1509
    • 提供者:yang
  1. bind-src.tar

    0下载:
  2. 朋友的VC完整应用程序代码 有意思的过河算法-friends VC complete application code algorithm interesting river
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1461022
    • 提供者:真实
  1. 队列解决农夫过河问题

    0下载:
  2. 数据结构 数值算法与实现-队列解决农夫过河问题-numerical algorithm data structure and implementation-Queue solve farmers problems river
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1630
    • 提供者: 孤星云
  1. WL40987330 C语言算法集

    2下载:
  2. 目录 第一部分  基础篇   001  第一个C程序  002  运行多个源文件  003  求整数之积  004  比较实数大小  005  字符的输出  006  显示变量所占字节数  007  自增/自减运算  008  数列求和  009  乘法口诀表  010&
  3. 所属分类:Windows编程

    • 发布日期:2008-12-21
    • 文件大小:3245365
    • 提供者:wl409873350
  1. guohewenti

    0下载:
  2. 试运用深度优先搜索算法寻找过河问题的一个解决方案,题目叙述如下:猎人、狗、男人带着男孩1、男孩2,女人带着女孩1、女孩2,一共8个个体。一艘小船,一次只能过两个个体,狗和四个小孩不会划船。注意:(1)猎人不在,狗咬任何人;(2)男人不在,女人打男孩;(3)女人不在,男人打女孩。-Test the use of depth-first search algorithm to find a solution to cross the river problem, topics are describ
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:1138
    • 提供者:杨瑞
  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 classic is worthy of consideration.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:56268
    • 提供者:liuzhi
  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. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2279
    • 提供者:刘勋
  1. src

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

    • 发布日期:2017-03-28
    • 文件大小:1979
    • 提供者:piit
  1. rivercross

    0下载:
  2. 一家人,歹徒及警察过河的问题,列举出了所有的过河方法,算法简单,实用性强-rivercross
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:21509
    • 提供者:张军
  1. farmer

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

    • 发布日期:2017-03-31
    • 文件大小:584
    • 提供者:liujinwen
  1. river

    1下载:
  2. 贪心算法作业的解题报告和源代码。问题描述:在深夜里,n 个人想要尽快地通过一条河。河上有一座狭小的桥,每次最多只能两个人一起过河。由于桥上的道路一片漆黑,他们必须用仅有一个手电筒,来照亮道路。已知 n 个人过河分别需要 t1,t2,…,tn 的时间,两个人一起过河所需要的时间是取决于速度较慢的人所需要的时间。请计算出 n 个人过河所需要的最小时间。-Greedy algorithm for solving the report and source code. Problem Descr ipt
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:193114
    • 提供者:吴钦阳
  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. 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. 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. sr

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

    • 发布日期:2017-04-08
    • 文件大小:1707
    • 提供者:周华漫
  1. bft_acrossRiver

    0下载:
  2. 用图的广度优先搜索算法实现农夫过河问题求解-Breadth-first search with a map to achieve problem solving across the river
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:717107
    • 提供者:isabel dong
  1. River

    0下载:
  2. VC++ 过河算法游戏与源码解析,用VC++遍历所有可能走的路及可能发生的情况,可以算出从任一上节点到另一节点可能发生状况的步骤。-VC++ source code games and river analysis method, using VC++ traverse the path and all possible situations that may occur, can be calculated from any one node to another node on the si
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:443580
    • 提供者:xiaojun
  1. Crossing-the-river-problem

    0下载:
  2. 本程序采用广度优先搜索算法求解农夫过河问题-This program uses a breadth-first search algorithm for the farmer across the river
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1981
    • 提供者:小杨
« 12 »
搜珍网 www.dssz.com