代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/263588/11353960
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Function cnn() As String '定义函数
'返回一个数据库连接
cnn = "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Data Source=CYGLXT"
End Func
www.eeworm.com/read/407093/11429507
m try2.m
function info = try2(A,pin);
% TRY2 : test SUPERLU with 2 outputs
%
% info = try2(A,pin);
% normally info is the residual norm;
% but info is at least 10^6 if U is not triangular
% or if the factors
www.eeworm.com/read/407093/11429520
m try3.m
function info = try3(A,pin);
% TRY3 : test SUPERLU with 3 outputs
%
% info = try3(A,pin);
% normally info is the residual norm;
% but info is at least 10^6 if the factors are not triangular,
% or the
www.eeworm.com/read/403014/11523677
cpp explicitkeyword.cpp
//: C12:ExplicitKeyword.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Using the "explicit" key
www.eeworm.com/read/158581/11600738
bas mdlstandard.bas
Attribute VB_Name = "mdlStandard"
Option Explicit
'0-表示教师身份;1-表示学生身份
Public gnUserType As Integer
Public gsUserName As String
Sub Main()
gnUserType = 0
gsUserName = ""
f
www.eeworm.com/read/259772/11765928
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Function cnn() As String '定义函数
'返回一个数据库连接
cnn = "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Data Source=CYGLXT"
End Func
www.eeworm.com/read/259220/11814385
cpp explicitkeyword.cpp
//: C12:ExplicitKeyword.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Using the "explicit" key
www.eeworm.com/read/154640/11941046
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Function cnn() As String '定义函数
'返回一个数据库连接
cnn = "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Data Source=CYGLXT"
End Func