-
GN算法java实现
GN算法的JAVA实现, 需要安装Graphviz2.38等能够直接生成图像, 如不需要, 请自行修改相应代码.
- 2022-02-03 12:18:30下载
- 积分:1
-
最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误...
最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误差最小.设这些点为(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
-
逆波兰式源码
逆波兰式源码-Reverse Polish-type source
- 2022-02-20 06:06:23下载
- 积分:1
-
一个任意阶矩阵求逆的算法
使用tc调试通过
理论上孩子・支持任意阶
但是由于tc的限制,需要改变其中的一个数组值大小。不影响使用...
一个任意阶矩阵求逆的算法
使用tc调试通过
理论上孩子・支持任意阶
但是由于tc的限制,需要改变其中的一个数组值大小。不影响使用
- 2022-03-23 10:48:32下载
- 积分:1
-
这个代码执行算术运算。这只是一个计算器。非常…
This code performs the arithmatic operations. This is simply an calculator. Very useful code for the beginner of C-This code performs the arithmatic operations. This is simply an calculator. Very useful code for the beginner of C++
- 2022-03-01 14:40:36下载
- 积分:1
-
输入n条边的长度,求这些边构成的最大面积多变形的面积
输入n条边的长度,求这些边构成的最大面积多变形的面积-imported n the length of the side, while for these constitute the largest area of deformation over the area
- 2023-02-13 02:50:03下载
- 积分:1
-
fpga led 源代码
位解码器使用 verliog,FPGA,使用 verliog,FPGA,使用 verliog,FPGA,使用 verliog,FPGA,使用 verliog,FPGA,使用 verliog,FPGA,使用 verliog,FPGA,使用 verliog 的8 位解码器上的 led 指示灯的8 位解码器上的 led 指示灯的8 位解码器上的 led...
- 2022-07-20 09:39:43下载
- 积分:1
-
OFDM源代码仿真
有关OFDM的源代码,非常非常有用
- 2022-05-08 13:57:33下载
- 积分:1
-
匿名四轴飞行器
匿名四轴飞行器代码,分部讲解,带注释,匿名四轴飞行器代码,分部讲解,带注释,
- 2022-01-30 20:54:04下载
- 积分:1
-
This program generates interpolation function for input data in three methods:...
This program generates interpolation function for input data in three methods:
1-Newton forward method
2-Newton backward method
3-lagrange method
- 2022-07-07 06:09:44下载
- 积分:1