-
besselconstantwidthBF_music
实现任意结构阵列的恒定束宽波束形成法,采用贝塞尔函数分解(Realize the structure of arrays of arbitrary constant beamwidth beamforming method, the use of Bessel function decomposition)
- 2020-11-25 16:19:33下载
- 积分:1
-
well_fft
实现了测井数据的fft变化分析,可以用于查看测井数据的频谱特征(Realize the logging of data changes fft analysis, can be used to view the logging data of spectrum characteristics of)
- 2008-04-19 13:04:10下载
- 积分:1
-
journal-bearing
有限差分法的径向滑动轴承求解,可用于求解油膜厚度、油膜压力等(Radial sliding bearings for solving finite difference method can be used to solve the oil film thickness, oil pressure, etc.)
- 2021-03-09 20:19:27下载
- 积分:1
-
matc
matrix inversion source code
- 2012-02-02 18:09:20下载
- 积分:1
-
ARIMA模型(R语言)
说明: ARIMA的R语言实现。这是一份关于使用R统计软件进行时间序列分析的入门文档(This is a start-up document about time series analysis using R statistics software.)
- 2020-02-03 19:47:56下载
- 积分:1
-
层次分析法求权重
说明: 可用于层次分析法比较评价,主函数输入初始矩阵,调用层次分析函数(It can be used for comparative evaluation of analytic hierarchy process. The main function input the initial matrix and call the analytic hierarchy process function.)
- 2020-06-19 11:40:02下载
- 积分:1
-
AcousticTool
这个是计算声传播的各种模型
包括简正波kraken波数积分scooter等模型
有很好的学习价值
(a system program for acoustic propagation calculation)
- 2010-06-20 10:52:26下载
- 积分:1
-
11087 统计逆序对
说明: Description
设a[0…n-1]是一个包含n个数的数组,若在ia[j],则称(i, j)为a数组的一个逆序对(inversion)。
比如 有5个逆序对。请采用类似“合并排序算法”的分治思路以O(nlogn)的效率来实现逆序对的统计。
一个n个元素序列的逆序对个数由三部分构成:
(1)它的左半部分逆序对的个数,(2)加上右半部分逆序对的个数,(3)再加上左半部分元素大于右半部分元素的数量。
其中前两部分(1)和(2)由递归来实现。要保证算法最后效率O(nlogn),第三部分(3)应该如何实现?
此题请勿采用O(n^2)的简单枚举算法来实现。
并思考如下问题:
(1)怎样的数组含有最多的逆序对?最多的又是多少个呢?
(2)插入排序的运行时间和数组中逆序对的个数有关系吗?什么关系?
输入格式
第一行:n,表示接下来要输入n个元素,n不超过10000。
第二行:n个元素序列。
输出格式
逆序对的个数。
输入样例
5
2 3 8 6 1
输出样例
5(Set a[0... N-1] is a n array containing n numbers. If there is a [i] > a [j] i n the case of I < j, then (i, j) is a n inversion pair of a array.
For example, has five reverse pairs. Please use the idea of "merge sorting algorithm" to achieve the statistics of inverse pairs with O (nlogn) efficiency.
The number of inverse pairs of a sequence of n elements consists of three parts:
(1) The number of reverse pairs in the left half, (2) the number of reverse pairs in the right half, (3) the number of elements in the left half is greater than that in the right half.
The first two parts (1) and (2) are implemented by recursion. To ensure the final efficiency of the algorithm O (nlogn), how should the third part (3) be implemented?
Do not use O (n ^ 2) simple enumeration algorithm to solve this problem.)
- 2019-01-07 23:52:06下载
- 积分:1
-
PMF-FFT
详细介绍了PMF-FFT的原理和实现方法,对于初学者有一定的帮助(Details of the theory and implementation of PMF-FFT, there is some help for beginners)
- 2021-05-13 08:30:02下载
- 积分:1
-
zaishenghunningtu
再生混凝土细观损伤分析程序,采用随机骨料模型与双折线模型。(Recycled concrete meso-damage analysis procedures, using random aggregate model with two-line model.)
- 2021-04-26 10:48:46下载
- 积分:1