-
最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误...
最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误差最小.设这些点为(x1,y1),(x2,y2)....(xn,yn).拟合直线为y=kx+b.-Ordinary least squares method is used to fit a straight line and a number of linear data, that is, as far as possible with a straight line to the point of the expression of a number of trends, of course, a straight line through all the points is the best, but often there is a margin of error, Therefore, a straight line fitting the requirements of the smallest error. established for these points (x1, y1), (x2, y2 )....( xn, yn). fitting straight line y = kx+ b.
- 2022-08-05 10:47:25下载
- 积分:1
-
一维FFT程序,只要更改主函数中的测试信号,即可用于其它信号
一维FFT程序,只要更改主函数中的测试信号,即可用于其它信号-One-dimensional FFT procedure, as long as the changes in the main function of the test signal can be used for other signals
- 2023-03-09 09:20:02下载
- 积分:1
-
code39条形码程序.rar
能较好的识别code39条码,vc编写,易于识别,条形码识别程序,用来识别条形码。可以直接运行
能较好的识别code39条码,vc编写,易于识别,条形码识别程序,用来识别条形码。可以直接运行
- 2023-03-25 08:05:04下载
- 积分:1
-
labview 奥运五环
资源描述这是用labview写的一个显示奥运五环的程序 喜欢的就拿去吧
- 2022-01-25 22:21:18下载
- 积分:1
-
小波变换c语言程序
本程序是c语言原程序,实现小波变换算法
- 2022-03-05 07:01:01下载
- 积分:1
-
利用CRC
利用CRC-32检测程序的完整性-The use of CRC-32 testing the integrity of the proceedings
- 2022-10-21 01:40:03下载
- 积分:1
-
很经典的算法,自己看看吧,也是别人作的。
很经典的算法,自己看看吧,也是别人作的。-classic algorithms, and let"s see it themselves, but also for the others.
- 2022-04-18 04:18:24下载
- 积分:1
-
A*寻路算法, 源代码中使用的SDL库,可以到http://www.libsdl.org/或者VC知识库网站工具栏目www.vckbase.com/tools下...
A*寻路算法, 源代码中使用的SDL库,可以到http://www.libsdl.org/或者VC知识库网站工具栏目www.vckbase.com/tools下载。-A* Routing algorithms, source code used in the SDL libraries, or can http://www.libsdl.org/ VC Knowledge Base site columns www.vckbase.com tools/tools download.
- 2022-03-25 14:40:09下载
- 积分:1
-
StringUtils
这里有些代码我写了关于字符串实用程序。这帮助新手很容易明白的和有用的分析和编写脚本。
它是用非常常见算法。
如果东西搞错我联系的方式。不一定是每一件工作正常,但几乎 Im:D.
- 2022-04-27 03:22:06下载
- 积分:1
-
矩阵的逆矩阵
矩阵求逆
采用追赶法实现矩阵求逆的快速算法-Matrix Inverse
- 2022-03-02 05:14:46下载
- 积分:1