代码搜索:Block
找到约 10,000 项符合「Block」的源代码
代码结果 10,000
www.eeworm.com/read/326574/13134011
asm block.asm
;*******************************************************************
; author:qinjie date:2008-04-03
;
; descript :
; :全部使用80x86的简单汇编指令
;
; :本程序很多东西都可以在数据段配置
; ;可配置方
www.eeworm.com/read/326428/13142824
v block.v
module block(c,b,a,clk);
output c,b;
input clk,a;
reg c,b;
always @(posedge clk)
begin
b=a;
c=b;
end
endmodule
www.eeworm.com/read/241362/13151661
h block.h
/*!
************************************************************************
* \file block.h
*
* \author
* Inge Lille-Lang鴜 \n
* Teleno
www.eeworm.com/read/241362/13151796
c block.c
/*!
***********************************************************************
* \file
* block.c
*
* \brief
* Block functions
*
* \author
* Main contributors (see co
www.eeworm.com/read/241362/13151917
h block.h
/*!
************************************************************************
* \file block.h
*
* \author
* Inge Lille-Lang鴜 \n
* Telenor Satel
www.eeworm.com/read/241362/13152082
c block.c
/*!
*************************************************************************************
* \file block.c
*
* \brief
* Process one block
*
* \author
* Main contributors (see co
www.eeworm.com/read/326221/13155222
inc block.inc
;=============================================================================
; Insight, real-mode debugger for MS DOS / PC DOS / FreeDOS.
; Copyright (c) Victor M. Gamayunov, Sergey Pimenov, 1993,
www.eeworm.com/read/326116/13165236
v block.v
module block(c,b,a,clk);
output c,b;
input clk,a;
reg c,b;
always @(posedge clk)
begin
b=a;
c=b;
end
endmodule
www.eeworm.com/read/139250/13169569
c block.c
/*
* EBS - RTFS (Real Time File Manager)
*
* Copyright Peter Van Oudenaren , 1993
* All rights reserved.
* This code may not be redistributed in source or linkable object form
* without the cons
www.eeworm.com/read/325932/13173800
h block.h
/*
***********************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2003, Advanced Audio Video Coding Standard, Part II
*
* DISCLAIMER O