代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/130875/5949812
t
Attribute VB_Name = "modCall"
Option Explicit
'调用计算t分布分位数的子程序
Sub Main()
Dim I As Integer, TT As Double, p As Double, d As Double
Dim sngTT As Single
For I = 1 To 20
PT_
www.eeworm.com/read/126157/6017874
def hotkey.def
; hodll.def : Declares the module parameters for the DLL.
LIBRARY "hotkey"
DESCRIPTION 'hotkey Windows Dynamic Link Library'
SECTIONS
SHARD_DATA Read Write Shared
EXPORTS
; Ex
www.eeworm.com/read/117692/6100757
def mouse_hook.def
; Mouse_Hook.def : Declares the module parameters for the DLL.
LIBRARY "Mouse_Hook"
DESCRIPTION 'Mouse_Hook Windows Dynamic Link Library'
SECTIONS
sharedata READ WRITE SHARED
EXPORTS
www.eeworm.com/read/127537/6357588
bas recwinapi.bas
Attribute VB_Name = "recWinApi"
Option Explicit
Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
www.eeworm.com/read/493986/6385986
fdo test1.fdo
## NOTE: Do not edit this file.
## Autogenerated by ProjNav (creatfdo.tcl) on Tue Jun 26 12:58:53 E. Europe Daylight Time 2007
##
vlib work
vcom -93 -explicit testmachine.vhd
vcom -93 -explicit
www.eeworm.com/read/493068/6405747
bas kgen.bas
Attribute VB_Name = "kGen"
Option Explicit
Function KeyGen(kNamev As Variant, kPass As String, kType As Integer) As String
'***********************************************************************
www.eeworm.com/read/488496/6488145
h bookexcept.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/487809/6500623
bas mdlstandard.bas
Attribute VB_Name = "mdlStandard"
Option Explicit
'改变用来保存当前的用户类型,其中0表示管理人员,1表示仓管人员,2表示销售人员
Public gnUserType As Integer
'表示当前的用户名称
Public gsUserName As String
'数据连接,在打开记录集和操作记录数据时使用.
Publ
www.eeworm.com/read/487439/6512424
bas general.bas
Attribute VB_Name = "General"
Option Explicit
Declare Function SetWindowPos& Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, By
www.eeworm.com/read/485206/6567791
bas general.bas
Attribute VB_Name = "General"
Option Explicit
Declare Function SetWindowPos& Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, By