1. MPI: A Message-Passing Interface Standard | PARALLEL.RU -
... MPI: A Message-Passing Interface Standard . ... The Message Passing Interface Forum (MPIF), with participation from over 40 organizations, has been meeting since January 1993 to discuss and define a set of library interface standards for message passing. ... The goal of the Message Passing Interface, simply stated, is to develop a widely used standard for writing message-passing programs. ... Index to MPI Standard . ... Marc Snir, William Gropp, Ewing Lusk, Point-to-Point Communications . ... ...
[
]
http://www.parallel.ru/docs/mpi1.1/mpi-report.html -- 32.6 -- 09.04.2016
:
(
(>1257) - www.parallel.ru/ )
2. Sutter H., Alexandrescu A. - C++ Coding Standards: 101 Rules, Guidelines, and
. ... Sutter H., Alexandrescu A. - C++ Coding Standards: 101 Rules, Guidelines, and Best Practices . ... : C++ Coding Standards: 101 Rules, Guidelines, and Best Practices . : Sutter H., Alexandrescu A. : . ... From type definition to error handling, this book presents C++ best practices, including some that have only recently been identified and standardized-techniques you may not know even if you've used C++ for years. ...
[
]
http://lib.mexmat.ru/books/3895 -- 87.4 -- 10.04.2016
:
(
(>13591) - lib.mexmat.ru/ )
3. STANDARDIZE
Gnumeric . Prev . Next . ... STANDARDIZE(x,mean,stdev) . ... @stddev = 0, #DIV/0!. Excel. ... AVERAGE . ... STDEV ...
[
]
http://uneex.mithril.cs.msu.su/static/GnumericDoc_ru/r8237.html -- 3.8 -- 26.09.2011
[
]
http://uneex.lorien.cs.msu.su/static/GnumericDoc_ru/r8237.html -- 3.8 -- 26.09.2011
:
(
(>920) - uneex.lorien.cs.msu.su/ )
4. http://mirror.msu.net/pub/rfc-editor/rfc-ed-all/rfc7093.txt
Independent Submission S. Turner Request for Comments: 7093 IECA Category: Informational S. Kent ISSN: 2070-1721 BBN J. Manger Telstra December 2013 Additional Methods for Generating Key Identifiers Values Abstract This document specifies additional example methods for generating Key Identifier values for use in the AKI (Authority Key Identifier) and SKI (Subject Key Identifier) certificate extensions. ... Turner, et al. Informational [Page 1] RFC 7093 Additional Examples For KIs December 2013 1. ...
[
]
http://mirror.msu.net/pub/rfc-editor/rfc-ed-all/rfc7093.txt -- 8.4 -- 20.12.2013
:
(
(>23686) - mirror.msu.net/ )
5. Understanding HTML and SGML
HTML is an application conforming to International Standard ISO 8879 -- Standard Generalized Markup Language (SGML). ... Every SGML document has three parts: . SGML declaration . ... For example, the SGML declaration in the HTML DTD specifies that the string that opens an end tag is </ and the maximum length of a name is 72 characters. ... Most HTML elements are identified in a document as a start tag, which gives the element name and attributes, followed by the content, followed by the end tag. ...
[
]
http://comet.sai.msu.ru/webdesign/html-3.0/HTMLandSGML.html -- 9.5 -- 19.12.1996
:
(
(>533) - comet.sai.msu.ru/ )
6. %TOPICTITLE% (22 vs. 23) - TWiki
... Added: . ... More on that at http://TWiki.org/cgi-bin/view/Codev/TWikiOnWindows ) . ... home/smith/twiki/templates Read http://TWiki.org/cgi-bin/view/Codev/SourceForgeHowTo in case you want to install TWiki on SourceForge. ... Add the TWiki:Main.PoweredByTWikiLogo to your Main topic. ... Rename file .htaccess.txt in the twiki/bin directory to .htaccess and change it to your needs. ... http://mydomain.com/twiki/bin/statistics/Main . ... http://mydomain.com/twiki/bin/statistics/Main?logdate=200001 . ...
[
]
http://dualopt1.cmm.msu.ru/bin/rdiff/TWiki/TWikiInstallationGuide?rev1=23&rev2=22 -- 17.7 -- 28.02.2014
:
(
(>41109) - dualopt1.cmm.msu.ru/ )
7. SAL- Programming - X11 Libraries Toolkits - ILOG Views
ILOG Views . VGUI (Very Graphical User Interface) is the next generation of graphical interface design where real graphics allied with standard interface components provide a true handle on today's complex business situations. ... ILOG Views is a comprehensive, portable C++ library of graphic and behavior objects. ... In addition, the ILOG Views VGUI editor, Studio, lets you combine standard interface components with 2D graphics and animates them without coding. ... X11 Libraries Toolkits . ...
[
]
http://www.sai.msu.su/sal/F/5/ILOG_VIEWS.html -- 4.6 -- 22.12.2007
:
(
(>2500) - www.sai.msu.su/ )
8. Lagrangian of the Standard Model
. Subsections . Gauge theories . Group. Local gauge invariance. Gauge fixing terms. Normalization. QCD Lagrangian . Lagrangian of electroweak interactions . Vector bosons . Lagrangian of Higgs field . Gauge fixing and ghost terms for the t'Hooft-Feynman gauge . Unitary gauge . Summary of vertices for the boson sector . Interaction of vector bosons with fermions . Interaction of the Higgs doublet with fermions and generation of fermion masses . Quarks and leptons .
[
]
http://theory.sinp.msu.ru/comphep_html/tutorial/node97.html -- 4.1 -- 09.08.2000
:
(
(>1385) - theory.sinp.msu.ru/ )
9. Phenolic Resins: Chemistry, Applications, Standardization, Safety, and Ecology.
A. Gardziella, L. A. Pilato, A. Knop . ... The technical content of the book describes significant new phenolic resin chemistry, transformations and recent mechanistic pathways of resole and novolak cure. ... Also included in detail: Standardized test methods important for ISO 9001 ff certification. " Phenolic Resins: Chemistry, Applications, Standardization, Safety, and Ecology " . ...
[
]
http://www.chemport.ru/books/index.php?id=488 -- 13.9 -- 12.04.2016
:
(
(>62) - www.chemport.ru/ )
10. ip2long
... PHP 4 >= 4.0.0) ip2long -- Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address. int ip2long ( string ip_address) . The function ip2long() generates an IPv4 Internet network address from its Internet standard format (dotted string) representation. ... php $ip = gethostbyname("www.php.net"); $out = "The following URLs are equivalent:<br>\n"; $out .= "http://www.php.net/, http://".$ip."/, and http://".sprintf("%u",ip2long($ip))."/<br>\n"; echo $out; ?> ...
[
]
http://old.hcs.cmc.msu.ru/php/function.ip2long.html -- 5.1 -- 03.02.2002
[
]
http://old.master.cmc.msu.ru/php/function.ip2long.html -- 5.1 -- 03.02.2002
[
]
http://oit.cmc.msu.ru/php/function.ip2long.html -- 5.1 -- 03.02.2002
:
(
(>1043) - oit.cmc.msu.ru/ )
11. Additional problems at the transition
A problem, that can arise when moving from Fortran 77 to Fortran 90, is dependent on a usual deviation from the standard, and has to do especially with user programs. ... With many Fortran 77 implementations we wrote PROGRAM TEST REAL X WRITE(*,10) 10 FORMAT('Give X = ',$) READ(*,*) X WRITE(*,*) X END In Fortran 90 we use "non-advancing I/O" instead. ... In some old Fortran dialects the statement TYPE was used to write on a typewriter terminal and PRINT was used to write on the line printer. ...
[
]
http://crydee.sai.msu.ru/f90/c14.html -- 5.4 -- 10.02.1996
:
(
(>14838) - crydee.sai.msu.ru/ )
12. - : over the standard Viewpoint
... . .. . ... . ... - : . : over the standard Viewpoint . ... -- -- " " - - . . ...
[
]
http://www.sevin.ru/fundecology/forum/forum_posts.asp?TID=1062&PN=483 -- 18.8 -- 28.02.2014
:
(
(>3341) - www.sevin.ru/ )
13. Principles of Scenario Machine Operation
Next: Calculation of Evolutionary Tracks Up: The Scenario Machine: Operational Previous: How to Catch ``Rare'' . An algorithm of the Scenario Machine work can be subdivided in three main parts (see Figure 14 ): . ... calculation of a given evolutionary track; . ... The algorithms used for the first and third points are quite standard (see, for example, Sobol', 1973[ 183 ] and Ermakov, 1985[ 50 ]); the shapes of the initial distributions are discussed below. ...
[
]
http://xray.sai.msu.ru/~mystery/articles/review/node37.html -- 3.3 -- 22.02.1997
:
(
(>431) - xray.sai.msu.ru/ )
14. mod_ext_filter - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Modules . ... mod_ext_filter presents a simple and familiar programming model for filters . ... any programming/scripting language can be used, provided that it allows the program to read from standard input and write to standard output . existing programs can be used unmodified as Apache filters . ... mod_ext_filter directive to define a filter . ... program /usr/bin/enscript, with the type of . ...
[
]
http://itpm.msu.su/manual/en/mod/mod_ext_filter.html -- 18.6 -- 04.02.2005
:
(
(>540) - itpm.msu.su/ )
15. http://www.umo.msu.ru/docs/projects/monitoring/eksp_analiz_oop_10_12.pdf
www.vovr.ru 1992 14 1 0 , 20 12 CHUCHALIN A., GERASIMOV S. THE COMPETENCES OF ENGINEER ING PROGRAMS GRADUATES: NATIONAL AND INTERNATIONAL STANDARDS The issues of modernization of criteria used by Association of Engineering Education of Russia i n public accreditation HEI's engi neeri ng education programs ar e analyzed in the paper. ... Key word s: Russian higher professional educati on reform, federal state educatio nal standards (FSES), FSES based HEI's undergraduate educational programs. ...
[
]
http://www.umo.msu.ru/docs/projects/monitoring/eksp_analiz_oop_10_12.pdf -- 175.9 -- 01.04.2013
:
(
(>14) - www.umo.msu.ru/ )
16. Firefly v. 8.0.0 documentation - XP parallel modes of execution
Firefly version 8.0 and above supports two new parallel modes of execution, namely the standard e X treme P arallel ( XP ) and extended XP modes. ... In the standard parallel mode, there exists only a single master process. ... In the extended XP mode, there are several groups of processes, each group consisting of its own local master and slave processes. ... Firefly's P2P interface and dynamic load balancing over P2P can be used in any of three parallel modes of execution. ...
[
]
http://classic.chem.msu.su/gran/gamess/xpmodes.html -- 9.3 -- 01.08.2012
:
(
(>102) - classic.chem.msu.su/ )
17. Standard DAPI karyotype of the common shrew Sorex araneus L. (Soricidae,
Sorex araneus . Standard DAPI karyotype of the common shrew Sorex araneus L. (Soricidae, Eulipotyphla) . ... A DAPI-banding technique was used to characterise the individual patterns of each chromosome of the Novosibirsk race of the common shrew ( Sorex araneus ) which has become a model for comparative gene mapping. ... Nomenclature for the chromosomes of the common shrew (Sorex araneus) // Mÿmoires de la Sociÿtÿ Vaudoise des Sciences Naturelles. ...
[
]
http://zmmu.msu.ru/rjt/rus/articles/article.php?volume=6&issue=1&pages=3-6 -- 9.8 -- 10.04.2016
:
(
(>807) - zmmu.msu.ru/ )
18. JQueryRating < System < Foswiki
You are here: Foswiki > System Web > JQueryPlugin > JQueryRating (22 Sep 2010, ProjectContributor ) E dit A ttach . ... When you hover over the stars, a tooltip at the right side will display the value of the radio box, or the title if present. ... Name . ... STARTSECTION{ markup }% div class = jqRating input type= radio name = test value = 1 class = rating title = very low / input type= radio name = test value = 2 class = rating title = low / input type= radio ...
[
]
http://wiki.cs.msu.ru/System/JQueryRating?sortcol=5;table=1;up=1 -- 28.3 -- 11.04.2016
[
]
http://wiki.cmc.msu.ru/System/JQueryRating?sortcol=5;table=1;up=1 -- 28.3 -- 11.04.2016
:
(
(>7045) - wiki.cmc.msu.ru/ )
20. The standard molar enthalpy of formation of 2,3-dichlorodibenzo-p-dioxin
... ABSTRACT.The standard molar enthalpy of combustion of crystalline 2,3-dichlorodibenzo-p-dioxin was determined by rotating-bomb calorimetry to be equal to (5406.4 +- 6.6) kJ/mol. Using this result and the standard enthalpy of sublimation, (108.6 +- 1.0) kJ/mol, the values of the standard molar enthalpies of formation of 2,3-dichlorodibenzo-p-dioxin in the crystalline and gaseous states were found to be -(220.5 +- 6.8) kJ/mol and -(111.9 +- 6.9) kJ/mol, respectively. ...
[
]
http://www.chem.msu.ru/eng/publ/r98-5.html -- 2.1 -- 27.02.2014
[
]
http://chem.msu.ru/eng/publ/r98-5.html -- 2.1 -- 09.04.2016
:
(
(>573) - chem.msu.ru/ )