代码搜索:shift

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

代码结果 10,000
www.eeworm.com/read/381044/9113143

vhd shift_add.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; entity shift_add is port(indata:in std_logic_vector(10 downto 0); clk:in std_logic; add_en: in std_logic;
www.eeworm.com/read/381044/9113865

vhd shift8.vhd

library ieee; use ieee.std_logic_1164.all; entity shift8 is port(a,clk1,clr1:in std_logic; b:out std_logic); end shift8; architecture rtl of shift8 is component dff4 port(clk,clr,d:in std_
www.eeworm.com/read/381043/9113939

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/381043/9113963

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
www.eeworm.com/read/281861/9128767

vhd shift_siso.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL; ENTITY shift_siso IS GENERIC(x : INTEGER := 8); --移位寄存器宽度 PORt( --clk时钟,reset复位,direct移位方向,se移位使能,si串行
www.eeworm.com/read/379944/9171842

v shift_maker.v

// Written by Amit Pandey `define SHIFT_TYPE1 2'b00 `define SHIFT_TYPE2 2'b01 `define SHIFT_TYPE3 2'b10 `define SHIFT_TYPE4 2'b11 module shift_maker(ir2, Reg_value, SAM_Ctrl,BS_Shift_Amt,BS_Sh
www.eeworm.com/read/181830/9235656

m projection_shift.m

function [Pnew,Ptnew,F] = projection_shift(P,Pt,nshift,side,Qsize) % PROJECTION_SHIFT -- relative shift of biorthogonal multiwavelets % % [Pnew,Ptnew,F] = projection_shift(P,Pt,nshift,side,Qsi
www.eeworm.com/read/181668/9242226

cpp shift-prec.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/377342/9280021

cpp shift-prec.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/180734/9296649

cpp shift-prec.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that