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

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

Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/tables/vi_options.html.

1. Number input
This document describes how number input can be given to tasks which request numbers from Hermes. ... list selection The following constants are implemented: pi 3.14159.... c speed of light (SI) h Planck (SI) k Boltzmann (SI) g gravitation (SI) s Stefan-Boltzman (SI) m mass of sun (SI) p parsec (SI) BLANK Universal undefined value The following mathematical functions are implemented: abs(x) absolute value of x sqrt(x) square root of x sin(x) sine of x asin(x) inverse sine ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/hermes/numbers.html -- 8.2 Кб -- 16.01.2009
Похожие документы

2. xntpd - Network Time Protocol (NTP) daemon
... xntpd is an operating system daemon which sets and maintains the system time-of-day in synchronism with Internet standard time servers. xntpd is a complete implementation of the Network Time Protocol (NTP) version 3, as defined by RFC-1305, but also retains compatibility with version 1 and 2 servers as defined by RFC- 1059 and RFC-1119, respectively. xntpd does all computations in 64-bit fixed point arithmetic and requires no floating point support. ... Specify the name and path of the log file. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/xntpd.html -- 7.5 Кб -- 21.12.2007
Похожие документы

3. Environment variables
... Meta Index / Home Page / User information The behavior of the tasks is modified by the following environment variables: . ... This has the same meaning as the command line option --ccf (see above). A command line override supersedes any assignment made to SAS_CCF , i.e., the CIF pointed at via SAS_CCF is ignored in this case. ... A command line override supersedes any assignment made to SAS_CCFFILES , i.e., the list of CCF replacement constituents is ignored in this case. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/taskmain/node3.html -- 6.8 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>11317) - xmm.vilspa.esa.es/ )

4. Function Specification
Next: External Functions Up: Fitting of Data Previous: The Corrected Gauss--Newton . ... Basic functions are either defined in the system or defined by the user as external FORTRAN routines. ... Basic functions are specified by the name, the independent variable(s) and parameter(s), with optional guesses for the parameters, following the syntax: name(var1[, ];par1[, ]) [par1=value] . ... Parameters are defined by unique names after the semicolon in the function specification. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node128.html -- 6.9 Кб -- 23.02.1996
Похожие документы

5. Examples of setting vi options permanently
To set a number of options place the set commands in the file .exrc . set ic set number set sh=/usr/local/bin/Tcsh set wm=5 . This sets vi to: . ignore the case of characters in searches . display line numbers . use the TC shell to execute UNIX commands . ... Options can also be set using the environment variable EXINIT. setenv EXINIT 'set ic number sh=/usr/local/bin/Tcsh wm=5' . For the C and TC shell user, this sets the same options as in the example above. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/examples/vi6.html -- 2.5 Кб -- 17.01.1997
Похожие документы

6. CSPICE Routines: GNPOOL_C
... Abstract Return names of kernel variables matching a specified template. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- name I Template that names should match. start I Index of first matching name to retrieve. room I The largest number of values to return. lenout I Length of strings in output array kvars. n O Number of values returned for name. kvars O Kernel pool variables whose names match name. found O True if there is at least one match. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/gnpool_c.html -- 10.2 Кб -- 17.12.2005
Похожие документы

7. Chapter 11. Specifying OpenGL Environment Variable Settings
Chapter 11. Specifying OpenGL Environment Variable Settings . ... Several antialiasing methods are available and you can select between them by setting the __GL_FSAA_MODE environment variable appropriately. ... To see the available values for __GL_FSAA_MODE along with their descriptions, run: nvidia-settings --query=fsaa --verbose . The __GL_FSAA_MODE environment variable uses the same integer values that are used to configure FSAA through nvidia-settings and the NV-CONTROL X extension. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/chapter-11.html -- 10.3 Кб -- 30.10.2009
Похожие документы

8. OptInt PmWiki : PmWiki / Basic Variables
OptInt PmWiki : Pm Wiki / Basic Variables . ... Defaults to 'AsSpaced'. ... Defaults to 'Profiles'. ... If {$FullName} is "Group.Page-Draft" then {$BaseName} is "Group.Page" $BaseNamePatterns['/-Draft$/'] = ''; # If {$FullName} is "Comments-Group.Page" then {$BaseName} is "Group.Page" $BaseNamePatterns['/^Comments-/'] = ''; . ... WikiGroup used by default (on startup) when no group is specified in the URL, as in "Main". ... Can be used to override the default date format used by the "ftime" function. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/BasicVariables?action=print -- 26.7 Кб -- 01.03.2014
Похожие документы

9. 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
Похожие документы

10. http://star.arm.ac.uk/~spm/software/liveice_usage.html
... Mp3Mixer Mode . LiveIce configuration can either be set using configuration files or by setting command line parameters at runtime. The LiveIce binary has a series of reasonable default options set in the binary - in particular liveice.h has a #define which can be used to set the default encoder. ... Server Options . ... Note that some encoders can't do less thatn 32kHz andsome will change your format to something else if the ideal format for a given bitrate is of a lower quality. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~spm/software/liveice_usage.html -- 9.3 Кб -- 05.02.2000
Похожие документы

11. Marker Analysis Routines in SAOtng
As described elsewhere, each file type known to SAOtng can have user-defined analysis commands associated with it. ... A help line describing the file types . ... If more than one marker analysis file is supplied to SAOtng via the -manalysis command switch (or the SAOTNG_MANAL environment variable), then the user can specify how to present marker analysis routines in the marker analysis menu using the -analformat command line option (or the SAOTNG_ANALFORMAT environment variable). ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/manalysis.html -- 4.3 Кб -- 01.10.2012
Похожие документы

12. http://www.eso.org/projects/dfs/team/QA-code-review-form.doc
... Readability |Check number: 1 | Description: Header existence for each |Evaluation (always/often/sometimes/| |source file and for each method, class, |never) : | ... Description: Naming conventions existence |Evaluation (always/often/sometimes/| |(variables start with lowercase, then |never) : | ... limited and commented |(always/often/sometimes/ | ... Description: Error message are formated : when an|Evaluation | error or an exception is raised, report the |(always/often/sometimes/ | ...
[ Текст ]  Ссылки http://www.eso.org/projects/dfs/team/QA-code-review-form.doc -- 128.5 Кб -- 29.09.2003
Похожие документы

13. http://xray.sai.msu.ru/~ivan/gmt/man/sample1d.html
sample1d - Resampling of 1-D data sets sample1d infile [ -Fl|a|c ] [ -H [ nrec ] ] [ -I xinc ] [ -M [ flag ] ] [ -N knotfile ] [ -S xstart ] [ -T x - col ] [ -bi [ s ][ n ] ] [ -bo [ s ] ] sample1d reads a multi-column ASCII [or binary] data set from file [or standard input] and resamples the timeseries/profile at locations where the user needs the values. ... Default is the separation between the first and second abcissa point in the infile ] -M Multiple segment file. ... Default is '>']. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/sample1d.html -- 4.8 Кб -- 19.03.1999
Похожие документы

14. How Do You Feel About Numbers? - an Astronomy Net Exploration Forum Message
Astronomy Discussion Forums . Forums: . ... How Do You Feel About Numbers? ... Post Message | ... Posted by Richard D. Stafford, Ph.D. on September 15, 2002 16:22:25 UTC . ... Wait - harvey1 - September 15, 2002 - 22:20 UTC . I don't follow you! - doctordick - September 16, 2002 - 14:59 UTC . ... www.astronomy.net . About Astronomy Net | ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/exploration/messages/14.shtml -- 18.0 Кб -- 09.04.2016
Похожие документы

15. http://zebu.uoregon.edu/1998/es202/distribution.html
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1998/es202/distribution.html -- 4.8 Кб -- 27.01.1998
Похожие документы
Еще в разделе: (Показать все результаты (>256) - zebu.uoregon.edu/ )

16. Cray
Fortran 90 properties already in CF77 . ... Only the old form (fix form) of the source code is available. ... LOGICAL Default KIND number = 8 INTEGER Default int7 int15 KIND number = 6 1 2 digits = 46 7 15 radix = 2 2 2 range = 13 2 4 huge = 70368744177663 127 32767 bit_size = 46 8 16 INTEGER int31 int46 int64 KIND number = 4 6 8 digits = 31 46 63 radix = 2 2 2 range = 9 13 18 huge = 2147483647 70368744177663 9223372036854775807 bit_size = 32 46 46 REAL half Default,single double KIND ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/cray.html -- 11.0 Кб -- 24.10.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/cray.html -- 11.0 Кб -- 24.10.1996
Похожие документы

17. Functions
... Functions are one of the fundamental building blocks in JavaScript. ... The return statement specifies the value returned by the function. return number * number All parameters are passed to functions by value ; the value is passed to the function, but if the function changes the value of the parameter, this change is not reflected globally or in the calling function. ... return 1 . ... The two "parse" functions, parseInt and parseFloat , return a numeric value when given a string as an argument. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/fcns.htm -- 16.0 Кб -- 07.10.1999
Похожие документы

18. Guider Mechanical Commands
... PISTON piston . ... this command is not used by the TCC The guide camera mechanical controller sets the filter, focus and other mechanical functions, but not the position of the guide camera in the focal plane. Positioning, if available, is handled by one or two guider position axes controllers , one per axis of motion. ... Notifies the controller that subsequent commands apply to the guider mechanical controller. ... Sets the piston of the guider to the specified value (in decimal microns). ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/HardwareControllers/GuiderMechCommands.html -- 5.9 Кб -- 14.03.1995
Похожие документы

19. Manpage of FITSHDR_EXPAND
fitshdr_expand - expand/extend FITS-file header fitshdr_expand [options] FITSfile_name . fitshdr_expand utility allows to expand/extend existent FITS headers. FITS MultiExtentionsFiles included). fitshdr_expand is just simple shell script around fitshdr utility. --header-no= NNN . Where NNN - FITS-header's number (0,1,.. ... By default 1. --help . Output a brief help message and exit. --version . Print the version number of fitshdr_expand to standard output and exit. --nobackups . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr_expand.1.html -- 3.1 Кб -- 21.12.2010
Похожие документы

20. http://www.wdcb.ru/stp/data/solar.act/sunspot/sunspot.txt
RELATIVE SUNSPOT NUMBERS Description of Data from SGD Explanation of Data Reports: Relative Sunspot Numbers -- The relative sunspot number is an index of the activity of the entire visible disk of the Sun. ... The provisional daily Zurich relative sunspot numbers, Rz, were based upon observations made at Zurich and its two branch stations in Arosa and Locarno and communicated by M. Waldmeier of the Swiss Federal Observatory. ... This indicates the uncertainty above and below the predicted number. ...
[ Сохраненная копия ]  Ссылки http://www.wdcb.ru/stp/data/solar.act/sunspot/sunspot.txt -- 5.2 Кб -- 18.01.2010
Похожие документы
Еще в разделе: (Показать все результаты (>62) - www.wdcb.ru/ )

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


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

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

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