代码搜索:shift

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

代码结果 10,000
www.eeworm.com/read/198233/7946576

jhd shift_register.jhd

MODULE shift_register
www.eeworm.com/read/198233/7946622

vhd shift_register.vhd

-- 库声明 library IEEE; use IEEE.STD_LOGIC_1164.all; -- 实体声明 entity shift_register is -- 类属参数 generic ( TOTAL_BIT : integer := 10 ); -- 端口 port ( clk : in std_logic; reset_n : in std_lo
www.eeworm.com/read/197263/8008418

m shift_register.m

function y = shift_register(x, k) % Used in Experiment 6: Communications system 4e: Simon Haykin [m, n] = size(x); x = x(:); N = length(x); k = rem(k, N); y = zeros(N, 1); if (k >= 0) y = [x(
www.eeworm.com/read/297205/8045262

java shift_action.java

package java_cup; /** This class represents a shift action within the parse table. * The action simply stores the state that it shifts to and responds * to queries about its type. * * @versi
www.eeworm.com/read/297001/8066376

vhd shift_2.vhd

library ieee; use ieee.std_logic_1164.all; entity shift_1 is generic (N : integer := 16); port (Hsel : in std_logic_vector(1 downto 0); B : in std_logic_vector (N-1 downto 0);
www.eeworm.com/read/296020/8128550

vhd shift8.vhd

-- ************************************************************************ -- -- Owner: Xilinx Inc. -- File: shift8.vhd -- -- Purpose: Serial in/serial out 8-bit parallel load/out shift
www.eeworm.com/read/296020/8128559

vhd shift16.vhd

-- ************************************************************************ -- -- Owner: Xilinx Inc. -- File: shift16.vhd -- -- Purpose: Serial in/serial out 16-bit parallel load/out shift
www.eeworm.com/read/195697/8134989

vhd ram_shift.vhd

-- PARALLE IN PARALLEL OUT SHIFTER IN THE ADDRESS GENERATION UNIT. -- REQUIRED BECAUSE FFT IS COMPUTED ON DATA AND WRITTEN BACK INTO THE SAME -- LOCATION AFTER 5 CYCLES. SO THE READ ADDRESS IS SHIFT
www.eeworm.com/read/195697/8135030

vhd ram_shift.vhd

-- PARALLE IN PARALLEL OUT SHIFTER IN THE ADDRESS GENERATION UNIT. -- REQUIRED BECAUSE FFT IS COMPUTED ON DATA AND WRITTEN BACK INTO THE SAME -- LOCATION AFTER 5 CYCLES. SO THE READ ADDRESS IS SHIFT
www.eeworm.com/read/195697/8135062

vhd shift2.vhd

-- SHIFT UNIT library ieee ; use ieee.std_logic_1164.all ; use work.butter_lib.all ; use ieee.std_logic_arith.all ; use ieee.std_logic_unsigned.all ; entity shift2 is port ( sub_contr