代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/388478/2550454
vwf shift_detect.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/386113/2573506
tdf filter_shift.tdf
parameters
(
tap=16,
x_wid=12 --3
);
subdesign filter_shift
(
clk : input;
clr : input = vcc;
xin[x_wid..1] : input;
s_en : input;-- = gnd;
y_ff[tap..1][x_wid..1]:output;
www.eeworm.com/read/386113/2573518
inc filter_shift.inc
function filter_shift
(
clk,
clr,
xin[12..1],
s_en
)
returns
(
y_ff[16..1][12..1] -- 16->3
);
www.eeworm.com/read/384950/2596227
m sig_shift.m
function [yshift,n]=sig_shift(x,m,n0)
%信号延迟的程序,m为输入x的下标
%n0为延迟的单位长度
n=m+n0;
yshift=x;
function [yam,n]=sig_proc(x1,n1,x2,n2,s)
%信号相加和相乘的程序
%x1,x2分别为输入序列,n1,n2为对应下标
%s=0为加法;其他值为乘法
n=min(min(
www.eeworm.com/read/379834/2666717
xco shift16.xco
# BEGIN Project Options
SET flowvendor = Foundation_iSE
SET vhdlsim = True
SET verilogsim = True
SET workingdirectory = D:\work\ISE\c11
SET speedgrade = -12
SET simulationfiles = Behavioral
SET asysym
www.eeworm.com/read/379055/2677437
xco shift16.xco
# BEGIN Project Options
SET flowvendor = Foundation_iSE
SET vhdlsim = True
SET verilogsim = True
SET workingdirectory = D:\work\ISE\c11
SET speedgrade = -12
SET simulationfiles = Behavioral
SET asysym
www.eeworm.com/read/378825/2680925
asm bcd shift.asm
ORG 00H
MOV R7,#03H
MOV R0,#30H
MOV 30H,#47H
MOV 31H,#36H
MOV 32H,#21H
BRLN: MOV A,R7 ;取字节数至R2中
MOV R2,A
ADD A,R0 ;初始化数据指针
MOV R0,A
MOV R3,#0 ;工作单元
www.eeworm.com/read/378421/2686386
vhd reg_shift.vhd
--** 移位寄存器 **--
--文件名:reg_shift.vhd
--功 能:移位寄存器
--说 明:“data”采用八位拨盘开关来置入数据;
-- “q”中的数据每秒中移动一次,采用发光二极管来表示;
-- “enable”作为数据的输入使
www.eeworm.com/read/378421/2686387
ucf reg_shift.ucf
NET "cs" LOC = "p175";
NET "cs" LOC = "p176";
NET "datain" LOC = "p110";
NET "datain" LOC = "p111";
NET "datain" LOC = "p112";
NET "datain" LOC = "p113";
NET "datain
www.eeworm.com/read/375613/2723259
h fp_shift.h
/*
(c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: /cvsup/minix/src/lib/ack/f