代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/117090/14940390
bas modsound.bas
Attribute VB_Name = "modSound"
Option Explicit
Public Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" _
(ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
Pu
www.eeworm.com/read/116392/14975122
bas mod1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public strTitles() As String
Public strSource() As String
Public strContents() As String
Public strClass() As String
Public intT As Integer
P
www.eeworm.com/read/116135/14987349
h vector.h
#ifndef VECTOR_H
#define VECTOR_H
#define vector Vector
class ArrayIndexOutOfBounds { };
template
class vector
{
public:
explicit vector( int theSize = 0 ) : current
www.eeworm.com/read/115511/15012414
bas modmain.bas
Attribute VB_Name = "ModMain"
Option Explicit
Public strCurUser As String
Public dteSysDate As Date
Public intNumWindows As Integer
Public strConnect As String
Sub main()
frmLogin.Show vb
www.eeworm.com/read/115372/15015684
bas apistuff.bas
Attribute VB_Name = "APIStuff"
Option Explicit
Public OldWindowProc As Long
Public TheForm As Form
Public TheMenu As Menu
Declare Function CallWindowProc Lib "user32" Alias "CallWindowProcA"