代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/233876/14130453
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/233876/14130458
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/233704/14142756
v 8shift_register.v
module _8bitshift_register(d_out,d_in,clk1,clk2);
output d_out;
input d_in,clk1,clk2;
reg d_out;
reg[1:7] data;
reg[1:4] i;
always@(posedge clk1 or negedge clk2)
begin
d_out=data[1];
for(i=1
www.eeworm.com/read/233704/14142827
v shift_register_3.v
module shift_register_3(d_out,reg_a,reg_b,d_in,clk);
output d_out,reg_a,reg_b;
input d_in,clk;
reg d_out,reg_a,reg_b;
always@(posedge clk)
begin
d_out=reg_b;
reg_b=reg_a;
reg_a=d_in;
e
www.eeworm.com/read/233567/14146860
vhd shift_register_tb.vhd
---------------------------------------------------------------------------------------------------
--
-- Title : Test Bench for shift_register
-- Design : UART
-- Author : Xinghua
www.eeworm.com/read/233567/14146891
jhd shift_register_tb.jhd
MODULE shift_register_tb
SUBMODULE shift_register
www.eeworm.com/read/232608/14188746
cnf shift_16(1).cnf
www.eeworm.com/read/129562/14237764
ico shift right and copy.ico
www.eeworm.com/read/129562/14237767
ico shift down and move.ico
www.eeworm.com/read/129562/14237770