代码搜索:shift

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

代码结果 10,000
www.eeworm.com/read/364815/9892398

hex bcd shift.hex

:100000007F037830753047753136753221EFFA2825 :0C001000F87B0018E6C4F6EBD6FBDAF72C :00000001FF
www.eeworm.com/read/364815/9892402

obj bcd shift.obj

www.eeworm.com/read/364815/9892404

lnp bcd shift.lnp

"BCD Shift.obj" TO "BCD Shift"
www.eeworm.com/read/364617/9903112

bsf shift_led.bsf

/* 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/364029/9924645

dsn bcd shift.dsn

www.eeworm.com/read/364029/9924646

asm bcd shift.asm

ORG 00H MOV R7,#03H MOV R0,#30H MOV 30H,#47H MOV 31H,#36H MOV 32H,#21H BRLN: MOV A,R7 ;取字节数至R2中 MOV R2,A ADD A,R0 ;初始化数据指针 MOV R0,A MOV R3,#0 ;工作单元
www.eeworm.com/read/362112/10017778

jhd shift_register.jhd

MODULE shift_register
www.eeworm.com/read/362112/10017809

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/165898/10047691

m sig_shift.m

function [yshift,n]=sig_shift(x,m,n0) %信号延迟的程序,m为输入x的下标 %n0为延迟的单位长度 n=m+n0; yshift=x; function [yam,n]=sig_proc(x1,n1,x2,n2,s) %信号相加和相乘的程序 %x1,x2分别为输入序列,n1,n2为对应下标 %s=0为加法;其他值为乘法 n=min(min(
www.eeworm.com/read/361386/10055770

java shift_action.java

package java_cup; /** This class represents a shift action within the parse table. * The action simply stores the state that it shifts to and responds * to queries about its type. * * @versi