CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Hanoi

搜索资源列表

  1. Hanoi

    0下载:
  2. 一个Hanoi的小游戏 void Hanoi(int n, char x,char y,char z) { if (n==1) { printf("%c %d %c\n",x,n,z) return } Hanoi(n-1,x,z,y) printf("%c %d %c\n",x,n,z) Hanoi(n-1,y,x,z) }-Hanoi in a game void Hanoi (int n, char x, char
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:6717
    • 提供者:123
  1. Tower

    0下载:
  2. 一个用标准C编写的汉诺塔可视控制台程序,实现了制定层数的汉诺塔移动,并实现了可视化,可生成EXE程序独立于VC++环境独立运行.-A standard C Hanoi prepared visual console procedures, to achieve the development of mobile-rise Tower of Hanoi, and the realization of visualization can be generated EXE program indepe
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:2625
    • 提供者:胡大海
  1. Hanoi

    0下载:
  2. 这是用递归算法实现的汉诺塔程序。实现虽然简单,但它最大的特色就是输出形式比较美观。-This is a recursive algorithm using the Tower of Hanoi program. Although simple to achieve, but it s biggest feature is the output form of comparative aesthetics.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:14142
    • 提供者:Katherine
  1. hannuota

    1下载:
  2. 汉诺塔的实现,计算家编程大作业,面向对象编程练习-Implementation of the Tower of Hanoi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:109215
    • 提供者:yushu
  1. hanoi

    0下载:
  2. 这是一个汉诺塔 是我们上课时候的作业 花了好大得劲-this is a hanoi
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2107
    • 提供者:jiangyufei
  1. Hanio

    0下载:
  2. 这是一个小游戏,也是用vc++缟的,用的是汉诺塔数学原理。-This is a game, but also with the vc++ Pseudocaranx, using a mathematical principle of Tower of Hanoi.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-28
    • 文件大小:18993
    • 提供者:守望者
  1. Hanoi

    0下载:
  2. 一个演示汉诺塔的小程序 虽然不是很大 但也不-A presentation of the Tower of Hanoi applet
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1326
    • 提供者:王金平
  1. hanoi

    0下载:
  2. 这是一个简单的用C语言编译的汉诺塔程序,该程序是在VC环境下编译出来的。-This is a simple C language compiler to use the Tower of Hanoi program was compiled under VC out.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:90769
    • 提供者:戴子
  1. Hanoi

    0下载:
  2. Hanoi Algorithm I tried to drow the animated Hannoi algorithm. I hope that it can help your study.. If you need more comment, please send me e-mail
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4259653
    • 提供者:BobYu
  1. hanoi

    0下载:
  2. 使用JAVA实现的汉诺塔,实现了3阶汉诺塔的移动-Achieved using the JAVA Tower of Hanoi, a 3-order mobile Tower of Hanoi
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1599
    • 提供者:陈中银
  1. Towers_of_Hanoi_src

    0下载:
  2. Tower of Hanoi implementation using Microsoft C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:49364
    • 提供者:Said
  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. 汉诺塔游戏,很简单的。我做的一次课程设计-Tower of Hanoi game, very simple. I do a course design
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:238579
    • 提供者:sunjing
  1. hanoi

    0下载:
  2. 汉诺塔(又称河内塔)问题是印度的一个古老的传说。开天辟地的神勃拉玛在一个庙里留下了三根金刚石的棒,第一根上面套着64个圆的金片,最大的一个在底下,其余一个比一个小,依次叠上去,庙里的众僧不倦地把它们一个个地从这根棒搬到另一根棒上,规定可利用中间的一根棒作为帮助,但每次只能搬一个,而且大的不能放在小的上面。-Tower of Hanoi (also known as the Hanoi tower) problem is an ancient Indian legend. Epoch-making
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:880106
    • 提供者:浩浩
  1. hanoi

    0下载:
  2. 这是一款古老经典的汉诺塔游戏,初次上传还请大家多多指教-This is a classic Tower of Hanoi ancient games, the first time also please upload the exhibitions
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2180161
    • 提供者:robin
  1. hanoi

    0下载:
  2. hanoi game written in C
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:2712
    • 提供者:luksul
  1. HanoiTower

    0下载:
  2. 汉诺塔VB源代码实现,在VB环境下通过,安装VB 6.0就可以运行了哈-Tower of Hanoi VB source code in VB environment through
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1607
    • 提供者:hhqxsr
  1. Hanoi

    0下载:
  2. 汉诺塔 简单的控制台程序 算法参考-Tower of Hanoi algorithm for a simple console program reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:101191
    • 提供者:mike
  1. hanoi

    0下载:
  2. 汉诺塔游戏,c语言代码,只有几十行,一看就能懂,非常简单-hanoi.c
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1216
    • 提供者:max
  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 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com