代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/295705/8144706
h emm.h
/*****************************************************************************
*
* Microchip DeviceNet Stack (Explicit Messaging Manager Header)
*
*********************************************
www.eeworm.com/read/295705/8144781
h uemm.h
/*****************************************************************************
*
* Microchip DeviceNet Stack (Unconnected Explicit Messaging Manager Header)
*
*********************************
www.eeworm.com/read/130875/5949922
÷+
Attribute VB_Name = "modCalculate"
'线性插值
Option <mark>Explicit</mark>
'从给定的N个数据点中选取最靠近插值点的两个数据点按比例插值
'N:数据点个数
'X:数组,存放数据点的横坐标
'Y:数组,存放数据点的纵坐标
'M:插值点个数
'T:数组,存放插值点的横坐标
'F:数组,存放插值的结果
Public Sub LIP(N As In ...
www.eeworm.com/read/129320/5974127
java thrownexception.java
/*
* Bytecode Analysis Framework
* Copyright (C) 2004 University of Maryland
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Gener
www.eeworm.com/read/158498/11609513
bas roundn.bas
Option Explicit
Function RoundNear& (num&, near&)
Dim t&
t& = num& Mod near&
If t& < (near& / 2) Then
RoundNear& = num& - t&
Else
RoundNear& = num& + (near& - t&)
www.eeworm.com/read/220814/14787588
h emm.h
/*****************************************************************************
*
* Microchip DeviceNet Stack (Explicit Messaging Manager Header)
*
*********************************************
www.eeworm.com/read/220814/14787632
h uemm.h
/*****************************************************************************
*
* Microchip DeviceNet Stack (Unconnected Explicit Messaging Manager Header)
*
*********************************
www.eeworm.com/read/216898/14988016
texi compiling.texi
@node compiling
@section Compiling with Blitz++
@subsection Header files
@cindex header files, convention
@cindex @file{blitz} header files
Blitz++ follows an X-windows style convention for header
www.eeworm.com/read/164520/5489545
bas 曲面_网状立体图m2.bas
Attribute VB_Name = "modCalculate"
'线性插值
Option <mark>Explicit</mark>
'从给定的N个数据点中选取最靠近插值点的两个数据点按比例插值
'N:数据点个数
'X:数组,存放数据点的横坐标
'Y:数组,存放数据点的纵坐标
'M:插值点个数
'T:数组,存放插值点的横坐标
'F:数组,存放插值的结果
Public Sub LIP(N As In ...