代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/304723/13788767
vwf shift_reg.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/301888/13846724
m shift_ifft.m
% File: shift_ifft.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wir
www.eeworm.com/read/301795/13848309
vhd ram_shift.vhd
-- PARALLE IN PARALLEL OUT SHIFTER IN THE ADDRESS GENERATION UNIT.
-- REQUIRED BECAUSE FFT IS COMPUTED ON DATA AND WRITTEN BACK INTO THE SAME
-- LOCATION AFTER 5 CYCLES. SO THE READ ADDRESS IS SHIFT
www.eeworm.com/read/301795/13848321
vhd shift2.vhd
-- SHIFT UNIT
library ieee ;
use ieee.std_logic_1164.all ;
use work.butter_lib.all ;
use ieee.std_logic_arith.all ;
use ieee.std_logic_unsigned.all ;
entity shift2 is
port (
sub_contr
www.eeworm.com/read/301711/13851479
vhd shift_register.vhd
--
library IEEE;
use IEEE.STD_LOGIC_1164.all;
--
entity shift_register is
--
generic(TOTAL_BIT:integer:=10);
--
port(clk:in std_logic;
reset_n:in std_logic;
din:in std_logic;
www.eeworm.com/read/301636/13853327
vhd ram_shift.vhd
-- PARALLE IN PARALLEL OUT SHIFTER IN THE ADDRESS GENERATION UNIT.
-- REQUIRED BECAUSE FFT IS COMPUTED ON DATA AND WRITTEN BACK INTO THE SAME
-- LOCATION AFTER 5 CYCLES. SO THE READ ADDRESS IS SHIFT
www.eeworm.com/read/301636/13853339
vhd shift2.vhd
-- SHIFT UNIT
library ieee ;
use ieee.std_logic_1164.all ;
use work.butter_lib.all ;
use ieee.std_logic_arith.all ;
use ieee.std_logic_unsigned.all ;
entity shift2 is
port (
sub_contr
www.eeworm.com/read/300969/13875173
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: FP_shift.h,v 1.3 89/0
www.eeworm.com/read/300905/13881919
cn2 shift.cn2
~aSHIFT~0
改变批处理程序中可替换参数的位置。
语法
~aSHIFT~0
~aSHIFT~0─注解
~aSHIFT~0命令如何工作
~aSHIFT~0命令通过将每一个参数拷贝到前一个参数来改变可
www.eeworm.com/read/300905/13882418
ex2 shift.ex2
SHIFT─例子
下面的批处理文件MYCOPY.BAT说明怎样用SHIFT命令处理任意多个命令行参
数,将一系列文件拷贝到一个指定的目录。使用的参数是目录名和后面的一系
列文件名。
@echo off
rem MYCOPY.BAT copies any number of files