代码搜索:Inference

找到约 1,820 项符合「Inference」的源代码

代码结果 1,820
www.eeworm.com/read/373369/9460785

java tuple.java

//: net/mindview/util/Tuple.java // Tuple library using type argument inference. package net.mindview.util; public class Tuple { public static TwoTuple tuple(A a, B b) { return
www.eeworm.com/read/169058/9883475

java tuple.java

//: net/mindview/util/Tuple.java // Tuple library using type argument inference. package net.mindview.util; public class Tuple { public static TwoTuple tuple(A a, B b) { return
www.eeworm.com/read/166836/9995787

c flc_invp.c

/* * File : flc_invp.c * Abstract: * An example C-file S-function for linking Fuzzy Inference System, * uk = fuzzy_controller(ek, dek) * * See simulink/src/sfuntmpl_doc.c *
www.eeworm.com/read/164962/10080329

vhd reginf.vhd

-- MAX+plus II VHDL Example -- Register Inference -- Copyright (c) 1994 Altera Corporation Library IEEE ; use IEEE.std_logic_1164.all ; ENTITY reginf IS PORT ( d, clk, clr, pre, load
www.eeworm.com/read/359005/10171606

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/359005/10171987

m mktipper.m

%MKTIPPER Build tipper FIS with commands. % This script shows how you would build an entire fuzzy % inference system from the command line. % Ned Gulley, 2-1-95 % Copyright 1994-2002 The
www.eeworm.com/read/353811/10416431

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/417397/10991808

txt 简单的锁存器.txt

-- 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/332978/7142019

java tuple.java

//: net/mindview/util/Tuple.java // Tuple library using type argument inference. package net.mindview.util; public class Tuple { public static TwoTuple tuple(A a, B b) { return
www.eeworm.com/read/450602/7480630

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