代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/352500/10547384
c example 2-2.c
/* Example 2 - 2. Unsigned Fixed-Point Division C Subroutine for C6x */
/********************************************************************/
/* num --- numerator(被除数), den --- denominat
www.eeworm.com/read/352445/10552027
m circ.m
function y = circ(x, n)
% circ -- Circularly shift the elements of a vector.
%
% Usage
% y = circ(x, n)
%
% Inputs
% x signal vector.
% n shift factor. + is right or down, - is le
www.eeworm.com/read/423536/10553157
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift register sequence when the
% shift register connections are given as input to
www.eeworm.com/read/278084/10575113
vhd 66_fir.vhd
Library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use work.SIGNED_ARITH.all;
use work.coeffs.all;
entity fir is
port(clk,reset: in std_logic;
sample: in signed (
www.eeworm.com/read/278084/10575613
vhd 13_shl.vhd
function SHL( v2 : MVL7_VECTOR ; fill : MVL7 ) return MVL7_VECTOR is
variable v1: MVL7_VECTOR (v2'high downto v2'low);
variable shift_val: MVL7_VECTOR (v1'high downto v1'low);
www.eeworm.com/read/352143/10578124
v frameparser.v
#############################################################################
# frameparser.v
# YACC verbose file generated from frameparser.y.
#
# Date: 05/20/07
# Time: 22:59:12
#
# AYACC V
www.eeworm.com/read/159920/10588853
c lbitops.c
/*
** large bit array operations by Scott Dudley
** with modifications by Auke Reitsma and Bob Stout
**
** Public domain
*/
#include
/*
** The following macros assume CHAR_B
www.eeworm.com/read/277958/10590784
m exa2_5.m
% exa2-5_circle_shift.m, for example 2-5
% to test circle_shift.m
clear;
n=0:8;
x=[1,2,3,4,5,6,7,8,9];
y2=circshift(x,2,9);
y4=circshift(x,4,9);
y6=circshift(x,6,9);
y8=circshift(x,8,9);
y9
www.eeworm.com/read/351829/10604831
in series.in
#! @BASH@
# This script is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
#
www.eeworm.com/read/159620/10632888
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift register sequence when the
% shift register connections are given as input to