登录
首页 » 其他项目 » 汉诺塔的程序源码和动画演示

汉诺塔的程序源码和动画演示

于 2022-05-05 发布 文件大小:88.47 kB
0 205
下载积分: 2 下载次数: 1

代码说明:

汉诺塔的程序源码和动画演示-HANOR procedures source and animation demo

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 约瑟夫环 1. 本演示程序利用一循环链表,每个结点为一人,类似将人按顺时针方向围坐一圈,每个结点包括,号码,密码.号码是作为排的顺序.密码用来作为下一次报数...
    约瑟夫环 1. 本演示程序利用一循环链表,每个结点为一人,类似将人按顺时针方向围坐一圈,每个结点包括,号码,密码.号码是作为排的顺序.密码用来作为下一次报数的数字.当走到结尾时,再下个结点便循环回去,依此类推. 2. 演示程序以用户与计算机的对话方式执行,用户输入相应的数据,输出结果显示在其后。,即总结点数,和密码. 3. 程序执行的命令包括:1)创建链表 2)寻找结点 3)删除结点 4. 测试数据测试数据:m初始值20,n=7,7个人密码依次为:3,1,7,2,4,8,4。首先m值为6,正确出列顺序为6,1,4,7,2,3,5。 -Josephus 1. The demonstration program using a chain cycle, each node to a person, similar to a clockwise direction by people sitting circle, and each node include numbers, Password. As the number is the sequence. used as a password the next few reported figures. When reached at the end, the next nodes will cycle back, and so forth. 2. Demonstration Program to computer users with implementation of the dialogue, the corresponding user input data and output results in later. , Summed up the quota, and password. 3. Procedures for the implementation of the order include : 1) Create List 2) Find node 3) delete nodes 4. test data test data : the initial value of 20 m, n = 7, 7 PIN followed : 3,1,7,2,4,8,4. M value fo
    2022-07-24 02:51:37下载
    积分:1
  • 一个扫雷程序 和windows系统上的扫雷程序一样 不过使用java实现的...
    一个扫雷程序 和windows系统上的扫雷程序一样 不过使用java实现的-a demining process and windows on the system, however, like mine use to achieve the java
    2022-02-22 13:11:29下载
    积分:1
  • *标题
    *Heading ** Job name: cbs Model name: Model-1 *Preprint, echo=NO, model=NO, history=NO, contact=NO ** ** PARTS ** *Part, name=Part-1 *Node
    2022-08-24 03:55:05下载
    积分:1
  • [FIF]ASP互动视频VIP教程下载4.1.3程序流程图
    [FIF]ASP互动视频VIP教程下载4.1.3程序流程图-[FIF] ASP interactive video tutorials download VIP program flowchart .1.3
    2022-11-10 07:45:03下载
    积分:1
  • 九游戏里面详细说明了这个词的“可恶”的数字
    游戏里面详细描述了九个字,令人发指的数字,几个数字
    2022-03-03 11:20:56下载
    积分:1
  • proposed and developed a new type of power system transient fault simulation and...
    提出并研制了一种新型电力系统暂态故障模拟再现系统。该系统通过将系统发生故障时故障录波器录下的数据转换为符合IEEE的COMTRADE格式文件,经数据处理软件进行分析后由电脑并口送入多功能继电保护测试仪,最终由测试仪还原成故障时的PT、CT二次侧电压、电流信号。该系统对继电保护装置参数整定、事故原因查找及分析等有辅助作用。-proposed and developed a new type of power system transient fault simulation and reconstruction system.IEEECOMTRADE. The system of relay device parameter setting, the cause of the accident investigation and analysis of a supporting role.
    2022-09-11 21:10:03下载
    积分:1
  • realmedia解压源码,我还没研究透,传上和大家一起分析
    realmedia解压源码,我还没研究透,传上和大家一起分析-realmedia extract source code, I have not yet thoroughly studied, Chuan and to analyze the U.S.
    2022-03-17 19:32:27下载
    积分:1
  • 基于仿真软件设计微带P. AWR微波仿真
    基于AWR微波仿真软件的设计仿真微带功分器-AWR Microwave simulation based on the design of simulation software microstrip Power Splitter
    2022-04-24 09:12:04下载
    积分:1
  • 很好的C++课件,适合初学者。ppt格式,希望对大家有帮助!
    很好的C++课件,适合初学者。ppt格式,希望对大家有帮助!-A very good C++ courseware is suitable for beginners. ppt format, you want to help!
    2022-02-26 07:19:32下载
    积分:1
  • 这个程序是模仿Windows中的扫雷小游戏制作的,该程序只是实现了扫雷游戏的主体部分,诸如计分、升级部分都没有做。这个程序可以作为初学者学习C语言绘图和游戏的实...
    这个程序是模仿Windows中的扫雷小游戏制作的,该程序只是实现了扫雷游戏的主体部分,诸如计分、升级部分都没有做。这个程序可以作为初学者学习C语言绘图和游戏的实例。 该程序在Turbo C2.0 下编译通过 由于扫雷游戏是用鼠标操作的,而Turbo C中提供的鼠标驱动程序在Windows xp下不可用,所以我随源程序提供了一个鼠标驱动的头文件,须将将该头文件复制到Turbo C2.0 的安装目录下的“include”文件夹中方可编译或运行,也可自行修改原文件使之包含该投文件。 注:该鼠标驱动程序是我在网上找到的,其出处我已无法考证,如果侵犯了作者的权利还请作者与我联系。 由于在我的电脑上Turbo C图形环境下显示数字会有问题(估计是系统问题),所以程序中雷周围的数字1-8我用a-h代替,看不顺眼的可以自己修改原程序。
    2022-06-27 09:50:16下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载