代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/143077/12900920
f90 model.f90
!====================================================================================
! model
!=============================================================================
www.eeworm.com/read/327014/13103750
acf console_rpc.acf
[implicit_handle (handle_t console_rpc_IfHandle)
] interface console_rpc
{
}
www.eeworm.com/read/308778/13692194
for a07.for
SUBROUTINE ELT2D6
C
C
C
C***ADD:DPR***
IMPLICIT DOUBLE PRECISION ( A-H,O-Z )
C***END:DPR***
C
C
RETURN
C*FILE END
END
www.eeworm.com/read/308778/13692213
for a17.for
SUBROUTINE ELT3D6
C
C***ADD:DPR***
IMPLICIT DOUBLE PRECISION ( A-H,O-Z )
C***END:DPR***
C
C
RETURN
C*FILE END
END
www.eeworm.com/read/140582/5787319
v2
# conn for OE for network behind us.
# Uses implicit conn OEself.
version 2.0
conn private-or-clear-behind
leftsubnet=192.0.2.0/24 # behind east
also=private-or-clear
www.eeworm.com/read/139332/5802322
hpp fenced_priority_queue.hpp
// (C) Copyright Jeremiah Willcock 2004
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
www.eeworm.com/read/127739/6001233
-ef 37-indirect-choice-ok.asn1.-ef
ModuleTestIndirectChoiceFine {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
37 }
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
T ::= CHOICE {
t-a INTEG
www.eeworm.com/read/360546/6352184
f90 quick_sort.f90
! 快速排序法范例
! By Perng 1997/8/30
program QuickSort_Demo
implicit none
integer, parameter :: N=10
real :: B(N)
integer :: A(N)
! 用随机数来产生数列
call random_seed()
call random_number(B
www.eeworm.com/read/487272/6517640
f90 e_121_03.f90
PROGRAM Radioactive_Decay
!--------------------------------------------------------
! 给定放射性元素的初量值和半衰期,计算一定时间后的剩余量
! 变量名:
! InitialAmount : 放射性元素的初量值(mg)
! RemainingAmount : 放射性
www.eeworm.com/read/476406/6760749
f90 quick_sort.f90
! 快速排序法范例
! By Perng 1997/8/30
program QuickSort_Demo
implicit none
integer, parameter :: N=10
real :: B(N)
integer :: A(N)
! 用随机数来产生数列
call random_seed()
call random_number(B