代码搜索:Block
找到约 10,000 项符合「Block」的源代码
代码结果 10,000
www.eeworm.com/read/258442/11862745
h block.h
/*!
************************************************************************
* \file block.h
*
* \brief
* definitions for block decoding functions
*
* \author
* Inge Lille-Langoy
www.eeworm.com/read/258442/11862909
c block.c
/*!
***********************************************************************
* \file
* block.c
*
* \brief
* Block functions
*
* \author
* Main contributors (see co
www.eeworm.com/read/258442/11863068
h block.h
/*!
************************************************************************
* \file block.h
*
* \brief
* constant arrays for single block processing
*
* \author
* Inge Lille-L
www.eeworm.com/read/258442/11863285
c block.c
/*!
*************************************************************************************
* \file block.c
*
* \brief
* Process one block
*
* \author
* Main contributors (see co
www.eeworm.com/read/344171/11904106
f block.f
www.eeworm.com/read/344171/11904109
o block.o
www.eeworm.com/read/343749/11930602
schdoc block.schdoc
www.eeworm.com/read/257336/11933522
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/343401/11951467
c block.c
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
int mark_block( WINDOW *window )
{
int type;
int num;
long lnum;
register file_infos *file; /*
www.eeworm.com/read/256461/11998848
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