登录
首页 » C# » PolyFit

PolyFit

于 2020-06-25 发布
0 152
下载积分: 1 下载次数: 1

代码说明:

说明:  PoleyFitqw曲3线3拟w合类q库 PolewyFitqw曲w线拟w合t类库 PoelywFitq曲w线拟t合类t库 PoelyFtitq曲er线rw合类t库 PolywrFitq曲q线拟wt合t类库(Pwoly33FiwtPoleetPwolyFit555PolywFit)

文件列表:

PolyFit\.gitattributes, 2581 , 2019-07-13
PolyFit\.gitignore, 3350 , 2019-07-13
PolyFit\PolyFit\App.config, 189 , 2019-07-13
PolyFit\PolyFit\ClassDiagram1.cd, 1561 , 2019-07-13
PolyFit\PolyFit\Data.cs, 2201 , 2019-07-13
PolyFit\PolyFit\Model.cs, 533 , 2019-07-13
PolyFit\PolyFit\packages.config, 145 , 2019-07-13
PolyFit\PolyFit\PolyFit.cs, 9197 , 2019-07-13
PolyFit\PolyFit\PolyFit.csproj, 4590 , 2019-07-13
PolyFit\PolyFit\PolyFitForm.cs, 8878 , 2019-07-13
PolyFit\PolyFit\PolyFitForm.Designer.cs, 14437 , 2019-07-13
PolyFit\PolyFit\PolyFitForm.resx, 5817 , 2019-07-13
PolyFit\PolyFit\Program.cs, 536 , 2019-07-13
PolyFit\PolyFit\Properties\AssemblyInfo.cs, 1426 , 2019-07-13
PolyFit\PolyFit\Properties\Resources.Designer.cs, 2844 , 2019-07-13
PolyFit\PolyFit\Properties\Resources.resx, 5612 , 2019-07-13
PolyFit\PolyFit\Properties\Settings.Designer.cs, 1094 , 2019-07-13
PolyFit\PolyFit\Properties\Settings.settings, 249 , 2019-07-13
PolyFit\PolyFit\RicherTextBox.cs, 348 , 2019-07-13
PolyFit\PolyFit.sln, 988 , 2019-07-13
PolyFit\PolyFit\Properties, 0 , 2019-07-13
PolyFit\PolyFit, 0 , 2019-07-13
PolyFit, 0 , 2019-07-13

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

发表评论

0 个回复

  • FractalDim
    盒维数计算和豪斯多夫维数的计算与应用研究程序(box counting)
    2013-07-27 17:50:31下载
    积分:1
  • co2
    fluent中关于co2的真实气体模型的自定义程序(fluent in about co2 real gas model custom program)
    2020-12-13 21:59:15下载
    积分:1
  • EKFUKF_1_1
    EKF uKF的matlab工具箱,适合做非线性滤波的仿真计算。(EKF uKF the matlab toolbox for nonlinear filter to do the simulation.)
    2008-07-01 12:25:57下载
    积分:1
  • Matrix Computations 4th edition.pdf
    矩阵计算英文版第4版,经典,经典,很不错!!!!!请下载!!!!!!(Matrix Computing English Version 4, classic, classic, very good!!!! Please download!!!!!!)
    2020-06-23 22:20:02下载
    积分:1
  • bcs_vb
    一个基础贝叶斯变换的压缩感知,包含一个源代码和一个一维信号处理的例子和两个二维图像的例子(The basic BCS implemented via a variational Bayesian approach. The package includes the core VB-BCS code, one example of a 1-dimensional signal and two examples of 2-dimensional images.)
    2020-06-30 18:20:02下载
    积分:1
  • shiyan4
    若矩阵A中的某一元素A[i,j]是第i行中的最小值,而又是第j列中的最大值,则称A[i,j]为矩阵A中的一个鞍点。请写出一个可确定此鞍点位置的算法(如果这个鞍点存在)。(If the matrix A, an element A [i, j] is the minimum value in the i-th row, but is the maximum value of the j-th column, then A [i, j] for the matrix A is a saddle point. Please write a algorithm to determine the position of saddle point (saddle point exists).)
    2013-01-07 13:16:11下载
    积分:1
  • menfeng
    汽车课设货车Matlab驱动力图程序,分析了该信号的时域、频域、倒谱,循环谱等,光纤陀螺输出误差的allan方差分析。( Car class-based truck driver trying to Matlab program, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. allan FOG output error variance analysis.)
    2017-02-15 12:32:49下载
    积分:1
  • fft
    说明:  虽然现在网上的FFT程序很多,但是有的结果是错误的,比如说,经过一次正反变换后,不能得到原来的数列,所以,本人测试了多个程序,提供几个能用的,给大家,希望大家支持! (Although many online FFT program, but some results are wrong, for example, through a positive and negative change, you can not get the original series, so I tested several programs to provide a few usable for everyone I hope we can support!)
    2010-04-14 17:54:30下载
    积分:1
  • pso
    粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO。它具有精度高,收敛快等优点,广泛用于系统辨识、函数优化等领域。文件pso.m是粒子群算法辨识程序,在此基础上,需要自行编写目标函数计算程序以实现不同系统的参数辨识。(Particle swarm optimization (PSO), also known as particle swarm optimization algorithm or bird swarm foraging algorithm (Particle Swarm Optimization), abbreviated as PSO. It has the advantages of high precision and fast convergence. It is widely used in system identification, function optimization and other fields. The document pso.m is a particle swarm algorithm identification program. On this basis, it is necessary to write an object function calculation program to realize the parameter identification of different systems.)
    2017-09-29 12:52:29下载
    积分:1
  • SHUZHIFENXI
    牛顿迭代法,用于求解非线性方程,具体使用方法见程序内部说明。(Newton iteration for solving nonlinear equations, the specific use of the procedure see the internal note.)
    2007-11-05 09:01:46下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载