1 / 26
文档名称:

计算机专业论文:数据结构算法演示系统.doc

格式:doc   大小:2,051KB   页数:26页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

计算机专业论文:数据结构算法演示系统.doc

上传人:书籍1243595614 2018/8/31 文件大小:2 MB

下载得到文件列表

计算机专业论文:数据结构算法演示系统.doc

相关文档

文档介绍

文档介绍:摘要
《数据结构》不仅是大学计算机专业的核心课程之一,也是非计算机专业的主要选修课程之一。该课程理论性强又较为抽象,尤其是对算法描述的执行过程的理解是难点和重点。利用可视化图形效果来动态演示算法的执行过程,对学员深入理解教材内容、掌握基本的数据结构及相应算法的实现过程有很好的帮助作用,同时该系统可用于各种不同层次的教学,便于课上教师的讲解和课下学生的复****自修。
本文简要介绍了数据结构算法演示系统的项目开发背景和意义,着重阐述了该系统开发实现过程,从系统的需求分析、方案设计、模块设计、数据结构设计、详细设计和实现等各个环节都进行了详尽的分析和描述。该系统采用汇编、C/C++等技术开发,具有操作便捷、形象生动等特点,对于深化对数据结构算法的理解,提高计算机程序设计水平具有很好的促进作用,而且具有一定的实用价值。
关键词:数据结构,算法演示,C++,图形
Abstract
"Data structure" is not only one of the core courses in puter professional, is also one of the main elective course for puter majors. The course theory and abstract, especially the execution process of the algorithm described the understanding is the emphasis and difficulty in. The implementation process using visual effects to the algorithm dynamic demonstration, the realization process master the basic data structure and the corresponding algorithm are very helpful for students in-depth understanding of teaching content, at the same time, the system can be used for a variety of different levels of teaching, for students to teach classes teacher explanation and class review, self-study.
This paper briefly introduces the project development background and significance of data structure algorithm demonstration system, emphatically elaborated the system development process, from the system needs analysis, program design, module design, data structure design, detailed design and implementation of all aspects of a detailed analysis and description. The system uses the assembly, C/C++ technology, has convenient operation, vivid image characteristics, to deepen the understanding of data structure algorithm, has the very good role in promoting to improve the design level puter program, and has certain practical value.
Keywords:Data structure, algorithm demo, C++,graphics
目录
1 绪论 1
背景和意义 1
1
可行性分析 1
. 经济可行性分析 1
. 技术可行性分析 2
. 社会可行性分析 2
2技术介绍及开发环境 2
2
3
C/C++语言简介 3
4
Broland C++编译器 4
Editplus 4
2