代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/346459/11743295
m shift.m
function y=shift(x,t)
% SHIFT Shift the signal on the time axis.
%
% Y=SHIFT(X,T) shifts the time of signal X by time T. In essence,
% the beginning instant of the signal X is increased by time T.
%
www.eeworm.com/read/257924/11906137
c shift.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ shift.c - this file implements bitwise shifting instruc
www.eeworm.com/read/257921/11906397
c shift.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ shift.c - this file implements bitwise shifting instructi
www.eeworm.com/read/151090/12235786
m shift.m
% Program CDMA-4
% shift.m
%
% shift the contens of the register.
%
function [outregi] = shift(inregi, shiftr, shiftu)
% -----------------------------------------------------------
% inre
www.eeworm.com/read/252132/12300200
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/336451/12443032
h shift.h
/**
*
* 文件名: Shift.h
* 描述: 转换类申明
* 作者: 魏罡
* 时间: 2005.7.10 - 2005.7.10
*
* file name: Shift.h
* description:
* author: WEI-Gang
* time: 2005.7.10 - 2005.7.10
www.eeworm.com/read/336451/12443051
cpp shift.cpp
#include "stdafx.h"
/**
*
* 文件名: Shift.cpp
* 描述: 转换类函数实现
* 转换类用于用户坐标和内部坐标之间的转换
* 作者: 魏罡
* 时间: 2005.7.10 - 2005.7.10
*
* file name: Shift.cpp
* description:
* aut
www.eeworm.com/read/131754/14131511
vhd shift.vhd
-- File: shift.vhd
--
-- Author: Jennifer Jenkins
-- Philips Semiconductor
-- Purpose: Serial in/serial out 8-bit parallel load/out shift
-- register component definition.
www.eeworm.com/read/233265/14161227
a51 shift.a51
;;-----------------------------------------------------------------------------
;; Fast JTAG serial bit output for usbjtag
;;---------------------------------------------------------------------------
www.eeworm.com/read/231691/14223245
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)
% ********************************