代码搜索:structural

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

代码结果 526
www.eeworm.com/read/243682/12924485

txt asn1.txt

/L20"ASN.1" Line Comment = -- File Extensions = ASN /Delimiters = ={}(): , /C1"structural types" CHOICE ENUMERATED IDENTIFIER OBJECT OF RELATIVE-OID SEQUENCE SET { } /C2 BEGIN DEF
www.eeworm.com/read/407963/11406979

vhd bidir.vhd

library IEEE; use IEEE.std_logic_1164.all; use work.primitive.all; entity bidirbuffer is port ( input: in std_logic; enable: in std_logic; feedback: out std_logic; output: inout std
www.eeworm.com/read/407963/11406985

vhd oe.vhd

library IEEE; use IEEE.std_logic_1164.all; use work.primitive.all; entity tribuffer is port ( input: in std_logic; enable: in std_logic; output: out std_logic ); end tribuffer;
www.eeworm.com/read/407957/11407046

vhd exstruc.vhd

library IEEE; use IEEE.std_logic_1164.all; use work.primitive.all; entity LogicFcn is port ( A: in std_logic; B: in std_logic; C: in std_logic; Y: out std_logic ); end LogicFcn;
www.eeworm.com/read/335305/12540643

inp ws12c.inp

! ANSYS 5.7 Intro Part 1 - Workshop 12c FINISH /CLEAR,START /INPUT,multi-ls,inp /SOLU ! Load Step 1 - Thermal Loads !/PSF,CONV,TBULK,0 LDREAD,TEMP,,,,,multi-ls,rth /PBF,TEMP,,1 EPLO
www.eeworm.com/read/335305/12540691

inp ws4a.inp

! ANSYS 5.7 Intro Part 1 - Workshop 4 FINISH /CLEAR,START RESUME,pipe-th,db1,,0,0 /NOPR /PMETH,OFF,0 KEYW,PR_SET,1 KEYW,PR_STRUC,1 KEYW,PR_THERM,0 KEYW,PR_FLUID,0 KEYW,PR_E
www.eeworm.com/read/291453/8417554

vhd 加法器源程序.vhd

------------------------------------------------------------------------ -- Single-bit adder ------------------------------------------------------------------------ library IEEE; use IEEE.std_log
www.eeworm.com/read/291453/8417557

txt 加法器描述.txt

-- A Variety of Adder Styles -- download from: www.fpga.com.cn & www.pld.com.cn ------------------------------------------------------------------------ -- Single-bit adder -----------------------
www.eeworm.com/read/390924/8433387

txt 加法器描述.txt

-- A Variety of Adder Styles -- download from: www.fpga.com.cn & www.pld.com.cn ------------------------------------------------------------------------ -- Single-bit adder -----------------------
www.eeworm.com/read/433021/8551984

vhd 加法器源程序.vhd

------------------------------------------------------------------------ -- Single-bit adder ------------------------------------------------------------------------ library IEEE; use IEEE.std_log