1. Molecular mechanics
... C-C . : Ethane , : Script . - . ... . ... . ...
[
]
http://kodomo.cmm.msu.ru/~empire_paTRol/mm/text/molmech.html -- 3.9 -- 26.05.2012
:
(
(>4201) - kodomo.cmm.msu.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
:
(
(>16823) - lib.mexmat.ru/ )
3. Retrieving Arguments
... New parameter parsing API: This chapter documents the new Zend parameter parsing API introduced by Andrei Zmievski. ... It greatly simplifies the process of receiving parameteres, but it has a drawback in that it can't be used for functions that expect variable number of parameters. ... The third argument is a string that specifies the number and types of arguments your function is expecting, similar to how printf format string specifies the number and format of the output values it should operate...
[
]
http://old.hcs.cmc.msu.ru/php/zend.arguments.retrieval.html -- 11.2 -- 03.02.2002
[
]
http://old.master.cmc.msu.ru/php/zend.arguments.retrieval.html -- 11.2 -- 03.02.2002
[
]
http://oit.cmc.msu.ru/php/zend.arguments.retrieval.html -- 11.2 -- 03.02.2002
:
(
(>744) - oit.cmc.msu.ru/ )
4. http://mirror.msu.net/pub/rfc-editor/rfc-ed-all/rfc7114.txt
Internet Engineering Task Force (IETF) B. Leiba Request for Comments: 7114 Huawei Technologies Category: Standards Track January 2014 ISSN: 2070-1721 Creation of a Registry for smime-type Parameter Values Abstract Secure/Multipurpose Internet Mail Extensions (S/MIME) defined the Content-Type parameter "smime-type". ... RFC5751] replaced RFC 3851 and registered the application/pkcs7-mime media type, but did not create a registry for the smime-type values. ... smime-type value | ...
[
]
http://mirror.msu.net/pub/rfc-editor/rfc-ed-all/rfc7114.txt -- 8.0 -- 29.01.2014
:
(
(>17865) - mirror.msu.net/ )
5. %TOPICTITLE% (2 vs. 3) - TWiki
... In the example above, if CONDITION evaluates to TRUE, then THEN will be included in the topic; otherwise ELSE will be included. Changed: . ... The best way to use this feature is to define two TWikiVariables , one for the THEN case and the other for the ELSE case. ... IF{"context authenticated and defined WIKINAME and $ WIKINAME='FredBloggs'" then="%LI%" else="%LO%"}% . ... defined' | ... atom ::= context identifier, TWiki variable name, single-quoted string . ... TWiki variable defined or not . ...
[
]
http://dualopt1.cmm.msu.ru/bin/rdiff/TWiki/IfStatements?rev1=3&rev2=2 -- 22.5 -- 28.02.2014
:
(
(>37517) - dualopt1.cmm.msu.ru/ )
6. Backward and Forward compatibility
Very important in the introduction of a new programming language standard is that old programs (at least those who obey the outgoing standard) can be used once again, with the new standard. When we went from Fortran 66 to Fortran 77 the extended DO -loop was removed (the extended DO -loop means that if you do not change any of the DO -loop parameters you can jump out of the loop and then jump in again (this is somewhat contrary to the concept of structured programming). ... 2, June 1993, page 1. ...
[
]
http://crydee.sai.msu.ru/f90/a4.html -- 5.4 -- 30.03.1996
:
(
(>995) - crydee.sai.msu.ru/ )
7. MPI_Cancel | PARALLEL.RU - -
... MPI_Cancel . Cancels a communication request #include "mpi.h" int MPI_Cancel( request ) MPI_Request *request; . ... When the computation completes, some of these receive requests may remain; using MPI_Cancel allows the user to cancel these unsatisfied requests. ... All MPI routines (except MPI_Wtime and MPI_Wtick ) return an error value; C routines as the value of the function and Fortran routines in the last argument. ... By default, this error handler aborts the MPI job. ... . ...
[
]
http://www.parallel.ru/docs/mpich/html/www3/MPI_Cancel.html -- 18.2 -- 09.04.2016
:
(
(>892) - www.parallel.ru/ )
8. Passing arguments to the shell
Shell scripts can act like standard UNIX commands and take arguments from the command line. Arguments are passed from the command line into a shell program using the positional parameters $1 through to $9 . Each parameter corresponds to the position of the argument on the command line. ... For example: cat printps # This script converts ASCII files to PostScript # and sends them to the PostScript printer ps1 # It uses a local utility "a2ps" a2ps $* | lpr -Pps1 printps elm.txt vi.ref msg . ...
[
]
http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.1.html -- 2.8 -- 17.01.1997
:
(
(>165) - comet.sai.msu.ru/ )
9. SAL- Programming - Tools & Utilities - STL
STL . The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. ... Home Site: . ... User Comments: . ... SAL Home | Programming | Tools & Utilities . Comments? ... Copyright 1995-2001 by Herng-Jeng Jou . ...
[
]
http://www.sai.msu.su/sal/F/2/STL.html -- 3.6 -- 22.12.2007
:
(
(>982) - www.sai.msu.su/ )
10. FormatTokens < System < Foswiki
Foswiki defines some standard special tokens that can be used to replace characters in some parameters - notably those to FormattedSearch and IfStatements - to defer evaluation of the parameter until later. ... New line. Use $n() if followed by alphanumeric character, e.g. write Foo$n()Bar instead of Foo$nBar Most macros accept parameter strings which are split over multiple lines. ... dollar . Dollar sign ( $ ) . ... This topic: System > WebHome > Macros > FormattedSearch > FormatTokens . ...
[
]
http://wiki.cs.msu.ru/System/FormatTokens?cover=print;rev=1 -- 11.9 -- 10.04.2016
[
]
http://wiki.cmc.msu.ru/System/FormatTokens?cover=print;rev=1 -- 11.9 -- 10.04.2016
:
(
(>5632) - wiki.cmc.msu.ru/ )
11. http://xray.sai.msu.ru/~ivan/gmt/man/triangulate.html
... Append the name of the output grid file. ... CYLINDRICAL PROJECTIONS: -Jc lon0 / lat0 / scale (Cassini) -Jj lon0 / scale (Miller) -Jm scale ( Mercator - Greenwich and Equator as origin) -Jm lon0 / lat0 / scale ( Mercator - Give meridian and standard parallel) -Joa lon0 / lat0 / azimuth / scale (Oblique Mercator - point and azimuth) -Job lon0 / lat0 / lon1 / lat1 / scale (Oblique Mercator - two points) -Joc lon0 / Je lon0 / lat0 / scale (Equidistant). ...
[
]
http://xray.sai.msu.ru/~ivan/gmt/man/triangulate.html -- 9.3 -- 19.03.1999
:
(
(>658) - xray.sai.msu.ru/ )
12. Structure of LanHEP input file
... The LanHEP input file is the sequence of statements, each starts with a special identifier (such as parameter, lterm etc) and ends with the full-stop ' . ... This section is aimed to clarify the syntax of LanHEP input files, i.e. the structure of the statements. ... Let us consider the LanHEP input files for the Standard Model with both the t'Hooft-Feynman and unitary gauges. ... LanHEP allows the user to define several keys , and use these keys to branch among several variants of the model. ...
[
]
http://theory.sinp.msu.ru/~semenov/doc/node3.html -- 10.8 -- 07.03.2008
:
(
(>839) - theory.sinp.msu.ru/ )
13. http://ofvp.phys.msu.ru/en/science_education/diploma/annot/2011/Trukhanov_Bruevich_en.pdf
Diploma thesis abstract Effect of doping on parameters of organic solar cells student Trukhanov Vasiliy Andreevich. ... For optimized bulk heterojunction cell based on the most studied materials (blend of poly-3-hexylthiophene and fullerene derivative PCBM) it was discovered that efficiency decreases from 4.5% to 1% with increase of dopant concentration up to 1024 m-3 owing to decrease of the short-circuit current and fill factor; the open-circuit voltage changes slightly. ...
[
]
http://ofvp.phys.msu.ru/en/science_education/diploma/annot/2011/Trukhanov_Bruevich_en.pdf -- 7.9 -- 17.12.2010
:
(
(>145) - ofvp.phys.msu.ru/ )
14. 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
:
(
(>1008) - uneex.lorien.cs.msu.su/ )
15. Oscilloscope tab
... Next: Controllers tab Up: Scan parameters Previous: Tuning tab (RAFM mode) Contents Index . ... Standard absolute) mode feedback is disabled and if user chooses Deflection signal to be shown then absolute value of signal from the first ADC will be represented in the oscilloscope window (in STM mode this will be a tunneling current value, in the AFM mode - difference in laser beam intensity between upper and lower photodiode sectors, in the RAFM mode - mean square of this difference). ...
[
]
http://www.spm.genebee.msu.ru/manual/en/node50.html -- 5.6 -- 04.02.2005
:
(
(>156) - www.spm.genebee.msu.ru/ )
16. Relevant Standards - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Miscellaneous Documentation . ... This page documents all the relevant standards that the Apache HTTP Server follows, along with brief descriptions. ... http://www.rfc-editor.org/errata.html - RFC Errata . ... This document summarizes the history of HTML development, and defines the "text/html" MIME type by pointing to the relevant W3C recommendations. ... HTML documents are SGML documents. ...
[
]
http://itpm.msu.su/manual/de/misc/relevant_standards.html -- 10.6 -- 04.02.2005
:
(
(>284) - itpm.msu.su/ )
17. SDPpred
SDPpred: a tool for prediction of amino acid residues that determine differences in functional specificity of homologous proteins . The GDE alignment format is one of the standard alignment formats. Popular programs for sequence alignment, e.g. ClustalW, can save alignment in this format. ... Sequences are placed one after another, the name of each sequence is placed onto a separate line and begins with %. ... Thus the alignment looks like this: . ... back to input format rules . ...
[
]
http://monkey.belozersky.msu.ru/~psn/gde.htm -- 6.4 -- 09.02.2004
:
(
(>24) - monkey.belozersky.msu.ru/ )
18. x264 codec improvement | Graphics and Media Lab
... x264 is an open source codec of standard MPEG4 AVC/H.264, developed by programmers from all over the world. ... Accumulated during previous frames' compressions statistic is actively used by codec to improve effectiveness of adaptive models. ... These parameters are used only before encoding start, so, our improvements are more significant for short sequences. ... 3 Results of codec x264 modification on "flower" sequence . ... 5 Results of codec x264 modification on "flower" sequence, low bitrates ....
[
]
http://graphics.cs.msu.ru/en/science/research/videocompression/x264tuning -- 16.2 -- 09.04.2016
:
(
(>113) - graphics.cs.msu.ru/ )
19. PC GAMESS/Firefly standard MCQDPT2 benchmark (using resolvent fitting code)
Number of cores used . ... Standard MCQDPT2 benchmark using resolvent fitting , Wall clock time and relative speedup . ... Intel Quad-core Core i7 940 2.93 GHz, Asus P6T-Deluxe Mainboard, 6x2GB (triple channel) DDR3-1333 RAM@1333 MHz, Seagate 1 TB SATA-2 ST31000340NS HDD, Windows Server 2008 Enterprise x64. ... Single-point semi-direct two-state MCQDPT2 energy (using resolvent fitting code) for medium-size system (retinal molecule, cc-pVDZ, 565 Cartesian basis functions, CAS(12,12)). ...
[
]
http://classic.chem.msu.su/gran/gamess/mcqdpt2_bench_fitting_corei7.html -- 7.5 -- 15.08.2011
:
(
(>85) - classic.chem.msu.su/ )
20. http://qfthep.sinp.msu.ru/talks2013/StPetersburg_SM08f.pdf
SM measurements at ATLAS Elena Oliver (IFIC Valencia) on behalf of the ATLAS collaboration Saint Petersburg, Russia QFTHEP '13 23 30 June 2013 Standard Model at ATLAS We perform SM measurements: to validate the SM in a new energy regime. to understand the background for other studies. to improve the precision of SM parameters. to constrain new physics contributions (like anomalous couplings) 69 SM studies have been published since LHC started!! ...
[
]
http://qfthep.sinp.msu.ru/talks2013/StPetersburg_SM08f.pdf -- 1124.4 -- 26.06.2013
:
(
(>197) - qfthep.sinp.msu.ru/ )