资源列表
[数据结构常用算法] longintsizeyunsuan
说明: 课程设计是实践性教学中的一个重要环节,它以某一课程为基础,可以涉及和课程相关的各个方面,是一门独立于课程之外的特殊课程。课程设计是让同学们对所学的课程更全面的学习和应用,理解和掌握课程的相关知识。《数据结构》是一门重要的专业基础课,是计算机理论和应用的核心基础课程。 数据结构课程设计,要求学生在数据结构的逻辑特性和物理表示、数据结构的选择和应用、算法的设计及其实现等方面,加深对课程基本内容的理解。同时,在程序设计方法以及上机操作等基本技能和科学作风方面受到比较系统和严格的训练。 本课<刘桂军> 在 2025-06-10 上传 | 大小:262kb | 下载:0
[数据结构常用算法] BinTree
说明:请编写一个程序,确定二叉树的特征。如:每个节点的层次,从根到该节点的枝长(路径长度),子孙的个数及祖先的个数。每个节点在前序、中序、后序中的访问的序号。-Please write a procedure to determine the characteristics of binary tree. Such as: the level of each node from the root to the node of the branch length (path length), the n<syuanying> 在 2025-06-10 上传 | 大小:262kb | 下载:0
[数据结构常用算法] SearchSort
说明:对系统随机生成的一组数据进行排序,查找,统计不同排序方法需要的比较次数和交换次数以及不同排序需要的时间,还有要记录查找时间-The system randomly generates a set of data to sort, search, statistical comparison of the different sorting methods require the number and frequency of exchange, as well as the time requi<欧阳云飞> 在 2025-06-10 上传 | 大小:262kb | 下载:0
[数据结构常用算法] zhudianbijiaofachabu
说明:逐点比较法的插补算法,在vc中运行,自动计算-By-point comparison of the interpolation algorithm, running in the vc, automatic calculation of<张小> 在 2025-06-10 上传 | 大小:262kb | 下载:0
[数据结构常用算法] Counting-Queueing
说明:一种排序算法,最适用于个数有限的整数排序,其原理是统计每个相同整数的数量,之后按照从小到大排列并输出-a Counting Algorithm<> 在 2025-06-10 上传 | 大小:262kb | 下载:0
[数据结构常用算法] suanfashejiyufenxi
说明:大二下学期算法设计与分析C语言编程答案参考-Sophomore semester algorithm design and analysis the C programming language answer reference<ouxinyang> 在 2025-06-10 上传 | 大小:263kb | 下载:0
[数据结构常用算法] The-introduction-of-C4.5-algorithm
说明:介绍C4.5的文章,有详细的例子,对理解算法很有帮助-The article introduces C4.5, detailed examples, helpful to understand the algorithm<yangcaodie> 在 2025-06-10 上传 | 大小:262kb | 下载:0
[数据结构常用算法] 顺序表
说明:顺序表是在计算机内存中以数组的形式保存的线性表,是指用一组地址连续的存储单元依次存储数据元素的线性结构。线性表采用顺序存储的方式存储就称之为顺序表。顺序表是将表中的结点依次存放在计算机内存中一组地址连续的存储单元中。本程序设计顺序表的创建销毁插入遍历等操作。(A sequential table is a linear list stored in an array of memory in a computer memory. It is a linear structure that sto<James1994 > 在 2025-06-10 上传 | 大小:263kb | 下载:0