CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Tower

搜索资源列表

  1. TOWERSOFHANOI_vc

    0下载:
  2. A arithmetical resolution about Hanoi tower . compiled by Visaul C++ -A arithmetical resolution about Hanoi tower . compiled by Visaul C++
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:26969
    • 提供者:連正得
  1. ruheyidongpanzi

    0下载:
  2. 一个基于 c++的汉罗塔模拟源码,他可以选择移动几个塔,也可以选择是否需要终止64位塔的模拟过程-a c-based simulation of the Han Rota source, he could choose several mobile tower can also choose whether or not to terminate 64 tower simulation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1328
    • 提供者:冯杰
  1. hanio1

    0下载:
  2. 四柱汉诺塔问题的求解程序.解题思路:如a,b,c,d四柱. 要把a柱第n个盘移到目标柱子(d柱),先把上层 分两为两部份,上半部份移到b柱,下半部分移到c柱,再把第n盘移到 目标柱子,然后,c柱盘子再移到目标柱子,再把b柱盘子移到目标柱子. 细节地方: 上半部份移到b柱时,它的中间变量柱子是有二选一的.而下半部分 移到c柱时,它的中间变量柱子只有一个(因为一个柱子已被上半部份 占了).b,c也移到目标柱子时同理。-4-Tower of the solution pro
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1076
    • 提供者:孙益
  1. HanoiProblem

    0下载:
  2. 汉诺塔问题: 有ABC三根柱子,A柱上有n个大小不等的盘子,大盘在下,小盘在上。要求将所有的盘子从A柱搬到C柱上,每次只能搬动一个,搬动过程中可以借助另一个柱子,但是必须满足大盘在下,小盘在上。 -Tower of Hanoi problem: There are three pillars ABC, A column has n different sizes of plates, the broader market in the next, small cap on. Requir
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:156810
    • 提供者:刘星
  1. HanoiStack

    0下载:
  2. 建立抽象基类栈Stack及其派生类顺序栈,然后利用栈实现汉诺塔问题的非递归算法。-Non-recursive algorithm of Hanoi Tower using Stack
  3. 所属分类:Algorithm

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

    0下载:
  2. 实现了汉诺塔算法,和C语言课本中的算法相似。-Realized the Tower of Hanoi algorithm, and the C language algorithm similar textbooks.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:9801
    • 提供者:蔡吉欣
  1. han

    0下载:
  2. 汉诺塔,解决和尚搬运问题。包括了图形实现函数-Tower of Hanoi, to solve transportation problems monk. Including the graphical realization of function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1862
    • 提供者:黄礼智
  1. hanuo

    0下载:
  2. 汉诺塔问题的递归实现 说明很详细 大家可以自由下载哦-Recursive Tower of Hanoi problem in great detail the realization that you can freely download Oh
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:51965
    • 提供者:爱因斯坦
  1. HNT

    0下载:
  2. 汉诺塔-Hanoi Tower
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1041
    • 提供者:许开
  1. hannuota

    0下载:
  2. 用c++的MFC写的汉诺塔程序,可自由选择塔的层数,运行过程中实现塔的自动移动;-With c++ The MFC write Tower of Hanoi procedures, are free to choose the low-rise tower, tower to run the course of the realization of the automatic movement
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:43480
    • 提供者:donglin
  1. Han_nuota

    0下载:
  2. 汉诺塔小程序的源代码 输入盘中个数后,给出移动步骤-Tower of Hanoi applet source code after the number of input, the given mobile steps
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:94018
    • 提供者:hunter
  1. hannuota

    0下载:
  2. 可以创建一个汉诺塔的小程序,输入数字即可-Tower of Hanoi, you can create a small program, enter the number you
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:7096
    • 提供者:lee
  1. TowersOfHanoi

    0下载:
  2. 汉诺塔!!! 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 -Hanoi Tower! ! ! Simulate the movement of the Towers of Hanoi puzzle Bonus is pos
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:10572
    • 提供者:only
  1. hanot

    0下载:
  2. 实现了汉诺塔的程序设计,可以很好的完成功能。-Tower of Hanoi implementation of procedures designed to function well completion.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:85940
    • 提供者:yuanbin
  1. hannuota

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

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

    0下载:
  2. 一个关于汉诺仪塔的算法,能够显示出具体的每个盘的移动步骤,还有经过了多少步骤的次数。-Hannuoba instrument on the tower algorithm, be able to show that each specific set of mobile steps to have the number after the number of steps.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:364884
    • 提供者:陈奭
  1. fig02_06

    0下载:
  2. 一个关于很久以前一个的难题汉诺塔123456789-A long time ago about the problems of a Tower of Hanoi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1346
    • 提供者:macheng
  1. Tower

    0下载:
  2. 汉诺塔的C语言实现以及冒泡排序.就这些了。刚才那个传错了。-Tower of Hanoi C-language implementation, as well as bubble sort. That' s all. That pass just wrong.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1076
    • 提供者:sujx
  1. bouble-tower

    1下载:
  2. 背景 从前,有一个古老的帝国有两个形状不同的塔分别在不同的两个城市里。这两个塔是用圆形的砖一块一块建成的。这些圆形砖的高度是一样的,其半径都是整数。很明显,尽管这两个塔形状不同,但造塔所使用的圆形砖却有很多是相同的。 过了很多年,一个国王命令他的建筑师们移除两个塔的部分砖以便使它们的形状完全一样,同时使两个塔的高度尽可能的高,并且新塔的砖瓦的排列顺序必须与原来的一样。国王认为这样的两个塔象征着这两个城市之间的和谐和平等,于是命名它们为双胞胎塔。 任务 现在,两千年以
  3. 所属分类:Algorithm

    • 发布日期:2015-09-23
    • 文件大小:1503232
    • 提供者:kenber
  1. Tower-of-Hanoi-problem

    0下载:
  2. 算法设计与分析之汉诺塔问题介绍与讲解 希望大家有时间看看 -Tower of Hanoi problem descr iption and explanation of the design and analysis of algorithms hope that we have time to look at
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1634191
    • 提供者:
« 12 3 4 »
搜珍网 www.dssz.com