代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/158106/5598827
h ttraster.h
/*******************************************************************
*
* ttraster.h v 1.4
*
* The FreeType glyph rasterizer.
*
* Copyright 1996
www.eeworm.com/read/472148/6879951
xrf shfrt_modelsim.xrf
vendor_name = ModelSim
source_file = 1, D:/altera/quartus51/shfrt.vhd
design_name = SHFRT
instance = comp, \CLK~I\, CLK, SHFRT, 1
instance = comp, \DIN[1]~I\, DIN[1], SHFRT, 1
instance = comp, \L
www.eeworm.com/read/172784/9690572
c sci_alu_synchronized_acc.c
/**********************************************************************
* $scientific_alu example -- PLI application using TF routines
*
* C model of a Scientific Arithmetic Logic Unit.
* Co
www.eeworm.com/read/172576/9701129
c usblcd.c
/*****************************************************************************
* USBLCD Kernel Driver *
* See http://www.usblcd.de for Ha
www.eeworm.com/read/269039/11110703
cpp coildialog.cpp
//-----------------------------------------------------------------------------
// Copyright 2007 Jonathan Westhues
//
// This file is part of LDmicro.
//
// LDmicro is free software: you can re
www.eeworm.com/read/267286/11186822
inc rx8_1.inc
;------------------------------------------------------------------------------
; FILENAME: RX8_1.inc
; VERSION: Rev B, 2002 Mar 30
;---------------------------------------------------------
www.eeworm.com/read/267286/11186948
inc rx8_1.inc
;------------------------------------------------------------------------------
; FILENAME: RX8_1.inc
; VERSION: Rev B, 2002 Mar 30
;---------------------------------------------------------
www.eeworm.com/read/412322/11204719
log cfi_flash.log
22:38:04 2/13/2009
get_board_info; G:/debug/audio/sdram.ptf; epcs_controller; epcs_controller/epcs_control_port; epcs_control_port; --none--; 1.0; 0.0
instance string: 'epcs_controller/epcs_control_
www.eeworm.com/read/411756/11228993
cpp server.cpp
#include "Server.h"
#include "Log.h"
G_Server *G_Server::instance = NULL;
static void ctrlcHandle(int signum)
{
debug_output("ctrl-c signal .....\n");
}
G_Server::G_Server()
{
instance = this;
}
www.eeworm.com/read/411034/11259411
h twofish.h
#ifndef TWOFISH_H
#define TWOFISH_H
#if defined(__cplusplus)
extern "C"
{
#endif
#ifndef u4byte
#define u4byte unsigned __int32
#endif
#ifndef u1byte
#define u1byte unsigned char
#endif