代码搜索:adder

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

代码结果 6,792
www.eeworm.com/read/466773/1509345

java improvedadder.java

package swing.adder; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Container; import java.awt.FlowLayout; import java.awt.event.ActionEvent; import java.awt.event.Acti
www.eeworm.com/read/304222/3802335

makefile

# Makefile for lib/float. CC1 = ./FP.compile LIBRARY = ../libfp.a all: $(LIBRARY) OBJECTS = \ $(LIBRARY)(add_ext.o) \ $(LIBRARY)(adder.o) \ $(LIBRARY)(adf4.o) \ $(LIBRARY)(adf8.o) \ $(LIBRARY)
www.eeworm.com/read/389922/2530936

makefile

# Makefile for lib/float. CC1 = ./FP.compile LIBRARY = ../libfp.a all: $(LIBRARY) OBJECTS = \ $(LIBRARY)(add_ext.o) \ $(LIBRARY)(adder.o) \ $(LIBRARY)(adf4.o) \ $(LIBRARY)(adf8.o) \ $(LIBRARY)
www.eeworm.com/read/173672/9643798

vhd bcd_add_sub.vhd

--bcd_add_sub.vhd 3 digits bcd adder/subtractor with start and done library ieee ; use ieee.std_logic_1164.all; use work.components.all; entity bcd_add_sub is port( clock : in std_logic ;--
www.eeworm.com/read/173672/9643825

vhd bcd3.vhd

--bcd3.vhd 3 digits bcd adder/subtractor library ieee ; use ieee.std_logic_1164.all; use work.components.all; entity bcd3 is port( a : in std_logic_vector(11 downto 0);--砆
www.eeworm.com/read/268666/11125766

vhdl bmul32.vhdl

-- bmul32.vhdl parallel multiply 32 bit x 32 bit two's complement -- the main components are bmul32, special Booth 32 x 32 -> 16 bit multiplier -- badd32 32 bit specialized adder for Booth multiplie
www.eeworm.com/read/412298/11206722

vhd addsub64.vhd

-- Description : 64 bit adder/subtractor library ieee; library work; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; use work.all; entity ad
www.eeworm.com/read/237764/13932681

summary myadder.fit.summary

Fitter Status : Successful - Mon Jul 23 13:40:19 2007 Quartus II Version : 6.0 Build 178 04/27/2006 SJ Full Version Revision Name : myadder Top-level Entity Name : adder4 Family : Cyclone Device
www.eeworm.com/read/237764/13932798

summary myadder.map.summary

Analysis & Synthesis Status : Failed - Mon Jul 23 14:36:09 2007 Quartus II Version : 6.0 Build 178 04/27/2006 SJ Full Version Revision Name : myadder Top-level Entity Name : adder4 Family : Cyclon
www.eeworm.com/read/188784/8515266

cpp n皇后回朔.cpp

#include #include #include #include const unsigned long maxshort=65536L; const unsigned long multiplier=1194211693L; const unsigned long adder=12345L;