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
:
(
(>3030) - oit.cmc.msu.ru/ )
2. PERCENTRANK
Gnumeric . Prev . Next . ... PERCENTRANK(array,x[,significance]) . ... @significance , PERCENTRANK 3 . @array , PERCENTRANK #NUM!. ... LARGE , MAX , MEDIAN , MIN , PERCENTILE , QUARTILE , SMALL . ... Home . ... PERCENTILE . ...
[
]
http://uneex.mithril.cs.msu.su/static/GnumericDoc_ru/r7023.html -- 4.5 -- 26.09.2011
[
]
http://uneex.lorien.cs.msu.su/static/GnumericDoc_ru/r7023.html -- 4.5 -- 26.09.2011
:
(
(>2014) - uneex.lorien.cs.msu.su/ )
3. : 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
:
(
(>226) - angel.cs.msu.su/ )
4. 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
:
(
(>221) - sp.cs.msu.ru/ )
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
:
(
(>683) - rtm-cs.sinp.msu.ru/ )
6. CREATE FULLTEXT PARSER
... CREATE FULLTEXT PARSER -- create a parser for full-text search . CREATE FULLTEXT PARSER prsname START= start_function GETTOKEN gettoken_function END end_function LEXTYPES lextypes_function [ HEADLINE headline_function ] ; . CREATE FULLTEXT PARSER will create a new parser used to break document onto lexemes. If a schema name is given (for example, CREATE FULLTEXT PARSER myschema.prsname ... ) then the parser is created in the specified schema. ... DROP FULLTEXT PARSER ...
[
]
http://www.sai.msu.su/~megera/postgres/fts/doc/sql-fts-createparser.html -- 6.2 -- 13.04.2008
:
(
(>1803) - www.sai.msu.su/ )
7. 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
:
(
(>7255) - mouse.belozersky.msu.ru/ )
8. Long description of float and text flow example
This diagram illustrates how text flows around a float, and in particular, how line boxes of content alongside a float are shortened to make room for the float box (including margins). ... In the source document, a BODY element contains a P that contains a left-floated IMG. ... However, the IMG margin is not involved with this calculation since the IMG is floated. ... The paragraph text flows along the right side of the IMG, starting at the top and to the right of its right margin. ...
[
]
http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/floateg-desc.html -- 2.3 -- 01.05.1998
:
(
(>40469) - crydee.sai.msu.ru/ )
9. http://xray.sai.msu.ru/~ivan/gmt/man/grdinfo.html
grdinfo - Get information about the contents of a 2-D grd file grdinfo grdfiles [ -C ] [ -L1 ] [ -L2 ] [ -M ] grdinfo reads a 2-D binary grd file and reports various statistics for the (x,y,z) data in the grdfile. ... L1 Report median and L1 scale of z (L1 scale = 1.4826 * Median Absolute Deviation (MAD)). ... To obtain all the information about the data set in file hawaii_topo.grd, try grdinfo -L1 -L2 -M hawaii_topo.grd gmt , grd2cpt , grd2xyz , grdedit . Man(1) output converted with man2html ...
[
]
http://xray.sai.msu.ru/~ivan/gmt/man/grdinfo.html -- 3.2 -- 19.03.1999
:
(
(>658) - xray.sai.msu.ru/ )
10. 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
:
(
(>49) - scon155.phys.msu.su/ )
11. allpy: log
log . ... Tue, 15 Jan 2013 18:31:47 +0400 . Boris Nagaev . pair-cores/web: add internal link to example from alignment input field . Mon, 14 Jan 2013 19:48:26 +0400 . ... Fri, 11 Jan 2013 21:25:33 +0400 . ... Thu, 10 Jan 2013 20:02:04 +0400 . ... Wed, 09 Jan 2013 17:57:24 +0400 . ... Fri, 21 Dec 2012 15:08:34 +0400 . ... Fri, 29 Jun 2012 19:37:28 +0400 . ... Tue, 19 Jun 2012 16:55:44 +0400 . ... Thu, 14 Jun 2012 20:24:26 +0400 . ... Sun, 10 Jun 2012 16:08:47 +0400 . ... Boris Burkov . ...
[
]
http://kodomo.fbb.msu.ru/hg/allpy/shortlog/a514dd131bf4 -- 19.2 -- 02.02.2013
:
(
(>22940) - kodomo.fbb.msu.ru/ )
12. 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
:
(
(>731) - www.parallel.ru/ )
13. 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
:
(
(>46601) - mirror.msu.net/ )
14. 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
:
(
(>9966) - lib.mexmat.ru/ )
15. JQueryTextboxList < System < Foswiki
You are here: Foswiki > System Web > JQueryPlugin > JQueryTextboxList (11 Jul 2012, ProjectContributor ) E dit A ttach . ... Turns a text input into a Facebook like list widget with autocompletion. ... Using javascript: <input type="text" name="tags" /> <script> jQuery(function($) { $("input[name='tags']").textboxlist(options); }); </script> . ... name of the input element used for list values; equals to the name of the original input field if undefined . ... css class of values in the list . ...
[
]
http://wiki.cs.msu.ru/System/JQueryTextboxList?sortcol=2;table=1;up=1 -- 33.2 -- 11.04.2016
[
]
http://wiki.cmc.msu.ru/System/JQueryTextboxList?sortcol=2;table=1;up=1 -- 33.2 -- 12.04.2016
:
(
(>7018) - wiki.cmc.msu.ru/ )
16. Anis. Page2
At study of anisotropic media with the help of azimuthal resistivity survey prof. A.S.Semenov has recommended to apply dipole equatorial array or any other non-linear array. Arrays with electrodes' position not in one line ( non-linear arrays ) have higher sensitivity to anisotropy in comparison with linear (or collinear) arrays (Schlumberger, AM, AMN). The most simple example of non-linear array is dipole equatorial (D) array. ... As T - array it has two MN lines with one common M electrode. ...
[
]
http://geophys.geol.msu.ru/anis/anis_001.htm -- 5.3 -- 28.06.1999
:
(
(>88) - geophys.geol.msu.ru/ )
17. TWikiMetaDotPm - TWiki - TWiki - (printable)
All TWiki topics have data (text) and meta-data (information about the topic). ... A meta-data object is a hash of different types of meta-data (keyed on the type, such as 'FIELD' and 'TOPICINFO'). Each entry in the hash is an array, where each entry in the array contains another hash of the key=value pairs, corresponding to a single meta-datum. ... As well as the meta-data, the object also stores the web name, topic name and remaining text after meta-data extraction. ... Get the topic name . ...
[
]
http://dualopt1.cmm.msu.ru/bin/view/TWiki/TWikiMetaDotPm?cover=print.nat -- 19.6 -- 28.02.2014
:
(
(>41137) - dualopt1.cmm.msu.ru/ )
18. HTML Math
Permitted Context: %math . ... This is represented in HTML math by: <array> <row><item>a_11_<item>a_12_<item> <item>a_1n_ <row><item> <item> <item> <item> <row><item>a_n1_<item>a_n2_<item> <item>a_nn_ </array> . ... This is represented by: <array coldef="C+C+C+C=C"> <row><item>a_11_x_1_<item>a_12_x_2_<item> <item>a_1n_x_n_<item>b_1_ <row><item>a_21_x_1_<item>a_22_x_2_<item> <item>a_2n_x_n_<item>b_2_ <row><item colspan=5> <row><item>a_n1_x_1_<item>a_n2_x_2_<item> <item>a_nn_x_n_<item>b_n_ </array> . ...
[
]
http://comet.sai.msu.ru/webdesign/html-3.0/arrays.html -- 5.7 -- 19.12.1996
:
(
(>505) - comet.sai.msu.ru/ )
19. Index of /static/AltDocs_informatika2/Book2/ch_12_java/04_array
. Name . Last modified . Size . Description . Parent Directory . - . TestInput.java . 26-Sep-2011 12:35 . 600 . index.html . 26-Sep-2011 12:35 . 5.5K . Apache/2.2.16 (Debian) Server at uneex.mithril.cs.msu.su Port 80
[
]
http://uneex.mithril.cs.msu.su/static/AltDocs_informatika2/Book2/ch_12_java/04_array/ -- 2.2 -- 01.10.2012
:
(
(>1228) - uneex.mithril.cs.msu.su/ )
20. mod_example - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.0 . ... The files in the src/modules/example directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... If you link it into your server, enable the "example-handler" handler for a location, and then browse to that location, you will see a display of some of the tracing the example module did as the various callbacks were made. ... Using the mod_example Module . ...
[
]
http://itpm.msu.su/manual/de/mod/mod_example.html -- 9.0 -- 04.02.2005
:
(
(>507) - itpm.msu.su/ )