资源列表
[数据结构常用算法] hashtable
说明:对数据结构课所学的哈希表进行了详细的实现和分析。哈希表是根据设定的哈希函数H(key)和处理冲突方法将一组关键字映象到一个有限的地址区间上,并以关键字在地址区间中的象作为记录在表中的存储位置,这种表称为哈希表或散列,所得存储位置称为哈希地址或散列地址。作为线性数据结构与表格和队列等相比,哈希表无疑是查找速度比较快的一种。-a code about the hashtable,you can use it in your learning of the hash algorism<赵璐璐> 在 2025-08-29 上传 | 大小:12.58mb | 下载:0
[数据结构常用算法] sort_compare
说明:比较了常用的内部排序算法在原始数据是正序、乱序、逆序时的移动次数和比较次数。-This paper uses commonly used internal sorting algorithm to compare the number of moves and comparisons when the original data is positive-sequence, out of order and in reverse order.<flyoverls> 在 2025-08-29 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] kalmanfilter
说明:该程序完成的是实现比较常见的卡尔曼滤波,包括两个子程序-The process is completed is more common Kalman filter consists of two subroutines<sunan> 在 2025-08-29 上传 | 大小:3kb | 下载:0
[数据结构常用算法] Graph-traversal
说明:以邻接多重表为存储结构,实现无向连通图的深度优先和广度优先遍历。-This paper is to solve the traversal of the graph using DFS BFS<flyoverls> 在 2025-08-29 上传 | 大小:2kb | 下载:0
[matlab例程] mcmcexample
说明:马尔科夫链蒙特卡洛方法的一个例子,对初学者有用-An example of Markov chain Monte Carlo method, useful for beginners<娜娜> 在 2025-08-29 上传 | 大小:1kb | 下载:0
[数据结构常用算法] parking-Manage
说明:用数据结构知识模拟计算停车场里汽车的停车时间及费用。-Using the knowledge of data structures to simulate and calculate the time and cost of car parking in the parking lot.<flyoverls> 在 2025-08-29 上传 | 大小:2kb | 下载:0