代码搜索:shift

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

代码结果 10,000
www.eeworm.com/read/35405/1057164

ex2 shift.ex2

SHIFT─例子 下面的批处理文件MYCOPY.BAT说明怎样用SHIFT命令处理任意多个命令行参 数,将一系列文件拷贝到一个指定的目录。使用的参数是目录名和后面的一系 列文件名。 @echo off rem MYCOPY.BAT copies any number of files
www.eeworm.com/read/40270/1138872

jhd shift_register.jhd

MODULE shift_register
www.eeworm.com/read/40270/1138902

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_lo
www.eeworm.com/read/40385/1139193

pld shift16.pld

Name Shift16; Partno ; Revision 01; Date 8/11/95; Designer PLD Expert; Company Atmel Corp.; Location None; Assembly None; Dev
www.eeworm.com/read/492491/1173330

vhd shift_inst.vhd

shift_inst : shift PORT MAP ( shiftin => shiftin_sig, clock => clock_sig, shiftout => shiftout_sig, taps => taps_sig );
www.eeworm.com/read/492491/1173374

vhd shift_register.vhd

-- 库声明 library IEEE; use IEEE.STD_LOGIC_1164.all; -- 实体声明 entity shift_register is -- 类属参数 generic ( TOTAL_BIT : integer := 67 ); -- 端口 port ( clk : in std_logic; reset_n : in std_lo
www.eeworm.com/read/489717/1210817

c bn_shift.c

/* crypto/bn/bn_shift.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/487201/1240909

asm shift32.asm

;-----------------------------------------------------------------; ; This routine shifts the unsigned 32-bit value pointed to ; ; by R0, right or left an arbitrary amount.
www.eeworm.com/read/483857/1274604

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/482889/1283136

hpp shift_right.hpp

#ifndef BOOST_MPL_SHIFT_RIGHT_HPP_INCLUDED #define BOOST_MPL_SHIFT_RIGHT_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // Copyright Jaap Suter 2003 // // Distributed under the Boost So