-
对各种图形判别程序
对各种图形判别程序 -on various graphics discriminant procedures
- 2022-07-21 22:43:27下载
- 积分:1
-
野火K60的直立程序
应用背景基于野火K60的直立的程序,拿来就可以用。改改参数,就可以直立了。建议学习这个程序之前看看清华的直立方案的视频。对理解程序有很大帮助,用的是融合滤波。配合虚拟示波器看融合后的波形是否跟踪的很好。关键技术野火,K60,清华直立方案,融合滤波,虚拟示波器,
- 2022-03-22 19:22:11下载
- 积分:1
-
对于平稳序列,运用ar模型计算其参数,并进行适应性检验。
对于平稳序列,运用ar模型计算其参数,并进行适应性检验。-for a smooth sequence, the use ar model parameters and adaptive testing.
- 2022-09-24 10:15:03下载
- 积分:1
-
简易地演示操作系统方面的一个重要问题――生产者消费者
简易地演示操作系统方面的一个重要问题――生产者消费者-simple demonstration to the operating system an important issue-- producers and consumers
- 2022-11-18 07:30:04下载
- 积分:1
-
可进行多种分布函数的计算,包括求解均值,方差等。可在进行统计学程序编辑时使用。...
可进行多种分布函数的计算,包括求解均值,方差等。可在进行统计学程序编辑时使用。-Can be calculated a variety of distribution functions, including the solution of the mean, variance and so on. Carrying out statistical procedures can be used to edit.
- 2022-03-20 08:08:55下载
- 积分:1
-
HMM中经典的前向后向算法,带有比例因子
HMM中经典的前向后向算法,带有比例因子-classical HMM back to the first algorithm, with a scale factor
- 2022-06-26 06:31:11下载
- 积分:1
-
用结构体实现复数数据类型定义并实现复数运算,实现输入数据...
用结构体实现复数数据类型定义并实现复数运算,实现输入数据-Use the structure to achieve the definition of complex data types and to achieve complex operations, the realization of the input data
- 2022-10-31 18:25:03下载
- 积分: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
-
传热学二维稳态C++程序
单位长度为一。内外壁分别维持450度和50度。管道热导率1.05W/(m.k),求每米长管道热损失。
- 2022-05-25 20:51:34下载
- 积分:1
-
pid温度控制
应用背景
可以应用在恒温箱温度控制;
水位控制;
以及需要进行PID调节控制的场合;
关键技术改程序主要用于在恒温控制,使用PID算法进行控制,控制精度高。有需要的童鞋可以下载,用在其他控制上可以对着修改即可实现。
- 2023-09-02 17:30:03下载
- 积分:1