1. array_map
... PHP 4 >= 4.0.6) array_map -- Applies the callback to the elements of the given arrays . array array_map ( mixed callback, array arr1 [, array arr2...]) . ... function show_Spanish($n, $m) { return "The number $n is called $m in Spanish"; } function map_Spanish($n, $m) { return array ($n => $m); } $a = array(1, 2, 3, 4, 5); $b = array("uno", "dos", "tres", "cuatro", "cinco"); $c = array_map("show_Spanish", $a, $b); print_r($c); $d = array_map("map_Spanish", $a , $b); print_r($d); . ... array_keys . ...
[
]
http://old.hcs.cmc.msu.ru/php/function.array-map.html -- 7.8 -- 03.02.2002
[
]
http://old.master.cmc.msu.ru/php/function.array-map.html -- 7.8 -- 03.02.2002
[
]
http://oit.cmc.msu.ru/php/function.array-map.html -- 7.8 -- 03.02.2002
:
(
(>2916) - oit.cmc.msu.ru/ )
2. PERCENTILE
... Prev . Next . ... PERCENTILE(array,k) . PERCENTILE 100*@k- ( x , @k x). ... A5 11.4, 17.3, 21.3, 25.9 40.1. . ...
[
]
http://uneex.mithril.cs.msu.su/static/GnumericDoc_ru/r7000.html -- 4.0 -- 26.09.2011
[
]
http://uneex.lorien.cs.msu.su/static/GnumericDoc_ru/r7000.html -- 4.0 -- 26.09.2011
:
(
(>1872) - uneex.lorien.cs.msu.su/ )
3. Fortran DVM language description
Fortran-DVM . ... Language description . ... 2.2 Syntax of FDVM directives . ... 4.2 Distribution of dynamic arrays . ... 6 Remote data specification . ... 6.2 SHADOW type references . ... 6.2.2 Synchronous specification of independent references of SHADOW type for single loop . ... 6.2.5 Asynchronous specification of independent references of SHADOW type . ... 6.3.3 Asynchronous specification of REMOTE type references . ... 6.4.2 Asynchronous specification of REDUCTION type references . ...
[
]
http://sp.cs.msu.ru/dvm/dvmhtm1107/eng/usr/fdvm/fdvmLDe.html -- 13.2 -- 13.02.2006
:
(
(>205) - sp.cs.msu.ru/ )
4. : Package ucar.multiarray
... Class . ... Provides an abstraction for multidimensional array access, some concrete implementations, and ways to view a MultiArray as if it had a different structure. ... This interface defines the services required by MultiArrayProxy to manipulate indexes and the dimensions of a MultiArray. ... In the following, we use the unadorned term "array" to mean the Java language construct, and the term "multidimensional array" for the mathematical abstraction modeled by the MultiArray class in this...
[
]
http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/multiarray/package-summary.html -- 15.4 -- 28.12.2004
:
(
(>89) - angel.cs.msu.su/ )
5. Qt Toolkit - QPointArray Class
The QPointArray class provides an array of points. ... QPointArray (intnPoints, constQCOORD*points) . ... void point (uinti, int*x, int*y)const . ... bool setPoints (intnPoints, constQCOORD*points) . ... bool putPoints (intindex, intnPoints, constQCOORD*points) . ... Constructs a point array with nPoints points, taken from the points array. ... Returns the point at position index in the array. ... Copies nPoints points from the points array into this point array. ...
[
]
http://rtm-cs.sinp.msu.ru/manual/qt/qpointarray.html -- 16.4 -- 11.07.1998
:
(
(>636) - rtm-cs.sinp.msu.ru/ )
6. PLANdbAffy: probe-level annotation database for Affymetrix expression
The files containing information about Affymetrix microarrays were downloaded from the official Affymetrix site. ... Probe sequences were mapped to the genome using Blat. ... The hits found "probe alignment regions" were . ... We annotated each probe alignment region using the mRNA and EST alignments provided by UCSC, considering only . ... The textual part of the interface consists of probe information section, probe alignment section and transcription state . ... Each gene and each probe alignment . ...
[
]
http://mouse.belozersky.msu.ru/~ramil/PLANdbAffy_human/description.html -- 4.1 -- 12.10.2009
:
(
(>3254) - mouse.belozersky.msu.ru/ )
7. Generalized pair approximation in the description of ate AC conductivity of a
... The frequency dependence of the hopping conductivity of dense arrays of semiconductor quantum dots of size a substantially exceeding the edge-to-edge separation w between neighboring quantum dots is considered. It is shown that at low frequencies in a wide frequency range the conductivity obeys a fractional power law and its magnitude depends on the structural characteristics of the material. ...
[
]
http://semiconductors.phys.msu.ru/publ/zv2006-2.html -- 2.1 -- 14.10.2006
[
]
http://scon155.phys.msu.su/publ/zv2006-2.html -- 2.1 -- 14.10.2006
:
(
(>46) - scon155.phys.msu.su/ )
8. Long description for example showing how structurally overlapping cells are
This example shows a difference between CSS's table model for HTML and for other document formats. The first, HTML, example is defined by HTML to be illegal, as it would lead to overlapping cells if HTML's rules for layout are followed. ... The diagram depicts how the two examples, the HTML one and the almost identical non-HTML one, might be rendered. ... The rendering of the non-HTML example is on the right, it follows the CSS rules and thus has no overlapping cells. ...
[
]
http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/table-overlap-desc.html -- 3.1 -- 04.05.1998
:
(
(>4087) - crydee.sai.msu.ru/ )
9. http://mirror.msu.net/pub/gentoo-portage/eclass/autotools-utils.eclass
... Please note that autotools-utils does not support mixing of its phase # functions with regular econf/emake calls. ... EXAMPLE: # Typical ebuild using autotools-utils.eclass: # # @CODE # EAPI = 2 # # inherit autotools-utils # # DESCRIPTION = Foo bar application # HOMEPAGE= http://example.org/foo/ # SRC_URI= mirror://sourceforge/foo/${P}.tar ... SLOT= 0 # IUSE= debug doc examples qt4 static-libs tiff # # CDEPEND= # media-libs/libpng:0 # qt4? ( # dev -qt/qtcore:4 # ... EAPI} == 2 ]] && ! ...
[
]
http://mirror.msu.net/pub/gentoo-portage/eclass/autotools-utils.eclass -- 12.2 -- 13.11.2015
:
(
(>46386) - mirror.msu.net/ )
10. Mejlbro L. - Calculus 2c-2, Examples of Description of Surfaces Partial
... Mejlbro L. - Calculus 2c-2, Examples of Description of Surfaces Partial Derivatives, Gradient, Directional Derivative and Taylor's Formula . ... : Calculus 2c-2, Examples of Description of Surfaces Partial Derivatives, Gradient, Directional Derivative and Taylor's Formula . : Mejlbro L. : . ...
[
]
http://lib.mexmat.ru/books/52492 -- 14.9 -- 10.04.2016
:
(
(>9634) - lib.mexmat.ru/ )
11. Examples | PARALLEL.RU - -
... Examples . ... The window at each process consists of array A , which contains the origin and target buffers of the put calls... while(!converged(A)){ update(A); MPI_Win_fence(MPI_MODE_NOPRECEDE, win); for(i=0; i < toneighbors; i++) MPI_Put(&frombuf[i], 1, fromtype[i], toneighbor[i], todisp[i], 1, totype[i], win); MPI_Win_fence((MPI_MODE_NOSTORE | ... Example Same generic example, with more computation/communication overlap. ... . ...
[
]
http://www.parallel.ru/docs/mpi2/node132.html -- 21.6 -- 09.04.2016