代码搜索:pipelined
找到约 76 项符合「pipelined」的源代码
代码结果 76
www.eeworm.com/read/183260/9173748
sql pipelined.sql
www.eeworm.com/read/241366/13150256
sql pipelined.sql
CREATE FUNCTION super_complex_validation ( p_dt DATE,
p_amt NUMBER )
RETURN BOOLEAN IS
BEGIN
RETURN(TRUE);
END;
/
CREATE TABLE acct_transac
www.eeworm.com/read/300908/13881557
vhd pipelined.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
PACKAGE my_ctlr_p IS
COMPONENT CTLR_P
GENERIC(ADDR_BITS : INTEGER := 16;
DATA_BITS : INTEGER := 36);
PORT(
dq : INOUT std_log
www.eeworm.com/read/371229/9560671
v pipelined_word_mux.v
// Copyright 2007 Altera Corporation. All rights reserved.
// Altera products are protected under numerous U.S. and foreign patents,
// maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/371229/9560814
v pipelined_word_mux.v
// Copyright 2007 Altera Corporation. All rights reserved.
// Altera products are protected under numerous U.S. and foreign patents,
// maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/241366/13150260
sql date_parser_pipelined.sql
CREATE OR REPLACE FUNCTION date_parse ( p_curs SYS_REFCURSOR )
RETURN order_date_t
PIPELINED AS
/*
|| Disassemble portions of date field in an order so
www.eeworm.com/read/300908/13881559
vhd pipelined_stages_p.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY PIPELINED_STAGES_P IS
GENERIC(DATA_BITS : INTEGER := 36);
PORT(
ui_read_data : OUT STD_LOGIC_VECTOR(DATA_BITS-1 DOWNTO 0);
write
www.eeworm.com/read/371229/9560667
v pipelined_word_mux_tb.v
// Copyright 2007 Altera Corporation. All rights reserved.
// Altera products are protected under numerous U.S. and foreign patents,
// maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/477278/6741291
tdf top_level_cordic.tdf
%------------------------------------------------------------------------------------------------------------------------------------------------------------
CORDIC HammerCores
Version No
www.eeworm.com/read/438318/7732818