资源列表
[数据结构常用算法] hash
说明:设计高效算法往往需要使用Hash链表,常数级的查找速度是任何别的算法无法比拟的,Hash链表的构造和冲突的不同实现方法对效率当然有一定的影响,然 而Hash函数是Hash链表最核心的部分,本文尝试分析一些经典软件中使用到的字符串Hash函数在执行效率、离散性、空间利用率等方面的性能问题。-The design of efficient algorithms often need to use the Hash list, find the speed of constant level is u<李树> 在 2025-06-17 上传 | 大小:18kb | 下载:0
[数据结构常用算法] Graphtraversal
说明:图的遍历的代码和设计报告图的遍历的代码和设计报告-Graph traversal of the code and design report<胡景> 在 2025-06-17 上传 | 大小:30kb | 下载:0
[数据结构常用算法] Pagereplacementalgorithm
说明:页面置换算法设计和实现最佳置换算法、随机置换算法、先进先出置换算法、最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换算法;通过支持页面访问序列随机发生实现有关算法的测试及性能比较。-Page replacement algorithm design and realization of the best replacement algorithm, random permutation algorithm, FIFO replacement algorithm, the mo<张帅> 在 2025-06-17 上传 | 大小:335kb | 下载:0
[数据结构常用算法] Memory
说明:内存管理 设计一个内存管理器,支持至少两种分配策略。 对不同分配策略的性能进行评估。 利用c++语言实现了,First-fit,next-fit。两种分配算法。并实现了测试程序 -Design a memory management memory management, and support for at least two types of allocation strategies. On the performance of different allocation st<张帅> 在 2025-06-17 上传 | 大小:699kb | 下载:0