代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/264194/11326055
syn_hier_info shift.syn_hier_info
www.eeworm.com/read/263314/11367755
txt shift_register_164.txt
-- TTL164 Shift Register
-- download from: www.fpga.com.cn & www.pld.com.cn
library IEEE;
use IEEE.Std_logic_1164.all;
ENTITY dev164 IS
PORT(a, b, nclr, clock : IN BIT;
q : BUFFE
www.eeworm.com/read/407473/11418898
m51 bcd shift.m51
BL51 BANKED LINKER/LOCATER V6.00 07/22/2006 22:26:07 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
E:\KEIL\C51\BIN\BL51.EXE BCD Sh
www.eeworm.com/read/407473/11418901
uv2 bcd shift.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Options 1,
www.eeworm.com/read/403933/11498600
html help.shift-l.html
Instruction : shift-l
shift-l
This instruction reads in the contents of the ?BX? register, and shifts all of the bits in
www.eeworm.com/read/403933/11498606
html help.shift-r.html
Instruction : shift-r
shift-r
This instruction reads in the contents of the ?BX? register, and shifts all of the bits in
www.eeworm.com/read/403922/11500636
html function.array-shift.html
Shift an element off the beginning of array
www.eeworm.com/read/403560/11514857
m cycle_shift_delay.m
clear all;
close all;
tic;
jay=exp(sqrt(-1)*pi/4);
snr=20;
Line_snr=power(10,snr/20);
for trial=1:100
hha=(randn(1,32)+sqrt(-1)*randn(1,32))/sqrt(2);
hhb=(randn(1,32)+sqrt(-1)*randn(1,32))/sqr
www.eeworm.com/read/403560/11514858
asv cycle_shift_delay.asv
clear all;
close all;
tic;
jay=exp(sqrt(-1)*pi/4);
snr=20;
Line_snr=power(10,snr/20);
for trial=1:100
hha=(randn(1,32)+sqrt(-1)*randn(1,32))/sqrt(2);
hhb=(randn(1,32)+sqrt(-1)*randn(1,32))/sqr
www.eeworm.com/read/400990/11566317
vhd reg_shift8.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity reg_shift8 is
port( SCK, SDI ,rst:in std_logic;
dout : out std_logic_vector(7 downto 0));
e