搜索资源列表

  1. 商人过河游戏

    0下载:
  2. tc下运行-tc moves
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14336
    • 提供者:wz
  1. 安全过河问题

    0下载:
  2. 该游戏是我由一个数学建模题——“安全过河问题”而构思的。有三个商人带者三个随从和货物过河, 船每次最多只能载两个人,要求保证在过河期间商人的人数要大于或等于随从的人数,否则随从杀人抢货。 构思: 用两个数组来表示两岸的商人和随从,其中 A 表示商人, B 表示随从,数组a 表示此岸,数组b表示彼岸 通过输入过河的人数,来改变两个数组中的 A 和 B 的个数,在用文本输出两岸的情况. 游戏规则是这样似的: 1
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1631
    • 提供者:高天一
  1. river_games

    0下载:
  2. 商人过河游戏,游戏规则详见源代码注释部分-river businessmen game, the rules of the game see the source code Notes
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2150
    • 提供者:文雕
  1. rivercossing

    0下载:
  2. 一个关于商人过河的问题,渡般上的商人数和随从数,计算需要几次过河成功。-a businessman across the river on the issue, as on the transition to the number of followers and a few calculated the need to cross the river several times successfully.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2061
    • 提供者:liu
  1. cccccccccccc

    0下载:
  2. 商人过河问题C语言源码人工智能专题
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2021
    • 提供者:hongfine
  1. 177

    0下载:
  2. 商人过河 是一个游戏的c源程序代码
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:2382
    • 提供者:chen
  1. C源代码实例

    6下载:
  2. 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014
  3. 所属分类:Windows编程

    • 发布日期:2009-06-04
    • 文件大小:3250828
    • 提供者:79446210
  1. WL40987330 C语言算法集

    0下载:
  2. 目录


    第一部分  基础篇
     
    001  第一个C程序 
    002  运行多个源文件 
    003  求整数之积 
    004  比较实数大小 
    005  字符的输出 
    006  显示变

  3. 所属分类:Windows编程

    • 发布日期:2008-12-21
    • 文件大小:3245365
    • 提供者:wl409873350
  1. 商人过河游戏

    0下载:
  2. tc下运行-tc moves
  3. 所属分类:Windows编程

    • 发布日期:2024-06-21
    • 文件大小:14336
    • 提供者:wz
  1. 安全过河问题

    0下载:
  2. 该游戏是我由一个数学建模题——“安全过河问题”而构思的。有三个商人带者三个随从和货物过河, 船每次最多只能载两个人,要求保证在过河期间商人的人数要大于或等于随从的人数,否则随从杀人抢货。 构思: 用两个数组来表示两岸的商人和随从,其中 A 表示商人, B 表示随从,数组a 表示此岸,数组b表示彼岸 通过输入过河的人数,来改变两个数组中的 A 和 B 的个数,在用文本输出两岸的情况. 游戏规则是这样似的: 1
  3. 所属分类:C#编程

    • 发布日期:2024-06-21
    • 文件大小:1024
    • 提供者:高天一
  1. rivercossing

    0下载:
  2. 一个关于商人过河的问题,渡般上的商人数和随从数,计算需要几次过河成功。-a businessman across the river on the issue, as on the transition to the number of followers and a few calculated the need to cross the river several times successfully.
  3. 所属分类:文件格式

    • 发布日期:2024-06-21
    • 文件大小:2048
    • 提供者:liu
  1. cccccccccccc

    0下载:
  2. 商人过河问题C语言源码人工智能专题 -The issue of businessmen across the river C language source artificial intelligence topics
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-21
    • 文件大小:2048
    • 提供者:
  1. 177

    0下载:
  2. 商人过河 是一个游戏的c源程序代码-Merchants across the river is a game of c source code
  3. 所属分类:游戏

    • 发布日期:2024-06-21
    • 文件大小: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-06-21
    • 文件大小:2048
    • 提供者:piit
  1. river

    0下载:
  2. 三个强盗和三个商人过河的算法,简单的入门级别算法。适合刚接触算法初级编程人员。-Three bandits and three businessmen across the river of the algorithm, a simple entry-level algorithm.刚接触algorithm suitable for junior programmers.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-21
    • 文件大小:2048
    • 提供者:徐婷婷
  1. shangrenguohe

    0下载:
  2. C语言编写的《 商人过河游戏》带注释 在 win tc 下运行通过。-C language businessmen across the river game with notes in the win tc run through.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-21
    • 文件大小:13312
    • 提供者:andy
  1. boat

    0下载:
  2. 用MATLAB求解智力游戏商人过河问题,即m个商人和m个随从过河,船的容量为k,求解在保证河的任一岸商人数大于随从数的过河方案。-Puzzle Solving with MATLAB merchants across the river, namely, m-business and m-followers across the river, the ship has a capacity of k, to solve any one
  3. 所属分类:matlab例程

    • 发布日期:2024-06-21
    • 文件大小:1024
    • 提供者:Tom
  1. sr

    0下载:
  2. 商人过河的问题,三个商人各带一个仆人-Merchants across the river mathematical modeling problem is a classic problem
  3. 所属分类:matlab例程

    • 发布日期:2024-06-21
    • 文件大小:2048
    • 提供者:薛金
  1. guohe

    0下载:
  2. 商人过河的MATLAB程序(最短路算法)-Businessmen crossing the MATLAB program (the shortest path algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-21
    • 文件大小:1024
    • 提供者:hehe
  1. river3_3

    0下载:
  2. 商人过河matlab完整代码 附详细解析啦啦啦啦啦啦啦啦啦啦啦(Merchant cross river matlab complete code attached to detailed analysis)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-21
    • 文件大小:1024
    • 提供者:zakiko
« 12 3 4 »

源码中国 www.ymcn.org