代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/131337/5929869
bas modmain.bas
Attribute VB_Name = "ModMain"
Option Explicit
Public fMainForm As frmMain
Sub Main()
Set fMainForm = New frmMain
fMainForm.Show
End Sub
www.eeworm.com/read/130875/5949769
i
Attribute VB_Name = "modCall"
Option Explicit
'调用求分位数的过程
Sub main()
Dim x As Double, dblI As Double
For dblI = 0.05 To 0.45 Step 0.05
PNorm dblI, x
Debug.Print "上侧概率="
www.eeworm.com/read/127739/6001315
asn1 65-multi-tag-ok.asn1
-- OK: Everything is fine
-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
-- .spelio.software.asn1c.test (9363.1.5.1)
-- .65
ModuleTestMultipleTags
{ iso org(3) dod(6) internet(1) private
www.eeworm.com/read/126641/6015765
c ocsp.c
/* ocsp.c */
/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
* project 2000.
*/
/* ====================================================================
* Copyright (c) 2000
www.eeworm.com/read/124362/6050231
java~ bistim.java~
/*
* BISTIM.java
*
* Created on 19 May 2002, 18:56
*/
package jaga.pj.circuits.control;
import jaga.evolve.Evolver;
import jaga.deploy.Deployment;
import jaga.experiment.*;
import jag
www.eeworm.com/read/123026/6063861
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
// Copyright (c) Microsoft Corporati
www.eeworm.com/read/123026/6063887
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
// Copyright (c) Microsoft Corporati
www.eeworm.com/read/123026/6063894
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
// Copyright (c) Microsoft Corporati
www.eeworm.com/read/115501/6116778
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public findstring As String
www.eeworm.com/read/113741/6126096
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public findstring As String