代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/343072/11977759
bas ttdefs_472.bas
Attribute VB_Name = "mTooltipDefs_472"
Option Explicit
'
' Copyright
www.eeworm.com/read/153733/12010375
hh clock.hh
#ifndef clock_hh_included
#define clock_hh_included
#include "assert.hh"
#include "checkpoint.hh"
#include "inttypes.hh"
// A clock value is an UInt64 so that on 32 bit systems it is unlikely that
www.eeworm.com/read/341978/12049325
def algthms.def
; Algthms.def : Declares the module parameters for the DLL.
LIBRARY "Algthms"
DESCRIPTION 'Algthms Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/255507/12078243
def talkdll.def
; TalkDll.def : Declares the module parameters for the DLL.
LIBRARY "TalkDll"
DESCRIPTION 'TalkDll Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/152353/12120299
def bbdblib.def
; BBDBlib.def : Declares the module parameters for the DLL.
LIBRARY "BBDBlib"
DESCRIPTION 'BBDBlib Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/151750/12177978
def colorstatic.def
; ColorStatic.def : Declares the module parameters for the DLL.
LIBRARY "ColorStatic"
DESCRIPTION 'ColorStatic Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/253792/12199820
def talkdll.def
; TalkDll.def : Declares the module parameters for the DLL.
LIBRARY "TalkDll"
DESCRIPTION 'TalkDll Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/339643/12212628
def sms.def
; Sms.def : Declares the module parameters for the DLL.
LIBRARY "Sms"
DESCRIPTION 'Sms Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/151211/12228215
txt 38(1).txt
控制PC喇叭
使用VB中的beep语句只能发出一种声音。如果想发出不同声音,可以使用API函数。
Option Explicit
Private Declare Function APIBeep Lib "kernel32" Alias "Beep" (ByVal dwFreq As Long, ByVal dwDuration As Long) As Long
Pr