登录
首页 » LabView » SIMCA-PP-11-Tutorial

SIMCA-PP-11-Tutorial

于 2012-01-09 发布 文件大小:4490KB
0 95
下载积分: 1 下载次数: 10

代码说明:

  simca-p偏最小二乘法软件教程....(useful word)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 非线性方程组求解
    说明:  常用的matlab代码,非线性方程组求解,基本可以满足大学和研究生常用代码(Common Mathematical Codes)
    2019-04-22 23:23:03下载
    积分:1
  • ICP-matlab
    迭代最邻近点算法: 计算两组点云之间的最佳匹配效果(Iterative closest point (ICP) algorithm: seaching the best overlapping result of two point clouds)
    2012-07-15 16:24:01下载
    积分:1
  • tiaohe
    最小二乘法回报潮汐水位,根据dooson数回报潮汐,并计算调和常数,余水位,高潮和低潮的数值。(Least squares method returns tide level, tidal according dooson return number, and calculate the harmonic constants, values ​ ​ more than the water level, high tide and low tide.)
    2014-04-19 18:32:18下载
    积分:1
  • CMA-Evolutionary--Strategies
    Covariance Matrix adaptation ES for optimizing
    2020-12-14 22:39:14下载
    积分:1
  • StokesHotine
    地球科学:重力场积分(Fortran90) Stokes/Hotine/V_M垂线偏差积分:数值积分、二维平面FFT、二维球面FFT、一维FFT(Earth Sciences: Gravity Field Points (Fortran90) Stokes/Hotine/V_M deflection of the vertical integration: numerical integration, the two-dimensional plane FFT-dimensional sphere FFT, one-dimensional FFT)
    2012-10-13 13:14:35下载
    积分:1
  • UDF for thermal properties of water
    密度,比热,热导率,粘性系数随压力、温度变化的UDF(UDF of density, specific heat, thermal conductivity, viscosity coefficient with pressure and temperature.)
    2018-10-17 18:23:21下载
    积分:1
  • poisson
    poisson生成器,可以生成泊松分布的随机数,需要的就下载吧(poisson sasadas)
    2011-12-07 01:10:52下载
    积分:1
  • FFT
    提供函数能进行1维2维的FFT,输入输出的序列长度应为2的整数次方倍(Provides functions can be one-dimensional two-dimensional FFT, sequence length input and output should be an integer power of 2 times)
    2014-01-07 22:10:34下载
    积分:1
  • python神经网络求解农产品需求预测
    使用BP神经网络预测农产品的需求,论文在知网上应该就一篇。(Using neural network to predict the demand of agricultural products)
    2017-12-24 01:50: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
  • 696522资源总数
  • 104029会员总数
  • 31今日下载