代码搜索:NFA
找到约 743 项符合「NFA」的源代码
代码结果 743
www.eeworm.com/read/267663/7111542
nfaת
www.eeworm.com/read/430561/8738581
cpp nfa.cpp
#include
#include
#include
#define MAX 10
#define INFINIT 32767
#define NumMaxChar 10
#define NumMAXTN 10
///////////////////////////////数据结构定义/////////////
www.eeworm.com/read/386479/8743240
cpp nfa.cpp
#include "Globals.h"
#include "stdafx.h"
#include "afx.h"
typedef int State;//定义状态的类型
typedef char Symbol;//定义元字符类型
typedef struct
{
State start;
State end;
}NFA;//定义NFA始态和终态
typed
www.eeworm.com/read/283135/9040696
m nfa.m
function [nf, na, ex, E, N] = nfa(data,dt)
% The function NFA calculates the Hilbert frequency and amplitude
% of data(n,k), where n specifies the length of time series, and
% k is the IMF com
www.eeworm.com/read/376520/9315796
h nfa.h
#ifndef NFA_H
#define NFA_H
#include
#include
#include
#include "StatusEdge.h"
#include "EpsilonNfa.h"
using namespace std;
typedef StatusBase
www.eeworm.com/read/376520/9315815
cpp nfa.cpp
#include "Nfa.h"
Nfa::Nfa()
{
}
Nfa::Nfa(EpsilonNfa& EpsilonNfaGraph)
{
Start.Data=EpsilonNfaGraph.Start.Data;
}
void Nfa::GetAvailableStatus(EpsilonNfa& EpsilonNfaGraph)
{
Available
www.eeworm.com/read/280395/10332962
c nfa.c
/* nfa - NFA construction routines */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley b
www.eeworm.com/read/271244/11001904
m nfa.m
function [nf, na, ex, E, N] = nfa(data,dt)
% The function NFA calculates the Hilbert frequency and amplitude
% of data(n,k), where n specifies the length of time series, and
% k is the IMF com
www.eeworm.com/read/446587/7576467
txt nfa.txt
209 458
1 a 2
2 $ 6
3 b 4
4 $ 6
5 $ 3 $ 1
6 $ 10
7 c 8
8 $ 10
9 $ 7 $ 5
10 $ 14
11 d 12
12 $ 14
13 $ 11 $ 9
14 $ 18
15 e 16
16 $ 18
17 $ 15 $ 13
18 $ 22
19 f 20