代码搜索:multiplier
找到约 3,480 项符合「multiplier」的源代码
代码结果 3,480
www.eeworm.com/read/292180/8369531
vhd multiplier.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE IEEE.numeric_std.ALL;
ENTITY multiplier IS
-- Declarations
port (CLK : in std_logic;
RESET : in std_logic;
input1 : in std_logi
www.eeworm.com/read/389292/8535698
java multiplier.java
//: annotations/Multiplier.java
// APT-based annotation processing.
package annotations;
@ExtractInterface("IMultiplier")
public class Multiplier {
public int multiply(int x, int y) {
in
www.eeworm.com/read/187967/8584211
dni multiplier.dni
[State Storage]
Reaction Register=0
Control Register=0
[Breakpoints]
Count=0
[FET]
Emulation mode=0
Free running=0
[Memory Dump]
Start address=
Lenghth=
Address info=0
Format=0
Dump regis
www.eeworm.com/read/187967/8584224
fmt multiplier.fmt
[struct types]
Count=_ 0
[watch formats]
Count=_ 0
www.eeworm.com/read/286388/8766514
class multiplier.class
www.eeworm.com/read/286388/8766539
java multiplier.java
import java.applet.Applet;
import java.awt.*;
import java.awt.event.*;
/*
*/
public class multiplier ex
www.eeworm.com/read/377553/9271648
vhd multiplier.vhd
--multiplier.vhd n-bit multiplier
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_unsigned.all ;
use work.components.all ;
entity multiplier is
generic ( n : integer := 7; nn :