毕业设计报告 (论文) 计算思维原理讨论与实现 数据组织所 属 系 计算机工程系 专 业 计算机科学与技术 学 号 姓 名 指导老师 起讫日期 设计地点 毕业设计报告(论文)诚信承诺本人承诺所呈交的毕业设计报告(论文)及取得的成果是在导师指导下完成,引用他人成果的部分均已列出参考文献。如论文涉及任何知识产权纠纷,本人将承担一切责任。 学生签名: 日 期: 计算思维原理讨论与实现 数据组织摘 要 随着计算机技术的不断进展和信息量的不断加大,计算机中需要大量的存储数据。目前在使用 C 语言或者 C++语言计算机中的数据基本都以变量、数组、指针数组,结构体等的方式存在。在不同数据类型之间也有着紧密的联系。 本论文从数据组织的一些基本单位来讨论它的原理和实现,数据组织的原理就是由最小的数据单位来不断的组合、归并等方式来组成更加复杂大型的数据组织,演示这些原理包括了用动画或者漫画的形式来表现数据组织的基本原理,还有一些案例的演示,也用了一个小游戏来实现这个原理。关键字:数据组织,基本原理,动画,小游戏。Abstract:With the continuous development of computer technology and the informationvolume of the growing, need to store data in a computer. At present, in the use of C language or C++ language computer data basically to the variable, array,pointer array, there is structure in such a way. There are close links between different data types.In this paper, from the basic unit of data organization, to discuss its principle and Implementation,The principle of data organization is the smallest unit of data to continuously mix,merging to form more complex data organization of large,To demonstrate these principles include the principle with the animation or comicform data organization, in some case, also used a small game to implement thisprinciple.Key words:Data organization,The basic principle of,Animation,Small game.目录 摘 要........................................................................................................................................3目录....