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

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

9. DUST: Member List
... Classes . ... Class List . Class Hierarchy . Class Members . This is the complete list of members for Dust::RastSDS , including all inherited members. amax . Dust::RastSDS . ... CarbSDI (defined in Dust::RastSDS ) . ... IonFI (defined in Dust::RastSDS ) . ... RastSDS (void) . ... RastSDS (double amin, double amax, BNLib::UnaryDD &carbsdfn, BNLib::UnaryDD &silsdfn, BNLib::UnaryDD &ionffn) . ... SilSDI (defined in Dust::RastSDS ) . ... RastSDS () (defined in Dust::RastSDS ) . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/classDust_1_1RastSDS-members.html -- 5.2 Кб -- 11.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>4622) - www.mrao.cam.ac.uk/ )

10. SBC Flat Field Image List
... News and . ... SBC imaging flats have now been corrected for low-frequency variations in sensitivity. ... Filename det filter useafter pedigree delivery comment pbg1450ij_pfl SBC F115LP Mar 01 2002 INFLIGHT 11/16/05 Includes new Lflat corrections pbg1450jj_pfl SBC F122M Mar 01 2002 INFLIGHT 11/16/05 Includes new Lflat corrections pbg1450kj_pfl SBC F125LP Mar 01 2002 INFLIGHT 11/16/05 Includes new Lflat corrections pbg1450lj_pfl ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/acs/analysis/reference_files/sbc_flatimage_list.html -- 14.3 Кб -- 11.04.2016
Похожие документы

11. mod_proxy_ftp - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... FTP support module for mod_proxy . ... Source File: . ... Thus, in order to get the ability of handling FTP proxy requests, mod_proxy and mod_proxy_ftp have to be present in the server. ... How can I access FTP files outside of my home directory? ... To log in to an FTP server by username and password, Apache uses different strategies. ... In order to allow both browsing the directories on an FTP server and downloading files, Apache looks at the request URL. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_proxy_ftp.html -- 18.4 Кб -- 19.11.2015
Похожие документы

12. *qpappend* -- Append a list of input qpoes to produce a single qpoe file
Next: *evalvg* - Generate Time Up: QPOE Utilities Previous: *qplintran* Apply . Read a list of input qpoe files (including filters) and produce an appended output qpoe file. ... Any type of filtering can be applied to the input qpoe file, including region filtering. ... cl> xray xr> xdataio xp> page merge.lst # an ascii file listing the two input qp files xdata$rp110590.qp[time=(1606720.00:1607484.00)] xdata$rp110590.qp[time=(1611613.00:1612817.00)] xp> qpappend @merge.lst ``'' merge.qp large . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node53.html -- 6.2 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>2453) - hea-www.harvard.edu/ )

13. lsst.tcc: include/tcc/tcsShim.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... include . tcc . tcsShim.h . ... 51 љ double const FL = 1.0; . ... 97 љ std::ostream & operator<< (std::ostream &os, ASTROM const &astrom); . ... 99 љ std::ostream & operator<< (std::ostream &os, FLDOR const &fldor); . ... 101 љ std::ostream & operator<< (std::ostream &os, PORIG const &porig); . ... 103 љ std::ostream & operator<< (std::ostream &os, SITE const &site); . ... 105 љ std::ostream & operator<< (std::ostream &os, TARG const &targ); . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/tcs_shim_8h_source.html -- 27.6 Кб -- 14.09.2015
Похожие документы

14. 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
Похожие документы
Еще в разделе: (Показать все результаты (>632) - www.mso.anu.edu.au/ )

15. Chapter 5. Listing of Installed Components
Chapter 5. Listing of Installed Components . ... An X driver (/usr/X11R6/lib/modules/drivers/nvidia_drv.so); this driver is needed by the X server to use your NVIDIA hardware. ... An X module for wrapped software rendering (/usr/X11R6/lib/modules/libnvidia-wfb.so.x.y.z and optionally, /usr/X11R6/lib/modules/libwfb.so); this module is used by the X driver to perform software rendering on GeForce 8 series GPUs. ... See Chapter 4, Installing the NVIDIA Driver for a more thorough description. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/chapter-05.html -- 11.4 Кб -- 30.10.2009
Похожие документы

16. Porting Hints
Porting to a new machine or operating system ordinarily requires updating the ./machines directory and the ./compilers directories in order to define the build environment and autoconfigure means. You will probably have to modify the ntp_machines.h file and "l_stdlib.h" files as well. ... Always define a system identifier for any new system added to the machines directory. ... This file is included by the "ntp_types.h" file and should always be placed first after the <> defines. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/porting.html -- 3.9 Кб -- 21.12.2007
Похожие документы

17. List the files in a directory
. You can use the ls command to list the files in a directory: ls [option] directory_name . By combining different command options you can display as little or as much information about each file as you need. Examples . Did You Know? . List of command options . Listing hidden files . Using a long listing .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/list.html -- 2.1 Кб -- 17.01.1997
Похожие документы

18. Directory listing of /rel/home/mystery/WWW/local
Up to higher level directory . BSD/ 4 Kb Mon Feb 14 13:21:20 2000 Directory Cyrillic-.. ... 13 Kb Wed Sep 16 22:54:21 1998 Hypertext Markup Language X_Lee/ 4 Kb Mon Feb 14 13:22:44 2000 Directory cgi/ 4 Kb Sat Jun 24 21:13:15 2000 Directory ctrycode.txt 13 Kb Sat Apr 6 17:39:59 1996 Plain Text finit_elem/ 8 Kb Mon Feb 14 13:21:18 2000 Directory fvwm-1.24/ 4 Kb Mon Feb 14 13:22:56 2000 Directory html/ 4 Kb Mon Feb 14 13:21:19 2000 Directory htmls/ 4 Kb Mon ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~mystery/local/ -- 8.2 Кб -- 03.12.2003
Похожие документы

19. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/weasel2.0.txt
... Supports the use of aliases for lists of e-mail addresses. ... Proposed directory for placement: /pub/os2/apps/internet/mail/server Your name: Peter Moylan Email address: peter@pmoylan.org Program contact name: (same) Program contact email: (same) Program URL: http://www.pmoylan.org/pages/os2/Weasel.html Would you like the contact email address included in listings? no Operating System/Version: OS/2 Warp 3 or later Additional requirements: Replaces: weasel1.82.zip ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/weasel2.0.txt -- 2.1 Кб -- 17.09.2014
Похожие документы

20. List of currently available KP AZ.
Orbital data : INTERBALL AZ GSE and GSM cartesian coordinates, GSE cartesian velocity (once per 10 minutes). ... Magnetic field data from IMAP experiment. Magnetic fileld absolute value and magnetic field index (the difference between absolute value and model value), status flag. ... Counts of H+ and O+ ions are accumulated during one spin period by detectors D6 (antisunward looking), D8 (spin plane), D10 (sunward looking) of TRICS2 subsystem (1.0-30 keV). ... TRICS1, TRICS2, TRICS3 subsystems: . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/ibelova/az_key.htm -- 14.8 Кб -- 12.05.1999
Похожие документы

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


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

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

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