-
Quarter
四分之一圆柱贴体网格的生成,可以调节大小(Fourth cylindrical body-fitted grid generation, you can adjust the size of the)
- 2021-04-03 11:49:05下载
- 积分:1
-
FSV
说明: 特征选择验证(FSV:Feature Selective Validation)方法是IEEE标准1597.1所确立的电磁仿真有效性评估体系的核心方法,该程序采用matlab实现了FSV方法的可信度分析,可用于两组数据之间的相似度分析。(FSV (feature selective validation) method is the core method of the effectiveness evaluation system of electromagnetic simulation established by IEEE standard 1597.1. The program uses MATLAB to realize the reliability analysis of FSV method, which can be used for the similarity analysis between two groups of data.)
- 2021-04-23 10:48:48下载
- 积分:1
-
MultiwayPLS.tar
应用MATLAB编写的偏最小二乘法程序,且具有画图功能(MATLAB prepared by partial least squares procedure, which is drawing functions)
- 2006-11-05 16:00:39下载
- 积分: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
-
3
说明: 用刷选法求出100之内的素数。并输出数有多少个。(100 prime number is calculated by the method of selection. And the output count how many.)
- 2013-09-11 19:40:35下载
- 积分:1
-
SolidSAP
berkeley加州大学SAP系列软件之SolidSAP,由Edward L.Wilson教授开发的三维结构源程序,功能强大,代码清晰,含学习手册。(SolidSAP, a three-dimensional structure source program developed by Professor Edward L. Wilson, is a software of the SAP series at the University of California, Berkeley. It has powerful functions, clear code and learning manual.)
- 2020-06-16 05:40:02下载
- 积分:1
-
kriging
kriging方法源程序,用于kriging方法构建近似模型,方便易懂(kriging method source,Kriging method used to construct an approximate model, easy to understand)
- 2021-04-26 10:08:45下载
- 积分:1
-
solver_mod
说明: 相场基础书籍的配套计算代码,对于学习相场法的基础同学来说极其有用(The supporting calculation code of the phase field basic book is extremely useful for the students who are studying the basic method of the phase field method.)
- 2020-06-25 12:40:02下载
- 积分:1
-
numerical-analysis
数值分析中解线性方程组,最常用的四种迭代方法:雅克比、高斯赛德尔、SOR、共轭梯度,以及他们的比较(numerical analysis : jacobi S-G、SOR、cong)
- 2014-10-26 11:07:25下载
- 积分:1
-
BigNumberPlusMinusMuitiplyDivide
可以实现十几位整数的四则运算,效率也较好(Four operations can be more than a dozen integer,and the efficiency is better)
- 2012-05-10 09:56:55下载
- 积分:1