代码搜索:Vector

找到约 10,000 项符合「Vector」的源代码

代码结果 10,000
www.eeworm.com/read/322640/13372392

bak standard_asm.lcf.bak

/*************** memory part *************************/ memory { SFR : org=0x0000 , len=0x0040 data.s : org=0x0040 , len=0x00c0 data.m : org=0x0100 , len=0x0140 code.m : org=0xe
www.eeworm.com/read/314580/13564055

asm main.asm

;================================================================================== ; The information contained herein is the exclusive property of ; Sunplus Technology Co. And shall not be distribu
www.eeworm.com/read/307021/13732873

vhd div4_2.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY div4_2 IS PORT( numerator : IN STD_LOGIC_VECTOR (3 DOWNTO 0); --被除数 denominator : IN STD_LOGIC_VECT
www.eeworm.com/read/307021/13732888

vhd decoder4_10.vhd

LIBRARY IEEE; USE IEEE.std_logic_1164.ALL; ENTITY decoder4_10 IS PORT( A : IN STD_LOGIC_VECTOR(3 downto 0); Y : OUT STD_LOGIC_vector(9 downto 0)); END decoder4_10; ARCHITECTURE behavier
www.eeworm.com/read/302155/13840983

c bitvec.c

/* Getting and setting bits in a bit-vector. */ /* Copyright (C) 1997 Andrew McCallum Written by: Andrew Kachites McCallum This file is part of the Bag-Of-Words Library
www.eeworm.com/read/301744/13849927

vhd op3.vhd

LIBRARY ieee ; USE ieee.std_logic_1164.ALL; USE ieee.std_logic_unsigned.ALL; ENTITY op3 IS PORT ( clk : IN std_logic; vcount : IN std_logic_vector(11 DOWNTO 0); hcount : IN std_logic_ve
www.eeworm.com/read/148143/5718074

dld flash.dld

/* * File: flash.dld * Purpose: Linker file for the M5272C3 Rev 2.1 and earlier * * Notes: For use with a Flash programmer. * */ MEMORY { sdram : org = 0x00000000, len = 0x004000
www.eeworm.com/read/148143/5718077

dld flash.dld

/* * File: flash.dld * Purpose: Linker file for the M5272C3 Rev 2.2 and later * * Notes: For use with a Flash programmer. * */ MEMORY { sdram : org = 0x00000000, len = 0x0100000
www.eeworm.com/read/147766/5726924

h hublb_next.h

/* $Id$ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright
www.eeworm.com/read/141343/5770009

vhdl std_logic_arith_body.vhdl

LIBRARY ieee; -- LIBRARY arithmetic; PACKAGE BODY std_logic_arith IS USE ieee.std_logic_1164.ALL; -- USE arithmetic.utils.all; ------------------------------------------------------