代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/119870/14819091
bas mmaths.bas
Attribute VB_Name = "mMaths"
Option Explicit
' Declare local variables ...
Private P_dCalculatorMatrix As D3DMATRIX ' Matrix used for calculations
' MIDENTITY: Resets a Matrix to Iden
www.eeworm.com/read/119555/14826466
c td.c
/*
* Tribe FloodNet - 2k edition
* by Mixter
*
* td.c - tribe flood server
*
* This program is distributed for educational purposes and without any
* explicit or impl
www.eeworm.com/read/119555/14826468
c ip.c
/*
* Tribe FloodNet - 2k edition
* by Mixter
*
* ip.c - low level IP functions
*
* This program is distributed for educational purposes and without any
* explicit or
www.eeworm.com/read/119317/14833362
bas animate.bas
Attribute VB_Name = "Animate"
Option Explicit
'**Animation Example by Donovan Parks
'**donopark@awinc.com
'used to get the windows handle (hWnd) of the windows desktop
Declare Function GetDC
www.eeworm.com/read/118563/14863605
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