代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/440809/7680594
f90 qsort.f90
program main
use DFPORT
implicit none
integer :: a(5) = (/ 5,3,1,2,4 /)
integer(2), external :: compareINT
call QSORT( a, 5, 4, compareINT )
write(*,*) a
stop
end program
inte
www.eeworm.com/read/298447/7960365
acf dnsxpl.acf
[implicit_handle(handle_t dns)]
interface cluuid
{
}
www.eeworm.com/read/332108/12778240
f90 regulatorfuns.f90
!!***********************************
!!* Shoot package v1.0 *
!!* Functions for Regulator problem *
!!* Author: Pierre Martinon *
!!* INRIA FUTURS, team COMMANDS *
!!* CMAP,
www.eeworm.com/read/332108/12778244
f90 fishingfuns.f90
!!*********************************
!!* Shoot package v1.0 *
!!* Functions for Fishing problem *
!!* Author: Pierre Martinon *
!!* INRIA FUTURS, team COMMANDS *
!!* CMAP, ECOLE POLY
www.eeworm.com/read/144120/12812699
v implicitwire.v
// Verify that implicit wires can be created and used.
// The cOut and x8 identifiers should be treated as implicit wires.
module NAND(output out, input in1, in2);
always @(out,in1,in2);
endmodule
www.eeworm.com/read/244781/12844077
acf dnsxpl.acf
[implicit_handle(handle_t dns)]
interface cluuid
{
}
www.eeworm.com/read/140161/13102362
c spawner.c
/*
Copyright 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
www.eeworm.com/read/301055/13866972
for subspc.for
C*****
SUBROUTINE SUBSPC
$ (LL,AKA,AMA,AV,W,N,MT,MW,VV,SKS,SMS,SV,Y,ID,NMAX,EPS)
C** LL(N) = INPUT VARIABLE BAND MATRIX STORED INDEX
C** AKA(NN) = INPUT STIFFNESS MATRIX
C** AMA(
www.eeworm.com/read/152695/5669678
mk qnxnto.mk
#############################################################################
#
# SciTech Multi-platform Graphics Library
#
# =================================================================