代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/279496/10433729
def information.def
; Information.def : Declares the module parameters for the DLL.
LIBRARY "Information"
DESCRIPTION 'Information Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/279496/10433825
def buybook.def
; BuyBook.def : Declares the module parameters for the DLL.
LIBRARY "BuyBook"
DESCRIPTION 'BuyBook Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/279496/10433895
def chartdll.def
; ChartDll.def : Declares the module parameters for the DLL.
LIBRARY "ChartDll"
DESCRIPTION 'ChartDll Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/279496/10434016
def regvip.def
; RegVip.def : Declares the module parameters for the DLL.
LIBRARY "RegVip"
DESCRIPTION 'RegVip Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/279496/10434130
def sellbook.def
; SellBook.def : Declares the module parameters for the DLL.
LIBRARY "SellBook"
DESCRIPTION 'SellBook Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/161140/10446018
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public FNAME As String
Public rs As Recordset
Public DataFile As Integer
Public Fl As Long
Public block As Integer
Public Const blocksize As Intege
www.eeworm.com/read/161095/10452182
m try4.m
function info = try4(A,pin);
% TRY4 : test SUPERLU with 4 outputs
%
% info = try4(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/161095/10452230
m trytime.m
function info = trytime(A);
% TRYTIME : time SUPERLU with 3 outputs against Matlab's LU
%
% info = trytime(A);
% normally info is ||P*A*x-L*U*x|| / ||A|| (for a random x);
% but info is at least 10^6
www.eeworm.com/read/279195/10455967
def nidatabase.def
; NIDatabase.def : Declares the module parameters for the DLL.
LIBRARY "NIDatabase"
DESCRIPTION 'NIDatabase Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/160473/10527644
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public conn As New ADODB.Connection '标记连接对象
Public Const keyenter = 13 'enter键的ASCII码
Public Declare Function BitBlt Lib "gdi32" (ByV