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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/~sontag/spicedocs/cspice/ekucei_c.html.

1. CSPICE Routines: EKUCED_C
... Abstract Update a double precision column entry in a specified EK record. ... Brief_I/O Variable I/O Description -------- --- -------------------------------------------------- handle I Handle attached to EK file. segno I Index of segment containing record. recno I Record in which entry is to be updated. column I Column name. nvals I Number of values in new column entry. dvals I Double precision values comprising new column entry. isnull I Flag indicating whether column entry is null. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/ekuced_c.html -- 9.7 Кб -- 17.12.2005
Похожие документы

2. See include/linux/autoconf.h
The HyperNews Linux KHG Discussion Pages . ... Re : Kernel Makefile Configuration: how? ... Keywords: Makefile, configuration . ... From: Balaji Srinivasan < BalajiSrinivasan > . When you run make config (or its siblings) it creates a file in include/linux directory. This file (autoconf.h) is included in include/linux/config.h in all the required C files.. For the makefile the place that these config options are specified is in the .config file in the TOPLEVEL directory. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/115/1.html -- 2.5 Кб -- 23.03.2000
Похожие документы
Еще в разделе: (Показать все результаты (>3394) - www.arcetri.astro.it/ )

3. Containers and Pop-up Shells
... Any elements created after this call will be placed in the container. ... After such a shell container has been created, it is not visible yet. ... Main program: /* example9.c -XT */ # include stddef.h # include gipsyc.h # include cmain.h # include init.h # include finis.h # include userfio.h # include ggi.h /* * Button keyword handler for quitting. */ static void quit(ident id, char * key , int code, void *arg) { bool button =toflog(FALSE); ( void )userflog( , 1, 2, ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/pguide/gui-example9.html -- 7.3 Кб -- 17.01.2009
Похожие документы

4. OptInt PmWiki : PmWiki / Wiki Style Examples
OptInt PmWiki : Pm Wiki / Wiki Style Examples . Wiki styles | ... PmWiki uses WikiStyles for styling text with color and other attributes. PmWiki 2.0 introduced the ability to control the styling further and to even place styles on blocks. ... In addition, an author can define a style "shortcut" by using the define= property. For example, to define a style of %red% , one can use: . define=mystyle color=red% Here is some %mystyle% red text created using a style shortcut. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/WikiStyleExamples?action=print -- 19.5 Кб -- 01.03.2014
Похожие документы

5. Configuration Files - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.2 . ... This document describes the files used to configure the Apache HTTP server. ... Scope of Directives .htaccess Files . ... Apache is configured by placing directives in plain text configuration files. ... Directives placed in the main configuration files apply to the entire server. ... The server administrator further controls what directives may be placed in .htaccess files by configuring the AllowOverride directive in the main configuration...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/configuring.html -- 13.5 Кб -- 25.02.2008
Похожие документы
Еще в разделе: (Показать все результаты (>2194) - www.sao.ru/ )

6. Configuration Files
... Scope of Directives .htaccess Files . ... Apache is configured by placing directives in plain text configuration files. ... Any directive may be placed in any of these configuration files. ... Apache configuration files contain one directive per line. ... Directives placed in the main configuration files apply to the entire server. ... The server administrator further controls what directives may be placed in .htaccess files by configuring the AllowOverride directive in the main configuration files....
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/configuring.html -- 11.3 Кб -- 05.11.2004
Похожие документы
Еще в разделе: (Показать все результаты (>124) - neptun.sai.msu.ru/ )

7. Table Filtering
This document contains a summary of the user interface for filtering rows in binary tables. Table filtering allows a program to select rows from an table (e.g., X-ray event list) by checking each row against one or more expressions involving the columns in the table. When a table is filtered, only valid rows satisfying these expressions are passed through for processing. ... select rows whose pha value is exactly 10 . ... 10 pha select rows whose pha value is in the range of 10 to 50 . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/filters.html -- 11.3 Кб -- 01.10.2012
Похожие документы

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

9. FTS Dictionary Example
... MAXLEN parameter specifies maximum length of the number considered as a 'good' integer. ... If REJECTLONG = FALSE (default), than dictionary returns prefixed part of integer number with length MAXLEN . ... This is a dict_tmpl.c file. # include postgres.h # include utils/builtins.h # include fmgr.h #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif # include utils/ts_locale.h # include utils/ts_public.h # include utils/ts_utils.h typedef struct { int maxlen ; bool rejectlong ; } ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-intdict-xmp.html -- 9.6 Кб -- 13.04.2008
Похожие документы

10. Replacing bad pixels instead of adding new ones
... In the calibrated events lists generated by the pipeline, the events found to be on a bad pixel have already been removed. ... But epchain and emchain allow to generate events lists in which all events flagged for rejection (including those on a bad pixel) are still present. In that case the bad pixel flagging is reversible. ... The overwrite =Y option may be used to replace the existing bad pixels with the new ones instead of adding the new bad pixels to the old ones. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ebadpixupdate/node8.html -- 5.8 Кб -- 02.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>20894) - xmm.vilspa.esa.es/ )

11. Homepage of Preben Grosbol
The current Java Class Library for access to FITS files was designed for the VLT Data Flow System pipeline subsystem. ... all types of headers are decoded, . ... As the code has not been optimized, data access is slow e.g. on a 160 MHz machine and no JIT, 32-bit real images are read at 50k values/sec, 16-bit integer images at 80k values/sec while table data are read at 10k values/sec. FITS keywords are decoded at a rate of 2-3k keywords/sec depending significantly on their types. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~pgrosbol/fits_java/jfits.html -- 4.2 Кб -- 16.05.2008
Похожие документы

12. Stellarium: StelQGLViewport Class Reference
... Classes . ... StelQGLViewport Class Reference . ... Definition at line 84 of file StelQGLViewport.hpp . ... Definition at line 132 of file StelQGLViewport.hpp . ... Definition at line 337 of file StelQGLViewport.hpp . ... Definition at line 351 of file StelQGLViewport.hpp . ... Definition at line 304 of file StelQGLViewport.hpp . ... Definition at line 359 of file StelQGLViewport.hpp . ... Definition at line 247 of file StelQGLViewport.hpp . ... Definition at line 148 of file StelQGLViewport.hpp . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelQGLViewport.html -- 32.8 Кб -- 28.02.2014
Похожие документы

13. Image: Another view. Myself included.
. Album : Фотоальбом Сергея Аюкова :: Travels to distant places and countries :: 1997/08 Japan (Kyoto, Nara) :: 18/08 Higashi-Honganji temple . Up . << Prev . Another view. Myself included. Next >> . Album created by album generator from Marginal Hacks by David Madison on Wed Jun 5 20:38:36 2013 .
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/album/trips/1997.08.Japan/18.Higashi-Honganji/tn/b15l.jpg.index.html -- 5.2 Кб -- 05.06.2013
Похожие документы

14. Planet Earth: Our Place in Space | International Year of Astronomy in Ireland |
... A new exhibition - 'Planet Earth: Our Place In Space' - was recently opened at the National Museum of Ireland in Co. ... These specimens will be used to explain what meteorites tell us about the early solar system and also what we know about the earth as a planet. Minerals and rocks will further illustrate what the earth is made of and its nature as a planet. ... For more information about the exhibition see National Museum of Ireland . ... International Year of Astronomy, Ireland National Node . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/scholars/iya/news/planet_earth_our_place_in_s.html -- 7.9 Кб -- 31.12.2009
Похожие документы

15. Interesting Sites Related to Chaos - InformChaos Lab.
... Of course, the scope of chaos is vast, and we do not dare to cover it all. ... He will highly appreciate your help in compiling the list of URLs to such scientific groups and institutions. http://www.cplire.ru/win/InformChaosLab/ - InformChaos Lab (Moscow) . http://chaos.ssu.runnet.ru/ - Laboratory of Nonlinear Dynamics at Saratov State University (Saratov) . ... http://optics.npi.msu.su/sci/chaos.html - Chaos in laser systems . ... http://www.chaotic.com - Randle, Inc. ... Time: 2-6 July, 2001 . ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/InformChaosLab/intsites/sites.html -- 14.9 Кб -- 21.03.2007
Похожие документы
Еще в разделе: (Показать все результаты (>594) - www.cplire.ru/ )

16. lsst.tcc: include/tcc/telMod.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... include . ... telMod.h . ... 6 љ #include <string> . ... 24 љ explicit TelMod (std::string const &filePath) { . ... 86 љ void loadPath (std::string const &filePath); . ... 112 љ std::vector<std::string> getTermNames () const ; . ... 145 љ std::ostream & operator<< (std::ostream &os, TelMod const &telMod); . ... double getTerm(std::string const &termName) const . ... std::vector< std::string > getTermNames() const . ... TelMod(std::string const &filePath) . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/tel_mod_8h_source.html -- 30.6 Кб -- 14.09.2015
Похожие документы

17. Pulsar Astronomy at the Arecibo Observatory
What is a pulsar? ALFA Pulsar Surveys . General AO observing site , which contains the remote and pulsar observing sites (Note: the latter is now outdated. It will soon be replaced by an updated version). ... Control Interface Module for Arecibo (CIMA) . ... time_ao.dat - Latest clock correction files for the Arecibo Observatory - updated to 2013 July 01 . ... NAIC] [Astro Home] [Staff] [Observing] [Receivers] [ALFA] [RFI] [Data] [Memos] [Publications] [Calendar] [Contacts] . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~pulsar/ -- 4.4 Кб -- 27.02.2014
Похожие документы

18. http://www.gao.spb.ru/database/csa/description_e.html
Observational data on solar activity is a basement for investigation of processes that take place on the Sun and interplanetary space, with data of long-term observations being of special importance. ... Subsection "Sunspot groups" is the catalogue of all sunspot groups that were observed in the given year. ... For every day of observation of the group the area of the group, the area of the largest spot (both areas - in millionths of solar hemisphere) and number of spots in the group are presented. ...
[ Сохраненная копия ]  Ссылки http://www.gao.spb.ru/database/csa/description_e.html -- 9.6 Кб -- 21.05.2007
Похожие документы

19. AY
ASTRONOMICAL YEARBOOK (in Russian) . ... It contains the ephemerides of the Sun, the Moon, major planets, and stars computed with the maximum precision in the accordance with the resolutions approved by the International Astronomical Union (IAU). From AY-2016 the ephemerides EPM2011 developed at IAA RAS was used as a ephemerical basis for the calculation of ephemerides of the Sun, the Moon and major planets with accuracy adequate to DE ephemerides. ... ASTRONOMICAL YEARBOOK . ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/EDITION/ENG/AE/ae_1_txt.htm -- 10.0 Кб -- 09.04.2016
Похожие документы

20. A Delta Rocket Launches
Astronomy Picture of the Day . A Delta Rocket Launches . ... 12.07.1999 . ... Credit Copyright: KSC , NASA . Explanation: A Delta rocket is pictured launching NASA's FUSE satellite earlier this month. In use since 1960, Delta rockets have been launched successfully over 250 times . ... Delta rockets are manufactured for the US Air Force and NASA by Boeing . ... Publications with keywords: rocket - FUSE . Publications with words: rocket - FUSE . ... Falcon 9 First Stage Landing . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1163078 -- 15.1 Кб -- 14.11.2006
Похожие документы

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


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

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

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