-
区间树的实现
区间树的实现。我们将利用这种数据结构在程序中实现一种简单的一维地理定位算法:一组带有标识符的线段作为输入点——一个具有最高权重的标识符的结果。
- 2022-03-21 16:20:37下载
- 积分:1
-
Message-Digest Algorithm 5
MD5即Message-Digest Algorithm 5(信息-摘要算法5),用于确保信息传输完整一致。是计算机广泛使用的杂凑算法之一(又译摘要算法、哈希算法),主流编程语言普遍已有MD5实现。
将数据(如
- 2022-12-22 17:25:03下载
- 积分:1
-
逆序数计算
计算文件中的逆序数数目。分别采用归并排序和快速排序算法来实现对文件逆序数的计算。
- 2022-08-05 20:15:20下载
- 积分:1
-
1-9数字填入三个分式的a-i中,使a/bc+d/ef+g/hi=1成立-1-9 the number of fill in the three fraction of ai, so that a/bc+ d/ef+ g/hi = 1 to set up
- 2022-03-06 01:28:29下载
- 积分:1
-
自己编写的任务机调度问题的近似算法(包括了穷举+近似的算法),请指正...
自己编写的任务机调度问题的近似算法(包括了穷举+近似的算法),请指正-The task of preparing their own local approximation algorithm for scheduling problem (including the exhaustive+ similar to the algorithm), please correct me
- 2022-05-16 20:42:33下载
- 积分:1
-
一个经典问题的比较好的解决方法
一个经典问题的比较好的解决方法-a classic problem of a relatively good solution
- 2022-01-25 19:47:43下载
- 积分:1
-
数值分析第八版的负担和菲尔斯
Numerical Anaysis 8th Edition Burden and Faires
- 2022-03-11 13:44:04下载
- 积分:1
-
一个能处理实的四则运算的程序,实现语言C++,支持嵌套括号,输入表达式,输出结果...
一个能处理实的四则运算的程序,实现语言C++,支持嵌套括号,输入表达式,输出结果-A program which could accomplish four arithmetic operation of real numbers, Language used is C++.
- 2022-01-26 17:43:05下载
- 积分:1
-
做一个好的网格程序,是一个封装ParaMesh FORTRAN 90程序设计…
做网格的好程序,PARAMESH is a package of Fortran 90 subroutines designed to provide an application developer with an easy route to extend an existing serial code which uses a logically cartesian structured mesh into a parallel code with adaptive mesh refinement(AMR).
-Do a good grid procedures, PARAMESH is a package of Fortran 90 subroutines designed to provide an application developer with an easy route to extend an existing serial code which uses a logically cartesian structured mesh into a parallel code with adaptive mesh refinement (AMR).
- 2022-01-26 14:07:51下载
- 积分:1
-
TDOA_AOA定位的扩展卡尔曼滤波算法MATLAB源代码
TDOA/AOA是无线定位领域里使用得比较多的一种定位体制,其中TDOA(到达时间差)是通过检测信号到达两个基站的时间差,而不是到达的绝对时间来确定移动台的位置,降低了时间同步要求。采用三个不同的基站可以测到两个TDOA,移动站位于两个TDOA决定的双曲线的交点上。到达角度测距AOA是基于信号到达角度的定位算法是一种典型的基于测距的定位算法,通过某些硬件设备感知发射节点信号的到达方向,计算接收节点和锚节点之间的相对方位或角度,然后再利用三角测量法或其他方式计算出未知节点的位置。基于信号到达角度(AOA)的定位算法是一种常见的无线传感器网络节点自定位算法,算法通信开销低,定位精度较高。扩展卡尔曼滤波器是最经典的非线性滤波算法,可用于目标的定位和动态轨迹跟踪。
- 2022-07-03 15:15:19下载
- 积分:1