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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/197.html.

1. Astronomy HyperText Book: Stellar Evolution
... Stellar Evolution is driven entirely by the never ending battle between Pressure and Gravity . As imbalances are reached, the star is driven to find a new Energy source. ... Pressure and gravitational forces are equal, the star is stable and its core is sufficiently hot to fuse Hydrogen into Helium More about main sequence stars . ... The luminosity generated by the core fusion of Helium into Carbon is far greater than the shell luminosity associated with the fusion of Hydrogen into Helium. ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/textbook/se.html -- 4.8 Кб -- 16.12.1997
Похожие документы
Еще в разделе: (Показать все результаты (>252) - zebu.uoregon.edu/ )

2. http://www.stsci.edu/documents/dhb/webvol2/c20_wfpc1calib.fm1.html
... DPERSC-CP34SE: ...and 0 packets were found to have segments without Reed Solomon corrections CPEEND- DATA EDITING ENDED 26-APR-95 18:05:56 FOR W1DR0806T . CPE0EN--------------------------------------------- DATA EDITING COMPLETED ----------------------------------------------------- CPG0VS--------------------------------------------- DATA EVALUATION STARTED ----------------------------------------------- DPVSTR- DATA EVALUATION STARTED 26-APR-95 18:16:57 FOR ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/documents/dhb/webvol2/c20_wfpc1calib.fm1.html -- 11.6 Кб -- 10.02.1998
Похожие документы

3. Apache mod_rewrite Technical Details - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 . ... This document discusses some of the technical details of mod_rewrite and URL matching. Internal Processing . API Phases . Ruleset Processing . ... So, after a request comes in and Apache has determined the corresponding server (or virtual server) the rewriting engine starts processing of all mod_rewrite directives from the per-server configuration in the URL-to-filename phase. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/en/rewrite/rewrite_tech.html -- 11.0 Кб -- 25.02.2008
Похожие документы

4. Conference "Random Processes, Conformal Field Theory and Integrable Systems"
... 10:00 - 11:00 Juergen Reingruber (ENS de Paris, France) . The search process for small targets in cellular microdomains . ... Statistical models on random lattices . ... 15:00 - 16:00 Vyacheslav Priezzhev (Joint Institute for Nuclear Research, Dubna, Russia) . ... Extreme statistics of vicious walkers: from random matrices to Yang-Mills theory . ... Conformal blocks and quantum Hall effect . ... Topological field theories and statistical models . ... Benjamin-Ono integrable systems in 2D CFT . ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/lifr/greb/program.html -- 9.7 Кб -- 02.10.2011
Похожие документы
Еще в разделе: (Показать все результаты (>644) - www.mccme.ru/ )

5. Configuration Options
... In some cases where memory space is at a premium, it is possible to tailor the configuration to remove such features as reference clock driver support, debugging support, and so forth. ... The following lines are used in this file: . ... The DEFS_LOCAL line defines global flags that apply to all machines. Ordinarily, the only flags included are the -DDEBUG , which includes the debugging code, and -DREFCLOCK , which includes basic reference clock support. ... D_INCLUDE_BSD_SOURCE . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/config.html -- 8.1 Кб -- 21.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>2097) - www.sai.msu.su/ )

6. How kernel communicates with outside when it's started?
... Keywords: kernel,file system, . ... I am writing some kernel modules that is supposed to executed after the init process has been started. ... Some functions such as open(), read(), write() which worked before init process don't work in those kernel modules after init process is started. ... The problem is can or how I use some functions (file operations, IPC, etc) in a kernel module which is only executed after the system has started and is running normally. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/216.html -- 2.9 Кб -- 23.03.2000
Похожие документы

7. http://www.atnf.csiro.au/computing/software/gipsy/tsk/nohermes.dc1
... If the user types "!" at the first ">" prompt, the existing parameter file is used if one exists. ... The following commands are available (for a description see the VAX/VMS Hermes User's manual): keyword=values (only one keyword per line) /ABO /ERRLEV n /GO /MESLEV n /OFF dev /ON dev /MODE n /STAT n When the program calls one of the routines of the Userinp family, the user is prompted in the usual way (depending on the default level). ... At the first occasion the ">" prompt will then appear. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/nohermes.dc1 -- 4.3 Кб -- 21.04.1994
Похожие документы

8. Quality Control and Data Processing: Home page
... Quality Control and Data Processing . ... HOME . ... UVES /UVES . ... retired : . ... This is the home page of the Quality Control and Data Processing Group (QCG) within ESO's Data Management and Operations Division (DMO). ... At ESO Headquarters in Garching, calibration data from all Paranal instruments (VLT, VLTI, survey cameras) are processed, their quality is checked and monitored. ... UVES ECHELLE data, point sources: quality-controlled, homogeneous processing of complete data stream 2000-now ....
[ Сохраненная копия ]  Ссылки http://www.eso.org/observing/dfo/quality/ -- 38.5 Кб -- 11.06.2015
Похожие документы

9. Running processes in the foreground
When you enter a command at the shell prompt, your shell forks a child process in which to execute the command. The parent process (your shell) waits for the command to complete and for its child process to die. Until then you are unable to enter another command. Commands entered in this way are known as foreground processes . Once the command completes and the child process dies, the parent process is reactivated, the shellprompt returns, and you can enter another command. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/jobz1.html -- 2.3 Кб -- 17.01.1997
Похожие документы

10. IPC:Interrupts and Signals: <signal.h>
... int kill(int pid, int signal) - a system call that send a signal to a process, pid . ... sig_talk.c --- Example of how 2 proces