搜索资源列表

  1. hannuo.rar

    0下载:
  2. 汉诺塔的图形演示
  3. 所属分类:文档资料

    • 发布日期:2024-05-27
    • 文件大小:1246
    • 提供者:
  1. demo-hannuo

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

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

    0下载:
  2. 大学数据结构课程汉诺塔问题程序解决,帮助数据结构课程入门。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8717
    • 提供者:张鸣
  1. hannuo.tower.example

    0下载:
  2. 游戏算法思路: 1.如果只有一个金片,则把该金片从源移动到目标棒,结束。 2.如果有n个金片,则把前n-1个金片移动到辅助的棒,然后把自己移动到目标棒,最后再把前n-1个移动到目标棒
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1092
    • 提供者:shelly
  1. hannuo

    0下载:
  2. 汉诺塔的图形演示-Hanoi Tower graphical presentation
  3. 所属分类:文档资料

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者: 邓振华
  1. demo-hannuo

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

    • 发布日期:2024-05-27
    • 文件大小:9216
    • 提供者:杨青青
  1. hannuo

    0下载:
  2. 大学数据结构课程汉诺塔问题程序解决,帮助数据结构课程入门。-University data structure course of Hanoi Tower Problem resolved to help the data structure entry courses.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-27
    • 文件大小:151552
    • 提供者:张鸣
  1. hannuo.tower.example

    0下载:
  2. 游戏算法思路: 1.如果只有一个金片,则把该金片从源移动到目标棒,结束。 2.如果有n个金片,则把前n-1个金片移动到辅助的棒,然后把自己移动到目标棒,最后再把前n-1个移动到目标棒 -Game algorithm ideas: 1. If there is only one gold, took the gold from the source to the target mobile wand to end. 2. If
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:shelly
  1. hannuo

    0下载:
  2. Java版本的汉诺塔的求解,完整的netbeans项目-Java version of the Tower of Hanoi Solution, a complete NetBeans project
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-27
    • 文件大小:10240
    • 提供者:ls
  1. hannuo

    0下载:
  2. 数据结构中经典的汉诺塔算法。就是用递归移动盘子的问题。-Data structure in the classic Tower of Hanoi algorithm. Is to use recursive mobile plate problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-27
    • 文件大小:9216
    • 提供者:小橘子
  1. han_nuo

    0下载:
  2. 汉诺塔的简单实现,界面显示,操作。小游戏-the game of hannuo tower
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-27
    • 文件大小:91136
    • 提供者:zhuliewei
  1. hannuo

    0下载:
  2. 实现汉诺塔的搬移问题,实现了最著名的汉诺塔的搬移问题。-Towers of Hanoi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-27
    • 文件大小:229376
    • 提供者:杨世信
  1. hannuo

    0下载:
  2. 这是一个典型的汉诺塔程序,简单明了,利用递归思想编写-This is a typical program named hannuo,which takes advantages of digui!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:陶韬
  1. hannuo

    0下载:
  2. 基于VC实现了汉诺塔的基本算法,并且显示了算法运行的过程。-Tower of Hanoi-based VC implements the basic algorithm, and shows the process of running the algorithm.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-27
    • 文件大小:1945600
    • 提供者:summer
  1. hannuo

    0下载:
  2. 汉诺塔源代码,可输入需要移动的盘子数目,便可以看到移动步骤。可计算总的移动步骤数目-Tower of Hanoi source code, enter the number plate needs to be moved, we can see the moving steps. Calculate the total number of mobile steps
  3. 所属分类:Windows编程

    • 发布日期:2024-05-27
    • 文件大小:3072
    • 提供者:李丽
  1. HanNuo

    0下载:
  2. 一个用java实现的汉诺塔,图形界面表现塔的移动过程-this is a java program , it can show the move of tower
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-27
    • 文件大小:24576
    • 提供者:刘兆东
  1. hannuo.tar

    0下载:
  2. 使用C语言实习的Linux终端下的汉诺塔游戏,可以根据难度选择N的大小,N越大,难度就越高-source code of hannuo tower game written by C,it is my first do something by C myself,fighting!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:jixiaoyu
  1. hannuo

    0下载:
  2. 源码汉诺塔解决方案 对其有详细的解释 完整的结构 方便大家的学习-Han s source code of the tower solutions detailed explanation of the complete structure of facilitate everybody study
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-27
    • 文件大小:227328
    • 提供者:zhuwei
  1. hannuo

    0下载:
  2. 输入汉诺塔层数,输出移动路径,例如,A到B就会显示a→b,数量不要过多否则容易死机。简单的小程序,仅供参考-hanno,input number
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-27
    • 文件大小:8192
    • 提供者:宋健
  1. Hannuo

    0下载:
  2. 数据结构经典算法,汉诺塔问题的求解,C#实现,链栈和顺序栈实现-Data structure classic algorithm, Tower of Hanoi problem solving, C# achieve chain stack and sequential stack implementation
  3. 所属分类:C#编程

    • 发布日期:2024-05-27
    • 文件大小:48128
    • 提供者:张宏国
« 12 »

源码中国 www.ymcn.org