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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.mccme.ru/~anromash/ps/beatcs2009.pdf.

1. Where to Find Example/Test Code
The XPA source code directory contains two test programs, stest.c , and ctest.c that can serve as examples for writing XPA servers and clients, respectively. ... The stest program can be executed with no arguments to start an XPA server that contains the access points: xpa, xpa1, c_xpa (containing sub-commands cmd1 and cmd2), and i_xpa. ... xpaset xpa # send to xpa cat xpa.c | xpaset "xpa*" # send to xpa and xpa1 xpaget xpa # receive from xpa xpaget xpa* # receive from xpa and xpa1 etc. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/examples.html -- 3.1 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/examples.html -- 3.1 Кб -- 01.10.2012
Похожие документы

2. Problems with star names
... If the star names used in data files are not exactly the same character strings as those used in star files, the reduction program will try to make cross-identifications. ... The program applies these rules in attempting to parse name strings containing multiple designations that are not separated by the `` = '' string (surrounded by blanks). ... This situation can be avoided by making sure that all star names are spelled consistently, and that names in star files agree with names in data files. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol2/node312.html -- 4.8 Кб -- 23.02.1996
Похожие документы

3. More problems
... ATNF Home . ... About ATNF overview . ... Australia Telescope Steering Committee . ... Australia Telescope User Committee . ... Astrophysics graduate student programs . ... Australian Square Kilometre Array Pathfinder . Murchison Radio-astronomy Observatory . ... Parkes radio telescope . Australia Telescope Compact Array . Mopra radio telescope . ... ATCA . ... Visiting Parkes radio telescope . Visiting Australia Telescope Compact Array . ... Parkes radio telescope webcam . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/Ray.Norris/WGAD/MeetingIAUGA2000/rnorris/tsld007.htm -- 47.8 Кб -- 12.04.2016
Похожие документы

4. ASP: A Good Definition of the Word "Planet": Mission Impossible?
... Planets and Brown Dwarfs . ... Mission Definition . Ask anyone on the street to give an example of a planet, and they'll consider you a bit dim. ... Finally, if you ask "What is the exact scientific definition of 'planet'?", it turns out that nobody can answer it, because there really isn't one. ... The word itself means "wanderer" in Greek, and other cultures generally have words for "planet" with a similar meaning. So why isn't that good enough for us today? ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/59/planetdefine.html -- 13.2 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1116) - www.astrosociety.org/ )

5. An Example of a Perplexing Problem
Next: A Plea to Up: Some Problems of Practical Previous: Problems of Fourier . I would like to spend the rest of my time showing an example of the kind of dilemma one can get into when doing restorations. In this particular case we were dealing with an FOC ultraviolet image of the center of M31, and a PC V -band image of the same region, scaled, rotated, and aligned. We wanted to take the quotient of the two images, to look for color effects. ... Image A has low , while B has high . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/stsci/meetings/irw/proceedings/kingi.dir/section3_4.html -- 4.9 Кб -- 15.04.1994
Похожие документы

6. mod_charset_lite - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . ... Specify character set translation or recoding . ... charset_lite_module . ... mod_charset_lite allows the server to change the character set of responses before sending them to the client. ... CharsetDefault . ... The character set name parameters of CharsetSourceEnc and CharsetDefault must be acceptable to the translation mechanism used by APR on the system where mod_charset_lite is deployed. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_charset_lite.html -- 15.4 Кб -- 21.01.2013
Похожие документы

7. Actor Prolog User Guide. Residents.
In Actor Prolog a resident is a special mechanism that helps processes to inspect state of other processes. A resident observes the state of a specified (target) process and if the state of the process changes (for instance, after message handling) it proves a specified predicate of the process. ... Work of the resident. ... Any change of the list of target processes or arguments of resident function results in activation of the resident and repeated collection of information in the target worlds. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_reside.html -- 14.6 Кб -- 24.09.2007
Похожие документы

8. pdev diagnostics
... When the digital low pass filter in the fpga is enabled. ... fpga,spectrometer,fileserver: . The mock spectrometer consists of a mock box (fpga, powerpc (ppc) spectrometer) connected to a file server . ... It inputs the data, computes the spectra and outputs to the ppc (which runs in the mock box. spectrometer: this usually refers to the ppc code running on the mock box (the prun program). ... The Mock diagnostics show that the problem only occurs when the fpga computes the spectra. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/pdev/trouble/hr_jumps.html -- 9.1 Кб -- 04.10.2014
Похожие документы
Еще в разделе: (Показать все результаты (>2427) - www.naic.edu/ )

9. Additional problems at the transition
A problem, that can arise when moving from Fortran 77 to Fortran 90, is dependent on a usual deviation from the standard, and has to do especially with user programs. ... With many Fortran 77 implementations we wrote PROGRAM TEST REAL X WRITE(*,10) 10 FORMAT('Give X = ',$) READ(*,*) X WRITE(*,*) X END In Fortran 90 we use "non-advancing I/O" instead. ... In some old Fortran dialects the statement TYPE was used to write on a typewriter terminal and PRINT was used to write on the line printer. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c14.html -- 5.4 Кб -- 10.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c14.html -- 5.4 Кб -- 10.02.1996
Похожие документы

10. Problems using the ftp program
. filename : No such file or directory . The file you are tring to get or send does not exist. Most likely you have the filename wrong. Password: your password . 530 Login incorrect. Login failed. Can be caused by any one of: . you have used the wrong username on the remote host . you have used the wrong (or an incorrect) password . you do not have an account on this host .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/ftp2.3.2.html -- 2.1 Кб -- 17.01.1997
Похожие документы

11. International scientific and technical conference 'Problems and prospects of
... SSAU History . ... International relations . ... International scientific and technical conference Problems and prospects of development of engine building will be opened in SSAU in June 26. ... A feature of this year's conference will be the International Summer School on engine building . ... The first conference on strength in engine building took place in SSAU (former KAI) as early as in 1960. ... Tags: conference engine building soyuz-5 international summer school on engine building . ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/10710-International-scientific-and-technical-conference-Problems-and-prospects-of-development-of-engine-building-will-be-opened-in-SSAU/ -- 26.5 Кб -- 26.06.2014
Похожие документы

12. Department of Solid State Physics MIPT
Chair of solid state physics . ... One-particle Green’s function (Non interacting fermions) . Verbal definition of retarded one-particle Green’s function. ... One-particle Green’s function (Interacting fermions) . Formal definition of one-particle Green’s function. ... Quasi particles in Hartree-Fock approximation. ... Quasi particles and one-particle Green’s function. ... Vertex function and scattering of quasi particles. ... Matsubara Green’s function foe free particles. ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/kafedra/en/courses/dolgopolov2.html -- 6.6 Кб -- 10.04.2016
Похожие документы

13. A New Stable Method for Long-Time Integration in an N-Body Problem
Next: Imaging by an Optimizing Method . ... A big advantage of this numerical integrator is its stability: the error in the semi-major axis and the eccentricity depends only on the step size and does not grow with an increasing number of time steps. ... As the integration time increases, the numerical results become more contaminated by various errors. ... A new symplectic integrator produces no secular truncation errors in the actions of a Hamiltonian system. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/taidakovat.html -- 9.4 Кб -- 23.06.1998
Похожие документы

14. Conference "Zeta functions 5"
... The Riemann zeta function is the basic example of a family of functions arising in many mathematical fields: number theory, algebraic geometry, group theory, graph theory, dynamical systems, partial differential equations.. ... The most famous mathematical enigma, the Riemann hypothesis, generalized to many zeta functions, is the key to numerous mathematical questions. The focus of the conference will be on the most recent advances in the study of zeta functions. ... Sergey Gorchinskiy (Moscow) . ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/poncelet/2014zeta/index.html -- 6.3 Кб -- 24.11.2014
Похожие документы

15. Practical Astrophysics
Subject, Object and Problems of Astrophysics. Practical and Theoretical Astrophysics. ... Visual Telescope; Problems Which Are Solved with the Its Help. ... Resolution of Telescopes. ... Effectiveness of Telescope in Respect of Resolution. ... Optical Power of Telescopes for Star-like and Extensive Objects. Boundary Magnitude. Reasons of Light Dissipation in Telescopes. ... Spectral Instruments in Astrophysics. ... Basic Photometrical Ideas, Magnitudes and Their Measurement. ...
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/courses/pract_astroph_e.html -- 7.6 Кб -- 23.02.2005
Похожие документы
Еще в разделе: (Показать все результаты (>92) - space.univ.kiev.ua/ )

16. PROBLEMS OF THEORETICAL COSMOLOGY - UISS2000
... List Of Participants . ... 8:00-10:30 Educational Lectures for the students UlSU and UISS young participants . ... 17:30 Cultural program (excursions along Ulyanovsk historical part, etc) . For September 16-17 culture program is planed. It includes walk to the wonderful place-forest on Volga bank, trip along Volga, etc. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/uiss2000/program.htm -- 10.4 Кб -- 21.02.2001
Похожие документы

17. S.P.Korolev RSC Energia - SCIENTIFIC-EDUCATIONAL PROGRAM
MICROSATELLITE PROGRAM . Great advances in the development of microelectronics, large-scale adoption of microprocessors, wide use of space technologies, ease of access to space system elements make it possible to solve a wide range of critical problems by means of microsatellites (MS), which can find use in satellite communication, Earth remote sensing, space physics and technology, education, etc. ... INTERNATIONAL SPACE STATION | ... Official WEB-site of S.P.Korolev RSC Energia . ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/english/energia/sci-education/microsat/microsat-01.html -- 12.0 Кб -- 25.06.2010
Похожие документы
Еще в разделе: (Показать все результаты (>3304) - www.energia.ru/ )

18. [NEdit] FAQ: Diagnosing and reporting problems
How do I report problems I've encountered using NEdit ? ... If you have a problem which is not covered in the on-line help, in this FAQ, or in the README file specific to your system, you can report it to discuss@nedit.org (usage questions) or, develop@nedit.org (error reports). ... Below are some suggestions for information you can provide to help in diagnosing your problem. ... As of version 5.2 a summary with build information is present under 'Version' in the Help menu. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/nedit/faq/sect_reporting.shtml -- 3.7 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/nedit/faq/sect_reporting.shtml -- 3.7 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/nedit/faq/sect_reporting.shtml -- 3.7 Кб -- 02.10.2012
Похожие документы

19. Issues Regarding DNS and Apache
This page could be summarized with the statement: don't require Apache to use DNS for any parsing of the configuration files . ... In order for Apache to function properly it absolutely needs to have two pieces of information about each virtual host: the ServerName and at least one IP address that the server responds to. ... use IP addresses in Listen . ... In any event it doesn't seem possible to reliably boot a virtual-hosted web server when DNS has failed unless IP addresses are used. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/dns-caveats.html -- 9.8 Кб -- 01.08.2003
Похожие документы

20. Example Programs
. XMM-Newton Science Analysis System . dal (dal-1.181.1) [xmmsas_20041122_1834-6.1.0] . Meta Index / Home Page This document contains a large number of example programs which also are available separately. They can be found in directory dal/doc/reference/examples. The programs are built with the command: make test. XMM-Newton SOC/SSC -- 2004-11-22
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.1.0/doc/dal/node8.html -- 3.3 Кб -- 22.11.2004
Похожие документы
Еще в разделе: (Показать все результаты (>6845) - xmm.vilspa.esa.es/ )

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


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

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

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