代码搜索:系统解耦

找到约 10,000 项符合「系统解耦」的源代码

代码结果 10,000
www.eeworm.com/read/428810/8839578

txt matlab线性系统辨识.txt

线性系统辨识 线性系统辨识2007/06/03 00:15使用线性预测器,线性系统模型不仅能够用来对线性系统进行无误差的建模,也可以对非线性系统进行最小平方和误差意义以下的建模 %定义输入信号并绘出其曲线 time=0:0.025:5; X=sin(sin(time).*time*10); plot(time,X); title('输入信号T'); xlabel('时间');
www.eeworm.com/read/428810/8839657

txt matlab自适应系统辨识.txt

自适应系统辨识2007/06/03 00:14网络花了2.5秒的时间来跟踪模型,以后就变得十分精确了,而到了第4秒的时候,系统发生了突变,网络又花了0.2秒的时间来再次跟踪模型。 系统的自适应线性神经网络模型可以被用于保持大量的信息。例如,自适应模型能够被用来在给定时间里得到实际系统的特征。又如,自适应网络可以用于监控系统中,当系统的值有可能引起不稳定时,就发出报警信号。 为了保证线性系统模型 ...
www.eeworm.com/read/384497/8866836

cpp 医药管理系统doc.cpp

// 医药管理系统Doc.cpp : implementation of the CMyDoc class // #include "stdafx.h" #include "医药管理系统.h" #include "医药管理系统Set.h" #include "医药管理系统Doc.h" #ifdef _DEBUG #define new DEBUG_NEW #undef
www.eeworm.com/read/384497/8866860

rc2 医药管理系统.rc2

// // 医药管理系统.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED ////
www.eeworm.com/read/384497/8866941

cpp 医药管理系统set.cpp

// 医药管理系统Set.cpp : implementation of the CMySet class // #include "stdafx.h" #include "医药管理系统.h" #include "医药管理系统Set.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THI