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

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

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

1. list.c
... list.c - C version of a simple UNIX ls utility */ /* c89 list.c -o list */ /* need types.h and dir.h for definitions of scandir and alphasort */ # include sys/types.h # include sys/dir.h /* definition for getwd ie MAXPATHLEN etc */ # include sys/param.h # include stdio.h #define FALSE 0 #define TRUE !FALSE /* prototype std lib functions */ extern int alphasort (); /* variable to store current path */ char ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_22_19.html -- 3.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_22_19.html -- 3.2 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_22_19.html -- 3.2 Кб -- 02.10.2012
Похожие документы

2. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы

3. casacore: casa/Containers/List.h File Reference
... Classes . Files . ... File List . ... casa . Containers . ... include < casa/Utilities/Register.h > . include < casa/Utilities/Notice.h > . include < casa/Containers/Link.h > . include < casa/Utilities/Assert.h > . include < casa/Containers/IterError.h > . include <casa/Containers/List.tcc> . ... Doubly linked non-constant list iterator The List class above only provides for the list framework. ... Generated on Fri Sep 3 2010 13:07:39 for casacore by 1.7.1 ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/List_8h.html -- 10.4 Кб -- 14.02.2011
Похожие документы

4. Code Listings
... include config.h #include menus.h #include app .h static void nothing_cb ( GtkWidget * widget, gpointer data ); static void new_ app _cb( GtkWidget * widget, gpointer data ); static void close_cb ( GtkWidget * widget, gpointer data ); static void exit_cb ( GtkWidget * widget, gpointer data ); static void about_cb ( GTK_WINDOW(app)); } static void new_app_cb(GtkWidget* widget, gpointer data) { GtkWidget* app; app = hello_app_new(_("Hello, World!" ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/listing.html -- 17.2 Кб -- 12.07.2000
Похожие документы

5. Astronomy articles, forums, listings, and other resources about Astronomy.
The Astronomy Net . Articles | ... Forums . ... I have moved the entire Astronomy family of sites to a nice new server with the help of your previous contributions and personal funds. This server contains this site plus those listed at Astronomy Net . ... This site - www.astronomy.net - by itself sends about six billion bytes of information to visitors every month. ... I count on donations from patrons to help me keep Astronomy Net on the internet servicing the astronomy community. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/about/support.html -- 17.3 Кб -- 09.04.2016
Похожие документы

6. Stellarium: Member List
... Classes . ... ClassљList . ... StelVideoMgr Member List . This is the complete list of members for StelVideoMgr , including all inherited members. dropVideo (const QString &id) (defined in StelVideoMgr ) . ... loadVideo (const QString &filename, const QString &id, float x, float y, bool show, float alpha) (defined in StelVideoMgr ) . ... resizeVideo (const QString &id, float w, float h) (defined in StelVideoMgr ) . ... setVideoXY (const QString &id, float x, float y) (defined in StelVideoMgr ) . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelVideoMgr-members.html -- 7.2 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>2748) - astro.uni-altai.ru/ )

7. SAS package check list
... Check a package against all these points before delivering it. files should be -rw-r--r-- or -r--r--r-- . ... should contain only the files ChangeLog DEPEND Makefile VERSION DISTRIBUTION . ... ChangeLog should contain a list of open SPRs including their number. ... If the package contains a task, DEPEND must contain taskmain. For each library in USEDLIBS statements in all Makefiles in the package, the corresponding package should be listed in DEPEND . ... Makefile should contain TEXDOCS=task . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/devel/checklist.html -- 6.2 Кб -- 16.01.2001
Похожие документы
Еще в разделе: (Показать все результаты (>12943) - xmm.vilspa.esa.es/ )

8. http://star.arm.ac.uk/~csj/lines/lte/lte_line
C Shell script ' lte_line ' # # # # L T E _ L I N E S # # # # Function : Concatenate the atomic data for the # # selected ions into a single file # # # # Revised for new data structure # # # ############################################################################# #____________Some initial settings : set noglob alias rm 'rm -f' ### Enable easy deleting and renaming. alias mv 'mv -f' set nonomatch unalias cd set Ldir = $LINES_LTE ### Name of directory with atomic data. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/lines/lte/lte_line -- 8.5 Кб -- 13.11.2001
Похожие документы
Еще в разделе: (