1、 毕业设计(论毕业设计(论 文)学生工作手册文)学生工作手册 拟定题目:拟定题目: 链表基本操作动画演示链表基本操作动画演示 姓姓 名名 学学 号号 院院 (系系) 专专 业业 指导教师指导教师 年 月 日 摘要 随着科技的发展,教学方式也越来越先进,现在已经不止有传统课本教学方 式,还有多媒体教学方式。这样一种情况下,动画教学更受大众亲睐。动画的直 观和方便更能清楚明白的表达人们用言语阐述不清的一些理论和算法。这样,设 计好一个动画演示就非常的有意义。 本设计主要研究的是链表基本操作的动画演示,通过用 flashbuilder 中的 actionscript 编程做一个链表基本操作的交互式动
2、画,能够帮助我们更直观的 理解链表的一些基本操作,主要是删除节点、插入节点,很多复杂的数据结构都 包含链表结构。 关键词:flash,链表,删除,插入,动画 Abstract With the development of science and technology, is becoming more and more advanced teaching methods, now has more than the traditional textbook teaching methods, and multimedia teaching methods. Such a case, the
3、animation teaching more favor by the public. Animation intuitive and convenient and can clearly understand the expression of people with words of some theories and algorithms. In this way, design a good animation demo is very meaningful Widespread understanding algorithm difficulties in teaching, in
4、 such a case, this design research is a list of the basic operation of an animated demo, through the use of flash in a list of basic operation of interactive animation, can help us more intuitive understanding of linked lists some of the basic operation, mainly, insert, delete node, many complicated
5、 data structure contains list structure. Keywords:flash,list,delete,insert,animation 目录 前言. 1 一、 选题意义及背景 2 二、 方案及论证 . 2 一)、动画软件 FlashBuilder 概述 . 2 1、FlashBuilder 简介 . 2 2、脚本语言 ActionScript 简介. 2 3、ActionScript 3.0 的优点 3 二) 数据结构之链表 . 4 1、 链表概述. 4 2、链表的插入操作 4 3、 链表的删除操作 5 4、单链表的特点 . 6 三) 设计的功能描述 . 7
6、四) 设计思想 7 五) 设计中的主要难点 7 1、 鼠标点击事件 7 2、 指针的移动 . 8 三、 过程论述 . 8 一)平台搭建和初步准备工作 . 8 1、环境要求 8 2、准备工具 8 3、创建项目 9 4、编辑资源 9 二) 动画实现 . 11 1、主界面代码设计: . 11 2、插入操作代码设计 .12 3、 删除操作的代码设计 14 三) 动画运行 .17 四、存在的问题和不足19 五、结语.19 六、谢辞.20 七、参考文献20 1 前言 数据结构课程是计算机学科中一门重要的基础课程,是进行程序设计的理论和技 术基础,学好该课程对于计算机其他课程的学习有着深远的意义。 但在教学中普遍存在对算法理解上的困难,在这样一种情况下,本设计主要研究 的是链表基本操作的动画演示,它能够帮助我们更直观的理解链表的一些基本操作, 比如删除节点、插入节点、修改节点、链表的逆置等等,很多复杂的数据结构都包含 链表结构,因此,学好链表对于我们学习其他数据结构有很大的帮助。同时,在进行 设计的同时,让我们能够学会如何独立的设计一个完整的演