资源列表
[数据结构常用算法] k-means
说明:k-均值聚类算法(C语言实现): 给定类的个数K,将N个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。-k-means clustering algorithm (C language): given the number of classes K, N objects will be assigned to the K class, making the class the biggest similarity between objects, and the s<球> 在 2025-06-22 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Linear-table-_-leading-chain-said
说明:将第一个结点作为一个特殊的结点,不用来存储数据的链表-The first node as a special node is not used to store data list<于渊> 在 2025-06-22 上传 | 大小:269kb | 下载:0
[数据结构常用算法] Linear-table-_-endless-chain-said
说明:不创建头结点的链表。满足以下功能:列举表元素,插入、删除元素,清空表,查询元素值,查询元素位置,列举前驱元素,列举后继元素,退出程序。-Do not create a head node of the list. Meet the following functions: lists of elements, insert, delete elements, empty table, query element values, query element position, list of pr<于渊> 在 2025-06-22 上传 | 大小:12kb | 下载:0
[数据结构常用算法] Linear-table-_-circular-linked-list
说明:循环链表,有以下几项功能:列举表元素,插入、删除元素,清空表,查询元素值,查询元素位置,列举前驱和后继元素,退出程序。-The circular list, has the following functions: lists of elements, insert, delete elements, empty table, query element values, query element position, list of previous and subsequent element<于渊> 在 2025-06-22 上传 | 大小:6kb | 下载:0
[数据结构常用算法] ShellInsert
说明:这个程序里面包括有希尔排序,快速排序,堆排序,归并排序。-This program which includes Hill sort, quick sort, heap sort, merge sort.<于渊> 在 2025-06-22 上传 | 大小:299kb | 下载:0
[数据结构常用算法] link_queue
说明:提供数据结构中的链队列类。队列的链接存储结构是用一个单链表存放队列元素的。压缩包中有测试文件。-Provide data structure chain queue class. Queue storage structure is linked with a single list of elements stored in the queue. Compressed package test files.<Daniel Gu> 在 2025-06-22 上传 | 大小:129kb | 下载:0
[数据结构常用算法] huffman_tree
说明:数据结构学习中提供的不错的源码,一个哈夫曼树类,利用了链队列存储结构。压缩包中有七个文件。-Data structure provided a good learning source, a Huffman tree class, the use of the chain queue storage structure. There are seven compressed file.<Daniel Gu> 在 2025-06-22 上传 | 大小:10kb | 下载:0
[数据结构常用算法] Queue_string
说明:菜鸟自己写的一个存储字符串的循环队列,字符串长度可自定义,遍历方式是一个个输出的。-Circular queue rookie wrote a stored string, the string length can be customized traversal is one of the output.<Daniel Gu> 在 2025-06-22 上传 | 大小:2kb | 下载:0