1. OFFSET
... Prev . Next . ... OFFSET(range,row,col,height,width) . ... (@col,@row) @range, @height @width. @range , OFFSET #VALUE!. ... COLUMN , COLUMNS , ROWS . ...
[
]
http://uneex.mithril.cs.msu.su/static/GnumericDoc_ru/r6928.html -- 3.9 -- 26.09.2011
[
]
http://uneex.lorien.cs.msu.su/static/GnumericDoc_ru/r6928.html -- 3.9 -- 26.09.2011
:
(
(>1503) - uneex.lorien.cs.msu.su/ )
2. range
... array range ( mixed low, mixed high) . ... foreach(range(0, 9) as $number) { echo $number; } foreach(range('a', 'z') as $letter) { echo $letter; } foreach(range('z', 'a') as $letter) { echo $letter; } . ... Example 2. ... array_reverse can be used to flip the order of a range foreach(array_reverse(range(0,9)) as $number) { echo $number; } # array_map() can be used to turn integers into characters using chr() foreach(array_map('chr', range(ord('a'),ord('z'))) as $character) { echo $character; } . ...
[
]
http://old.hcs.cmc.msu.ru/php/function.range.html -- 4.9 -- 03.02.2002
[
]
http://old.master.cmc.msu.ru/php/function.range.html -- 4.9 -- 03.02.2002
[
]
http://oit.cmc.msu.ru/php/function.range.html -- 4.9 -- 03.02.2002
:
(
(>3031) - oit.cmc.msu.ru/ )
3. Long description of example illustrating rows separated by a border
. This diagram shows how the precedence rules may be used to achieve the effect of rows being separated by a border. There is no border above or below the table and there are no vertical borders at all. The table shows a table of three columns and three rows. Each cell contains an integer that labels it. The top row is separated from the second by a solid black border. The second row is separated from the third by a solid black border as well. Return to image.
[
]
http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/tbl-rules-desc.html -- 1.9 -- 02.05.1998
:
(
(>41241) - crydee.sai.msu.ru/ )
4. Qt Toolkit - QGridLayout Class
The QVBoxLayout class lays out child widgets in a grid. ... QGridLayout (QWidget*parent, intnRows, intnCols, intborder=0, intautoBorder=-1, constchar*name=0) . ... void addWidget (QWidget*, introw, intcol, intalign=0) . ... void setRowStretch (introw, intstretch) . ... QGridLayout takes the space it gets (from its parent layout or from the mainWidget ()), divides it up into rows and columns, and puts each of the child widgets it manages into the correct cell(s). ...
[
]
http://rtm-cs.sinp.msu.ru/manual/qt/qgridlayout.html -- 14.0 -- 11.07.1998
:
(
(>784) - rtm-cs.sinp.msu.ru/ )
5. cca: a308291203ea automata.py
... 4 def __init__ ( self , width = 150 , height = 70 , states = None ): . 5 self . ... 9 State ( "Alive" , '+' , "black" , '1' , [ 0 , 1 ] + range ( 4 , 9 ))] . ... 18 for row in range ( height ): . ... 20 for col in range ( width ): . ... 25 for row in range ( 1 , self . ... 26 for col in range ( 1 , self . ... append (( row , col )) . ... append (( row , self . ... 70 for row , col in [( 0 , 0 ), ( self . ... 74 for vert_long in range ( row + self . ... 76 for horiz_long in range ( col + self . ...
[
]
http://kodomo.fbb.msu.ru/hg/cca/file/a308291203ea/automata.py -- 46.4 -- 03.02.2013
:
(
(>32271) - kodomo.fbb.msu.ru/ )
6. ExtensionFileFilter
... public class ExtensionFileFilter . ... A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about. ... Extension - create a new filter that filerts out all files but gif and jpg image files: JFileChooser chooser = new JFileChooser(); ExtensionFileFilter filter = new ExtensionFileFilter( new String{"gif", "jpg"}, "JPEG GIF Images") chooser.addChoosableFileFilter(filter); chooser.showOpenDialog(this); . ... private java.lang.String . ...
[
]
http://angel.cs.msu.su/projects/system/javadoc/client/ExtensionFileFilter.html -- 24.0 -- 20.12.2004
:
(
(>225) - angel.cs.msu.su/ )
7. GluePlugin - TWiki - TWiki
... Plugin Installation Instructions . ... WikiRing Consultants This plugin will help you to write readable markup (TWikiMarkup, HMTL, ...) within TWiki by allowing tags and arguments to be formatted on multiple lines. ... Basically, there are two ways of glueing and recombining lines by either removing all whitespaces between two lines using %*~~ or by removing all whitespaces and separateing lines with a single space using %~~~ . ... lib/TWiki/Plugins/GluePlugin.pm . ... TWiki:Plugins/GluePlugin . ...
[
]
http://dualopt1.cmm.msu.ru/bin/view/TWiki/GluePlugin?rev=2;skin=kubrick.nat%2Cnat%2C%20pattern;sortcol=1;table=1;up=0 -- 36.8 -- 10.04.2016
:
(
(>41350) - dualopt1.cmm.msu.ru/ )
8. 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
:
(
(>12470) - lib.mexmat.ru/ )
9. MySQL Reference Manual for version 3.23.10-alpha. - H Description of MySQL
... A regular expression (regex) is a powerful way of specifying a complex search. MySQL uses regular Henry Spencer's inplementation of regular expressions. ... MySQL uses the extended version. This is a simplistic reference that skips the details. To get more exact information, see Henry Spencer's regex(7) manual page that is included in the source distribution. ... A regular expression describes a set of strings. The simplest regexp is one that has no special characters in it. ...
[
]
http://itpm.msu.su/mysql/Manual_chapter/manual_Regexp.html -- 9.7 -- 15.02.2000
:
(
(>517) - itpm.msu.su/ )
10. Change-points at different levels of the hierarchy of EEG segmental...
Brain Research Group >> Research >> Change-point analysis ... << previous next >> . ... When detection of the change-points in alpha band power was performed as in the previous subsection, more than one change-point per second was obtained in average. ... The hypothesis of the hierarchy of EEG segmental descriptions (Kaplan 1998) (see subsection 7.3.2) is a theoretical reason for introducing the adjustment of the change-point detection probability. ...
[
]
http://brain.bio.msu.ru/papers/chp2000/8.htm -- 10.2 -- 03.06.2005
:
(
(>52) - brain.bio.msu.ru/ )
11. SAI OCL Catalog Virtual Observatory
... Structure of Data . ... Catalog . ... The SAI OCL Catalog site provides several VO-enabled modes of operation: . VO-enabled catalog data analysis from a browser . ... Endpoint URL is http://ocl.sai.msu.ru/catalog/conesearch/ . ... VO-enabled catalog analysis from a browser . Presently, this recipe works with Firefox (Windows, MacOS, Linux), Internet Explorer (Windows) and Opera (Windows) browsers with Java plugin 1.6 installed. ... Main TOPCAT window with SAI OCL catalog loaded will appear. ...
[
]
http://ocl.sai.msu.ru/vo/ -- 7.4 -- 09.04.2016
:
(
(>222) - ocl.sai.msu.ru/ )
12. CDFE => Online Services => Nuclear Reaction Threshold and Energy Values
Online Services | ... This program give to one the possibility to calculate REACTION THRESHOLD and REACTION ENERGY values for any nuclear reaction: . ... Equation for REACTION ENERGY : E react = ( M 1 + M 2 - SUM ) * c 2 , . ... Format of ENERGY value: Energy value energy error . Nucleon Separation Energy Graph Engine is universal program for plotting graph of nucleon separation energies. ... 3) Type and number of nucleon separated (namefield "Reaction") (multiselect field), . ...
[
]
http://cdfe.sinp.msu.ru/services/calc_thr/calc_thr_help.html -- 13.2 -- 21.11.2006
:
(
(>58) - cdfe.sinp.msu.ru/ )
13. Examples of using the man command
To get an overview of section 1 (one) of the manual: man 1 intro . ... This displays a one line synopsis of each command that has this keyword in its description. To search the online manual for a command with the phrase "copy files": man -k 'copy files' . ... To check what a command does: whatis more more, page (1) - browse or page through a text file . ... To display the manual page for the cp (copy files) command: man cp . ... To print the manual page for the man command: man -t man . ...
[
]
http://comet.sai.msu.ru/UNIXhelp/examples/man.html -- 3.0 -- 17.01.1997
:
(
(>520) - comet.sai.msu.ru/ )
14. http://kodomo.cmm.msu.su/trac/cca/browser/Automata.py?rev=7f576dd5ccd8dafd2c6862e5a3388e596b669379&format=txt
from State import * class Automata(object): #field[][] - state symbol #states[] #symbols = {} - symbol : number_in_states def __init__(self, width=150, height=70, states=None): self.width = width self.height = height if states == None: self.states = [State( Dead , '-', white , [5]), State( Alive , '+', black , [0, 1] + range (4, 9)), State( Mid , '=', red , [0, 1] + ...
[
]
http://kodomo.cmm.msu.su/trac/cca/browser/Automata.py?rev=7f576dd5ccd8dafd2c6862e5a3388e596b669379&format=txt -- 5.7 -- 12.12.2010
[
]
http://kodomo.cmm.msu.ru/trac/cca/browser/Automata.py?rev=7f576dd5ccd8dafd2c6862e5a3388e596b669379&format=txt -- 5.7 -- 12.12.2010
:
(
(>3785) - kodomo.cmm.msu.ru/ )
15. 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
:
(
(>184) - sp.cs.msu.ru/ )
16. Description of particles
Each row in the Particles Table describes a particle - anti-particle pair. ... 2*Spin for a doubled particle spin: 0 for scalar, 1 for spinor and 2 for vector particles. ... In this case the anti-particle "A+" is transformed by conjugated representation. ... Aux for an auxiliary field which allows to modify particle propagators. ... spin 0 case: . ... Zero mass vector particle must be marked as a gauge one using the Aux field (see below). ... is permitted for vector ( 2*spin=2 ) particle. ...
[
]
http://theory.sinp.msu.ru/comphep_html/tutorial/node69.html -- 11.5 -- 09.08.2000
:
(
(>12983) - theory.sinp.msu.ru/ )
17. http://mirror.msu.net/pub/gentoo-portage/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild
-exceptions SLOT= 0 KEYWORDS= ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux IUSE= debug doc examples DEPEND= RDEPEND= ${DEPEND} S= ${WORKDIR}/${MYP} src_prepare() { epatch \ ${FILESDIR} /${PN}-4.0.297-underlinking.patch \ ${FILESDIR} /${P}- build .patch find include -name \*.html -delete || ...
[
]
http://mirror.msu.net/pub/gentoo-portage/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild -- 4.3 -- 27.11.2015
:
(
(>46909) - mirror.msu.net/ )
18. Manpage of FITSHDR
fitshdr - FITS-file headers manipulation tool fitshdr [options] [FITSfile_name] . ... fitshdr [options] --edit FITSfile_name . ... If You want to modify headers of FITSFILE using new FITS-header lines from HEADER file (or from stdin), You have to use this option (You can skip this option, if -H or --header option is used). ... Empty header lines are not displayed (in 'dump' mode only). --line-offsets . ... In 'dump' mode: file offset will be displayed for each header line. --no-line-offsets . ...
[
]
http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr.1.html -- 12.8 -- 21.12.2010
:
(
(>246) - lnfm1.sai.msu.ru/ )
19. AR-2 main_e
... Air temperature in the forechamber: 285-295K . ... Aerodynamic unit AR-2 is used for experimental research of heat and mass exchange processes in a model boundary layer, flown over by supersonic air stream. The main part of the unit is supersonic aerodynamic tube of continuous action with regulated plate nozzle, rectangular cross-section of the working part 100x70 and with regulated exit cone. ... Unit AR-2 is a supersonic aerodynamic tube with a regulated supersonic nozzle and an exit cone. ...
[
]
http://termogaz.imec.msu.ru/ar2/AR-2main_e.htm -- 5.9 -- 30.03.2009
:
(
(>5) - termogaz.imec.msu.ru/ )
20. 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
:
(
(>73) - scon155.phys.msu.su/ )