代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/434858/1868030
m plot_square_hhmm.m
function plot_square_hhmm(ev)
% Plot the square shape implicit in the evidence.
% ev{i,t} is the value of node i in slice t.
% The observed node contains a velocity (delta increment), which is conv
www.eeworm.com/read/433911/1880645
install-sh
#! /bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from
www.eeworm.com/read/423356/2027892
mak unzip.mak
.AUTODEPEND
# *Translator Definitions*
CC = bcc +UNZIP.CFG
TASM = TASM
TLINK = tlink
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
# *List Macros*
EXE_dependencies =
www.eeworm.com/read/423356/2027893
mak zipinfo.mak
.AUTODEPEND
# *Translator Definitions*
CC = bcc +ZIPINFO.CFG
TASM = TASM
TLINK = tlink
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
# *List Macros*
EXE_dependencies
www.eeworm.com/read/393688/2472232
f90 clm_varder.f90
#include
#include
module clm_varder
! Declare clm variable
use precision
use clmtype
implicit none
type (clm1d), allocatable :: clm(:)
SAVE
!==============
www.eeworm.com/read/393688/2472259
f90 histhandlermod.f90
#include
#include
module histHandlerMod
use precision, only: r8
use clm_varpar, only : maxhist
implicit none
! Variables
logical, private :: lrestwrt !true =
www.eeworm.com/read/393688/2472787
f90 restart_dynamics.f90
#include
#include
module restart_dynamics
use precision
use pmgrid
use prognostics
use ppgrid, only: pcols, pver
use constituents, only: ppcnst
implicit none
www.eeworm.com/read/393688/2472874
f90 units.f90
#include
#include
module units
implicit none
PRIVATE
logical :: lutag(0:99) = .false. ! list of flags marking logical units in use
public :: getunit, freeunit
CONT
www.eeworm.com/read/393688/2472900
f90 rgrid.f90
#include
module rgrid
use pmgrid, only: plat, platd
use pspect, only: pmmax, pmax
use infnan, only: bigint
implicit none
integer :: nlon(plat) = bigint ! num longitudes p
www.eeworm.com/read/393163/2487969
m plot_square_hhmm.m
function plot_square_hhmm(ev)
% Plot the square shape implicit in the evidence.
% ev{i,t} is the value of node i in slice t.
% The observed node contains a velocity (delta increment), which is conv