代码搜索:Inference
找到约 1,820 项符合「Inference」的源代码
代码结果 1,820
www.eeworm.com/read/291387/8422081
m fuzzy_g.m
%Graphical Interface for the fuzzy inference system
%
%________________________________________________January 24,1997_____
global model
global memb_fun
global model_bias
global arch
global format_o
www.eeworm.com/read/389692/8507186
m fuzzy.m
function fuzzy(action);
%FUZZY Basic FIS editor.
% The FIS Editor displays high-level information about a
% Fuzzy Inference System. At the top is a diagram of the
% system with each input
www.eeworm.com/read/389692/8507260
m plotfis.m
function plotfis(fis)
%PLOTFIS Display FIS input-output diagram.
% PLOTFIS(FISSTRUCT) creates an input-output display of the fuzzy
% inference system associated with the FIS structure FISSTRUCT
www.eeworm.com/read/389692/8507263
m cmthdlg.m
function cmthdlg(action,fis,methodType)
%CMTHDLG Create dialog for adding customized inference methods.
% CMTHDLG(action,fis,methodType) opens a dialog box that
% allows you to add your own in
www.eeworm.com/read/389692/8507527
m checkfis.m
function res = checkfis(fis);
% Copyright 2005 The MathWorks, Inc.
%CHECKFIS Checks the fuzzy inference system properties for legal values.
%
% res = CHECKFIS(FIS) returns 1 if all properties
www.eeworm.com/read/177506/9450496
m fuzzy.m
function fuzzy(action);
%FUZZY Basic FIS editor.
% The FIS Editor displays high-level information about a
% Fuzzy Inference System. At the top is a diagram of the
% system with each input
www.eeworm.com/read/359005/10171561
m fuzzy.m
function fuzzy(action);
%FUZZY Basic FIS editor.
% The FIS Editor displays high-level information about a
% Fuzzy Inference System. At the top is a diagram of the
% system with each input
www.eeworm.com/read/359005/10171617
m plotfis.m
function plotfis(fis)
%PLOTFIS Display FIS input-output diagram.
% PLOTFIS(FISSTRUCT) creates an input-output display of the fuzzy
% inference system associated with the FIS structure FISSTRUCT
www.eeworm.com/read/359005/10171619
m cmthdlg.m
function cmthdlg(action,fis,methodType)
%CMTHDLG Create dialog for adding customized inference methods.
% CMTHDLG(action,fis,methodType) opens a dialog box that
% allows you to add your own in
www.eeworm.com/read/422532/10631523
vhd counters.vhd
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
ENTITY counters IS
PORT
(
d : IN INTEGER RANGE 0 TO 255;
clk : IN BIT;
clear