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

搜索资源列表

  1. Cprograms

    1下载:
  2. 中南大学C语言程序设计实习 1 实验一:C语言图形模式的设置 2 实习二:一元函数的图形绘制 3 实习三:二维图形的几何变换 4 实习四:非线性方程求根的二分法 5 实习五:非线性方程求根的牛顿法 6 实习六:数值积分的矩形法和梯形法 7 实习八:级数求和问题 8 实习九:曲线拟合 9 实习十一:解线性方程组的Gauss消元法 10 实习十四:解线性方程组的Jacobi迭代法 11 实习十六:空间曲面和曲线的绘
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:168324
    • 提供者:CF雷电
  1. tower001

    0下载:
  2. 大名鼎鼎的河內塔!!可自由選擇柱數與環數,並告知使用者移動過程。-the famous Hanoi tower! ! Freedom of choice - with a few rings and inform users of mobile process.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:840
    • 提供者:胡德明
  1. hanopreviewi

    0下载:
  2. Hanoi塔演示。 这是c语言中的一个著名程序演示。 看看对你一定有帮助-Hanoi Tower. C This is a language of the famous demonstration procedures. You must look at the right help
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12811
    • 提供者:ld
  1. Hanogkhk

    0下载:
  2. 用递规子程序的方法实现HANOI塔问题.子程序模块个数不限. 要求: 盘子个数可以输入,第一个塔为A,第二个塔为B,第三个塔 的名称为C.打印出移动过程. -regulation subroutine with the delivery method HANOI Tower. Open-number subroutine modules. Requirements : Number plate can be imported, a Tower A, the second tower
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1248
    • 提供者:陈于
  1. 常见算法及函数源代码

    0下载:
  2. 算法设计与分析 1. 用直接递归方法计算n!: (2)通过键盘输入n的值,( 2. 用直接递归方法计算第n个Fibonacci数: 3. 用直接递归方法计算Ackerman函数: 4. 用直接递归方法给出n个元素的全排列: 8. 用直接递归方法求解Hanoi塔问题 ,Algorithm Design and Analysis 1. Using direct recursive meth
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-27
    • 文件大小:5024
    • 提供者:lilianjie
  1. lhzh

    0下载:
  2. (1)可以生成出一张下三角行的九九表 (2)可以一张平行四边形*图表 (3)河内塔为问题-(1) can be generated out of a lower triangular line 99 Table (2) can be a parallelogram* chart (3) Hanoi Tower problem
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:1236
    • 提供者:刘亚
  1. zhan

    0下载:
  2. 数据结构C语言对栈的操作,有链栈出栈、入栈的算法,顺序栈出栈、入栈的算法,hanoi塔的算法-C language data structure for stack operation, there is a chain of stack stack入栈algorithms, the order of the stack stack,入栈algorithm, hanoi tower algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1608
    • 提供者:韩杰
  1. MyHanoi

    0下载:
  2. 汉诺塔简单实现。用命令行实现,递归调用。-Hanoi Tower simple to achieve. Command line with the realization of recursive calls.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1796
    • 提供者:黄国位
  1. tusousuo

    0下载:
  2. 状态图实际上是一类问题的抽象表示。事实上,有许多智力问题(如梵塔问题、旅行商问题、八皇后问题、农夫过河问题等)和实际问题(如路径规划、定理证明、演绎推理、机器人行动规划等)都可以归结为在某一状态图中寻找目标或路径的问题。因此,研究状态图搜索具有普遍意义。 -State diagram is actually a class of abstract representation of the problem. In fact, there are many mental problems (s
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1251834
    • 提供者:菲菲
  1. hanoi

    0下载:
  2. Hanoi塔的递归调用和消除尾递归的方法,附带算法的设计思路和分析-Hanoi Tower recursive calls and the elimination of tail recursion method with the algorithm design and analysis of ideas
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:9160
    • 提供者:齐笑尘
  1. Hanoi

    0下载:
  2. 汉诺塔的解决,里面附带源代码,打开就能运行了!-Han s the solution of the tower, with open source code, it can run!!!!!
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:227434
    • 提供者:miste chen
  1. lispChinesetower

    0下载:
  2. 编写LISP函数解决Hanoi Tower(汉塔)问题。问题如下:梵塔内有A,B,C三个柱子,开始时A柱上有n个盘子,盘子大小不等,大的在下,小的在上。要把这n个盘子从A柱移到B柱,每次只允许移动一个盘子,且在移动过程中在3个柱子上都始终保持大盘在下,小盘在上。在移动过程中可以利用C柱,要求程序输出移动的步骤。-Write LISP function to solve the problem of Hanoi is Tower (Chinese tower). The questions are
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6398
    • 提供者:邹扬
  1. hanoi

    0下载:
  2. javascr ipt 代码编写的汉诺塔小游戏-Hanoi Tower game of Javascr ipt
  3. 所属分类:Browser Client

    • 发布日期:2017-11-21
    • 文件大小:8451
    • 提供者:罗伟坚
  1. ACM

    0下载:
  2. acm超级经典的算法。内容包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI 等等。-acm super classic algorithms. Including Hanoi Tower Fei-style Liebasika tri
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:444267
    • 提供者:cyj
  1. suanfa.doc

    0下载:
  2. Hanoi tower (Towers of Hanoi) is the French M.Claus (Lucas) in 1883 Thailand to France, Hanoi is the capital of North Vietnam during the Vietnam War, which is now the city of Hu Zhiming in 1883, the French mathematician Edouard Lucas mentioned this s
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:271243
    • 提供者:孙流程
  1. Hanoi

    0下载:
  2. Honio塔:假设有三个命名为 A B C 的塔座 ,在塔座A上插有n个直径大小不相同,由小到大编号为1 ,2 ,3 ,··· ,n的圆盘,要求将A座上的圆盘移至塔座C-Honio Tower: Suppose there are three named ABC of the pylon, the pylon is inserted n A different diameter sizes, small to large numbered 1, 2, 3,, n the disc, requi
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:11687
    • 提供者:lly
  1. TowerOfHanoi

    0下载:
  2. 汉诺塔游戏攻略,用户输入汉诺塔中需要移动的盘子总数,程序输出移动盘子的方法步骤。-Hanoi game strategy, the user enters the total number of Hanoi tower needed moving plates, the program outputs mobile steps .
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:17313
    • 提供者:zhanglei
  1. txecaakey

    0下载:
  2. 这个程序是对汉诺塔的直观演示,可以通过键盘的方向键来控制塔子-The program is intuitive presentation of Hanoi, can through the keyboard direction key to control tower
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-15
    • 文件大小:3225
    • 提供者:dvhaingoish
  1. hanoi-prolog

    0下载:
  2. 人工智能课程中用visual prolog编程实现的汉诺塔的例题-An Example of Hano Tower Implemented by Visual prolog in Artificial Intelligence Course
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-11
    • 文件大小:5807
    • 提供者:liudy
  1. frpzework__ferm

    0下载:
  2. 这个程序是对汉诺塔的直观演示,可以通过键盘的方向键来控制塔子(The program is intuitive presentation of Hanoi, can through the keyboard direction key to control tower)
  3. 所属分类:2D图形编程

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:沈江
« 1 2 ... 26 27 28 29 30 3132 »
搜珍网 www.dssz.com