-
模糊控制
模糊控制的C语言实现,双输入单输出,采用查表法进行模糊推理,去模糊方法采用重心法,易于单片机实现(C language realization of fuzzy control, double input and single output, using look-up table method for fuzzy reasoning, using center of gravity method for deblurring, easy to realize by single chip computer)
- 2020-11-17 20:09:39下载
- 积分:1
-
split3D
该程序用fortran90编写,时域有限差分(FDTD)中的分裂场方法。解决了斜入射情况下周期结构的电磁散射问题。(FORTRAN90 prepared with the program, finite difference time domain (FDTD) method of splitting the market. Solved the case of oblique incidence of electromagnetic scattering from periodic structure issues.)
- 2008-06-07 19:18:15下载
- 积分:1
-
NUBUS
这是非均匀B样条曲线构造方法代码,如果有问题可以邮件联系:wuxiaod1987@163.com(NUBUS Spline Build)
- 2012-03-25 20:34:43下载
- 积分:1
-
dandaoxianpincha
很好用的单导线平差,具有单线的计算能力
可以已知两点或者方位角开始计算(Very good adjustment with a single wire, with one-way computing power can be known to start two or azimuth)
- 2009-05-17 14:43:31下载
- 积分:1
-
qiuni
C语言矩阵求逆模块,输入矩阵调用此模块即可求出对应的逆矩阵(C language matrix inversion module)
- 2013-12-16 21:18:18下载
- 积分:1
-
EMD-C
EMD分解C语言算法,内含EMD分解所需的三次样条插值C语言算法。(EMD decomposition algorithm C language, containing the decomposition EMD cubic spline interpolation algorithm C language.)
- 2021-02-03 01:10:00下载
- 积分:1
-
虎门大桥 -fluent卡门涡街仿真教程
说明: 一个虎门大桥涡街的udf和fluent仿真教程,适合初学者(A fluent udf example)
- 2020-05-17 19:46:17下载
- 积分: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
-
u1_zhiluzhuijiaqiuzukongjuzhen
利用支路追加法求阻抗矩阵,解:输入数据如下:
请输入节点数:n=a
请输入支路数:nl=b
请输入由支路参数形成的矩阵:
B=[i j z bc t it ......]其中ij为支路端点,z为支路阻抗,bc为对地电容,t为变压器变比,it表示i端点是否与变压器直接相连。
(Seek additional method using branch impedance matrix)
- 2020-07-29 20:18:38下载
- 积分:1
-
Integral-Transformation
工程数学,积分变换,南京工学院数学教研组,内容包括傅立叶技术展开与拉普拉斯变换两大部分内容。(Engineering mathematics, integral transformation, Nanjing Institute of Technology mathematics teaching and research, including Fourier and Laplace transform technique to expand two parts content.)
- 2017-03-08 18:33:05下载
- 积分:1