代码搜索:adder

找到约 6,792 项符合「adder」的源代码

代码结果 6,792
www.eeworm.com/read/162705/10281178

prj full_adder.prj

#-- Synplicity, Inc. #-- Version 7.3.1 #-- Project file D:\YHQProj\Synplify\Full_adder.prj #-- Written on Mon Feb 02 09:38:11 2004 #add_file options #implementation: "rev_1" impl -a
www.eeworm.com/read/162705/10281181

prd full_adder.prd

#-- Synplicity, Inc. #-- Version 7.3.1 #-- Project file D:\YHQProj\Synplify\Full_adder.prd #-- Written on Mon Feb 02 09:38:11 2004 # ### Watch Implementation type ### # watch_impl -activ
www.eeworm.com/read/354633/10340380

bsf adder_11.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/354633/10340420

vhd adder_11.vhd

-- megafunction wizard: %ALTMULT_ADD% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: ALTMULT_ADD -- ============================================================ -- File Name: ADDER_11.vh
www.eeworm.com/read/354633/10340820

cmp adder_11.cmp

--Copyright (C) 1991-2004 Altera Corporation --Any megafunction design, and related netlist (encrypted or decrypted), --support information, device programming or simulation file, and any oth
www.eeworm.com/read/278084/10575126

hif 2_adder.hif

HIF003 -- -- Copyright (C) 1988-2002 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, an
www.eeworm.com/read/278084/10575130

vhd 2_adder.vhd

entity adder is port ( in1 : bit_vector; in2 : bit_vector; pout : out bit_vector ); end adder; architecture func of adder is begin process(in1,in2) begin pout
www.eeworm.com/read/278084/10575131

mmf 2_adder.mmf

www.eeworm.com/read/278084/10575136

acf 2_adder.acf

-- -- Copyright (C) 1988-2002 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, and any
www.eeworm.com/read/423262/10575806

h mf_adder.h

#ifdef _DEBUG //#include //#define new DEBUG_NEW #endif #define START_VAL_NUM 16 // We have to define operator= for arr[2],arr[3],arr[4] in order // to enable template use. vo