Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 296323 (182 сайтов) ---- Время поиска: 1.32сек.   

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | След.

Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node35.html.

1. Impact Hazard
... Armagh Observatory, College Hill, Armagh BT61 9DG, +44 (0)28 3752 2928 . ... Risks Comparable to NEOs . ... The Increasing Rate of Discovery of Asteroids . ... Comet and Asteroid Collision Probabilities . ... Extreme albedo comets and the impact hazard (PDF Format) . ... Asteroid Impact Animations . ... Workshop on Scientific Requirements for Mitigation of Hazardous Comets and Asteroids - 2002 . ... The Spaceguard Survey Report, 1992 (PDF) . Tsunami from Asteroid/Comet Impacts . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/impact-hazard/ -- 11.3 Кб -- 29.06.2012
Похожие документы

2. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>733) - www.mso.anu.edu.au/ )

3. mod_setenvif - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . ... Allows the setting of environment variables based on characteristics of the request . ... The mod_setenvif module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. ... The BrowserMatch is a special cases of the SetEnvIf directive that sets environment variables conditional on the User-Agent HTTP request header. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/en/mod/mod_setenvif.html -- 16.3 Кб -- 25.02.2008
Похожие документы

4. Dynamic Extensions
Karma Home Page . ... For example, the Filepopup widget (section 13.17.2 ) defines the service Filepopup . ... This extension adds some accelerator buttons to a Filepopup widget Copyright (C) 1997-1998 Richard Gooch This code is distributed under the GNU General Public License */ # include stdio.h # include math.h # include errno.h # include X11/Intrinsic.h # include X11/Xos.h # include X11/StringDefs.h # include X11/Xaw/Command.h # include karma .h # include ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/programmer-manual/node17.html -- 14.5 Кб -- 13.02.2011
Похожие документы

5. Apache module mod_setenvif
This module provides the ability to set environment variables based upon attributes of the request. ... The mod_setenvif module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. ... BrowserMatch . ... Syntax: BrowserMatch regex env-variable [= value ] [ env-variable [= value ]] .. ... Module: mod_setenvif . ... The BrowserMatch directive defines environment variables based on the User-Agent HTTP request header field. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_setenvif.html -- 13.8 Кб -- 05.11.2004
Похожие документы

6. The C Preprocessor
... Preprocessor Compiler Control . ... This directive includes a file into code. ... include <file> or #include ``file'' . ... As another example if running program on MSDOS machine we want to include file msdos.h otherwise a default.h file. ... This is most often used with programs that translate other languages to C. For example, error messages produced by the C compiler can reference the file name and line numbers of the original source files instead of the intermediate C (translated) source files. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
Похожие документы

7. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

8. mod_so - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Modules . ... On Windows, where loadable files typically have a file extension of .dll , Apache httpd modules are called mod_whatever.so , just as they are on other platforms. ... Because Apache httpd for Windows does not have the Configure program of Apache httpd for Unix, the module's source file must be added to the ApacheCore project file, and its symbols must be added to the os\win32\modules.c file. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_so.html -- 13.8 Кб -- 19.11.2015
Похожие документы

9. Python: module getopt
getopt . ... usr/local/Python-2.5/lib/python2.5/getopt.py . Module Docs . Parser for command line options. This module helps scripts to parse the command line arguments in . ... gnu_getopt () -- Like getopt (), but allow option and non-option arguments . ... Data descriptors defined here: . ... getopt (args, options[, long_options]) -> opts, args . Parses command line options and parameter list. args is the . ... option, value) pairs; the second is the list of program arguments . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/getopt.html -- 16.0 Кб -- 05.11.2015
Похожие документы

10. OptInt PmWiki : PmWiki / Page Text Variables
OptInt PmWiki : Pm Wiki / Page Text Variables . Page variables | ... Page text variables are string variables automatically made available through natural page markup or explicitly with page directive markup within the wiki text of the page. ... use a definition list - the normal pmwiki markup for a definition list will create a page text variable . ... This creates a new variable that can be accessed by {$:Name} (becomes: "Crisses") in the page. use a simple colon delimiter in normal text . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageTextVariables?action=print -- 28.4 Кб -- 01.03.2014
Похожие документы

11. Getting Started in Actor Prolog. Underdetermined Sets.
Underdetermined sets is a new type of data structures (terms) developed in Actor Prolog . ... The point is that an underdetermined set can include some indefinite rest (a tail) like a list in usual Prolog . At the same time, the order of elements of an underdetermined set can be arbitrary one and it does not affect results of unification of underdetermined sets. Moreover, Actor Prolog guarantees that a rest of an underdetermined set never contains elements that are explicitly given in the set. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_sets.html -- 12.6 Кб -- 24.09.2007
Похожие документы

12. Program units
In addition to the four old program units: PROGRAM (that is the main program), SUBROUTINE, FUNCTION and BLOCK DATA , the new concept MODULE has been added, as well as some new things in the old units. ... POSITIVE NUMBERS ASSUMED TYPE(INTERVAL), INTENT(IN) :: A, B TYPE (INTERVAL) :: INTERVAL_MULTIPLICATION INTERVAL_MULTIPLICATION%LOWER = A%LOWER * B%LOWER INTERVAL_MULTIPLICATION%UPPER = A%UPPER * B%UPPER END FUNCTION INTERVAL_MULTIPLICATION FUNCTION INTERVAL_DIVISION(A, B) ! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c7.html -- 11.4 Кб -- 30.08.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c7.html -- 11.4 Кб -- 30.08.1996
Похожие документы

13. ASP: Making Your Own Astronomical Camera
Turning the Camera Skyward . A reconfigured camera can take wide-field exposures of astronomical objects (constellations, the Milky Way, zodiacal light, moving artificial satellites, meteor showers, variable stars, etc.) to reveal much fainter objects and structures than seen by naked eye. ... This picture reveals objects more than 2.5 times fainter than can be seen by the naked eye, including not only stars but also the Orion nebula (M42), where new stars are being born. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/50/camera3.html -- 12.8 Кб -- 02.10.2012
Похожие документы

14. Stellarium: TextUserInterface Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ... TextUserInterface Class Reference . ... voidљ . setTuiMenuActive (bool tActive) . Show/hide the TUI menu. ... virtual voidљ . ... Update the module with respect to the time. ... virtual boolљ . ... virtual void TextUserInterface::draw . ... virtual void TextUserInterface::handleKeys . ... virtual void TextUserInterface::init . ... Loads the module's configuration from the config file. void TextUserInterface::setTuiDateTime . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classTextUserInterface.html -- 31.0 Кб -- 28.02.2014
Похожие документы

15. lsst.tcc: include/tcc/basics.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... include . tcc . basics.h . ... 3 љ Basic definitions. ... 6 љ The units used are degrees and seconds, . ... 33 љ RotType_Begin = 0, // invalid value used for range checking . ... 38 љ RotType_Mount = 4, // angle of rotator w.r.t. its mount, in controller units, with no wrap . 39 љ RotType_End = 4 // invalid value used for range checking . ... 48 љ WrapType_Begin = -1, // invalid value used for range checking . ... Definition: basics.h:99 . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/basics_8h_source.html -- 43.8 Кб -- 14.09.2015
Похожие документы

16. The Galaxy Gallery: Messier Objects
M1 image More About M1 Nice Color Picture . ... M16 image More About M16 HST image . ... M31 image More About M31 Nice Color Picture . ... M42 image ; M43 image More About M42/43 Nice Color CCD Picture . M51 image More About M51 Color Image of M51 M51 Supernova . M57 image More About M57 Nice Color CCD Picture Very Deep M57 Image . ... M81 image More About M81 M81 Supernova Ultraviolet Image of M81 More about Ultraviolet Imaging . M82 image More About M82 M82 False Color M82 True Color . ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/messier.html -- 7.0 Кб -- 23.07.2004
Похожие документы
Еще в разделе: (Показать все результаты (>409) - zebu.uoregon.edu/ )

17. SAS Makefiles
to build all that is needed to run, do make (either at the toplevel directory of the SAS or your package). If it reports an error, see build.html. to run the tests do 'make test'. to run a thorough check, do make check (either at the toplevel directory of the SAS or your package). ... Each subdirectory contains a Makefile that includes the toplevel Make.include. ... Each Makefile should define a few variables and then include the toplevel Makefile: # Makefile include $(SAS_DIR)/Make.include are: . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/devel/make.html -- 9.0 Кб -- 09.08.2000
Похожие документы

18. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/ocu/pcr/masmv51/PACKING.LST
The following documentation pieces are provided with the Macro Assembler: Microsoft (R) Editor User's Guide Microsoft CodeView(R) and Utilities Update Macro Assembler Version 5.10 Update Macro Assembler Programmer's Guide Macro Assembler Reference Microsoft CodeView and Utilities manual Mixed-Language Programming Guide Executable files on the 5 disks are one of the following types: DOS Runs in real mode under DOS 2.1 or above OS/2 Runs in protected mode of OS/2 1.0 ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/ocu/pcr/masmv51/PACKING.LST -- 6.0 Кб -- 02.03.2001
Похожие документы

19. http://www.sai.msu.su/gcvs/gcvs/nl75/IBVS2.STY
and 42 % 27-11-1999 Andr\'as Holl % 2.31: 02-05-2001 % % Konkoly Observatory, Budapest, Hungary % Use the following documentstyle definition : % \documentstyle[twoside, ibvs2, epsf]{article} % or % \documentstyle[twoside]{article} % \input ibvs2.sty % \input epsf.sty % epsf is only needed for figures % IBVS.STY screen message \ typeout {} \ typeout {IBVS.STY Ver. 2.31 - 02-05-2001 } \ typeout {Information Bulletin on Variable Stars - Konkoly Observatory} \ ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/gcvs/gcvs/nl75/IBVS2.STY -- 8.5 Кб -- 29.06.2001
Похожие документы

20. Building and Installing the Distribution
Following are instructions to build and install the programs in this distribution. Make sure that you have all necessary tools for building executables. ... The automatic build process expects a configuration file called Config.local . ... The configuration file specifies the directory in which to install the binaries, as well as control over the generation of debugging code and reference clock support. ... Cleans out object files, programs and temporary files. make distclean . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/build.html -- 7.5 Кб -- 21.12.2007
Похожие документы

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | След.


Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам

Комментарии, вопросы? Пишите: info@astronet.ru или сюда

Rambler's Top100 RFBR Яндекс цитирования