代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/143194/12890100
vhd reg.vhd
-- reg.vhd
-- This module implements a 16-bit general purpose register. The contents of
-- register is loaded on the rising edge of "clk". It is cleared to zero when
-- "reset" is asserted low. T
www.eeworm.com/read/243992/12901168
v fifo.v
/*2007-9-29 jhw*/
module FIFO(datain,wren,rden,dataout,clk,full,empty);
input [7:0] datain;
input wren,rden,clk;
output [7:0] dataout;
output full,empty;
reg [7:0] datain_buffer,dataout;
reg
www.eeworm.com/read/140828/13060136
v line_control.v
//=============================================================================
//Line control Module: control to be or not to be change two line
// input control;
// input [31:0] Datain1, Datain2;
//
www.eeworm.com/read/139904/13121134
v p7segment.v
//decorder for 7segment,high level is active
module p7segment(datain,out);
input [3:0]datain ; //七段显示器输入
output [6:0] out; //七段显示器字符输出
reg [6:0] out;
always @(datain )
case
www.eeworm.com/read/139899/13121753
v p7segment.v
//decorder for 7segment,high level is active
module p7segment(datain,out);
input [3:0]datain ; //七段显示器输入
output [6:0] out; //七段显示器字符输出
reg [6:0] out;
always @(datain )
case
www.eeworm.com/read/139899/13122077
v p7segment.v
//decorder for 7segment,high level is active
module p7segment(datain,out);
input [3:0]datain ; //七段显示器输入
output [6:0] out; //七段显示器字符输出
reg [6:0] out;
always @(datain )
case
www.eeworm.com/read/139899/13122357
v p7segment.v
//decorder for 7segment,high level is active
module p7segment(datain,out);
input [3:0]datain ; //七段显示器输入
output [6:0] out; //七段显示器字符输出
reg [6:0] out;
always @(datain )
case
www.eeworm.com/read/320930/13415812
v es1005.v
/********************************************************************************
* Module : es1005
* Description: MD5 Top level
*
*************************************************************
www.eeworm.com/read/318488/13477504
m loadanalyze.m
function [imaVOL,scaninfo] = loadanalyze(filename)
%function [imaVOL,scaninfo] = loadanalyze(filename)
%
% Matlab function to load analyze format file.
% This function use the ReadAnalyzeImg func