代码搜索:out_data
找到约 581 项符合「out_data」的源代码
代码结果 581
www.eeworm.com/read/370152/9614982
c wl006.c
/*******************************************************************************
* 标题: 伟纳电子ME300B单片机开发系统演示程序 - AT93C46读写演示程序 *
* 文件: wl006.C
www.eeworm.com/read/268799/11120928
dit regidex.dit
class CRegIdEx
{
// clock
in Ph0:1
in Ph1:1
// inputs
in in_RegWrite:1
in in_RegDst:1
in in_ALUSrc:1
in in_NotJal:1
in in_ALUOp:4
in in_MemRead:3
in in_Me
www.eeworm.com/read/268799/11121012
dit ex.dit
// create the objects in this stage
object CMux2 AluMuxA
object CMux2 AluMuxB
object CiAlu Alu
object CAluControl AluControl
object CMux2 RegDstMux
object CMux2 NotJalMux
object CConstant31 C
www.eeworm.com/read/388879/8566648
h img_pix_expand.h
/* ======================================================================== */
/* TEXAS INSTRUMENTS, INC. */
/*
www.eeworm.com/read/286286/8774179
asm para_tab.asm
.def _Out_Data
.global _Out_Data
.text
_Out_Data:
.word 10h,11h,12h,13h,14h,15h,16h,17h,18h,19h
.word 1
www.eeworm.com/read/429004/8824826
v reg8.v
module reg8(out_data,in_data,clk,clr);
output[7:0] out_data;
input[7:0] in_data;
input clk,clr;
reg[7:0] out_data;
always @(posedge clk or posedge clr)
begin
if(clr) out_data