搜索结果
找到约 33 项符合
hanoi 的查询结果
按分类筛选
数学计算 汉诺(hanoi)问题采用递归算法解决
汉诺(hanoi)问题采用递归算法解决,并编制了手动及演示界面
其他 hanio算法,hanoi塔的递归程序
hanio算法,hanoi塔的递归程序,有三个柱子A,B,C在A上的n 个盘,下大上小
数学计算 A arithmetical resolution about Hanoi tower . compiled by Visaul C++
A arithmetical resolution about Hanoi tower . compiled by Visaul C++
Java编程 Java线程,Hanoi塔演示,初学者学习用
Java线程,Hanoi塔演示,初学者学习用
数据结构 用递归算法在vc中实现多层hanoi塔
用递归算法在vc中实现多层hanoi塔,程序实现动画显示
数学计算 汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation
汉诺塔!!!
Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation
eg. if n = 2 A→B A→C B→C
if n = 3 A→C A→B C→B A→C B→A B→C A→C
Windows Mobile The C# program will solve the Tower of Hanoi for a given number of rings/disks/plates and display th
The C# program will solve the Tower of Hanoi for a given number of rings/disks/plates and display the ring/disk/plate movement. The movement will be shown graphically
数据结构 用C语言写的,解决Hanoi塔问题.希望对大家有用.
用C语言写的,解决Hanoi塔问题.希望对大家有用.
汇编语言 hanoi塔游戏 差不多可以正常运行 请大家参考一下吧
hanoi塔游戏 差不多可以正常运行 请大家参考一下吧
数据结构 用C语言递归算法实现的n层hanoi塔问题解决
用C语言递归算法实现的n层hanoi塔问题解决