CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 金币阵列问题

搜索资源列表

  1. button

    0下载:
  2. 数据结构作业Button,类似于金币阵列问题
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1489
    • 提供者:林一
  1. GoldCoinArray

    0下载:
  2. GoldCoinArray 数据结构与算法 金币阵列问题
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8656
    • 提供者:lzg
  1. 1004

    1下载:
  2. 金币阵列问题 问题描述: 有m x n [m<=100, n<=100 ] 个金币在桌面上排成一个m行n 列的金币阵列。每一枚金 币或正面朝上或背面朝上。用数字表示金币状态,0表示金币正面朝上,1 表示背面朝上。 金币阵列游戏的规则是: (1)每次可将任一行金币翻过来放在原来的位置上; (2)每次可任选2列,交换这2列金币的位置。 -Gold Array Problem Problem Descr iption: Have mxn [m < = 100,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:808
    • 提供者:samuel
  1. CoinArray

    0下载:
  2. 问题描述:有m x n [m<=100, n<=100 ] 个金币在桌面上排成一个m行n 列的金币阵列。每一枚金币或正面朝上或背面朝上。用数字表示金币状态,0表示金币正面朝上,1 表示背面朝上。金币阵列游戏的规则是:(1)每次可将任一行金币翻过来放在原来的位置上;(2)每次可任选2列,交换这2列金币的位置。-jinbizhenliwenli,zijibiaoxiechenxu,keyiyunxing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:1278
    • 提供者:wuzhiqiang
  1. goldIssuse

    0下载:
  2. 关于算法设计中金币阵列问题的实现程序,算法复杂度较低-Algorithm design in gold on the issue of implementation of procedures for the array, the algorithm complexity is low
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1443
    • 提供者:zhou
  1. coint

    0下载:
  2. 用c++写的关于金币阵列问题的算法代码,有问题说明,text文档里有几种不同解决问题方式的算法代码,代码直接拷到vc就能编译运行的-Written using c++ array problem is proposed on the gold code, problem descr iption, text document, there are several different ways to solve the problem of algorithm code, the code can
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:26043
    • 提供者:duoduo
  1. suanfa

    0下载:
  2. 一些经典算法包括count统计数字问题,gap最大间隙问题,金币阵列问题,字典序问题,最多约数问题-Some classic algorithms, including count statistics problem, gap maximum clearance issues, gold array of issues, the dictionary sequence of up to about several issues
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1281795
    • 提供者:榴莲飘飘
  1. algorithm

    0下载:
  2. 八皇后问题,金币阵列问题,马的哈密顿周游,字典序排列,双色汉诺塔等经典算法的简单解决,尤其适合初学者参考。-Eight Queens problem, gold array of issues, horse Hamiltonian tour, arranged in lexicographic order, color and other classic Tower of Hanoi algorithm is simple to solve, especially for beginners r
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6618
    • 提供者:jqk
  1. Array-of-gold-coins-problem

    0下载:
  2. //金币阵列问题 /*算法思想:将原始数列作为参考数列(m*n),将目标数列的第一列与本身的-n列分别进行对调 在每次对调后进行一下处理:比较对调后的第一列与原始数列的第一列,从而知道对应的行是否要 进行变换。行变换确定后,然后确定列变换,通过列遍历性的交换,将目标数列转换到原始数列*/ -//Gold array problem /* Algorithm thinking: the original series as the reference sequence (m*
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:8637
    • 提供者:任子羽
  1. jinbi

    0下载:
  2. 金币阵列问题 有m * n(m ≤ 100,n ≤ 100)个金币在桌面上排成一个m行n 列的金币阵列。每一枚金币或正面朝上或背面朝上。用数字表示金币状态,0表示金币正面朝上,1 表示背面朝上。金币阵列游戏的规则是: (1)每次可将任一行金币翻过来放在原来的位置上; (2)每次可任选2 列,交换这2 列金币的位置。 给定金币阵列的初始状态和目标状态,编程计算按金币游戏规则,将金币阵列从初始状态变换到目标状态所需的最少变换次数。 -Gold array pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:987353
    • 提供者:ALINA
  1. vc

    0下载:
  2. 金币阵列问题用来实现计算机算法设计与分析的-failed to translate
  3. 所属分类:software engineering

    • 发布日期:2017-12-06
    • 文件大小:947
    • 提供者:haha
  1. GoldCoin

    0下载:
  2. 使用枚举的算法,根据不同的输入用例,能准确的输出用例需要交换的次数,列举出所有可能情况,从中选出最小的。(Enumeration algorithm, according to different input cases, can accurately output the use case, the number of times required to exchange, cited all possible circumstances, from which to choose the s
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:丰林
搜珍网 www.dssz.com