代码搜索:Block
找到约 10,000 项符合「Block」的源代码
代码结果 10,000
www.eeworm.com/read/100926/6264097
h block.h
// block.h,v 1.1 1999/01/24 21:06:55 jcej Exp
#ifndef BLOCK_H
#define BLOCK_H
#include "work.h"
/*
We derive a Message_Block from ACE_Message_Block and teach it about
our Unit_Of_Wor
www.eeworm.com/read/100285/6271343
h block.h
/*-------------------------------------------------------------------------
*
* block.h
* POSTGRES disk block definitions.
*
*
* Copyright (c) 1994, Regents of the University of California
*
www.eeworm.com/read/492490/6282559
h block.h
/*!
************************************************************************
* \file block.h
*
* \author
* Inge Lille-Lang鴜 \n
* Teleno
www.eeworm.com/read/492490/6282604
c block.c
/*!
*************************************************************************************
* \file block.c
*
* \brief
* Process one block
*
* \author
* Main contributors (see co
www.eeworm.com/read/492490/6282650
obj block.obj
www.eeworm.com/read/492490/6282675
sbr block.sbr
www.eeworm.com/read/252441/6298474
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/282731/6305025
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/139235/6307453
h block.h
#include
//#include"error.h"
int dx; //data allocation index
//int tx0; //initial table index
int cx0; //initial table index
int lev0;
void enter(object k) //enter object into tabl
www.eeworm.com/read/272511/6335416