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

搜索资源列表

  1. 3-2solution

    0下载:
  2. 汉诺塔的非递归实现,借助堆栈以非递归(循环)方式求解汉诺塔的问题-Non-recursive implementation of the Tower of Hanoi, with a stack of non-recursive (cycling) way to solve the Towers of Hanoi problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1195
    • 提供者:liuwenchun
  1. cpp

    0下载:
  2. 包含了单项链表,汉诺塔问题,c++表达的树的描述,还有一些组合的功能.-Contains a single list, Tower of Hanoi problem, describe c++ expression of the tree, there are some combinations of features.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3873
    • 提供者:陈军
  1. HANOR

    0下载:
  2. 最简单的界面下用*组成的汉诺塔,输入n即可显示n层汉诺塔的堆叠过程-The easiest to use interface* Tower of Hanoi under composition, enter n to display the n-layer stacking process HANOR
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:722
    • 提供者:啦啦啦
  1. algorithm

    0下载:
  2. 常用的数学算法,包括汉诺塔,八皇后,可拆背包-The commonly used mathematical algorithm, including Hanoi, eight queen, detachable backpack
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-14
    • 文件大小:3504348
    • 提供者:梦安
  1. hannuota

    0下载:
  2. 自己琢磨的c语言汉诺塔程序,经典递归,个人感觉比老谭的好一点-His own ideas of c programming language Hanoi classic recursion, the individual feels a little better than the old tan
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:4866
    • 提供者:周青青
  1. hanoi

    0下载:
  2. 一个实现汉诺塔递归算法的VC程序,经调试通过可以使用-HANOR a recursive algorithm VC program, the debugger can be used
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:19090
    • 提供者:紫错
  1. Hanoi

    0下载:
  2. 使用者输入汉诺塔阶数,程序计算出汉诺塔移动答案,并显示。-Tower of Hanoi user input order, the program calculates the Tower of Hanoi to move the answer and displays.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-11
    • 文件大小:599
    • 提供者:黎明
  1. queen

    0下载:
  2. 两个经典小游戏的python代码,八皇后问题和汉诺塔。-Two classic games Python code, the eight queens problem and the tower of hanoi.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1353
    • 提供者:郭法明
  1. a

    0下载:
  2. 可以实现汉诺塔、定积分、四则运算、母牛运算等初级的程序实现-Can HANOR, definite integral, the four primary program operation, operation, etc. to achieve cows
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1812
    • 提供者:傅丽碧
  1. Hanoi

    0下载:
  2. 汉诺塔问题的递归解法,c++程序,vs2010-Recursive solution, c++ procedures Tower of Hanoi problem, vs2010
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:302517
    • 提供者:alvin
  1. C-procedure

    0下载:
  2. 哈夫曼树,函数嵌套验证哥德巴赫猜想,汉诺塔问题,循环队列实现,杨辉三角的递归解决方案-Huffman tree, nested function verify goldbach conjecture, Hanoi problem, circular queue implementation, Yang hui triangle recursive solution
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3647
    • 提供者:yangshuang
  1. hannuota

    0下载:
  2. 简单汉诺塔dos游戏 初学c语言成果 程序简单易懂 可添加功能-Simple dos game Tower of Hanoi
  3. 所属分类:Other Games

    • 发布日期:2017-04-12
    • 文件大小:1235
    • 提供者:赵钱孙
  1. hannuota

    0下载:
  2. 这是经典算法汉诺塔的源代码,可以实现移动盘子的步骤。-This is the classic count Fahannuota source code, can achieve step of moving plates.
  3. 所属分类:Windows Develop

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

    0下载:
  2. 关于汉诺塔算法的C++实现方法,程序很短,很高效-About Hanoi algorithm c++ implementation of the methods, procedure is very short, very efficient
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1057294
    • 提供者:Jack
  1. hannuota

    0下载:
  2. 数据结构的通过栈实现汉诺塔的程序,主要用到递归的思想,以及栈和链表以及数组的知识。-Data structures through the stack HANOR program, mainly used recursive thought and knowledge as well as an array of stacks and lists.
  3. 所属分类:CSharp

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

    0下载:
  2. 一个简易的汉诺塔小游戏,支持3~9层汉诺塔。游戏操作:UP/DOWN: 提取/放下方块;LEFT/RIGHT:控制抓手位置。-A simple little game: Tower of Hanoi, supporting three to nine layers Tower of Hanoi. Game Operation: UP/DOWN: extract/drop box LEFT/RIGHT: gripper position control.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-15
    • 文件大小:7465
    • 提供者:高富帅军
  1. Towers-of-Hanoi-problem

    0下载:
  2. 从入门到精通C语言书籍源代码,给出了汉诺塔问题方案-From entry to the master C language source code book, Tower of Hanoi problem given program
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:163297
    • 提供者:zg
  1. HanoiTest

    0下载:
  2. 汉诺塔的java 实现,欢迎下载,大家互相交流!赞!-han nuo ta java develop ,welcome download ,thanks!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:786
    • 提供者:sinojack
  1. Hanoi

    0下载:
  2. 基于汉诺塔的一款android游戏,并提供最优步骤的算法功能,内置中国移动的SDK-Based on an android game Tower of Hanoi, and to provide the best step arithmetic functions, built China Mobile SDK
  3. 所属分类:android

    • 发布日期:2017-05-25
    • 文件大小:7929465
    • 提供者:walter
  1. 342432-

    0下载:
  2. 汉诺塔程序,动态实现汉诺塔的移动过程,希望提出宝贵意见和建议-hanoi dynamic program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:104435
    • 提供者:哈哈
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com