代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/339586/3298712
hxx extensionparameter.hxx
#ifndef RESIP_ExtensionParameter_hxx
#define RESIP_ExtensionParameter_hxx
#include "rutil/Data.hxx"
namespace resip
{
class ExtensionParameter
{
public:
explicit ExtensionParameter(const D
www.eeworm.com/read/338354/3318520
bas startup.bas
Attribute VB_Name = "startup"
'
' Project: vbaddrq
'
' Description:
' This simple app uses the SIO_ADDRESS_LIST_QUERY ioctl to obtain
' the local IP interfaces.
'
Option Explicit
'
www.eeworm.com/read/331737/3404885
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/329866/3429391
bas windows.bas
Attribute VB_Name = "Windows"
Option Explicit
'=======================================
'关于窗口系统操作的一些API声明
'=======================================
'==============================
'设置窗口总在最前面用到
www.eeworm.com/read/329866/3429420
bas search.bas
Attribute VB_Name = "Search"
Option Explicit
' This message helps speed up the initialization of list boxes that have a large number
' of items (more than 100). It preallocates the specified am
www.eeworm.com/read/328357/3444018
s ia64.s
.explicit
.text
.ident "ia64.S, Version 2.1"
.ident "IA-64 ISA artwork by Andy Polyakov "
//
// ====================================================================
// Written b
www.eeworm.com/read/326929/3465978
def hook.def
; hook.def : Declares the module parameters for the DLL.
LIBRARY "hook"
DESCRIPTION 'hook Windows Dynamic Link Library'
SECTIONS
shareddata READ WRITE SHARED
EXPORTS
; Explicit expor
www.eeworm.com/read/321676/3531545
bas myapi.bas
Attribute VB_Name = "myapi"
Option Explicit
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'移动无标题窗口
Public Const WM_SYSCOMMAND = &H112
Public Const SC_MOVE
www.eeworm.com/read/317450/3580179
bas startup.bas
Attribute VB_Name = "startup"
'
' Project: vbaddrq
'
' Description:
' This simple app uses the SIO_ADDRESS_LIST_QUERY ioctl to obtain
' the local IP interfaces.
'
Option Explicit
'