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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/source/STARTUP/FMSGHDR.ASM.

1. http://www.atnf.csiro.au/computing/software/gipsy/sub/ScheduleHerevent.dc3
... Category: SYSTEM File: herevents.c Author: J.P. Terlouw Use: #include "herevents.h" ident id; id = ScheduleHerevent(proc, mask, arg); HereventProc proc - pointer to function int mask - event mask: the bitwise OR of any of the events defined in taskcom.h void *arg - 'client' data Description: ScheduleHerevent registers a function to be called by MainLoop whenever Hermes generates an event which meets the specified mask. In this call, 'arg' will be passed to 'proc'. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ScheduleHerevent.dc3 -- 3.8 Кб -- 21.07.2000
Похожие документы

2. Directory handling functions
Next: File Manipulation Routines Up: File and Directory Manipulation Previous: File and Directory Manipulation . This basically involves calling appropriate functions. int chdir(char path) - changes directory to specified path string. ... NOTE: rindex() is a string handling function that returns a pointer to the last occurrence of character c in string s , or a NULL pointer if c does not occur in the string. ( index() is similar function but assigns a pointer to 1st occurrence.) ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 02.10.2012
Похожие документы

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

4. Apache's Handler Use
What is a Handler . ... mod_actions . ... A "handler" is an internal Apache representation of the action to be performed when a file is called. Generally, files have implicit handlers, based on the file type. Normally, all files are simply served by the server, but certain file types are "handled" separately. Apache 1.1 adds the ability to use handlers explicitly. ... The following directives will enable the send-as-is handler, which is used for files which contain their own HTTP headers. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/handler.html -- 7.2 Кб -- 15.10.2001
Похожие документы
Еще в разделе: (Показать все результаты (>109) - neptun.sai.msu.ru/ )

5. How System Calls Work on Linux/i86
... This section covers first the mechanisms provided by the 386 for handling system calls, and then shows how Linux uses those mechanisms. ... NMI interrupt . ... Actual code for system_call entry point can be found in /usr/src/linux/kernel/sys_call.S Actual code for many of the system calls can be found in /usr/src/linux/kernel/sys.c, and the rest are found elsewhere. find is your friend. ... The startup_32() code found in /usr/src/linux/boot/head.S starts everything off by calling setup_idt() . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/syscall/syscall86.html -- 12.5 Кб -- 23.03.2000
Похожие документы

6. http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIDelayLine.DelayLineSoftwareLibraries/exception.pdf
... The handling level can then choose the best way to handle the error, e.g. print the message and/or halt the program. ... FileProcess( myfile.txt , status ); result = Func1(3.0, status ); if (! ExcOK ( status )){ ExcPrint( status , stderr); ExcClear( status ); } ... } double FileProcess(char * file , ExcStatus * status ) { FILE *fd; if (! ExcOK ( status )) return ; fd = fopen( file , rb ); if (fd == NULL) { ExcSignal( status ); ExcExplain( status , Unable to open %s\n , file ); return ; } ...
[ Текст ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIDelayLine.DelayLineSoftwareLibraries/exception.pdf -- 144.9 Кб -- 22.01.2010
Похожие документы
Еще в разделе: (Показать все результаты (>2424) - www.mrao.cam.ac.uk/ )

7. ESO - ALMA
... ALMA . ... ARC Staff at ESO . ... The European ALMA Regional Centre (ARC) provides the interface between the ALMA project and the European science community. ... Below you can read the latest Announcements from the European ARC Network.. ... The call for 1-mm Very Long Baseline Interferometry (VLBI) proposals to use phased ALMA at Band 6 in Cycle 4, in collaboration with the Event Horizon Telescope Consortium (EHTC), will be released to coincide with the ALMA Cycle 4 Call for Proposals in March 2016...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/facilities/alma.html -- 27.7 Кб -- 09.04.2016
Похожие документы

8. Handling shell variables
. The shell has several variables which are automatically set whenever you login. The values of some of these variables are stored in names which collectively are called your user environment. Any name defined in the user environment, can be accessed from within a shell script. To include the value of a shell variable into the environment you must export it. Special shell variables . Evaluating shell variables .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.html -- 2.2 Кб -- 17.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>198) - comet.sai.msu.ru/ )

9. MAO NASU :: Topic: Call for Expressions of Interest to organise Symposia and
... MAO main . ... Call for Expressions of Interest to organise Symposia and Special Sessions at EWASS 2016 . ... Тема: Call for Expressions of Interest to organise Symposia and Special Sessions at EWASS 2016 . ... Symposium or a Special Session. ... Special Sessions . ... Organisers of EWASS sessions are benefitting from the logistical support of the . ... EWASS website. ... This applies to the organisers during the EAS selection process of symposia, special sessions, and special meetings. ... MAO NASU...
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/index.php/en/forum/info/379-call-for-expressions-of-interest-to-organise-symposia-and-special-sessions-at-ewass-2016 -- 21.5 Кб -- 10.04.2016
Похожие документы

10. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/source/STARTUP/CHKSUM.ASM
... Purpose: ; This routine is used to check for assignment through a null pointer. ... DF= 1 ; this is special for c startup include version.inc .xlist include cmacros.inc include rterr.inc .list createSeg _TEXT, code , word, public , CODE , createSeg NULL , null , para, public , BEGDATA, DGROUP createSeg _ DATA , data , word, public , DATA , DGROUP createSeg HDR, nhdr, byte, public , MSG, DGROUP createSeg MSG, nmsg, byte, public , MSG, DGROUP ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/source/STARTUP/CHKSUM.ASM -- 4.5 Кб -- 06.03.2001
Похожие документы

11. Stellarium: StelQGLTextureBackend Class Reference
Stellarium 0.12.3 . ... Classes . ... Renderer . ... StelQGLTextureBackend Class Reference . ... constructFromImage (class StelQGLRenderer *renderer, const QString & path , const TextureParams &params, QImage &image) . Construct a StelQGLTextureBackend from an image. ... constructFromPVR (class StelQGLRenderer *renderer, const QString & path , const TextureParams &params) . ... constructAsynchronous (class StelQGLRenderer *renderer, const QString & path , const TextureParams &params) . ... path . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelQGLTextureBackend.html -- 37.6 Кб -- 28.02.2014
Похожие документы

12. Report on Cosmic Call 1999
... Report on Cosmic Call 1999 . ... Cosmic Call Sessions . ... This Report outlines methodology, hard- and software, which were developed to transmit first public Interstellar messages from Evpatoria Deep Space Center (EDSC), and describes four Cosmic Call Sessions, which were fulfilled in EDSC on May 24 and June 30 - July 1, 1999. ... Each Cosmic Call consists of two parts. ... Dutil Message, . ... The software for gathering all messages and creating the Cosmic Call stream, was written on C language. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/ra&sr/irm/report-1999.html -- 56.9 Кб -- 30.11.2002
Похожие документы

13. http://crydee.sai.msu.ru/ftproot/pub/comp/os/linux/slackware-2.3/SLAKWARE/N2/DISKN2
CONTENTS: pine sendmail smailcfg mailx deliver uucp deliver: A small and simple program that delivers electronic mail once it deliver: has arrived at a given machine. ... Deliver deliver: allows great flexibility in the handling of local mail delivery. deliver: All files used to control deliver are shell scripts. Thus, anything deliver: that can be called by a shell script can be used to control mail deliver: delivery. Deliver can also be used in conjunction with Smail. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/linux/slackware-2.3/SLAKWARE/N2/DISKN2 -- 3.5 Кб -- 12.07.1995
Похожие документы

14. http://www.adass.org/adass/proceedings/adass03/reprints/P4-12.pdf
... These include support for spectral coordinate systems, and compliance with FITS WCS papers I, II and III. ... Status Supported Supported Supported Supported Supported (only written when producing a FITS-AIPS header) Coordinate /algorithm/distortion Supported (all coordinate systems [intype cluding helio-ecliptic] and algorithm codes listed in papers I, I I and I I I, with the exception of the STOKES and COMPLEX values defined in paper I, the CUBEFACE value defined in ...
[ Текст ]  Ссылки http://www.adass.org/adass/proceedings/adass03/reprints/P4-12.pdf -- 66.7 Кб -- 27.08.2004
Похожие документы

15. Partitioning a hard disk
Next: Device files and partitions Up: Partitions Previous: Partition types . There are many programs for creating and removing partitions. ... When using IDE disks, the boot partition (the partition with the bootable kernel image files) must be completely within the first 1024 cylinders. ... It is sometimes possible to use a boot partition that is only partly within the first 1024 cylinders. ... Therefore, make sure your boot partition is completely within the first 1024 cylinders. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node39.html -- 6.3 Кб -- 04.05.1997
Похожие документы

16. Plasma theories [Oulu]
spaceweb@oulu.fi - last update: 28 May 1995, 0800 UT . Advanced plasma theories are extremely important when one tries to explain, for example, the various waves and instabilities found in the plasma environment. ... In the kinetic theory it is necessary to know only the distribution function for the system of particles. ... The dependence of the distribution function on the independent variables r , v , and t is governed by an equation known as the Boltzmann equation . ... Hot plasma theory . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/SPPHTEXT/theories.html -- 8.4 Кб -- 21.12.2007
Похожие документы

17. Introduction to XPA
A brief introduction to the XPA messaging system, which provides seamless communication between all kinds of Unix event-driven programs, including X programs, Tcl/Tk programs, and Perl programs. ... A program becomes an XPA-enabled server by defining named points of public access through which data and commands can be exchanged with other client programs (and users). ... An XPA name server program, xpans, through which XPA access point names are registered by servers and distributed to clients. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/intro.html -- 6.6 Кб -- 09.03.2007
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/intro.html -- 6.6 Кб -- 01.10.2012
Похожие документы

18. Communications For Your Astronomy Event - an Astronomy Net Article
Communications For Your Astronomy Event . ... For many years two-way radios had a feature called by many names including Motorola's Private Line, GE/Ericsson's "Channel Guard", E.F. Johnson's "Call Guard", RCA's "Quiet Channel." ... Some call it by the most correct name (probably) of Continuous Tone Coded Squelch System (CTCSS). ... Since most radios seem to have adopted a 1 - 38 sub-channel system we at last have a way to express what CTCSS tone we all wish to utilize with a simple number. ... Tone . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/articles/28/ctcss.html -- 32.3 Кб -- 09.04.2016
Похожие документы

19. Iowa Robotic Telescope Facilities
... Iowa Robotic Telescope | ... Talon is based on OCAAS, a software suite developed by software engineer Elwood Downey ( Clear Sky Institute ) for use at the University of Iowa ?s first remote facility (the ATF, or Automated Telescope Facility). ... XObservatory : Telescope Control Interface . ... This program calls upon and coordinates much of the interrelated portions of the Talon architecture, and forms the primary control panel for the telescope, dome, and peripheral systems when used locally. ...
[ Сохраненная копия ]  Ссылки http://vega.inp.nsk.su/~inest/Talon(OCAAS)/Iowa%20Robotic%20Telescope%20Facilities.htm -- 37.9 Кб -- 25.01.2006
Похожие документы
Еще в разделе: (Показать все результаты (>45) - vega.inp.nsk.su/ )

20. http://hea.iki.rssi.ru/conf/hea2007/bp-0.2.97/NOTES
... Changed format option parsing routine in bp-p-options. added opt_reverseauthor to bp-refer, and added options parsing. 0.1.1 perl5/ad425.ref->ad425.bib in 25.3 seconds perl5/timetest.pl 2.31s total, 1.03, 1.01, 3.52 Added p-output.pl. ... No noticible change in running time, which means the debugging statements aren't slowing us down enough to worry about dropping them. 0.0.11 perl5/ad425.ref->ad425.bib in 22.7 seconds perl5/timetest.pl 1.98 total, 1.02, 1.01, 3.39 Added format registration. ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/bp-0.2.97/NOTES -- 11.3 Кб -- 16.12.1996
Похожие документы

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


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

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

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