资源列表
[数据结构常用算法] shunxubiao
说明:数据结构:顺序表-data structure : the order form<> 在 2025-06-18 上传 | 大小:235kb | 下载:0
[数据结构常用算法] LA2U-Replacealgorithm
说明:一个项目研究中的缓存替换算法LA2U,在传统访问频率的基础上,考虑了更新频率,性能优于LRU和LFU-A replace algorithm called LA2U,which considers both access rate and update rate ,and performance is better than LRU and LFU<yangjun> 在 2025-06-18 上传 | 大小:236kb | 下载:0
[数据结构常用算法] string_trans
说明:从文本文件中读取按照一定格式存储的数据,并经过字符串处理,将数据存储到数组中。主要用到了char*到浮点数的转换,文件读取的一些常用函数。-Read from a text file format for storing data according to certain, and after a string processing, the data stored in the array. Main use of the floating-point conversion to char*,<ZYZ> 在 2025-06-18 上传 | 大小:236kb | 下载:0
[数据结构常用算法] Calgorithm
说明:c语言算法,用于学习算法思路,提高编程技巧-c language algorithm for the learning algorithm ideas, to improve programming skills<流云> 在 2025-06-18 上传 | 大小:236kb | 下载:0
[数据结构常用算法] Simple-caculator
说明:实现压栈出栈的计算机程序 调试通过 对于对栈学习的人 很有帮助-Realization push the stack of computer program debugging through the stack and learn helpful for<石腾腾> 在 2025-06-18 上传 | 大小:236kb | 下载:0
[数据结构常用算法] Factorial
说明:C++ 实现大数阶乘的算法,运用C++的链表(list<>)模板为数据结构的阶乘的实现,算法是基于乘法进位,有注释和一附图,帮助大家理解。-C++ implementation of large numbers factorial algorithm, using C++ linked list (list <>) templates for implementation of the factorial structure of the data, the algori<lianglingli> 在 2025-06-18 上传 | 大小:236kb | 下载:0
[数据结构常用算法] 实验5
说明:二叉排序树或者是一棵空树,或者是具有下列性质的二叉树: (1)若左子树不空,则左子树上所有结点的值均小于或等于它的根结点的值; (2)若右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值; (3)左、右子树也分别为二叉排序树;(A two - fork sort tree or an empty tree, or a two - fork tree with the following properties: (1) if the left subtree is not e<andyhui > 在 2025-06-18 上传 | 大小:236kb | 下载:0