代码搜索:DFA
找到约 1,841 项符合「DFA」的源代码
代码结果 1,841
www.eeworm.com/read/185132/9056365
m dfa.m
function [xvalue,fa1]=dfa(data);
mean_data=data-mean(data);
datalength=length(mean_data);
% for sumlength=1:datalength
% dataset(sumlength)=sum(mean_data(1:sumlength));
% end
dataset=mean_
www.eeworm.com/read/185130/9056388
c dfa.c
/* file: dfa.c J. Mietus, C-K Peng, and G. Moody 8 February 2001
Last revised: 25 January 2005 v4.9
-------------------------------------------------------------------------------
df
www.eeworm.com/read/185130/9056395
rr-dfa
0.60206 0.213887
0.69897 0.330635
0.778151 0.411894
0.845098 0.477603
0.90309 0.539103
0.954243 0.60531
1 0.650034
1.04139 0.701598
1.07918 0.746199
1.11394 0.780738
1.17609 0.861635
1.20412 0.894955
www.eeworm.com/read/185130/9056408
1 dfa.1
.TH DFA 1 "31 July 2002" "DFA 4.2" "WFDB Applications Guide"
.SH NAME
dfa \- detrended fluctuation analysis
.SH SYNOPSIS
\fBdfa\fR [ \fIoption\fR ... ]
.SH DESCRIPTION
.PP
The method of detrended fl
www.eeworm.com/read/376520/9315821
h dfa.h
#ifndef DFA_H
#define DFA_H
#include
#include
#include
#include "CharClass.h"
#include "StatusEdge.h"
#include "Nfa.h"
using namespace std;
typedef Statu
www.eeworm.com/read/376520/9315850
cpp dfa.cpp
#include "Dfa.h"
Dfa::Dfa()
{
}
Dfa::Dfa(Nfa& NfaGraph)
{
}
DfaStatusBase* Dfa::NfaStatusBaseToDfa(NfaStatusBase* Object)
{
DfaStatus NewDfaStatus;
NewDfaStatus.New();
NewDfaStatus
www.eeworm.com/read/177819/9431510
c dfa.c
/* dfa.c - deterministic extended regexp routines for GNU
Copyright 1988, 1998, 2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it un
www.eeworm.com/read/177819/9431516
h dfa.h
/* dfa.h - declarations for GNU deterministic regexp compiler
Copyright (C) 1988, 1998 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/167035/9984051
h dfa.h
/* 通用 DFA 类(可自定义驱动对象类和状态对象类)
*/
#ifndef DFA_CLASS
#define DFA_CLASS
#include "hashtable.h" // 哈系表
#include "binstree.h" // 二叉搜索树
template
class CDFATable;
template