代码搜索:线性分析
找到约 10,000 项符合「线性分析」的源代码
代码结果 10,000
www.eeworm.com/read/153826/12003928
m volterra_main_luzhenbo.m
% 混沌时间序列的 Volterra 自适应预测(一步预测) -- 主函数
% 参考文献:朱昀.水声信号非线性分析方法研究.西北工业大学博士学位论文.2002.06
% P28-38
clc
clear
close all
% dx/dt = sigma*(y(t)-x(t))
% dy/dt = r*x(t) - y(t) - x(t)*z(t)
% dz/dt = -b*z(t) + x(
www.eeworm.com/read/473355/6851490
m volterra_main_luzhenbo.m
% 混沌时间序列的 Volterra 自适应预测(一步预测) -- 主函数
% 参考文献:朱昀.水声信号非线性分析方法研究.西北工业大学博士学位论文.2002.06
% P28-38
clc
clear
close all
% dx/dt = sigma*(y(t)-x(t))
% dy/dt = r*x(t) - y(t) - x(t)*z(t)
% dz/dt = -b*z(t) + x(
www.eeworm.com/read/185072/9058105
h des.h
//程序:DES加密解密雪崩效应分析,差分分析
#include
#include
using namespace std;
typedef bool eletype;
#define ZERO false
#define ONE true;
class Des{
public:
Des(void);
Des(eletyp
www.eeworm.com/read/467806/7001657
txt 例1.47.txt
例1.47 数据的统计分析和相关分析。
>> X=[5.3 13 0.4; 5.1 11.8 -1.7;
3.7 8.1 0.6; 1.5 7.7 -4.5]
X =
5.3000 13.0000 0.4000
5.1000 11.8000 -1.7000
3.7000 8.1000 0.6000
www.eeworm.com/read/319014/13464348
txt 功能说明.txt
DataBase软件功能说明
--------------------------------------------
15:01 2006-12-8
实现控制台命令词法分析,语法分析,语义响应。
==========================================
实现通过文件批处理命令。提高了输入效率。
===============================
www.eeworm.com/read/304061/13802228
txt 例1.47.txt
例1.47 数据的统计分析和相关分析。
>> X=[5.3 13 0.4; 5.1 11.8 -1.7;
3.7 8.1 0.6; 1.5 7.7 -4.5]
X =
5.3000 13.0000 0.4000
5.1000 11.8000 -1.7000
3.7000 8.1000 0.6000
www.eeworm.com/read/104135/6210088
dfm ad_qry_typestructanalyse.dfm
inherited Frm_Ad_Qry_TypeStructAnalyse: TFrm_Ad_Qry_TypeStructAnalyse
Caption = '类别构成分析表'
PixelsPerInch = 96
TextHeight = 12
inherited Pnl_Title: TPanel
Caption = '类别构成分析表'
end
en
www.eeworm.com/read/126690/14406546
java interpunction.java
import java.util.regex.*;
/**分析出标点符号
*/
public class Interpunction{
String split[];
public Interpunction(String t){
/**对String t进行分析,得出标点符号
*/
Pattern p=Pattern.compile("[\\w]+");