代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/448648/7528240
c command.c
/* Command interpreter routine for virtual terminal [aka TeletYpe]
Copyright (C) 1997, 98, 99 Kunihiro Ishiguro
This file is part of GNU Zebra.
GNU Zebra is free software; you can redistribute i
www.eeworm.com/read/446517/7577276
vhd console.vhd
--------------------------------------------------------------------------------------
-- Copyright (c) 1999 by Alatek. All rights reserved.
--
-- DESIGN : AL8051
-- FILE NAME : con
www.eeworm.com/read/443583/7630400
vhd dds.vhd
-------------------------------------------------------------------------------
-- MiniGA
-- Author: Thomas Pototschnig (thomas.pototschnig@gmx.de)
--
-- License: Creative Commons Attribution-NonCom
www.eeworm.com/read/443250/7635366
vhd v7_3.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee. numeric_std.all;
entity V7_3 is
port(a : in std_logic_vector(7 downto 0);
b : in bit_vector
www.eeworm.com/read/443250/7635488
vhd v10_7.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_signed.all;
use ieee.std_logic_arith.all;
use std.textio.all;
entity tb is
end tb;
architecture a_tb of tb is
component
www.eeworm.com/read/443250/7635505
vhd v10_8.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_signed.all;
use ieee.std_logic_arith.all;
use std.textio.all;
entity tb is
end tb;
architecture a_tb of tb is
component
www.eeworm.com/read/441276/7672208
vhd data.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE IEEE.numeric_std.ALL;
-- use package
USE work.procmem_definitions.ALL;
ENTITY data IS
PORT (clk, rst_n : IN std_ulogic;
PC_en, IorD, MemtoReg, IRWrite, A
www.eeworm.com/read/436708/7765484
vhd duc.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_textio.all;
use std.textio.all;
-- Uncomm
www.eeworm.com/read/198883/7904940
vhd avrucpackage.vhd
-- *****************************************************************************************
-- AVR constants and type declarations
-- Version 0.3
-- Modified 25.03.2003
-- Designed by Ruslan Lepeteno
www.eeworm.com/read/145256/12741587
c command.c
/* Command interpreter routine for virtual terminal [aka TeletYpe]
Copyright (C) 1997, 98, 99 Kunihiro Ishiguro
This file is part of GNU Zebra.
GNU Zebra is free software; you can redistribute i