代码搜索:shift

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

代码结果 10,000
www.eeworm.com/read/265916/11250081

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/265460/11263713

c shift.c

www.eeworm.com/read/146473/12645167

vhd shift.vhd

-- File: shift.vhd -- -- Author: Jennifer Jenkins -- Xilinx -- Purpose: Serial in/serial out 8-bit parallel load/out shift -- register component definition. Must have shi
www.eeworm.com/read/203890/15349876

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/203511/15356773

vwf shift.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/203511/15356774

done shift.done

Sat Dec 30 12:38:38 2006
www.eeworm.com/read/203511/15356778

qpf shift.qpf

# Copyright (C) 1991-2006 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any outpu
www.eeworm.com/read/203511/15356779

qws shift.qws

[ProjectWorkspace] ptn_Child1=Frames [ProjectWorkspace.Frames] ptn_Child1=ChildFrames [ProjectWorkspace.Frames.ChildFrames] ptn_Child1=Document-0 ptn_Child2=Document-1 ptn_Child3=Document-2 pt
www.eeworm.com/read/203511/15356781

qsf shift.qsf

# Copyright (C) 1991-2006 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any outpu
www.eeworm.com/read/203511/15356782

v shift.v

/*第五题: 编写一个对输入向量作算术移位操作的模块。指定输入长度用参数表示, 缺少值为32。同时指定移位次数用参数表示,缺少值为1。编写一个模拟、 试模块以验证对12位向量进行8次移位操作的正确性。*/ `timescale 1ns/1ns module shift(in,out,direction); parameter width=12; paramete