代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/202674/15377040
h qwt_text_label.h
/* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
* Qwt Widget Library
* Copyright (C) 1997 Josef Wilgen
* Copyright (C) 2002 Uwe Rathmann
*
* This library
www.eeworm.com/read/100972/15461058
bas modmisc.bas
Attribute VB_Name = "modMisc"
Option Explicit
Public lngNextPort As Long
www.eeworm.com/read/113201/15467145
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
'
' Copyright
www.eeworm.com/read/113072/15470871
txt 585.txt
Option Explicit 语句
Microsoft® Visual Basic® Scripting Edition
Option Explicit 语句
语言参考
版本 1
描述
用于 Script 级强制要求显式声明该 Script 中的所有变量。
语法
Option Explicit
说明
如果使用 Option Explicit,该语句
www.eeworm.com/read/111559/15510009
bas modmain.bas
Attribute VB_Name = "modMain"
Option Explicit
Sub Main()
End Sub
www.eeworm.com/read/109570/15554225
txt 深度探索c++对象模型(5).txt
上一篇我们对合成确省的构造函数做了一个了解,这一篇我们继续看看构造函数这个有趣的东西.
Copy Constructor是什么?我们经常看到代码中有一些这样的函数调用方式X(X&) (“X of X ref”). 这个函数用用户自定义类型作为参数,那它的参数的构造便是由Copy Constructor负责的. 可见这个玩意非常重要,实际上Copy Constructor是由编译器自动合成的,不需 ...
www.eeworm.com/read/109232/15561247
cpp main.cpp
#include
#include
#include
using namespace std;
class Product {
public:
int Quantity;
explicit Product(int aquantity) : Quantity(aquantity) {}
};
www.eeworm.com/read/106790/15622047
def zlp.def
; zlp.def : zlp的通讯协议库.
LIBRARY "zlp"
DESCRIPTION 'zlp Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
ChanCom @1
ChanCon @2
GetMaxRecLen @3