代码搜索:dataIn

找到约 2,888 项符合「dataIn」的源代码

代码结果 2,888
www.eeworm.com/read/484832/6575553

vhd ad.vhd

--AD library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; entity ad is port(busy:in std_logic; datain:in unsigned(7 downto 0); clk:in std_logic; dataout:out un
www.eeworm.com/read/478253/6722852

vhd ad.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; entity ad is port(busy:in std_logic; datain:in unsigned(7 downto 0); clk:in std_logic; dataout:out unsigned
www.eeworm.com/read/478253/6722871

vhd ad.vhd

--AD library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; entity ad is port(busy:in std_logic; datain:in unsigned(7 downto 0); clk:in std_logic; dataout:out un
www.eeworm.com/read/410653/11273101

wsf wed.wsf

/* 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/264849/11298650

asm drs232send.asm

DATAIN BIT P1.0 DCLK BIT P1.1 ORG 0000H AJMP START ORG 0030H START: MOV SP,#60H MOV SCON,#01010000B ;设定串口MODE1 MOV TMOD,#20H ;设定计时器1 为模式2 ORL PCO
www.eeworm.com/read/264704/11304083

hier_info int_to_vector_suo.hier_info

|int_to_vector_suo input[0] => q[0].DATAIN input[1] => q[1].DATAIN input[2] => q[2].DATAIN input[3] => q[3].DATAIN input[4] => q[4].DATAIN input[5] => q[5].DATAIN input[6] => q[6].DATAIN input
www.eeworm.com/read/262703/11394803

qmsg fm.fit.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0} { "I
www.eeworm.com/read/262703/11394882

vwf fm.sim.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/402540/11533412

asm chr1335.asm

;********************CHR1335******************** ;本程序实现液晶显示控制器SED1335的字符和汉字显示。 ;入口参数:汉字左上角的X坐标在SOU中,Y坐标在SOUH中。 ;出口参数:无。 ;占用资源:W,STATUS,RB0~RB2,RC,023H,024H,025H,028H,029H,二重堆栈。 ;说 明:1.显示屏为320*
www.eeworm.com/read/402540/11533429

asm init1335.asm

;********************INIT1335******************** ;本程序实现液晶显示控制器SED1335的初始化。 ;入口参数:图形显示区的行数在SOU中(前0~240行)。 ;出口参数:无。 ;占用资源:W,STATUS,RB0~RB2,RC,023H,024H,028H,029H,二重堆栈。 ;说 明:1.显示屏为320*240点阵。 ;