代码搜索:Inference
找到约 1,820 项符合「Inference」的源代码
代码结果 1,820
www.eeworm.com/read/123143/14645459
m contents.m
% Fuzzy Logic Toolbox.
% Version 2.0 15-Nov-1997
%
% GUI editors
% anfisedit - ANFIS training and testing UI tool.
% findcluster- Clustering UI tool.
% fuzzy - Basic FIS editor.
www.eeworm.com/read/160391/5571539
m quickscore_inf_engine.m
function engine = quickscore_inf_engine(inhibit, leak, prior)
% QUICKSCORE_INF_ENGINE Exact inference for the QMR network
% engine = quickscore_inf_engine(inhibit, leak, prior)
%
% We create an in
www.eeworm.com/read/476033/6772729
v latchinf.v
// MAX+plus II Verilog Example
// Latch Inference
// Copyright (c) 1997 Altera Corporation
module latchinf(enable, data, q);
input enable, data;
output q;
reg q;
always @(
www.eeworm.com/read/268989/11112301
v 锁存器.v
// Latch Inference
// download from: http://www.fpga.com.cn
module latchinf(enable, data, q);
input enable, data;
output q;
reg q;
always @(enable or data)
if (enable)
www.eeworm.com/read/334076/12642748
m contents.m
% Fuzzy Logic Toolbox.
% Version 2.0 15-Nov-1997
%
% GUI editors
% anfisedit - ANFIS training and testing UI tool.
% findcluster- Clustering UI tool.
% fuzzy - Basic FIS editor.
www.eeworm.com/read/389692/8507313
m ruleview.m
% RULEVIEW 儖乕儖價儏乕儚偲僼傽僕傿悇榑僟僀傾僌儔儉
%
% RULEVIEW(fis) 偼丄僼傽僕傿悇榑僔僗僥儉 fis 偵懳偟偰丄Rule Viewer丄
% 傑偨偼丄Inference Diagram Viewer 傪奐偒傑偡丅
% RULEVIEW('FILENAME') 偼丄僼傽僀儖 FILENAME.FIS 偵僗僩傾偝傟偰偄傞
% 僼傽僕僀悇榑僔僗僥儉偵懳偡傞
www.eeworm.com/read/364724/9897089
log __projnav.log
Project Navigator Auto-Make Log File
-------------------------------------
Started process "Synthesize".
=========================================================================
*
www.eeworm.com/read/364722/9897237
log __projnav.log
Project Navigator Auto-Make Log File
-------------------------------------
Started process "Synthesize".
=========================================================================
*
www.eeworm.com/read/338238/12317150
manual
The package includes 3 Matlab-interfaces to the c-code:
1. inference.m
An interface to the full inference package, includes several methods for
approximate inference: Loopy Belief Propagation,
www.eeworm.com/read/123143/14645469
m sffis.m
function sffis
%SFFIS Fuzzy Inference S-function.
% This is a SIMULINK S-function for fuzzy inference system; it is
% called by the SIMULINK block of fuzzy controller in FUZBLOCK.
% This fu