CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 汉诺塔问题的解决

搜索资源列表

  1. hanio

    0下载:
  2. 解决汉诺塔问题的cpp文件-solve problems cpp file
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:876
    • 提供者:潘了了
  1. Ex4

    0下载:
  2. 用普通递归与消除尾递归的方法实现解决汉诺塔问题-With ordinary recursive method of elimination of tail-recursive Towers of Hanoi problem to achieve a solution
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:511341
    • 提供者:张东培
  1. Practice2

    0下载:
  2. 用普通递归与消除尾递归的方法实现解决汉诺塔问题c#-With general recursion and tail recursion elimination method to solve Tower of Hanoi problem c# implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:303296
    • 提供者:Andrew
  1. digui

    0下载:
  2. 递归程序的实现,汉诺塔问题的模拟解决递归程序的实现-Implementation of recursive procedures, Tower of Hanoi problem solving recursive procedure to achieve simulation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:54520
    • 提供者:冯玉谦
  1. hannuota

    0下载:
  2. 使用C++语言来解决汉诺塔问题,给出程序的代码以及运行结果的snapshot,并通过画程序流程图来说明代码-use the c++ language to resolve the problem of hannuota
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:14373
    • 提供者:李丽
  1. hannuota

    0下载:
  2. 汉诺塔问题解决算法,采用C语言实现,是学习数据结构比较好的!-Tower of Hanoi problem-solving algorithm using C language, it is a good learning data structures!
  3. 所属分类:Console

    • 发布日期:2017-12-05
    • 文件大小:203655
    • 提供者:王涛
  1. Hanoi

    0下载:
  2. 是一个解决汉诺塔问题的程序,非常好用的一个程序-Is a program to solve the Towers of Hanoi problem
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:649
    • 提供者:张伟
  1. Recursively_Hanor

    0下载:
  2. 递归、用递归的方法去解决汉诺塔等的问题。-Recursively, solve HANOR problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:5017180
    • 提供者:罗乐薇
  1. hannnuota.rar

    0下载:
  2. 一个具有解决汉诺塔问题的程序,里面的参数大家可以自定义,方便供像我一样的初学者学习,A program to solve the Towers of Hanoi problem inside the parameters we can customize, easy for a beginner like me to learn
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:1125
    • 提供者:poff
  1. Tower-of-Hanoi-problem

    0下载:
  2. 汉诺塔问题的vb6.0提供的解决方案(帮助理解vb递归过程)-Tower of Hanoi problem vb6.0 solutions (Help understand vb recursive process)
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:2682
    • 提供者:jiangjin
  1. hannuota

    0下载:
  2. 用c++解决了经典的汉诺塔问题,是数据结构经典案例。-The program uses c++ to solve the problem of the classic problem which is the data structure of the classic case.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:221040
    • 提供者:sean
  1. solution-for-hannuota

    0下载:
  2. 汉诺塔解法代码,可以解决任意层数的汉诺塔问题,主要方法是递归与分治的思想-Tower of Hanoi solution code, you can solve any number of layers of the Tower of Hanoi problem, the main method is recursive with the idea of ​ ​ partition
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3942384
    • 提供者:bujingyun
  1. C-procedure

    0下载:
  2. 哈夫曼树,函数嵌套验证哥德巴赫猜想,汉诺塔问题,循环队列实现,杨辉三角的递归解决方案-Huffman tree, nested function verify goldbach conjecture, Hanoi problem, circular queue implementation, Yang hui triangle recursive solution
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3647
    • 提供者:yangshuang
  1. hanoi

    0下载:
  2. 由于汉诺塔移动的次数实在太多,神庙的和尚们决定偷懒。为了虔诚地偷 懒,他们用严格的语言描述了新的规则: 1. 有三根柱子,编号为0、1、2。初始状态下,0 号柱子从底向上按照从大 到小的次序依次放置了n 个金盘。 2. 每次移动将一根柱子最顶部的一个金盘移动到另一根柱子的最顶部。在整 个操作过程中,每根柱子上的最底部的金盘必须是最大的,而其他金盘的 顺序可以和大小无关。 3. 希望通过移动达到的目标状态是,2 号柱子从底向上按照从大到小的次序 依次放置这n 个金盘
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:547
    • 提供者:LIZHEN
  1. 1

    0下载:
  2. 汉诺塔问题的解决,C++递归实现汉诺塔问题(Solving Hanoi problem)
  3. 所属分类:Windows编程

  1. 汉诺塔托盘问题

    0下载:
  2. 输入原始A柱上的盘子数,即可得到移动到目标柱子的步骤和所需步数(enter the disks of initial A column and you can get the procedures which you need to move the disks to the target column)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-03
    • 文件大小:244736
    • 提供者:风逝lhz
搜珍网 www.dssz.com