代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/100607/15869339
asn cryptlib.asn
-/ This specification makes one slight deviation from standard ASN.1 syntax
to overcome an annoyance in ASN.1 which requires a separate -- at the
start of each and every line of comment. Inst
www.eeworm.com/read/388784/8576021
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/432188/8620967
def nr_powerflow.def
; NR_PowerFlow.def : Declares the module parameters for the DLL.
LIBRARY "NR_PowerFlow"
DESCRIPTION 'NR_PowerFlow Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/187411/8640966
bas global.bas
Attribute VB_Name = "Global"
Option Explicit
Type PhotoType
PhotoNo As Integer '照片顺序号
FileName As String * 500 '照片文件名
PhotoName As String * 500 '照片名称
End Type
www.eeworm.com/read/286606/8756879
txt c++面试题-3.txt
1、 下面的程序是否有错误,如果有错,请说明原因。
struct A1 { int i; };
A1 a1;
a1.i = 0;
没有错误
class A1 { int i;};
A1 a1;
a1.i = 0;
有错误,未显示权限定义符缺省为private。
2、 下面程序是否有错,有错,请说明原因。:
char szTest[] = "hello";
char*
www.eeworm.com/read/186127/8958105
bas submain.bas
Attribute VB_Name = "SubMain"
Option Explicit
Sub Main()
If Not App.PrevInstance Then
Load frmSplash
frmSplash.Show vbModal
ElseIf App.PrevInstance Then
MsgBox "该应用程序的
www.eeworm.com/read/383272/8958184
vb application.designer.vb
'------------------------------------------------------------------------------
'
' 此代码由工具生成。
' 运行库版本:2.0.50727.42
'
' 对此文件的更改可能会导致不正确的行为,并且如果
' 重新生成代码,这些更改将会丢失
www.eeworm.com/read/186022/8965974
def ab2150.def
; AB2150.def : Declares the module parameters for the DLL.
LIBRARY "AB2150"
DESCRIPTION 'AB2150 Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
Plug_CreateObje
www.eeworm.com/read/283685/8996985
def mfc_com.def
; MFC_Com.def : Declares the module parameters for the DLL.
LIBRARY "MFC_COM"
;DESCRIPTION 'MFC_COM Windows CE Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllCanUn