代码搜索:explicit

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

代码结果 10,000
www.eeworm.com/read/159303/5586439

vb application.designer.vb

'------------------------------------------------------------------------------ ' ' This code was generated by a tool. ' Runtime Version:2.0.50727.42 ' ' Changes to
www.eeworm.com/read/154133/5640359

bas 正态分布分位数m1.bas

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/474083/6832307

vb phone.vb

Option Strict Off Option Explicit On Module Module1 Public ca As String Public db As DAO.Database Public Sub dbcon() db = DAODBEngine_definst.OpenDatabase(My.Application.Info.DirectoryPa
www.eeworm.com/read/195151/8171324

bas modbase.bas

Attribute VB_Name = "Modbase" Option Explicit Type MySend SendBytes() As Byte End Type
www.eeworm.com/read/195019/8178130

do func_sim.do

# 8b/10b Functional Simulation ModelSim DO file # Create work library vlib work # Compile package files vcom -just e -93 -explicit -work work pkg_convert.vhd vcom -skip e -93 -explicit -wor
www.eeworm.com/read/192685/8300715

html 17210.html

Re: 请问怎样写才可以由一数到n? Re: 请问怎样写才可以由一数到n?
www.eeworm.com/read/413538/11151116

vb application.designer.vb

'------------------------------------------------------------------------------ ' ' This code was generated by a tool. ' Runtime Version:2.0.50727.1433 ' ' Changes t
www.eeworm.com/read/267836/11160908

bas 基圆半径模块.bas

Attribute VB_Name = "基圆半径模块" Option Explicit Dim Z As Integer Public Function rb(ByVal Z) As Double rb = Z * m / (2 * Cos(b)) * Cos(rt) End Function
www.eeworm.com/read/266379/11229039

cpp fig01_07.cpp

#ifndef IntCell_H #define IntCell_H /** * A class for simulating an integer memory cell. */ class IntCell { public: explicit IntCell( int initialValue = 0 ); int read( ) const;
www.eeworm.com/read/265660/11258579

bas ddwordpad.bas

Attribute VB_Name = "modDDWordPad" ' Portions of the code are copyright 1995, Microsoft Corporation Option Explicit