-
least squares curve fitting Author : Anonymous article Source : unknown number o...
最小二乘法曲线拟合
作者:佚名 文章来源:不详 点击数:164 更新时间:2006-1-4
【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】
//最小二乘法曲线拟合
typedef CArrayCDoubleArray
BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long M,long N,CDoubleArray *A)
{
//X,Y -- X,Y两轴的坐标
//M -- 结果变量组数
//N -- 采样数目
//A -- 结果参数
文章录入:admin 责任编辑:admin
-least squares curve fitting Author : Anonymous article Source : unknown number of hits : 164 updated : 2006-1-4 Text : big or small-- [comment] [collections] [accession told friends] [Print this article] [Close :// least-squares method curve fitting typedef CArray
- 2022-05-27 23:23:51下载
- 积分:1
-
进度条,多媒体里面的内容!是一个水流的效果,点击鼠标可以让水流跟着鼠标移动!...
进度条,多媒体里面的内容!是一个水流的效果,点击鼠标可以让水流跟着鼠标移动!-The progress bar, multi-media content inside! Is a flow effect, click on the mouse will allow water to follow the mouse move!
- 2022-08-18 01:56:34下载
- 积分:1
-
222
快手指定ID采集视频,批量下载.快手指定ID采集视频,是做小视频必备工具(The quick hand specifies the ID to collect video and batch download. The fast hand specifies ID to collect video. It is a necessary tool for making small video.)
- 2018-05-07 13:50:50下载
- 积分:1
-
2.ESPRIT 算法MATLAB程序
空间信号的波达方向(Direction of Arrival,简称DOA)估计作为阵列信号处理研究的一个主要课题,在近些年来越来越得到大量的关注和研究。它可实现对空间中信源信号的准确的角度估计,实现信源方位等参数的具体精确检测,并且还具有很高的分辨力。这些特性使得DOA估计在声呐、通信及雷达等多种领域具有广阔的应用和发展前景。此程序为经典doa估计方法esprit算法。(direction of arrival,usually called DOA,has been an important subject recently.This program contains esprit)
- 2019-04-13 12:30:29下载
- 积分:1
-
色噪声程序,
信号处理,本代码包含了AIC,BIC准则,MDL准则的程序matlab实现以及每个程序的模块。(This code contains AIC, BIC criterion, MDL standard program matlab implementation and modules of each program.)
- 2018-10-07 15:23:27下载
- 积分:1
-
vc++ 6.0开发控制台Windows服务监控程序
vc++6.0 实现基于控制台的Windows服务监控程序,可实现windows服务监控和检测网关程序的侦听端口,运行后请根据CMD窗口的提示操作。if (pstProgNodeBuf->m_nFlag == 2) //连接当前Sgip侦听的端口
{
if (!ConnectSgipServer(pstProgNodeBuf->m_nPort)) //SGIP不正常运行
{
if (!StartUnlimitService(pstProgNodeBuf->m_szServiceName)) //启动该服务
{
sprintf(szLog,"启动该[%s]服务失败",pstProgNodeBuf->m_szServiceName);
WriteLogRecord(szLog);
LogMsg(szLog);
pstProgNodeBuf->m_iRecCount ++ ; //超过2次启动服务失败
if(difftime(tCurrTime,pstProgNodeBuf->tSendShortTime) > 2*60*60 && pstProgNodeBuf->m_iRecCount >= 2) //检测发送短消息时间间隔 (设置值为1个小时即1*60*60秒)
{
CString strSendMessage;
strSendMessage.Format("%s",pstProgNodeBuf->m_szSendMessage);
//发送短消息
//连接服务器,发送内容
//发送短消息
- 2022-02-09 22:47:24下载
- 积分:1
-
路线竞走游戏,游戏规则详见源代码注释部分,全C语言编程
路线竞走游戏,游戏规则详见源代码注释部分,全C语言编程-walking routes game, the rules of the game as detailed source notes, the entire C language programming
- 2022-03-21 19:54:28下载
- 积分:1
-
proteus-lib-master
说明: shdgbashdlsaugffdsaad
- 2020-03-14 04:01:51下载
- 积分:1
-
Rosen
说明: RosenBrock函数(香蕉函数)的实现及海塞矩阵的构建(Realization of Rosenbrock function (banana function) and construction of Hessian matrix)
- 2020-07-13 10:23:26下载
- 积分:1
-
用C#实现代理上网功能
用C#实现代理上网功能,代码中演示了使用默认代理、使用专门代理的方法和区别,新手可以参考下。
- 2022-07-15 03:52:16下载
- 积分:1