代码搜索:Variables
找到约 10,000 项符合「Variables」的源代码
代码结果 10,000
www.eeworm.com/read/248541/12554217
f wetlan.f
subroutine wetlan
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine simulates wetlands
!! ~ ~ ~ INCOMING VARIABLES ~ ~ ~
!! name |units |definition
!! ~
www.eeworm.com/read/248541/12554361
f transfer.f
subroutine transfer
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine transfers water
!! ~ ~ ~ INCOMING VARIABLES ~ ~ ~
!! name |units |definition
!! ~ ~ ~ ~
www.eeworm.com/read/248541/12554612
f decay.f
subroutine decay
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine calculates degradation of pesticide in the soil and on
!! the plants
!! ~ ~ ~ INCOMING VARIABLES ~ ~ ~
!!
www.eeworm.com/read/248541/12554755
f apply.f
subroutine apply
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine applies pesticide
!! ~ ~ ~ INCOMING VARIABLES ~ ~ ~
!! name |units |definition
!! ~ ~
www.eeworm.com/read/109650/15553172
cpp globals.cpp
// **************************************************************************
// globals.cpp
//
// Description:
// This is where global variables are initialized and global functions are
// imple
www.eeworm.com/read/431223/8699041
c homotloa.c
/* Homotopy Continuation Method: Load variables */
#include "homot.h"
/* ------- Global Variables ------ */
extern VALUETYPE *Dx,Dparam,param0,*x0,*x0p,Kh,Htol,SD0,AngTr,
VoltageSum
www.eeworm.com/read/357783/10201128
m ui_ep.m
% keep all variables local in scope
function [] = ui_ep();
% declare global variables
dfec_global;
ui_private_global;
Lep=10000;
if get(h_ep,'Value')
newparams;
set(fig_menu,'Handle
www.eeworm.com/read/279234/10453686
pl fig07_04.pl
#!/usr/bin/perl
# Fig. 7.4: fig07_04.pl
# Program to display CGI environment variables.
use warnings;
use strict;
use CGI qw( :standard );
print header(), start_html( "Environment Variables"
www.eeworm.com/read/160392/10536130
m gen_log.m
function gen_log(S, log);
% gen_log(S, log)
% generates log-file of all variables
%
% INPUT:
% S : structure containing the MLD-model
% log: structure containing the log-data of all variables
www.eeworm.com/read/238485/13882750
5 tcp-environ.5
.TH tcp-environ 5
.SH NAME
tcp-environ \- TCP-related environment variables
.SH DESCRIPTION
The following environment variables
describe a TCP connection.
They are set up by
.BR tcp-env ,
.BR tcpclien