-
elevator
电梯模拟,实现一个模拟电梯的环境,用C程序实现的,封装良好(elevator modify)
- 2021-04-22 15:38:48下载
- 积分:1
-
QuickSort
改进的基于c++的快速排序算法排序算法大体可分为两种:
一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。
另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved fast sorting algorithm based on C ++)
- 2018-01-19 15:12:55下载
- 积分:1
-
HFMModel
构造哈夫曼树,并构造字符的哈夫曼编码,以凹入表(层次表)的形式显示哈夫曼树。(Huffman tree structure and construct characters Huffman encoding to recessed table (table level) displayed in the form Huffman tree.)
- 2013-09-04 22:32:53下载
- 积分:1
-
graph-DFS
邻接表存储图,然后进行深度优先遍历及广度优先遍历。(DFS,adjacent matrix)
- 2013-10-27 20:16:41下载
- 积分:1
-
DBSCAN
数据挖掘中聚类算发中基于密度的算法DBSCAN(Hair count data mining clustering algorithm DBSCAN density-based)
- 2011-09-29 09:53:45下载
- 积分:1
-
Hash-table
本代码主要实现了哈希表的设计,完成了哈希函数的相关要求。(The code is designed to achieve a hash table, the completion of the relevant requirements of the hash function.)
- 2013-12-30 17:15:14下载
- 积分:1
-
ZZ
数据平滑,使用按箱平均值平滑法对以上数据进行平滑,箱的深度为3。
(b) 使用按箱中值平滑法对以上数据进行平滑,箱的深度为3。
(c) 使用按箱边界值平滑法对以上数据进行平滑,箱的深度为3。
提示:(1)使用链表,不使用数组。(2)数据放入一个数据文件中,不从键盘输入。(Data smoothing, use according to the box to the above average smoothing data smooth, the depth of the box for 3.
(b) use median smoothing method according to the box to the above data smooth, the depth of the box for 3.
(c) use according to the box the boundary value to the above data smoothing, smooth, the depth of the box for 3.
Tip: (1) using linked list, do not use an array. (2) data in a data file, not from the keyboard.
)
- 2020-06-28 19:20:01下载
- 积分:1
-
C-yu-yan---pai-xu-
【最新编排】C语言中排序程序代码,此代码是从别处下载的,请参考(C yu yan zhong pai xu cheng xu dai ma)
- 2012-01-14 19:07:19下载
- 积分:1
-
Work3.5
上海交通大学数据结构课程的课后作业系列3.5:仅供参考,最好还是自己去写(Shanghai Jiaotong University data structure course homework Series 3.5: for reference, it is best to write their own)
- 2013-12-27 21:00:03下载
- 积分:1
-
cengcipianli
按照一定的输入求出二叉树的层次遍历,输出相应的结果(Calculated in accordance with the input binary tree traversal of the hierarchy, the output of the corresponding results)
- 2012-06-08 21:44:41下载
- 积分:1