Location:
Search - towers of hanoi
Search list
Description: 一个绘制非常有名的汉落塔Hanoi的程序 同样是基于opengl的平台 -A map is very well-known Hanoi Towers Han drop procedure is based on the same platform opengl
Platform: |
Size: 837632 |
Author: 郑小燕 |
Hits:
Description: 著名的世界末日问题-河内之塔(Towers of Hanoi) 的递归算法很容易实现,但效率不过,但非递归算法会写的人却很少,这个非递归算法不但高效,并且简短-The end of the world well-known problem- Hanoi Tower (Towers of Hanoi) of the recursive algorithm is very easy to realize, but efficiency, however, non-recursive algorithm will be written, but rarely, the non-recursive algorithm is not only highly efficient and short
Platform: |
Size: 1024 |
Author: li |
Hits:
Description: 汉诺塔问题,古典的一个数学问题,如果人来做,当盘子达到十几个,人力就难及了。-Towers of Hanoi problem, a classical mathematical problem, if people do, when the plate reached a dozen, and the manpower it will be difficult.
Platform: |
Size: 179200 |
Author: xun |
Hits:
Description: towers of hanoi non recursive C-towers of hanoi non recursive C++
Platform: |
Size: 1024 |
Author: olli |
Hits:
Description: 用递归算法实现汉诺塔问题,并输出所移动的步数-Towers of Hanoi problem using recursive algorithm,and output the number of the movement
Platform: |
Size: 1024 |
Author: Lee |
Hits:
Description: It is an implementation of the towers of hanoi in c++ using n disks which can be entered by the user. Documentation is also attached plus the code.-It is an implementation of the towers of hanoi in c++ using n disks which can be entered by the user. Documentation is also attached plus the code.
Platform: |
Size: 384000 |
Author: hina |
Hits:
Description: towers of hanoi problem solution
Platform: |
Size: 2048 |
Author: ashritha |
Hits:
Description: 学会怎么样用递归的方法来巧妙的求解汉诺塔-Learn what happens to the clever use of recursive methods for solving the Towers of Hanoi
Platform: |
Size: 357376 |
Author: 陈军 |
Hits:
Description: Flash MX Professional 2004对汉诺塔问题进行过程模拟-Flash MX Professional 2004 对 Towers of Hanoi for process simulation
Platform: |
Size: 3072 |
Author: 龙帝王 |
Hits:
Description: Hanoi塔问题求解,输入盘子的个数,显示运行的 过程-Towers of Hanoi problem-solving, enter the number of plates, showing the process of running
Platform: |
Size: 1024 |
Author: 彭秋静 |
Hits:
Description: Hanoi Tower. you can use this source code to simulate the function of hanoi tower. so enjoy it
Platform: |
Size: 203776 |
Author: crew |
Hits:
Description: 双色河内塔与三色河内塔是由之前所介绍过的河内塔规则衍生而来,双色河内塔是将原有的一个大盘子分成两个带有颜色的盘子,然后将两种颜色的盘子分开,并最终形成两个河内塔-Color Tower of Hanoi Tower of Hanoi with three-color introduced by the previously derived rules of Hanoi Tower, Tower of Hanoi is the original color of a platter is divided into two plates with a color, then two colors plate separation, and eventually the formation of two towers of Hanoi
Platform: |
Size: 1024 |
Author: lilianyin |
Hits:
Description: Hanoi塔问题一种非递归算法的C++实现 Hanoi塔问题一种非递归算法的C++实现-Towers of Hanoi problem, a non-recursive algorithm C++ to achieve the Towers of Hanoi problem a non-recursive algorithm C++ achieve
Platform: |
Size: 190464 |
Author: shemeddbh |
Hits:
Description: PROGRAMMED BY : REHAN AHMED KHAN
PAKISTAN- KARACHI
BS student in FAST University
(foundation for advancement of science and technology)
this program is free ware and anyone can use it.
/************************************************************************************************/
/*************************************************************************************************
* THE ALGORITHM USED IS AS FOLLOWS *
* *
* Because the tree is complete it can be stored in an array of 2^n-1. *
* The root of the tree is in position 2^(n-1)-1 *
* for any level j, the first node at that level is in position 2^(n-1-j)-1 *
* and each successive node at that level is 2^(n-j) elements beyond the previous element *
* at that level *
* So the sequential traversal of the array produces the solution of Towers of Hanoi Problem *
Platform: |
Size: 1024 |
Author: ahmadfatemi |
Hits:
Description: 汉若塔问题的经典解法,C代码可以直接运行。-solution of Towers of Hanoi
Platform: |
Size: 1024 |
Author: 冯俊羲 |
Hits:
Description: 双色河内塔与三色河内塔是由之前所介绍过的河内塔规则衍生而来,双色河内塔是将原有的一个大盘子分成两个带有颜色的盘子,然后将两种颜色的盘子分开,并最终形成两个河内塔-Color Tower of Hanoi Tower of Hanoi with three-color introduced by the previously derived rules of Hanoi Tower, Tower of Hanoi is the original color of a platter is divided into two plates with a color, then two colors plate separation, and eventually the formation of two towers of Hanoi
Platform: |
Size: 1024 |
Author: rterwill |
Hits:
Description: 双色河内塔与三色河内塔是由之前所介绍过的河内塔规则衍生而来,双色河内塔是将原有的一个大盘子分成两个带有颜色的盘子,然后将两种颜色的盘子分开,并最终形成两个河内塔-Color Tower of Hanoi Tower of Hanoi with three-color introduced by the previously derived rules of Hanoi Tower, Tower of Hanoi is the original color of a platter is divided into two plates with a color, then two colors plate separation, and eventually the formation of two towers of Hanoi
Platform: |
Size: 1024 |
Author: lledCh |
Hits:
Description: 实现数学功能,破解汉诺塔,学会解决数学难题-Realization of mathematical functions, solve the Towers of Hanoi
Platform: |
Size: 212992 |
Author: 汪大强 |
Hits:
Description: 从入门到精通C语言书籍源代码,给出了汉诺塔问题方案-From entry to the master C language source code book, Tower of Hanoi problem given program
Platform: |
Size: 162816 |
Author: zg |
Hits:
Description: 该程序是经典的Hanoi塔问题的Java语言版,演示了把左边杆子中的所有大小不同的碟子移动到右边的杆子上的步骤,每次只能移动一个碟子,而且碟子只能放在比它大的碟子上。选择 AutoSolve,就可以自动让计算机为你解决该难题了。速度滚动条决定了程序运行的速度。-It is the famouse Towers of Hanoi solved in Java as a game to you
Platform: |
Size: 13312 |
Author: xie xie |
Hits: