代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/256132/12021882
txt 6.3.5快速排序.txt
DATS EQU 20H
N EQU 5DH
QUEUE EQU 1FH
F DATA 3CH
R DATA 3DH
TST:
MOV DPTR,#LIST
MOV P2,#DATS
MOV R0,#0
MOV R2,#N
CPY:
CLR A
MOVC A,@A+DPTR
MOVX @R0,A
INC DPTR
www.eeworm.com/read/153343/12040794
java j_client.java
import java.net.*;
import java.io.*;
public class J_Client
{
public static void main(String args[]) throws IOException
{
Socket s= new Socket("localhost",7000);
DataIn
www.eeworm.com/read/255904/12047022
txt 6.3.5快速排序.txt
DATS EQU 20H
N EQU 5DH
QUEUE EQU 1FH
F DATA 3CH
R DATA 3DH
TST:
MOV DPTR,#LIST
MOV P2,#DATS
MOV R0,#0
MOV R2,#N
CPY:
CLR A
MOVC A,@A+DPTR
MOVX @R0,A
INC DPTR
www.eeworm.com/read/255899/12047516
shiftreg_hier_info
|shiftreg
Di => Q[3]~reg0.DATAIN
clk => Q[2]~reg0.CLK
clk => Q[1]~reg0.CLK
clk => Q[0]~reg0.CLK
clk => Q[3]~reg0.CLK
Q[0]
www.eeworm.com/read/254302/12148254
v expanddatabit.v
module ExpandDataBit(DataIn, DataOut);
//define the length of input and output data
//the maximal lenthg is 64bit;
parameter InLength=8;
parameter OutLength=10;
input [InLengt
www.eeworm.com/read/151963/12155923
v p7segment.v
//decorder for 7segment,high level is active
module p7segment_new(datain,out);
input [3:0]datain ; // 七段显示器输入
output [6:0] out; // 七段显示器字段输出,out[6:0]相当于a,b,c,d,e,f,g
reg [6:0] out;
www.eeworm.com/read/151963/12156144
v p7segment_new.v
//decorder for 7segment,high level is active
module p7segment_new(datain,out);
input [3:0]datain ; // 七段显示器输入
output [3:0] out; // 七段显示器字段输出,out[6:0]相当于a,b,c,d,e,f,g
reg [3:0] out;
www.eeworm.com/read/339666/12211089
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/339661/12212094
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/339639/12213281
v sdr_data_path.v
module sdr_data_path(
CLK,
RESET_N,
DATAIN,
DM,
DQOUT,
DQM
);
`include "Sdram_Params.h"
input CLK;