毕业论文

打赏
当前位置: 毕业论文 > 计算机论文 >

C++数据结构算法演示系统设计

时间:2016-12-10 11:38来源:毕业论文
数据结构算法演系统适应用户对算法的输入数据和过程执行的控制的不同需求,在计算机的屏幕上显示算法执行过程中数据的逻辑结构或存储结构的变化状况或递归算法执行过程中栈的

摘  要:数据结构在计算机科学中是一门综合性的专业基础课,它不仅设计到计算机硬件(特别是编码理论、存储装置和存取方法等)的研究范围,而且和计算机软件的研究有着更密切的关系,无论是编译程序还是操作系统,都涉及到数据元素在存储器中的分配问题。在研究信息检索时也必须考虑如何组织数据,以便查找和存取数据元素更方便。因此,它是介于数学、计算机硬件和计算机软件三者之间的一门核心课程。在计算机科学中,数据结构不仅是一般程序设计的基础,而且是设计和实现编译程序、操作系统、数据库系统及其他系统程序和大型应用程序的重要基础。本系统的一个重要特点是界面友好,操作简单。它可适应用户对算法的输入数据和过程执行的控制的不同需求,在计算机的屏幕上显示算法执行过程中数据的逻辑结构或存储结构的变化状况或递归算法执行过程中栈的变化状况。4225
关键词:数据结构;算法演示;C++ Builder

The System of Data Structure Algorithm Demonstration
Abstract:Data structures is a comprehensive professional foundation courses in computer science, not only involve computer hardware design (especially coding theory, storage devices and visit methods),and researched computer software in closer relationship, whether translation or operating system, data elements are involved in the allocation of memory. In information retrieval research, data must also consider how to organize in order to identify the data elements and visit more convenient. Therefore, it is a door core curriculum between mathematics, computer hardware and computer software. In computer science, data structure is not only the basis for general programming, but also the design and realization of heavy editing procedures, operating systems, database systems and other systems procedures and the essential foundation for large-scale applications.
The important characteristic of this system is the contact surface is friendly and the operation is simple. It can adapt to the users of algorithms and data entry process control implementation of the different needs, algorithms in the computer screen shows the logical structure of the implementation process or store data changes in the structure or status of the implementation process warehouse recursion algorithm changes situation.
Keywords: Data structure;Algorithm demonstration;C++ Builder
目    录

摘  要    1
引言    2
1.需求分析    2
1.1 解决问题    2
1.2 具备功能    3
2. 系统总设计    3
2.1开发工具及运行环境    3
2.2系统结构    3
3.详细设计    4
3.1主菜单    4
3.2 线性表    4
3.3堆栈及队列模块的设计    6
3.4 树的模块的设计    7
4.系统的实现及算法    8
4.1 算法描述    8
4.2系统的实现    10
总结    10
参考文献    11
致谢    12
数据结构算法演示系统
   引言
    由于计算机技术的高速发展,使其在工农商各个行业中得到了广泛应用。这就要求计算机专业的学生必须要掌握一定的计算机软硬件知识,尤其是需要具有一定的软件开发能力,这样有助于本专业的相关软件知识的掌握。数据结构主要讨论抽象数据关系和算法在计算机中的表示和实现,课程的理论性强、概念多,学生学习起来难度较大,因此,需要在教学过程中引入案例教学法,在提升兴趣的同时,使学生更直观地了解学习这门课程的目的。案例教学法是一种具有较强沟通性,针对性,实践性等特点的教学模式。 C++数据结构算法演示系统设计:http://www.youerw.com/jisuanji/lunwen_783.html
------分隔线----------------------------
推荐内容