代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/110993/15520950
cpp statcast.cpp
//: C24:Statcast.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Examples of static_cast
www.eeworm.com/read/110679/15527450
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#define WIN32_LEAN
www.eeworm.com/read/110679/15527459
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#define WIN32_LEAN
www.eeworm.com/read/102095/15793219
bas getwaveout.bas
Attribute VB_Name = "GetWaveout"
Option Explicit
Public Declare Function waveOutGetNumDevs Lib "winmm.dll" () As Long
www.eeworm.com/read/288049/8654389
do project_vcom.do
------------------------------------------------------------------------
--
-- Copyright (C) 1998-1999, Annapolis Micro Systems, Inc.
-- All Rights Reserved.
--
-------------------------------------
www.eeworm.com/read/431300/8689687
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public way As Long
'way=-1 终止信号 way=0 短时命令 way=99 长时命令
Public lastinfo As String