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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/gipsy/sub/ScheduleKeyevent.dc2.

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. See include/linux/autoconf.h
The HyperNews Linux KHG Discussion Pages . ... Re : Kernel Makefile Configuration: how? ... Keywords: Makefile, configuration . ... From: Balaji Srinivasan < BalajiSrinivasan > . When you run make config (or its siblings) it creates a file in include/linux directory. This file (autoconf.h) is included in include/linux/config.h in all the required C files.. For the makefile the place that these config options are specified is in the .config file in the TOPLEVEL directory. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/115/1.html -- 2.5 Кб -- 23.03.2000
Похожие документы
Еще в разделе: (Показать все результаты (>10218) - www.arcetri.astro.it/ )

3. Mirror Controller Actor
... The mirrorCtrl mirror controller actor controls one telescope mirror. It accepts desired orientation and commands mirror motion accordingly. ... It is presently designed to command a Galil mirror controller , but one may add support for other low-level motion controllers. mirrorCtrl is written pure Python. ... Home the desired actuators, where actuator list is a comma-separated list of actuator letters A through F (but some mirrors have fewer than 6 actuators). 2.5m M1 valid actuators: A-F . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/mirrorCtrl/ -- 8.8 Кб -- 02.03.2015
Похожие документы

4. Simulation of HST PSFs using Tiny Tim
... Tiny Tim has been used for generating Hubble Space Telescope ( HST ) point-spread functions (PSFs) for deconvolution, algorithm testing, proposal planning, and optical studies. ... Tiny Tim is a stand-alone program for simulating HST PSFs as viewed with the on-board imaging cameras (WF/PC-1, WFPC2, FOC, COSTAR/FOC). ... The measured aberrations for FOC f/96, WF/PC-1 PC6, WFPC2, and COSTAR/FOC are used by Tiny Tim . ... Figure: FOC f/96 observed and Tiny Tim model PSFs (pre-COSTAR) at 253 nm. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/kristj.html -- 10.1 Кб -- 03.11.2000
Похожие документы

5. Stellarium: SphereParams Struct Reference
... SphereParams Struct Reference . ... SphereParams (const float radius) . ... Definition at line 50 of file StelGeometryBuilder.hpp . ... Definition at line 103 of file StelGeometryBuilder.hpp . ... Definition at line 120 of file StelGeometryBuilder.hpp . ... Definition at line 112 of file StelGeometryBuilder.hpp . ... Definition at line 118 of file StelGeometryBuilder.hpp . ... Definition at line 110 of file StelGeometryBuilder.hpp . ... Definition at line 114 of file StelGeometryBuilder.hpp . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/structSphereParams.html -- 23.3 Кб -- 28.02.2014
Похожие документы

6. Uses of Class ij.process.ImageStatistics (ImageJ API)
... Class . Use . ... Packages that use ImageStatistics . ... Returns an ImageStatistics object generated using the specified measurement options and histogram bin count. ... Returns an ImageStatistics object generated using the specified measurement options, histogram bin count and histogram range. ... Draws the histogram using the specified title and ImageStatistics. ... ParticleAnalyzer. drawParticle ( ImageProcessor drawIP, Roi roi, ImageStatistics stats, ImageProcessor mask) . ... class . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/process/class-use/ImageStatistics.html -- 22.7 Кб -- 02.12.2010
Похожие документы

7. Spatial Region Coordinates
... In the above example, the second region uses the global coordinate system (PHYSICAL by default). ... Supported systems include: name description ---- ----------- PHYSICAL pixel coords of original file using LTM/LTV IMAGE pixel coords of current file FK4, B1950 sky coordinate systems FK5, J2000 sky coordinate systems GALACTIC sky coordinate systems ECLIPTIC sky coordinate systems ICRS currently same as J2000 LINEAR linear wcs as defined in file In addition, two mosaic coordinate ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/regcoords.html -- 8.7 Кб -- 01.10.2012
Похожие документы

8. Stealth 64 Video
Diamond's Stealth 64 Video VRAM is the perfect choice for graphics and video performance. ... The Diamond Stealth 64 Video continues our award-winning tradition, delivering the best price / performance multimedia accelerators available. ... 64-bit graphics performance . ... Designed around a solid 64-bit graphics engine, the Stealth 64 Video VRAM provides unparalleled performance in any environment. ... The Stealth 64 Video VRAM includes hardware to accelerate video playback on the Windows desktop. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/misc/doc/stealth64videovram.html -- 6.0 Кб -- 11.08.1995
Похожие документы

9. Low level I/O
... include stdio.h and may also need some of # include stdarg.h , # include sys/types.h , # include sys/stat.h , # include fcntl.h . int close ( int handle ) - Close a file opened for unbuffered I/O. int creat( char *filename, int pmode ) - Create a new file with specified permission setting. int eof ( int handle ) - Check for end of file . long lseek( ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_21_6_2.html -- 2.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_21_6_2.html -- 2.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_21_6_2.html -- 2.6 Кб -- 02.10.2012
Похожие документы

10. http://hea.iki.rssi.ru/conf/hea2007/list/index.php~
... selected="selected"' : ''; $menu .= '<option value="' . ... SERVER['REQUEST_URI'],$trans)); return $urls[0]; } /* get the internal configuration */ global $ cfg ; /* check if we been asked to render a feed */ $ feed = get_get(' feed ',NULL); /* check if we been asked to render a PDF */ $pdf = get_get('pdf',NULL); $ templates = array(); $output = ''; $ file = get_post('db',NULL); if (!$ file ) $ file = get_get('db',Property::get($ cfg ['config'],'default')); /* if the request does not ask for a...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/list/index.php~ -- 9.7 Кб -- 11.09.2007
Похожие документы

11. Lunar Time Lapse Panorama including Yutu Rover
... Credit Copyright: CNSA , Chinanews , Kenneth Kremer Marco Di Lorenzo Explanation: Where has the Yutu rover been on the Moon? Arriving in 2013 mid-December, the Chinese Yutu robotic rover has spent some of the past month and a half exploring Mare Imbrium on Earth's Moon . ... Pictured above is a digitally created time-lapse composite panorama showing the region surrounding the Chang'e 3 lander , capturing the desk-sized rover in three positions. ... Comet Meets Moon and Morning Star . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1299676 -- 15.2 Кб -- 03.02.2014
Похожие документы

12. Including text in a shell script
Text can be included in the shell script by using a here document, a special form of input redirection. The << symbol is used to indicate that text should be read up to a given mark. For example: #!/bin/sh # this script outputs the given text before it runs cat << EOF This shellscript is currently under development, please report any problems to Danny (danny@cornflake.ed) EOF exec /usr/local/test/bin/test_version . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.2.html -- 2.2 Кб -- 17.01.1997
Похожие документы

13. ASP: ASP Conference Series to Include Free Electronic Access
home news . SEARCH ASP SITE: Match ALL words Match ANY word . ... Beginning in 2005, all conference proceedings published by the ASP Conference Series during 2004, and all future volumes, will include full text electronic access. ... Visit the e-Books site for select free preview volumes . ... Organizers of upcoming conferences who wish more information about publishing their proceedings through the ASP Conference Series should contact Interim Managing Editor J. Ward Moody at jmoody@byu.edu . ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/news/ebooks.html -- 11.2 Кб -- 03.01.2012
Похожие документы

14. Apache module mod_usertrack
This module uses cookies to provide for a clickstream log of user activity on a site. ... In Apache 1.2 and later this module has been renamed the "user tracking" module, mod_usertrack. ... Instead, a configurable log format file should be used to log user click-streams. ... When used, this directive determines whether the cookie used for user tracking is created using the default ("normal") format (eg: decimal values for items like the PID) or using a more compact format (eg: hexidecimal values). ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_usertrack.html -- 13.3 Кб -- 01.08.2003
Похожие документы

15. Symbolic circuit processor
... All circuit parameters have been presented in a symbolic form. ... To use the program you will need a CIR file (PSpise, DesignLab file) of your circuit. CIR file examples have been enclosured: bpasside.cir, test1.cir, test2.cir, test3.cir, test4.cir, laksamp.cir, bridge.cir, uA741acf.cir, quartz.cir. ... Ideal operational amplifier (nullor) * Nname n1 n2 n3 n4 * * In the ideal op amp data, (n1,n2) represent output nodes, * (n3,n4) represent input nodes (noninverting, inverting). ...
[ Сохраненная копия ]  Ссылки http://astrometric.sai.msu.ru/~symbol/cirsym.html -- 4.4 Кб -- 06.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>11) - astrometric.sai.msu.ru/ )

16. Research Areas and Facilities
Next: Public Understanding of Science Up: Astronomy in Armagh Previous: Mission Statement Contents . The principal research interests of Observatory staff now include . ... The astronomical research facilities at Armagh Observatory, including those for computing and data reduction, are mostly excellent, and include a local Starlink node funded in part by the Particle Physics and Astronomy Research Council (PPARC) and partly by the DENI/DCAL, and (from March 2000) an Origin2000 supercomputer. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/annrep/annrep99/node6.html -- 6.5 Кб -- 05.05.2000
Похожие документы

17. Manpage of FITSHDR
fitshdr - FITS-file headers manipulation tool fitshdr [options] [FITSfile_name] . ... fitshdr [options] --edit FITSfile_name . ... If You want to modify headers of FITSFILE using new FITS-header lines from HEADER file (or from stdin), You have to use this option (You can skip this option, if -H or --header option is used). ... Empty header lines are not displayed (in 'dump' mode only). --line-offsets . ... In 'dump' mode: file offset will be displayed for each header line. --no-line-offsets . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr.1.html -- 12.8 Кб -- 21.12.2010
Похожие документы

18. ATM Discussion Forum - Hosted by The Astronomy Net
... ATM Discussion Forum . Forums: . ... How to clean the rust on the quartz glass lens - flyingmelon - September 18, 2010 - 08:55 UTC . ... Depends - rick_crockett - May 26, 2008 - 03:52 UTC . ... Canon DSLR CONTROLLER USB SERIAL PORT - costas - October 31, 2007 - 16:02 UTC . ... Star Lap - berry - December 30, 2006 - 21:46 UTC . ... www.astronomy.net . ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/atm -- 23.7 Кб -- 09.04.2016
Похожие документы

19. Amateur Telescope Makers of Boston
... GIANT Magellan Telescope . Dr. Dan Fabricant . ... The Giant Magellan Telescope (GMT) is a 25 meter diameter optical-infrared telescope that will be sited in Chile. ... Dr. Fabricant, a leader in the design of new instruments for optical astrophysics, led the development of the optical and instrument design for the Multiple Mirror Telescope (MMT) in Arizona. ... Copyright (c) Amateur Telescope Makers of Boston, Inc. ...
[ Сохраненная копия ]  Ссылки http://www.atmob.org/events/clubmeetings.php?id=79 -- 10.1 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>230) - www.atmob.org/ )

20. Vladimir P. Reshetnikov's Home Page
. My astronomical research interests center on galaxy structure and evolution. Current topics include: . Polar-ring and interacting galaxies (see also new catalogue ) . Galaxy warps: statistics, properties and origin . Spiral galaxies at z~1: radial and vertical structure of stellar disks, statistics of interactions . Surface photometry and kinematics, dynamical modeling . Observational cosmology . Joomla Counter since Sep 1997
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/staff/resh/resh.html -- 8.2 Кб -- 05.10.2013
Похожие документы

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


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

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

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