代码搜索:fis
找到约 1,201 项符合「fis」的源代码
代码结果 1,201
www.eeworm.com/read/474652/6804424
fis .fis
[System]
Name=''
Type='mamdani'
Version=2.0
NumInputs=2
NumOutputs=1
NumRules=13
AndMethod='min'
OrMethod='max'
ImpMethod='min'
AggMethod='max'
DefuzzMethod='centroid'
[Input1]
Name='input1'
Range=[0
www.eeworm.com/read/166836/9995428
fis ex37_fis.fis
% $Revision: 1.1 $
[System]
Name='ex37_fis'
Type='mamdani'
NumInputs=2
NumOutputs=1
NumRules=3
AndMethod='min'
OrMethod='max'
ImpMethod='min'
AggMethod='max'
DefuzzMethod='centroid'
[Input1]
Name='er
www.eeworm.com/read/166836/9995720
fis ex37a_fis.fis
[System]
Name='ex37A_fis'
Type='mamdani'
Version=2.0
NumInputs=2
NumOutputs=1
NumRules=5
AndMethod='min'
OrMethod='max'
ImpMethod='min'
AggMethod='max'
DefuzzMethod='centroid'
[Input1]
Name='error'
R
www.eeworm.com/read/166836/9995773
fis ex38_fis.fis
[System]
Name='ex38_fis'
Type='mamdani'
Version=2.0
NumInputs=2
NumOutputs=1
NumRules=13
AndMethod='prod'
OrMethod='probor'
ImpMethod='prod'
AggMethod='max'
DefuzzMethod='centroid'
[Input1]
Name='ek'
www.eeworm.com/read/338523/12295306
fis ex37_fis.fis
% $Revision: 1.1 $
[System]
Name='ex37_fis'
Type='mamdani'
NumInputs=2
NumOutputs=1
NumRules=3
AndMethod='min'
OrMethod='max'
ImpMethod='min'
AggMethod='max'
DefuzzMethod='centroid'
[Input1]
Name='er
www.eeworm.com/read/338523/12298708
fis ex37a_fis.fis
[System]
Name='ex37A_fis'
Type='mamdani'
Version=2.0
NumInputs=2
NumOutputs=1
NumRules=5
AndMethod='min'
OrMethod='max'
ImpMethod='min'
AggMethod='max'
DefuzzMethod='centroid'
[Input1]
Name='error'
R
www.eeworm.com/read/338523/12299815
fis ex38_fis.fis
[System]
Name='ex38_fis'
Type='mamdani'
Version=2.0
NumInputs=2
NumOutputs=1
NumRules=13
AndMethod='prod'
OrMethod='probor'
ImpMethod='prod'
AggMethod='max'
DefuzzMethod='centroid'
[Input1]
Name='ek'
www.eeworm.com/read/377421/9277254
fis a.fis
[System]
Name='a'
Type='mamdani'
Version=2.0
NumInputs=1
NumOutputs=1
NumRules=0
AndMethod='min'
OrMethod='max'
ImpMethod='min'
AggMethod='max'
DefuzzMethod='centroid'
[Input1]
Name='input1'
Range=[-
www.eeworm.com/read/389692/8507250
c fis.c
/*
* Stand-alone C codes for fuzzy inference systems.
* (This file is included in fismain.c)
* J.-S. Roger Jang, 1994.
* Copyright 1994-2001 The MathWorks, Inc.
*/
/*
* Copyright 1994
www.eeworm.com/read/389692/8507609
h fis.h
/*
* Copyright 1994-2005 The MathWorks, Inc.
*/
#ifndef __FIS__
# define __FIS__
#include
#include
#include
#include
/*************************