-
运用最小二乘法的数值拟合,以及得到的结果
运用最小二乘法的数值拟合,以及得到的结果-Numerical application of least squares fitting, as well as the results
- 2022-05-31 07:54:22下载
- 积分:1
-
《计算机算法基础》关于选择问题算法:找第k小元素,时间复杂度为O(n);...
《计算机算法基础》关于选择问题算法:找第k小元素,时间复杂度为O(n);-"computer algorithm based" on the choice of algorithm : k find small elements, time complexity of O (n);
- 2022-02-27 01:43:45下载
- 积分:1
-
卡尔曼滤波的C语言实现
Kalman Filter 是一个递归的估计,即只要获知上一时刻的状态估计和当前状态的观测就可以计算出当前状态的估计,不同于其他的估计技术,Kalman 滤波器不需要观测或/和估计的历史记录,KalmanFilter 是一个纯粹的时域滤波器,而不像低通滤波器等频域滤波器那样,需要在频域中设计,然后转换到时域中应用。 本代码是用C语言实现卡尔曼滤波。
- 2022-08-17 09:07:33下载
- 积分:1
-
将16进制的数转换成10进制(数据在文件中),并实现排序。
首先读取存储在文件中的16进制的数
将16进制数转换成为10进制的
将转化后的十进制数实现排序
将排序后的数写入到文件中
- 2022-05-25 09:20:45下载
- 积分:1
-
POI搜索算法
自己开发的海量数据本地搜索算法,没有使用数据库,完全自定义数据结构和索引完成.
- 2022-03-18 23:45:05下载
- 积分:1
-
一个用C编写的小波变换源代码,有兴趣的可以看一下
一个用C编写的小波变换源代码,有兴趣的可以看一下-a C prepared by the wavelet transform source code, interested parties can see what
- 2022-11-05 08:25:03下载
- 积分:1
-
generalized inverse matrix calculation, a total of the two methods, which iterat...
矩阵的广义逆计算,共两种方法,其中迭代法有一阶收敛和二阶收敛-generalized inverse matrix calculation, a total of the two methods, which iteration is a second-order convergence and convergence
- 2023-05-15 00:30:03下载
- 积分:1
-
A program to find frequent molecular (subst ructures and discriminative fragment...
A program to find frequent molecular substructures and discriminative fragments in a database of molecule descriptions. The algorithm is based on the Eclat algorithm for frequent item set mining.-A program to find frequent molecular (subst ructures and discriminative fragments in a dat abase of molecule descriptions. The algorithm is based on the algorithm for frequent Eclat ite m set mining.
- 2022-08-11 00:52:41下载
- 积分:1
-
1维2维2-基FFT
参数说明:
//*******************************************
// pSR 空域实部指针
// pSI 空域虚部指针
// pFR 频域实部指针
// pFI 频域虚部指针
//******************************************
输入返回数据应为2的整数次方
- 2022-06-03 19:43:03下载
- 积分:1
-
用mente-calo法算三维积分:
工作平台是:vs2002(7.0) MFC
用mente-calo法算三维积分:
工作平台是:vs2002(7.0) MFC-with mente- calo 3D integral operator France : working platform is : vs2002 (7.0) MFC
- 2022-08-20 16:19:10下载
- 积分:1