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

1 | 2 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.sai.msu.su/gcvs/gcvs/nl75/IBVS2.STY.

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

2. Evaluating shell variables
The following set of rules govern the evaluation of all shell variables. ... var signifies the value of var or nothing, if var is undefined. ${var} same as above except the braces enclose the name of the variable to be substituted. ${var-thing} value of var if var is defined; otherwise thing. $var is not set to thing. ${var=thing} value of var if var is defined; otherwise thing. If undefined $var is set to thing. ${var?message} If defined, $var; otherwise print message and exit the shell. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.3.html -- 2.5 Кб -- 17.01.1997
Похожие документы

3. Funtools Environment Variables
Describes the environment variables which can be used to tailor the overall Funtools environment. ... The FITS_EXTNAME environment variable specifies the default FITS extension name when FunOpen() is called on a file lacking a primary image. ... ARRAY . The ARRAY environment variable specifies the default definition of an array file for Funtools. ... The EVENTS environment variable specifies the default definition of an raw event file for Funtools. ... You also can use the CC environment variable. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/env.html -- 9.4 Кб -- 01.10.2012
Похожие документы

4. Detection of Radio Transients and Variable Radio Sources Using the Archive Data
... During the analysis of the surveys carried out on RATAN-600, it was found that almost one fifth of the detected sources shows significant radio flux variations. ... We used the data from "Cold" radio surveys carried out with RATAN-600 in 1980-1994 to search for radio sources with significant flux variability. ... On possibility of detection of variable sources using the data of Cold surveys carried out on RATAN-600. ... Detection of Variable Sources Using the Data of "Cold" Surveys. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/SciNews/2016/Zhelenkova/ -- 6.9 Кб -- 10.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/SciNews/2016/Zhelenkova/ -- 6.9 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>205) - mavr.sao.ru/ )

5. LWN: Driver porting: per-CPU variables
... Return to the Kernel page . ... This article is part of the LWN Porting Drivers to 2.6 series . The 2.6 kernel makes extensive use of per-CPU data - arrays containing one object for each processor on the system. Per-CPU variables are not suitable for every task, but, in situations where they can be used, they do offer a couple of advantages: . Per-CPU variables have fewer locking requirements since they are (normally) only accessed by a single processor. ... DEFINE_PER_CPU(type, name); . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/22911.html -- 14.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/22911.html -- 14.2 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/22911.html -- 14.2 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>526) - jet.sao.ru/ )

6. Отдел Изучения Галактики и переменных звезд
. ћ . Международная конференция љ к 100-летию Б.В. Кукаркина . ћ Сотрудники отдела . ћ Семинар по Звездной астрономии . ћ Наша научная работа . ћ Общий Каталог Переменных Звезд . ћ Каталог рассеянных скоплений . ћ Наши учителя . ћ Избранные публикации . ћ Педагогическая и популяризаторская деятельность . ћ Наши интернет-ресурсы и другие полезные ресурсы . ћ Ссылки на каталоги и базы данных . ћ Фотогалерея . Присылайте Ваши вопросы и комментарии Ольге Дурлевич p >
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/GAL/ -- 19.1 Кб -- 19.01.2015
Похожие документы

7. Definitions of terms used to describe Apache directives
Each Apache configuration directive is described using a common format that looks like this: . ... This indicates the format of the directive as it would appear in a configuration file. This syntax is extremely directive-specific, and is described in detail in the directive's definition. ... If the directive has a default value ( i.e. , if you omit it from your configuration entirely, the Apache Web server will behave as though you set it to a particular value), it is described here. ...