代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/193337/8236926
def zipdll.def
; ZipDll.def : Declares the module parameters for the DLL.
LIBRARY "ZipDll"
DESCRIPTION 'ZipDll Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
Ex_Zip @1
E
www.eeworm.com/read/173574/9650097
txt vba13-3.txt
Option Explicit
Dim m_blnMouseDown As Boolean
Dim m_pPoint As IPoint
www.eeworm.com/read/368137/9709841
h bookexcept.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/413339/11159178
def remcom_rtu.def
; RemCom_rtu.def : Declares the module parameters for the DLL.
LIBRARY "RemCom_rtu"
DESCRIPTION 'RemCom_rtu Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/267836/11160901
bas 齿顶圆半径模块.bas
Attribute VB_Name = "齿顶圆半径模块"
Option Explicit
Dim x As Single
Dim Z As Integer
Public Function ra(ByVal x, ByVal Z) As Double
ra = m / Cos(b) * (Z / 2 + h * Cos(b) + x * Cos(b) - (x0 * Cos(b)
www.eeworm.com/read/267836/11160905
bas 端面齿顶圆齿厚.bas
Attribute VB_Name = "端面齿顶圆齿厚"
Option Explicit
Dim s, x As Single
Dim Z As Integer
Public Function Sa(ByVal x, ByVal Z) As Single
s = m / Cos(b) * (pi / 2 + 2 * x * Cos(b) * Tan(rt))
Sa =
www.eeworm.com/read/267836/11160910
bas 齿顶圆压力角正切值模块.bas
Attribute VB_Name = "齿顶圆压力角正切值模块"
Option Explicit
Dim x As Single
Dim Z As Integer
Dim yux As Double
Public Function tgRA(ByVal x, ByVal Z) As Double
yux = rb(Z) / ra(x, Z)
tgRA = Sqr(1
www.eeworm.com/read/267836/11160926
bas 目标函数模块.bas
Attribute VB_Name = "目标函数模块"
Option Explicit
Dim x As Single
Public Function Goal(ByVal x) As Single
Goal = Abs(n1m(x) - n2m(x))
End Function
www.eeworm.com/read/267724/11165862
def vc_temp.def
; Vc_Temp.def : Declares the module parameters for the DLL.
LIBRARY "Vc_Temp"
DESCRIPTION 'Vc_Temp Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here