代码搜索:structural

找到约 526 项符合「structural」的源代码

代码结果 526
www.eeworm.com/read/393424/8287872

m sde_demo_interactive_settings.m

function bigtheta = SDE_demo_interactive_settings() % Asks the user to provide interactively the simulation settings for SDE_demo.m % Returns the SDE model structural parameters. % % usage: big
www.eeworm.com/read/433021/8551908

vhd shift_8bit.vhd

--Structural Description of an 8-bit Shift Register ENTITY dtff IS GENERIC(initial : BIT := '1'); --initial value of q PORT(d, clock : IN BIT; q : BUFFER BIT := initial); END dtff; ARCHITECT
www.eeworm.com/read/449504/7502089

m svar.m

function [a,b,a_se,b_se]=svar(results,sa,sb,da,db,afree,bfree) % PURPOSE: svar verifies the identification conditions for a given structural form % to be imposed on an estimated Var model;
www.eeworm.com/read/385178/6285175

txt readme.txt

Structural EM for BNT Written by Wei Hu (wei.hu@intel.com) 2002 The attached files are SEM codes and test applications. It is based on the junction tree inference engine, and use BK approximation
www.eeworm.com/read/403957/11494317

htm patcat.htm

Pattern Catalog
www.eeworm.com/read/403957/11494979

htm patcat.htm

Pattern Catalog
www.eeworm.com/read/216144/15025889

v clock.v

// This model of a structural clock simulates very fast. module clock(clk); output clk; reg start; //clock oscillator, period = 20 time units nand #10 (clk, clk, start); // changes to start, cl
www.eeworm.com/read/7658/126623

xco tri_mode_eth_mac_v3_2.xco

# BEGIN Project Options SET flowvendor = Foundation_iSE SET vhdlsim = False SET verilogsim = True SET workingdirectory = C:\my_projec\firewall SET speedgrade = -7 SET simulationfiles = Structural SET
www.eeworm.com/read/17583/740428

xco tri_mode_eth_mac_v3_2.xco

# BEGIN Project Options SET flowvendor = Foundation_iSE SET vhdlsim = False SET verilogsim = True SET workingdirectory = C:\my_projec\firewall SET speedgrade = -7 SET simulationfiles = Structural SET
www.eeworm.com/read/389318/8533758

m sstestsu.m

% SSTESTSU: Sequence of structural stability tests with unknown break-point % % SYNTAX: [ss_statvec, thetas] = sstestsu(options, data, popmom, thetafull, Sf, Dfull, pi_l, pi_u, varargin) % % INP