Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for External variable 18 found (22 total)

alternate case: external variable

XQuery API for Java (1,293 words) [view diff] exact match in snippet view article find links to article

following example illustrates how a Java value can be bound to an external variable in an XQuery expression. Assume that the connection conn already exists:
Variable-buoyancy pressure vessel (1,696 words) [view diff] exact match in snippet view article find links to article
pressure vessel, or by moving a stored liquid between internal and external variable-volume containers. A pressure vessel is used to withstand the hydrostatic
Protothread (465 words) [view diff] exact match in snippet view article find links to article
accomplished by utilizing Duff's device within a thread's function and an external variable used in within the switch statement. This allows jumping (resuming)
Helmholtz free energy (4,205 words) [view diff] exact match in snippet view article find links to article
one external variable x {\displaystyle x} . Then changing the system's temperature parameter by d β {\displaystyle d\beta } and the external variable by
HTML form (1,982 words) [view diff] exact match in snippet view article find links to article
form_handler.php <!DOCTYPE html> <?php // requesting the value of the external variable "first_name" and filtering it. $firstName = filter_input(INPUT_GET
State function (1,368 words) [view diff] exact match in snippet view article find links to article
the path, whether as a function of time or a function of some other external variable. For example, having the pressure P(t) and volume V(t) as functions
Voter turnout in United States presidential elections (4,062 words) [view diff] exact match in snippet view article find links to article
those in rural areas (Marcus & Krupnick, 2017), perhaps there is an external variable (i.e. election infrastructure) at play. Smith and Tolbert's (2005)
Hash function (7,455 words) [view diff] exact match in snippet view article find links to article
the term. This requirement excludes hash functions that depend on external variable parameters, such as pseudo-random number generators or the time of
Thermodynamic equations (3,527 words) [view diff] exact match in snippet view article find links to article
of k  different types of particles and has the volume as its only external variable. The fundamental thermodynamic relation may then be expressed in terms
WRNY (New York City) (3,923 words) [view diff] no match in snippet view article
rotated by standard household fan motor, needed to spin at 450 rpm. An external, variable resistor controlled the motor speed. The Federal Radio Commission
Relations between heat capacities (2,080 words) [view diff] exact match in snippet view article find links to article
of the system are changed when the heat is supplied. If the only external variable of the system is the volume, then we can write: d S = ( ∂ S ∂ T )
Second law of thermodynamics (15,472 words) [view diff] exact match in snippet view article find links to article
eigenstate it is in. The generalized force, X, corresponding to the external variable x is defined such that X d x {\displaystyle Xdx} is the work performed
Intel Graphics Technology (4,715 words) [view diff] exact match in snippet view article find links to article
the respective displays. All display types other than DP have an external variable clock frequency associated with the display resolution that is being
Rob O'Hara (1,071 words) [view diff] exact match in snippet view article find links to article
Batch-O-Matic: a Windows utility for processing batch files with external variable lists. eCoder Ring: a Windows message encryption utility. eCoder Ring
Flow cytometry bioinformatics (8,040 words) [view diff] exact match in snippet view article find links to article
phenotypical or functional variations that are correlated with an external variable (e.g., a clinical outcome). These studies can be partitioned into
Anelasticity (4,198 words) [view diff] exact match in snippet view article find links to article
this postulate can be considered true. In general, the change of an external variable of a thermodynamic system causes a response from the system called
Poromechanics (5,657 words) [view diff] exact match in snippet view article find links to article
pressure, and the net flux of pore fluid of the test sample. A better external variable in replace of ϕ {\displaystyle {\phi }}  is therefore the variation
Examples of anonymous functions (7,585 words) [view diff] exact match in snippet view article find links to article
captured by reference. [&] // Any external variable is implicitly captured by reference if used [=] // Any external variable is implicitly captured by value