代码搜索:shift

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

代码结果 10,000
www.eeworm.com/read/394079/8249528

m shift.m

% Program 5-4 % shift.m % % Shift the contents of the register. % % Programmed by M.Okita and H.Harada % function [outregi] = shift(inregi,shiftr,shiftu) % ********************************
www.eeworm.com/read/293963/8260929

m shift.m

% Program 5-4 % shift.m % % Shift the contents of the register. % % Programmed by M.Okita and H.Harada % function [outregi] = shift(inregi,shiftr,shiftu) % ********************************
www.eeworm.com/read/292863/8328527

m shift.m

% [RES] = shift(MTX, OFFSET) % % Circular shift 2D matrix samples by OFFSET (a [Y,X] 2-vector), % such that RES(POS) = MTX(POS-OFFSET). function res = shift(mtx, offset) dims = size(mtx);
www.eeworm.com/read/292863/8328627

m shift.m

% [RES] = shift(MTX, OFFSET) % % Circular shift 2D matrix samples by OFFSET (a [Y,X] 2-vector), % such that RES(POS) = MTX(POS-OFFSET). function res = shift(mtx, offset) dims = size(mtx);
www.eeworm.com/read/369849/9631275

s shift.s

;// ____________________________________________________________________ ;// ;// Copyright (c) 2003, Andrew N. Sloss, Dominic Symes, Chris Wright ;// All rights reserved. ;// _____________________
www.eeworm.com/read/173493/9655056

c shift.c

www.eeworm.com/read/171387/9758298

s shift.s

;// ____________________________________________________________________ ;// ;// Copyright (c) 2003, Andrew N. Sloss, Dominic Symes, Chris Wright ;// All rights reserved. ;// _____________________
www.eeworm.com/read/415793/11053530

vhd shift.vhd

LIBRARY ieee ; USE ieee.std_logic_1164.all ; LIBRARY lpm ; USE lpm.lpm_components.all ; ENTITY shift IS PORT ( Clock : IN STD_LOGIC ; Reset : IN STD_LOGIC ; Shiftin, Load :
www.eeworm.com/read/415047/11085375

c shift.c

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + shift.c - this file implements bitwise shifting instruc
www.eeworm.com/read/269545/11095145

c shift.c