代码搜索:adder
找到约 6,792 项符合「adder」的源代码
代码结果 6,792
www.eeworm.com/read/164962/10080357
vhd adder.vhd
------------------------------------------------------------------------
-- Single-bit adder
------------------------------------------------------------------------
library IEEE;
use IEEE.std_log
www.eeworm.com/read/358376/10190151
xco adder.xco
##############################################################
#
# Xilinx Core Generator version i+IP+122117
# Date: Sun Sep 09 14:00:29 2007
#
########################################################
www.eeworm.com/read/357280/10212646
java adder.java
/*
* Adder.java
*
* Created on den 2 juli 2003, 14:06
*/
package DXBenchmarker;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import javax.microedition.midlet.MIDlet;
im
www.eeworm.com/read/355389/10270950
v adder.v
module adder(cout,sum,a,b,cin);
parameter size=16;
output cout;
output[size-1:0] sum;
input cin;
input[size-1:0] a,b;
assign {cout,sum}=a+b+cin;
endmodule
www.eeworm.com/read/279617/10410128
abl adder.abl
MODULE adder
TITLE 'full adder block'
a, b, cin, sin pin ;
sum, carry pin ;
Equations
sum = ((a & b) $ sin) $ cin;
carry = (cin & (a & b))
# ((a & b) & s
www.eeworm.com/read/423108/10585062
rpt adder.rpt
Project Information c:\work\adder.rpt
MAX+plus II Compiler Report File
Version 10.0 9/14/2000
Compiled: 12/07/2007 17:02:53
Copyright (C) 1988-2000 Alt
www.eeworm.com/read/423108/10585205
ndb adder.ndb
NDB006
The number of symbol table entries is: 1
The length of the symbol table is: 13
Index Hierarchy Path
----- --------------
! &null_hpath&
The number of name info structs is : 10
InsO
www.eeworm.com/read/423108/10585274
fit adder.fit
-- MAX+plus II Compiler Fit File
-- Version 10.0 9/14/2000
-- Compiled: 12/07/2007 17:02:53
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and
www.eeworm.com/read/423108/10585331
ttf adder.ttf
255,255, 98,255, 37, 0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
96, 24,134, 97, 24,134, 9
www.eeworm.com/read/423108/10585400