-
实现采集数据的曲线拟合,及内插函数等功能
实现采集数据的曲线拟合,及内插函数等功能-Realize data acquisition curve fitting, and interpolation functions and other functions
- 2023-06-12 23:20:03下载
- 积分:1
-
在分形几何里面,非常重要的一部分内容就是分形演化算法。这个模块提供的是分形演化的DLA模型。希望对大家有用。...
在分形几何里面,非常重要的一部分内容就是分形演化算法。这个模块提供的是分形演化的DLA模型。希望对大家有用。-Fractal geometry in the inside, a very important part of the content is the evolutionary algorithm fractal. The module is provided by the DLA fractal model of evolution. Hope useful for everyone.
- 2022-06-17 16:58:52下载
- 积分:1
-
Using vc platform development dual Lagrange interpolation procedures can be...
用vc++平台开发二元拉格朗日插值程序,能够实现对曲面上的插值-Using vc platform development dual Lagrange interpolation procedures can be achieved on the surface of the interpolation
- 2022-05-18 10:43:29下载
- 积分:1
-
基于SRP-PHAT+SRC的声源定位
这是一段采用SRP-PHAT算法的声源定位程序。为了减小计算量,采用了SRC(STOCHASTIC REGION CONSTRICTION) 策略可以大大减小时间复杂度,比基于网格的SRP-PHAT的方法快千倍以上。
- 2022-02-04 08:17:59下载
- 积分:1
-
一元线性回归曲线
y=ax+b,求解出a b 和相关系数r
一元线性回归曲线
y=ax+b,求解出a b 和相关系数r-Unary linear regression curve y = ax+ b, solving out of ab and the correlation coefficient r
- 2022-06-21 10:04:19下载
- 积分:1
-
addahdfa dahdjhakdad ahdahdhsjjjjj aahgdjha
***
- 2022-07-12 17:24:43下载
- 积分:1
-
快速福利叶变换C程序包
此程序包是通用的快速傅里叶变换C语言函数,移植性强,以下部分不依赖硬件。此程序包采用联合体的形式表示一个复数,
输入为自然顺序的复数(输入实数是可令复数虚部为0),输出为经过FFT变换的自然顺序的复数.此程序包可在初始化时
调用create_sin_tab()函数创建正弦函数表,以后的可采用查表法计算耗时较多的sin和cos运算,加快可计算速度.与Ver1.1版
相比较,Ver1.2版在创建正弦表时只建立了1/4个正弦波的采样值,相比之下节省了FFT_N/4个存储空间。
- 2022-03-02 18:12:30下载
- 积分:1
-
这是用来仿真四通道计算全息的程序,采用了二元傅立叶变换...
这是用来仿真四通道计算全息的程序,采用了二元傅立叶变换-This is used for simulation of four-channel computer-generated hologram of the procedures, the use of the dual Fourier Transform
- 2022-07-12 19:46:31下载
- 积分:1
-
把CString格式转化为Char
void CRSLAIDoc::CString2Char(CString TempCString,char ch[])
{
int i;
char *tmpch;
int wLen=WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,NULL,0,NULL,NULL);
tmpch=new char[wLen+1];
WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,tmpch,wLen,NULL,NULL);
for(i=0;tmpch[i]!="
- 2023-04-25 23:50:03下载
- 积分:1
-
动态规划算法求字符串的相似性(编辑距离)
动态规划算法求字符串的相似性(编辑距离)-dynamic programming algorithms to find the similarity of the string (edit distance)
- 2022-04-18 00:03:04下载
- 积分:1