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

搜索资源列表

  1. 经典汉诺塔问题c语言版

    1下载:
  2. 汉诺塔是初学数据结构的同学最头疼的问题,这里是一个用递归函数解决汉诺塔问题的经典c语言程序,里面有代码和执行文件。-HANOR data structure is that when the students most headaches, here is a solution using a recursive function HANOR a classic c language program, which has code and the implementation document.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8707
    • 提供者:苏辉
  1. hanio

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

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

    0下载:
  2. 汉诺塔问题的递归求解.利用递归思想简单解决方法.
  3. 所属分类:其它

    • 发布日期:2014-01-16
    • 文件大小:882349
    • 提供者:gotomic
  1. Hanoi_digui

    0下载:
  2. 用递归的方法解决汉诺塔问题的思想。-using recursive solution to the problem HANOR thinking.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1611
    • 提供者:napster
  1. a.doc

    0下载:
  2. 1) 根据栈数据结构,分别建立一个顺序栈和链式栈并实现其上基本操作(出栈和入栈等); 2) 根据队列数据结构,分别建立链队列和循环队列,并完成其上的基本操作(出入队列等); 3) 参考P80表达式求值例题,应用栈的基本操作实现简单表达式求值运算及其进出栈模拟过程(给出程序执行过程中栈的变化过程); 4) 阅读P83栈与递归的实现一节内容和3阶汉诺塔问题。使用栈数据结构解决3阶汉诺塔问题,编写程序并模拟栈及其汉诺塔的搬运过程(给出程序执行过程栈的变化过程与圆盘的搬动状态)。 5)
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:4684
    • 提供者:sad
  1. Hanoi

    0下载:
  2. 汉诺塔问题的非递归解决,能够用非递归的方法解决汉诺塔问题-Tower of Hanoi non recursive solution can be non-recursive solution to the Tower of Hanoi problem
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:546
    • 提供者:xuhaifeng
  1. hanoi

    0下载:
  2. 递归调用方式给出汉诺塔的调动序列,实现hanoi问题的自动解决-Recursive call gives way to mobilize the Tower of Hanoi sequence, to achieve an automatic solution to the issue of hanoi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:90055
    • 提供者:韩东
  1. Hamoi

    0下载:
  2. 采用递归思想解决汉诺塔问题:详细的步骤分析,算法分析和实现。采用C++语言,可加深对递归函数的理解和应用。-Using the recursive thinking to solve Towers of Hanoi problem: detailed steps analysis, algorithm analysis and implementation. Using C++ language, can deepen the understanding and application of r
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:20961
    • 提供者:白兰鸽
  1. Hnt

    0下载:
  2. 汉诺塔问题的一个解决办法,输入盘子数,即可演示步骤!-Towers of Hanoi problem a solution, enter the plate number, you can demonstrate the steps!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:667
    • 提供者:窗外寒星
  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. hannoitower

    0下载:
  2. 解决汉诺塔问题的一个小程序 一共分为四部分,即移动叠盘子问题-hannoitower sourse code
  3. 所属分类:Applet

    • 发布日期:2017-04-04
    • 文件大小:4402
    • 提供者:谢风
  1. hanio

    0下载:
  2. 非常经典的汉诺塔问题,可以输入盘子个数实现汉诺塔问题的解决。-Very classic Tower of Hanoi problem, you can enter a number plate to achieve solution of Hanoi Tower problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:793
    • 提供者:王丹
  1. hw3-Hannoi

    0下载:
  2. 数据结构中汉诺塔问题的递归解法。原题中为链表解决。但是较为繁琐,使用递归较快解决。配合清华版数据结构书。-Data structure in the Tower of Hanoi problem recursive solution. Solve the original title for the linked list. But more cumbersome to use recursion to solve faster. The data structure of the book w
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:152747
    • 提供者:秦泽宇
  1. hanoi

    0下载:
  2. 经典算法解决三柱汉诺塔问题,并根据J.S.Frame算法设计出解决四柱汉诺塔问题的程序实现-Classical algorithm to solve the the three the column HANOR problem, designed and according JSFrame algorithm program Peg Hanoi Tower problem
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:1146
    • 提供者:醉墨
  1. Hanoi

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

    • 发布日期:2017-11-18
    • 文件大小:649
    • 提供者:张伟
  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. hannoi

    0下载:
  2. 解决古印度汉诺塔问题的java源代码,最适合教学用。-Solve the ancient India HANOR java source code, the most suitable for teaching purposes.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-03
    • 文件大小:4487
    • 提供者:diyue
  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. 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
« 12 3 »
搜珍网 www.dssz.com