代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/183001/5260441
sql numerology.sql
--
-- NUMEROLOGY
-- Test various combinations of numeric types and functions.
--
--
-- Test implicit type conversions
-- This fails for Postgres v6.1 (and earlier?)
-- so let's try explicit conversi
www.eeworm.com/read/181763/5275290
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Enum SortTypes
Ascending
Descending
End Enum
' This is the name of the column we are sorting by.
Public SortColumn As String
www.eeworm.com/read/175119/5350067
def compa.def
; CompA.def : Declares the module parameters for the DLL.
LIBRARY "CompA"
DESCRIPTION 'CompA Component Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllGetCl
www.eeworm.com/read/175119/5350086
def compb.def
; CompB.def : Declares the module parameters for the DLL.
LIBRARY "CompB"
DESCRIPTION 'CompB Component Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllGetCl
www.eeworm.com/read/173561/5370284
def compa.def
; CompA.def : Declares the module parameters for the DLL.
LIBRARY "CompA"
DESCRIPTION 'CompA Component Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllGetCl
www.eeworm.com/read/173561/5370303
def compb.def
; CompB.def : Declares the module parameters for the DLL.
LIBRARY "CompB"
DESCRIPTION 'CompB Component Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllGetCl
www.eeworm.com/read/170572/5403413
java showbuffermenu.java
/*
* :tabSize=8:indentSize=8:noTabs=false:
* :folding=explicit:collapseFolds=1:
*
* ShowBufferMenu.java
* Copyright (C) 2002 Kris Kopicki
*
* This program is free software; you can redistribut