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

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

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

1. Sending Signals - kill()
... int kill(int pid, int signal) - send a signal to a process, pid . ... If pid is 0, the signal is sent to all processes, except system processes. kill() returns 0 for a successful call, -1 otherwise and sets errno accordingly. There is also a UNIX command called kill - see man pages. ... Also ctrl-c typed from the command sends a SIGINT to the process currently being. unsigned int alarm(unsigned int seconds) - sends the signal SIGALRM to the invoking process after seconds seconds. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_3_1.html -- 3.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_3_1.html -- 3.2 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_3_1.html -- 3.2 Кб -- 02.10.2012
Похожие документы

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

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

4. Suppressing Keyword Events
... This can be the case when two keywords mutually influence each other, which could lead to an endless stream of events. ... Certainly when a program is more complicated, it would become quite cumbersome to administrate things. /* example6.c -XT */ # include stddef.h # include math.h # include gipsyc.h # include cmain.h # include init.h # include userfio.h # include ggi.h static void logvalue(ident id, char *key, int code, void * arg ); static void realvalue(ident id, ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/pguide/gui-example6.html -- 4.4 Кб -- 17.01.2009
Похожие документы

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

6. Stellarium: LogBook Class Reference
Stellarium 0.12.3 . ... Classes . ... Renderer . ... ClassљList . ... LogBook Class Reference . ... voidљ . enableLogBook (bool b) . ... virtual boolљ . ... Detect or show the configuration GUI elements for the module. ... virtual voidљ . ... getCallOrder ( StelModuleActionName actionName) const . ... virtual bool LogBook::configureGui . boolљ . ... virtual void LogBook::draw . ... The main StelStyle instance should be passed. virtual void LogBook::init . ... virtual void LogBook::update . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classLogBook.html -- 27.9 Кб -- 28.02.2014
Похожие документы

7. Manual Menu Example
... Menu Widget . ... Let's take a look at an example to help clarify. #include stdio.h #include gtk/gtk.h static gint button _press ( GtkWidget *, GdkEvent *); static void menuitem_response (gchar *); int main( int argc, char *argv[] ) { GtkWidget * window ; GtkWidget * menu ; GtkWidget * menu _bar; GtkWidget *root_ menu ; GtkWidget * menu _items; GtkWidget * vbox ; GtkWidget * ... Notice the call to gtk_menu_append. Here we are adding a list of * menu items to our menu. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/sec-manualmenuexample.html -- 7.6 Кб -- 19.07.2002
Похожие документы

8. Examples of sending files with the ftp program
To send a single file from your current directory on the local host to the current directory on the remote host: ftp> send afile . This copies the file afile from your current directory on the local host to your current directory on the remote host. ... This copies the contents of the file april in the sub-directory REPORTS , which is in your current directory on the local host to the file month4 in the sub-directory reports , which is in your login directory on the remote host. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/ftp2.3.1.html -- 3.0 Кб -- 17.01.1997
Похожие документы

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

10. HST Call for Proposals
HST Call for Proposals and HST Primer for Cycle 24 . ... Hubble Space Telescope Call for Proposals for Cycle 24 > Chapter 8: Filling Out the APT Proposal Form > 8.8 Scientific Category . ... Scientific Category . ... STELLAR POPULATIONS: This includes resolved stellar populations in globular clusters, open clusters or associations, and the general field of the Milky Way and other nearby galaxies. ... This category also includes studies of gas distribution and dynamics in distant galaxies. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/hst/proposing/documents/cp/8_APT_Proposal_Form09.html -- 14.6 Кб -- 12.04.2016
Похожие документы

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

12. http://hea.iki.rssi.ru/conf/hea2007/bp-0.2.97/README
This is bp, a Perl Bibliography Package, by Dana Jacobsen (dana@acm.org). ... The package will let you write programs that handle bibliography parsing in a generic fashion for multiple bibliography types. ... It also allows conversion between formats and character sets. It is extendable, meaning that you can write your own routines, so to recognize your format "foo" all you have to do is write your "foo" code that reads, writes, and converts to and from the package's canonical format. ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/bp-0.2.97/README -- 4.8 Кб -- 08.12.1996
Похожие документы

13. code snip to make a sys_* call from a module
The HyperNews Linux KHG Discussion Pages . Forum: The Linux Kernel Hackers' Guide . Re : Can I make syscall from inside a kernel module? ... As an example, here is a code snip that make a sys_read call from a kernel module. // module.c .... #include <sys/syscall.h> . ... int (*sys_read)(unsigned int fd, char *buf, int count); . pointer to sys_read. linux/fs/read_write.c .... int init_module(void) . sys_read = sys_call_table[SYS_read]; . now you can use sys_read . sys_read(.. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/158/2.html -- 2.8 Кб -- 23.03.2000
Похожие документы

14. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/source/STARTUP/FMSGHDR.ASM
... Purpose: ; Far message handler and finder. special for c startup include version.inc ?PLM= 1 ; pascal calling conventions .xlist include cmacros.inc include msdos.inc .list createSeg _TEXT, code, word, public, CODE, createSeg _ DATA , data , word, public, DATA , DGROUP createSeg FAR _HDR,fhdr, byte , public, FAR_MSG , FMGROUP createSeg FAR_MSG ,fmsg, byte , public, FAR_MSG , FMGROUP createSeg FAR _PAD,fpad, byte , common, ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/source/STARTUP/FMSGHDR.ASM -- 3.4 Кб -- 06.03.2001
Похожие документы

15. XMM-Newton SAS: Watchout Page
... Yes. epproc and emproc have been upgraded in SAS 6.5 in order to be aligned with epchain and emchain respectively. ... One important change introduced in both epproc and emproc is the way they call the attcalc application. attcalc is called now with the parameter "refpointlabel = pnt" instead of "refpointlabel = object", which was the old default value in previous SAS versions. Pages maintained by SAS librarian . Any question about SAS should be addressed to the XMM-Newton help desk . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/watchout/6.5/epicproc.shtml -- 3.8 Кб -- 22.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>8129) - xmm.vilspa.esa.es/ )

16. OptInt PmWiki : PmWiki / Page Text Variables
OptInt PmWiki : Pm Wiki / Page Text Variables . Page variables | ... Page text variables are string variables automatically made available through natural page markup or explicitly with page directive markup within the wiki text of the page. ... use a definition list - the normal pmwiki markup for a definition list will create a page text variable . ... This creates a new variable that can be accessed by {$:Name} (becomes: "Crisses") in the page. use a simple colon delimiter in normal text . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageTextVariables?action=print -- 28.4 Кб -- 01.03.2014
Похожие документы

17. MAO NASU :: Topic: Call for Expressions of Interest to organise Symposia and
... 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 . ... This applies to the organisers during the EAS selection process of symposia, special sessions, and special meetings. ... Therefore, the organisers of symposia, special sessions, and special meetings should attempt to mimic the diversity in our field when inviting speakers, selecting talks and posters. ...
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/index.php/ua/forum/info/379-call-for-expressions-of-interest-to-organise-symposia-and-special-sessions-at-ewass-2016 -- 22.1 Кб -- 10.04.2016
Похожие документы

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

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

20. Making backups with tar
Next: Restoring files with tar Up: Simple backups Previous: Simple backups . A full backup can easily be made with tar љ : # tar -create -file /dev/ftape /usr/src . ... If your backup doesn't fit on one tape, you need to use the -multi-volume ( -M ) option: # tar -cMf /dev/fd0H1440 /usr/src . ... usr/src/ . ... usr/src/linux-1.2.10-includes/ .. ... An incremental backup can be done with tar љ using the -newer ( -N ) option: # tar -create -newer '8 Sep 1995' -file /dev/ftape /usr/src -verbose . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node85.html -- 6.2 Кб -- 04.05.1997
Похожие документы

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


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

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

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