代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/269286/11102662
hier_info helo.hier_info
|HELO
Cin[0] => Mux1.IN10
Cin[0] => Mux2.IN10
Cin[0] => Mux3.IN10
Cin[0] => Mux4.IN5
Cin[1] => Mux0.IN5
Cin[1] => Mux1.IN9
Cin[1] => Mux2.IN9
Cin[1] => Mux3.IN9
Cin[2] => Mux0.IN4
Cin[2] =>
www.eeworm.com/read/269026/11111253
v common_modules.v
module mux2_to_1(in1, in2 , out, sel);
input [4:0] in1, in2;
input sel;
output [4:0] out;
reg [4:0] out;
always@(sel or in1 or in2)
begin
case(sel)
0 : out = in1;
www.eeworm.com/read/249359/12509092
v jpeg_dqt.v
//---------------------------------------------------------------------------
// File Name : jpeg_dqt.v
// Module Name : jpeg_dqt
// Description : DQT spcae
// Project : JPEG Decoder
// Belong t
www.eeworm.com/read/335066/12551347
v sdr_data_path.v
module sdr_data_path(
CLK,
RESET_N,
DATAIN,
DM,
DQOUT,
DQM
);
`include "Sdram_Params.h"
input CLK;
www.eeworm.com/read/248277/12586033
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/248277/12586373
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/146455/12646918
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/235010/14088960
v ddr_sdram.v
`timescale 1ns / 1ps
module ddr_sdram(
CLK,
RESET_N,
ADDR,
CMD,
CMDACK,
DATAIN,
DATAOUT,
DM,
SA,
BA,
www.eeworm.com/read/102365/15784988
v ddr_sdram.v
/******************************************************************************
*
* LOGIC CORE: DDR SDRAM Controller
* MODULE NAME: ddr_sdram()
* COMPANY: No
www.eeworm.com/read/100506/15873024
h base64helper.h
// Base64Helper.h: interface for the CBase64Helper class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BASE64_H__D2837630_A37D_4A92_9B18_F685697E795F