代码搜索:explicit

找到约 10,000 项符合「explicit」的源代码

代码结果 10,000
www.eeworm.com/read/479377/6693343

asp save.asp

www.eeworm.com/read/479377/6693349

asp update.asp

www.eeworm.com/read/479377/6693352

asp mes_view.asp

www.eeworm.com/read/479377/6693353

asp admin_exec.asp

www.eeworm.com/read/479377/6693363

asp modifytheme.asp

www.eeworm.com/read/478827/6704197

bas apistuff.bas

Attribute VB_Name = "APIStuff" Option Explicit Public OldWindowProc As Long Public TheForm As Form Public TheMenu As Menu Declare Function CallWindowProc Lib "user32" Alias "CallWindowProcA"
www.eeworm.com/read/478118/6720144

java basicgeneratordemo14.java

// generics/BasicGeneratorDemo14.java // TIJ3 Chapter Generics, Exercise 14, page 639 /* Modify BasicGeneratorDemo.java to use the explicit form of creation for the * Generator (that is, use the ex
www.eeworm.com/read/478010/6727946

bas publicvar.bas

Attribute VB_Name = "PublicVar" Option Explicit Public OpenPort As Byte Public PortSet As String Public Sbyte() As Byte '串行接受数组 Public FullPath As String 'Public RecNum As Integer
www.eeworm.com/read/410249/11295652

xml vb.xml

www.eeworm.com/read/264263/11323755

bas execoutput.bas

Attribute VB_Name = "ExecOutPut" Option Explicit Private Declare Function CreatePipe Lib "kernel32" (phReadPipe As Long, phWritePipe As Long, lpPipeAttributes As Any, ByVal nSize As Long) As Long