代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/355697/3048888
s ia64.s
.explicit
.text
.ident "ia64.S, Version 2.1"
.ident "IA-64 ISA artwork by Andy Polyakov "
//
// ====================================================================
// Written b
www.eeworm.com/read/355070/3064045
def hook.def
; hook.def : Declares the module parameters for the DLL.
LIBRARY "hook"
DESCRIPTION 'hook Windows Dynamic Link Library'
SECTIONS
shareddata READ WRITE SHARED
EXPORTS
; Explicit expor
www.eeworm.com/read/260597/4330554
h strings.h
/*
COW : Character Oriented Windows
strings.h : string pool (+special message-box stuff)
-- use these variables if string is duplicated, otherwise use the
explicit #defines as found in
www.eeworm.com/read/259903/4337307
def qmsdev.def
; QMsDev.def : Declares the module parameters for the DLL.
LIBRARY "QMSDEV"
DESCRIPTION 'QMSDEV Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllCanUnloadNow PRIVAT
www.eeworm.com/read/259633/4339416
bas thread.bas
Attribute VB_Name = "ThreadFunction"
Option Explicit
Public Device As clsPCI1755
Public CheckEventThread As clsThreading
Public glDataBuf(600000) As Long 'Fast DI data out buffr
www.eeworm.com/read/259633/4339472
bas global.bas
Attribute VB_Name = "mdlGlobal"
Option Explicit
Global Const MaxEntries = 255
Global DeviceHandle As Long
Global gdwBoardID As Long
'Global ptDevGetFeatures As PT_DeviceGetFeatures
'Global lpDev
www.eeworm.com/read/259633/4339475
bas global.bas
Attribute VB_Name = "global"
Option Explicit
Global Const giMaxEntries = 255
Global ghDev As Long
Global gDevFeature As DEVFEATURES 'Current device's features
Global gDevCfgAi As DEVCONFIG
www.eeworm.com/read/259633/4339506
bas global.bas
Attribute VB_Name = "global"
Option Explicit
Global Const giMaxEntries = 255
Global ghDev As Long
Global gDevFeature As DEVFEATURES 'Current device's features
Global gDevCfgAi As DEVCONFIG
www.eeworm.com/read/259633/4339573
bas threadfunction.bas
Attribute VB_Name = "ThreadFunction"
Option Explicit
Public lDriverHandle As Long ''Driver's handle
Public mDeviceNum As Long
Public mDeviceName As String * 80
Public gbStopThread As Boolean
P
www.eeworm.com/read/254811/4380184
h strings.h
/*
COW : Character Oriented Windows
strings.h : string pool (+special message-box stuff)
-- use these variables if string is duplicated, otherwise use the
explicit #defines as found in