1. Muzychuk M. (Ed) - Standard Integral Table Algebras Generated by a Non-Real
... Muzychuk M. (Ed) - Standard Integral Table Algebras Generated by a Non-Real Element of Small Degree . ... : Standard Integral Table Algebras Generated by a Non-Real Element of Small Degree . ... The volume contains further developments in the theory of table algebras. It collects several papers which deal with a classification problem for standard integral table algebras (SITA). More precisely, we consider SITA with a faithful non-real element of small degree. ...
[
]
http://lib.mexmat.ru/books/33195 -- 15.6 -- 10.04.2016
:
(
(>9445) - lib.mexmat.ru/ )
2. 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
:
(
(>997) - theory.sinp.msu.ru/ )
3. %TOPICTITLE% (7 vs. 8) - TWiki
Welcome , Registration , and other StartingPoints ; TWiki history & Wiki style; All the docs.. ... WysiwygPlugin 8 - 2008-12-06 - Main.TWikiContributor . ... The HTML for the content-to-be-edited can be generated directly in the standard edit template. ... Changed: . ... TWIKI.NET . ... TWiki:Main.CrawfordCurrie http://www.c-dot.co.uk . ... Plugin Version: . 03 Aug 2008 17302 (04 Aug 2008) . ... 03 Aug 2008 . ... Fixed TWikibug:Item5961 (emphasis), TWikibug:Item6089 (backslash in verbatim) . ...
[
]
http://dualopt1.cmm.msu.ru/bin/rdiff/TWiki/WysiwygPlugin?rev1=8&rev2=7 -- 25.9 -- 28.02.2014
:
(
(>36158) - dualopt1.cmm.msu.ru/ )
4. 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
:
(
(>411) - www.parallel.ru/ )
5. http://mirror.msu.net/pub/rfc-editor/rfc-ed-all/pdfrfc/rfc4581.txt.pdf
Network Working Group Request for Comments: 4581 Updates: 3972 Category: Standards Track M. Bagnulo UC3M J. Arkko Ericsson October 2006 Cryptographically Generated Addresses (CGA) Extension Field Format Status of This Memo This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements. ... 3 This document Bagnulo & Arkko Standards Track [Page 1] RFC 4581 CGA Extension Field Format October 2006 1. ... Extension Data ~ | ...
[
]
http://mirror.msu.net/pub/rfc-editor/rfc-ed-all/pdfrfc/rfc4581.txt.pdf -- 7.9 -- 26.10.2006
:
(
(>20988) - mirror.msu.net/ )
6. crypt
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) crypt -- One-way string encryption (hashing) . ... If no salt is provided, PHP will auto-generate a standard two character salt by default, unless the default encryption type on the system is MD5, in which case a random MD5-compatible salt is generated. ... As # it says above, standard DES-based password hashing uses a 2-character salt, # but MD5-based hashing uses 12.) if (crypt($user_input,$password) == $password) { echo "Password verified!" ...
[
]
http://old.hcs.cmc.msu.ru/php/function.crypt.html -- 6.7 -- 03.02.2002
[
]
http://old.master.cmc.msu.ru/php/function.crypt.html -- 6.7 -- 03.02.2002
[
]
http://oit.cmc.msu.ru/php/function.crypt.html -- 6.7 -- 03.02.2002
:
(
(>453) - oit.cmc.msu.ru/ )
7. 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
:
(
(>361) - uneex.lorien.cs.msu.su/ )
8. Redirecting standard input
. To redirect the standard input for a command use the < (less than) character followed by the name of the input file. For example: mail tony < memo . This redirects the standard input to the mail command so that it comes from the file memo . The effect of this is to mail the contents of this file to the user tony .
[
]
http://comet.sai.msu.ru/UNIXhelp/commanz/cmd3.1.html -- 2.0 -- 17.01.1997
:
(
(>124) - comet.sai.msu.ru/ )
9. 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
:
(
(>332) - itpm.msu.su/ )
10. 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
:
(
(>14820) - crydee.sai.msu.ru/ )
12. 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
:
(
(>96) - classic.chem.msu.su/ )
13. The standard molar enthalpy of formation of 2,3-dichlorodibenzo-p-dioxin
... The standard molar enthalpy of combustion of crystalline 2,3-dichlorodibenzo-p-dioxin, -5406.4 +- 6.6 kJ/mol, was determined by rotating bomb calorimetry. Using this result and the standard molar 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/r99-065.html -- 2.1 -- 27.02.2014
[
]
http://chem.msu.ru/eng/publ/r99-065.html -- 2.1 -- 09.04.2016
:
(
(>578) - chem.msu.ru/ )
14. The American Standards - - Kinfo.ru
. [ ] . -> -> The American Standards . . . . . . The American Standards . 2007 . . . .
[
]
http://kinfo.ru/Movie/6d585b44-2b32-4187-b96d-c24e2133fb69 -- 7.1 -- 11.04.2016
15. Windows 2003 server ( enterprise, standard, web ) corporate edition - Public
... Re: Windows 2003 server ( enterprise, standard, web ) corporate editio [ re: Kirya ] . 23.04.2003 01:26 . ... Re: Windows 2003 server ( enterprise, standard, web ) corporate editio [ re: ykpon ] . ... Re: Windows 2003 server ( enterprise, standard, web ) corporate edition [ re: ykpon ] . ... Re: Windows 2003 server ( enterprise, standard, web ) corporate edition [ re: Anonymous ] . ... Re: Windows 2003 server ( enterprise, standard, web ) corporate edition [ re: paxmeleon ] . ...
[
]
http://www.fds-net.ru/showflat.php?Number=280378&src=arc&showlite= -- 61.3 -- 12.04.2016
:
(
(>2280) - www.fds-net.ru/ )
16. The basic principals of working out the geometry standard for the 5th - 6th
... Proceedings 2009 . Proceedings 2008 . ... Proceedings 2004 . ... In conditions of standardization of the general education when the Standard entered into practice is inverted to the graduate of school, there is an opportunity of consolidating the present order of studying geometry at the basic school: the course begins in the seventh grade with axiomatic construction of Planimentry without preparation of logic and special thinking of the child for his perception. ... 5-6th grades. ...
[
]
http://www.mce.biophys.msu.ru/eng/archive/doc187/ -- 9.3 -- 09.04.2016
:
(
(>115) - www.mce.biophys.msu.ru/ )
17. Comparison of soluble and placental transferrin receptors as standards for the
... Comparison of soluble and placental transferrin receptors as standards for the determination of soluble transferrin receptor in humans. ... 1500 kDa, whereas the MW of sTfR corresponded to 237 kDa. ... The serum sTfR levels calculated against sTfR were 2.5 times lower than those calculated against pTfR. Serum sTfR levels are overestimated when pTfR is used as the standard. ...
[
]
http://www.biochem.bio.msu.ru/publications/publication.php?pubmedID=17824913 -- 4.6 -- 01.10.2012
[
]
http://biochem.bio.msu.ru/publications/publication.php?pubmedID=17824913 -- 4.6 -- 01.10.2012
:
(
(>76) - biochem.bio.msu.ru/ )
18. "Programming using standardized algorithmic structures with massive...
... A new technology of programming based on standardized algorithmic structures with massive parallelism is considered. ... New problem-oriented structures are proposed on the basis of our analysis of problems in the field of computational gas dynamics and quantum chemistry. Various mechanisms for composition of such structures and their optimization are discussed. ... PostScript (in Russian) (1.7MB) . PDF (in Russian) (740B) . ... PDF. zip (in Russian) (230B) . ...
[
]
http://num-meth.srcc.msu.ru/english/zhurnal/tom_2001/art2_1.html -- 2.7 -- 16.12.2002
:
(
(>129) - num-meth.srcc.msu.ru/ )
20. overview [CompHEP]
... CompHEP Models. ... CompHEP is based on an idea of the physical model. ComHEP Models are very simular to physical models in high energy physics, like Standards Model or MSSM. ... Two of them are versions of the Standard Model (SU(3)xSU(2)xU(1)) in the unitary and t'Hooft - Feynman gauges. ... Standard Model in Feynman gauge . ... This output can be written in LaTeX format and in the form of CompHEP model files, which allows one to start calculations of processes in the new physical model. ...
[
]
http://comphep.sinp.msu.ru/overview -- 21.2 -- 09.04.2016
:
(
(>21) - comphep.sinp.msu.ru/ )