代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/238749/13327130
cpp director(.cpp
#include "director.h"
#include "Builder.h"
Director::Director(Builder* bld)
{
_bld = bld;
}
Director::~Director()
{
}
void Director::Construct()
{
_bld->BuildPartA("user-defined
www.eeworm.com/read/238749/13327135
h director.h
#ifndef _DIRECTOR_H_
#define _DIRECTOR_H_
class Builder;
class Director
{
public:
Director(Builder* bld);
~Director();
void Construct();
protected:
private:
Builder* _bld;
www.eeworm.com/read/319151/13459683
smsg liushuideng.map.smsg
Warning (10268): Verilog HDL information at liushuideng.v(9): Always Construct contains both blocking and non-blocking assignments
www.eeworm.com/read/315010/13554264
h setup.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/307026/13732437
smsg de2_default.map.smsg
Warning (10268): Verilog HDL information at KSsetFreq.v(435): Always Construct contains both blocking and non-blocking assignments
www.eeworm.com/read/305111/13778604
smsg ps2rs232.map.smsg
Warning (10273): Verilog HDL warning at rcvr.v(50): extended using "x" or "z"
Warning (10268): Verilog HDL information at rcvr.v(97): Always Construct contains both blocking and non-blocking assignme
www.eeworm.com/read/302259/13838377
qmsg led.map.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/149876/5695257
ms hw-trap.ms
# mach(): m32r m32rx
# output(): pass\n
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#bra_insn
ld r0,@r0
ld24 r1,#trap2_handler
addi r1,#-0x48 ; pc rela
www.eeworm.com/read/148694/5710696
ms hw-trap.ms
# mach(): m32r m32rx
# output(): pass\n
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#bra_insn
ld r0,@r0
ld24 r1,#trap2_handler
addi r1,#-0x48 ; pc rela
www.eeworm.com/read/131315/5942495
c m_tmpfil.c
/* m_tmpfil.c - construct a temporary file */
#include "../h/mh.h"
#include
char *m_tmpfil (template)
register char *template;
{
static char tmpfil[BUFSIZ];
(void) sprintf (tm