资源列表

« 1 2 ... .77 .78 .79 .80 .81 17382.83 .84 .85 .86 .87 ... 28523 »

[数据结构常用算法hashtable

说明:对数据结构课所学的哈希表进行了详细的实现和分析。哈希表是根据设定的哈希函数H(key)和处理冲突方法将一组关键字映象到一个有限的地址区间上,并以关键字在地址区间中的象作为记录在表中的存储位置,这种表称为哈希表或散列,所得存储位置称为哈希地址或散列地址。作为线性数据结构与表格和队列等相比,哈希表无疑是查找速度比较快的一种。-a code about the hashtable,you can use it in your learning
<赵璐璐> 在 2025-04-23 上传 | 大小:12.58mb | 下载:0

[数据结构常用算法heapsort

说明:本程序对数据结构中的堆排序进行了实现,便于数据结构初学者对数据结构算法的运用理解和实现。-it s the source code of the Heapsort in your learning of data structure.
<赵璐璐> 在 2025-04-23 上传 | 大小:121kb | 下载:0

[数据结构常用算法prim

说明:prim最小生成树的详细代码,你可以使用它来实现在数据结构课程中学到的prim算法。-a source code of the prim minimum panning tree
<赵璐璐> 在 2025-04-23 上传 | 大小:130kb | 下载: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 orde
<flyoverls> 在 2025-04-23 上传 | 大小:2kb | 下载:0

[matlab例程kalman

说明:简单的卡尔曼程序,里面详细介绍了5条核心公式的使用,适合初学者,里面的注释也很多。-Simple Kalman procedure, which details the use of the five core formula, suitable for beginners, inside comment.
<> 在 2025-04-23 上传 | 大小:1kb | 下载:0

[数学计算/工程计算kalmanfilter

说明:该程序完成的是实现比较常见的卡尔曼滤波,包括两个子程序-The process is completed is more common Kalman filter consists of two subroutines
<sunan> 在 2025-04-23 上传 | 大小:3kb | 下载:0

[数据结构常用算法Graph-traversal

说明:以邻接多重表为存储结构,实现无向连通图的深度优先和广度优先遍历。-This paper is to solve the traversal of the graph using DFS BFS
<flyoverls> 在 2025-04-23 上传 | 大小:2kb | 下载:0

[matlab例程mcmcexample

说明:马尔科夫链蒙特卡洛方法的一个例子,对初学者有用-An example of Markov chain Monte Carlo method, useful for beginners
<娜娜> 在 2025-04-23 上传 | 大小:1kb | 下载:0

[matlab例程mcmcsum

说明:马尔科夫链蒙特卡洛算法的一个例子,希望有所帮助-Markov chain Monte Carlo algorithm is an example to help
<娜娜> 在 2025-04-23 上传 | 大小: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-04-23 上传 | 大小:2kb | 下载:0

[matlab例程bananaex

说明:一个非高斯目标方法的例子,研究不同自适应方法-A non-Gaussian examples of the target method to study the different adaptive methods
<娜娜> 在 2025-04-23 上传 | 大小:1kb | 下载:0

[matlab例程pade

说明:function [a,b] = pade(x,p,q) PADE Model a signal using the Pade approximation method ---- Usage: [a,b] = pade(x,p,q) The input sequence x is modeled as the unit sample response of a filter having a sy
<Rosario> 在 2025-04-23 上传 | 大小:1kb | 下载:0
« 1 2 ... .77 .78 .79 .80 .81 17382.83 .84 .85 .86 .87 ... 28523 »

源码中国 www.ymcn.org