-
nr_c301
可以用于科学计算的库,数值计算库,只要将头文件包含即可。(Can be used for scientific computing libraries, numerical libraries, header files will be included as long as you can.)
- 2009-05-09 13:08:22下载
- 积分:1
-
isprime3
该程序实现的功能是给定两个整数n和m,0<n< m< 200,你的程序要计算第n个素数到第m个素数之间所有的素数的和,包括第n个素数和第m个素数。(The function of the program implementation is given two integers n and m, 0 < n < m < 200, your program to calculate the NTH prime number between the first m prime and all the prime Numbers, including the NTH prime number and the first m a prime.)
- 2017-04-16 18:58:30下载
- 积分:1
-
11087 统计逆序对
Description
设a[0…n-1]是一个包含n个数的数组,若在i<j的情况下,有a[i]>a[j],则称(i, j)为a数组的一个逆序对(inversion)。
比如 <2,3,8,6,1> 有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, <2,3,8,6,1> 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
-
lid-driven-flow(SIMPLE)
计算流体力学重要算法 simple算法计算顶盖驱动流动。(An example for using SIMPLE algorithm to computing lid driven flow in CFD)
- 2021-03-31 22:29:08下载
- 积分:1
-
solver_direct_turbulent
CFD数值计算中kw-sst两方程湍流模型的相关代码(kw-sst two equation turbulence model of CFD numerical calculation)
- 2021-04-29 18:28:42下载
- 积分:1
-
fun_fx86
采用了小波去噪的思想,matlab开发工具箱中的支持向量机,包括邓氏关联度、绝对关联度、斜率关联度、改进绝对关联度。( Using wavelet denoising thought, matlab development toolbox support vector machine, Including Deng s correlation, absolute correlation, correlation of slope, improved absolute correlation.)
- 2017-04-10 13:45:38下载
- 积分:1
-
repeated-measures-ANOVA
用MATLAB实现单因素/两因素重复测量方差分析,自带工具包中只有非重复测量的方差分析函数ANOVA。anova_rm实现单因素;rm_anova2实现两因素( function stats = rm_anova2(Y,S,F1,F2,FACTNAMES) Two-factor, within-subject repeated measures ANOVA.For designs with two within-subject factors.
function [p, table] = anova_rm(X, displayopt)Single factor, repeated measures ANOVA.)
- 2021-01-26 17:58:37下载
- 积分:1
-
Untitled
由Music算法估计线阵波达方向,搜索频谱波峰。(Estimation of linear array DOA by Music algorithm, searching spectral peak.)
- 2013-10-25 14:37:33下载
- 积分:1
-
preCG
预处理CG算法,在进行共轭梯度法之前先对系数矩阵进行预处理,再进行迭代(pretreatment congruent gradient)
- 2020-08-07 23:08:38下载
- 积分:1
-
LMD
根据LMD的原始定义自己编写的LMD代码( local mean decomposition matlab code according to it s original paper)
- 2020-11-19 20:49:38下载
- 积分:1