代码搜索:Inference
找到约 1,820 项符合「Inference」的源代码
代码结果 1,820
www.eeworm.com/read/415351/11075573
vhd 简单的锁存器.vhd
-- Latch Inference
-- Download from: http://www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all ;
ENTITY latchinf IS
PORT
(
enable, data : IN BIT;
q : OUT BIT
);
END l
www.eeworm.com/read/166836/9995447
c invp_flc.c
/*
* File : invp_flc.c
*
* An example of Fuzzy Inference System,
* uk = fuzzy_controller(ek, dek)
*
* Revised by Chou, Penchen, Aug. 3,2001
* EE Dept., Da-Yeh University.
www.eeworm.com/read/422532/10631376
v counters.v
// MAX+plus II Verilog Example
// Efficient Counter Inference
// Copyright (c) 1997 Altera Corporation
module counters (d, clk, clear, ld, enable, up_down,
qa, qb, qc, qd, qe, qf, q
www.eeworm.com/read/399935/7821063
v counters.v
// MAX+plus II Verilog Example
// Efficient Counter Inference
// Copyright (c) 1997 Altera Corporation
module counters (d, clk, clear, ld, enable, up_down,
qa, qb, qc, qd, qe, qf, q
www.eeworm.com/read/137285/13334838
h fe6.h
/*
fe.h
fe.c handles purely the inference problem A s + n = z
by free energy minimization
fe6.h differs by having most c-> variables specified in fe_var6
www.eeworm.com/read/137285/13334844
h fe2.h
/*
fe.h
fe.c handles purely the inference problem A s + n = z
by free energy minimization
fe2.h has very minor changes; in fact, SCRAP IT and use the
old fe.h
www.eeworm.com/read/137285/13334925
h fe.h
/*
fe.h
fe.c handles purely the inference problem A s + n = z
by free energy minimization
fe2.h has very minor changes; in fact, SCRAP IT and use the
old fe.h
www.eeworm.com/read/136696/13365565
m zadeh.m
function [dbp,W]=zadeh(a,b,c,d,e,f,g,h,i,j,k)
%ZADEH: Based on Lotfi A. Zadeh's Compositional rule of inference, and
% Mamdani's implication relation (MIN), decision for a set of
% ru
www.eeworm.com/read/136696/13365606
m reasdemo.m
function reasdemo
% REASDEMO: To be called from FISDEMO.M.
% FISMAT: Fuzzy Inference Systems toolbox for MATLAB
% (c) A. Lotfi, University of Queensland (Email: lotfia@s1.elec.uq.oz.au)
% 13-10-
www.eeworm.com/read/136696/13365631
m impldemo.m
function impldemo
% IMPLDEMO: To be called from FISDEMO.M.
% FISMAT: Fuzzy Inference Systems toolbox for MATLAB
% (c) A. Lotfi, University of Queensland (Email: lotfia@s1.elec.uq.oz.au)
% 13-10-