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

搜索资源列表

  1. hanoil

    0下载:
  2. 汉诺塔问题的代码 仅可做参考 嘻嘻^_^-HANOR the only available source reference hee hee ^ _ ^
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5.57kb
    • 提供者:张明
  1. hanoie

    0下载:
  2. 很好的一个汉诺塔问题的解法,方法非常灵活有效-good HANOR a solution to the problem, the method is very flexible and effective
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:318.65kb
    • 提供者:Jackon
  1. hnt

    0下载:
  2. 汉诺塔问题的另一种解法,方法非常灵活有效,运行效率高-HANOR of another solution, a very flexible and effective method, high efficiency operation
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:47.7kb
    • 提供者:Jackon
  1. demo-hannuo

    1下载:
  2. vb实现汉诺塔 汉诺塔问题! 编写和实现动画效果 用鼠标实现 -vb HANOR HANOR problem! The preparation and realization of animation using the mouse to achieve
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9.45kb
    • 提供者:杨青青
  1. hanoi2

    0下载:
  2. 汉诺塔问题:第1个接到任务的人叫第2个人把n-1只diskes从开始地送到中间地,自己只需要把最下面一只disk放到目的地,再叫第2个人把他 原来搬到中间的n-1只diskes都搬到目的地。而第2个人则叫第3个人去把n-2只diskes从第2个人的开始地送到从第2个人的中间地,从第2个人 只需要把最下面一只disk放到自己的目的地,再叫第3个人把他原来搬到第2个人中间地的n-2只diskes都搬到第2个人目的地。如此类推-HANOR questions : the first rec
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.79kb
    • 提供者:晴朗
  1. hanio

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

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

    0下载:
  2. 采用递归循环的方法求解汉诺塔问题,程序很简洁也很实用
  3. 所属分类:控制台(字符窗口)编程

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

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

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

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

    • 发布日期:2008-12-21
    • 文件大小:3.1mb
    • 提供者:wl409873350
  1. 汉诺塔问题的C#实现

    0下载:
  2. 利用递归算法实现了汉诺塔问题的求解步骤
  3. 所属分类:C#编程

    • 发布日期:2010-10-19
    • 文件大小:21.17kb
    • 提供者:zhudejun007
  1. hannoi

    0下载:
  2. 汉诺塔问题c语言实现 递归方法-Tower of Hanoi Tower of Hanoi problem c language c language recursion problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:891.24kb
    • 提供者:王柳才
  1. Sunnypig

    0下载:
  2. vijos上一题Sunnypig闯罗塔关(汉诺塔问题中最难的一种问法)。 没做出来的可以参考一下。-a title vijos Rota Sunnypig Chuang Guan (Tower of Hanoi problem in a most difficult question is asked). Can not do by reference.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:840byte
    • 提供者:curimit
  1. 1

    0下载:
  2. 小程序来的,是关于汉诺塔游戏问题的小程序-Small procedures is on the issue of Tower of Hanoi game applet
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:6.19kb
    • 提供者:雷晓军
  1. hannoi

    0下载:
  2. 本程序通过用递归调用的方法实现了汉诺塔问题,这是一个通用的程序,通过输入的层数结果输入到一个out.txt的文件中-This procedure by using the method of recursive calls a Tower of Hanoi problem, which is a common procedure, the results by entering into the layers of a document out.txt
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:914.67kb
    • 提供者:耿锦威
  1. hanoi

    0下载:
  2. 数据结构栈和队列的算法实现,实验内容:汉诺塔问题。程序结果给出程序执行过程中栈的变化过程与圆盘的搬动状态。-Stack and queue data structure of the algorithm, experimental elements: Tower of Hanoi problem. Procedures for the implementation of the results of the proceedings given the changes in the course
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:16.38kb
    • 提供者:
  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
    • 文件大小:239kb
    • 提供者:风逝lhz
  1. 汉诺塔

    0下载:
  2. 有A,B,C三个柱子,将A柱子上的N个盘子(从大到小排列)移到C柱子上,每次只允许移动一个盘子,并且保证每个柱子上的盘子的排列都是从大到小。(There are three columns, A, B and C, which move the N plates on the A pole from the big to the small to the C pole, and only allow one plate to move each time, and ensure that the
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:1kb
    • 提供者:sherohyw
  1. hannuota

    0下载:
  2. 使用C++语言解决了汉诺塔问题(三柱),可以依次拓展到多柱(The use of C++ language to solve the problem of Hanoi , which in turn may be extended to multiple columns)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:267kb
    • 提供者:derek__z
  1. Hanoi

    0下载:
  2. 递归算法解决汉诺塔问题,将所有盘从A柱移动到C柱,在移动过程中可以借助B柱。(Solving Hanoi Tower problem by recursive algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-06
    • 文件大小:3.26mb
    • 提供者:LING0712
« 12 3 4 5 »
搜珍网 www.dssz.com