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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~phil/hardware/generator/networkdoc/Sales%20Sheets/ModLonI_S-1459.pdf.

1. http://www.naic.edu/~phil/hardware/generator/networkdoc/Sales%20Sheets/CCM_S-1422.pdf
... Ц 2003 Cummins Power Generation Specifications May Change Without Notice S-1422a (3/03) Specifications Network ® Echelon L ONW ORKS ® ,Twisted-Pair 78KBPS, FT-10 Power Voltage Current Temperature Operating Storage Humidity Relative 5 - 36 VDC, 120 VAC 1.25 A (max) -25 to +70 °C (-13 to +158 °F) -25 to +85 °C (-13 to +185 °F) 25 - 95% (non-condensing) Protocol Echelon LonW orks, GOAL Inputs 3-Phase Voltage 3-Phase Current 32 Discrete 10 Analog 0 - 600 ...
[ Текст ]  Ссылки http://www.naic.edu/~phil/hardware/generator/networkdoc/Sales%20Sheets/CCM_S-1422.pdf -- 243.6 Кб -- 05.02.2013
Похожие документы

2. Using mod_rewrite to control access - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... It describes how you can use mod_rewrite to control access to various resources, and other related techniques. ... This technique relies on the value of the HTTP_REFERER variable, which is optional. ... RewriteCond %{HTTP_REFERER} !^ RewriteCond %{HTTP_REFERER} !www.example.com [NC] RewriteRule \.(gif|jpg|png)$ - [F,NC] . ... RewriteCond ${deflector:%{HTTP_REFERER}} =- RewriteRule ^ %{HTTP_REFERER} [R,L] RewriteCond %{HTTP_REFERER} != ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/en/rewrite/access.html -- 14.9 Кб -- 19.11.2015
Похожие документы

3. Cray
Fortran 90 properties already in CF77 . ... Only the old form (fix form) of the source code is available. ... LOGICAL Default KIND number = 8 INTEGER Default int7 int15 KIND number = 6 1 2 digits = 46 7 15 radix = 2 2 2 range = 13 2 4 huge = 70368744177663 127 32767 bit_size = 46 8 16 INTEGER int31 int46 int64 KIND number = 4 6 8 digits = 31 46 63 radix = 2 2 2 range = 9 13 18 huge = 2147483647 70368744177663 9223372036854775807 bit_size = 32 46 46 REAL half Default,single double KIND ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/cray.html -- 11.0 Кб -- 24.10.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/cray.html -- 11.0 Кб -- 24.10.1996
Похожие документы

4. OptInt PmWiki : PmWiki / Wiki Style Examples
OptInt PmWiki : Pm Wiki / Wiki Style Examples . Wiki styles | ... PmWiki uses WikiStyles for styling text with color and other attributes. PmWiki 2.0 introduced the ability to control the styling further and to even place styles on blocks. ... In addition, an author can define a style "shortcut" by using the define= property. For example, to define a style of %red% , one can use: . define=mystyle color=red% Here is some %mystyle% red text created using a style shortcut. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/WikiStyleExamples?action=print -- 19.5 Кб -- 01.03.2014
Похожие документы

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

6. THE SCHED INPUT FILES (Includes parameter lists)
Next: The Schedule File Up: THE SCHED USER MANUAL Version Previous: Satellite Tracking Contents . This chapter covers the main input files that SCHED reads. ... See the SCHED Input and Output Files section of this manual for brief descriptions of the files and pointers to the standard versions. ... Summary List of SCHED Parameters . ... List of Frequency File Parameters . Setup Files . Standard Setup Files . ... Summary List of Setup File Parameters . Details of Setup File Parameters . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/Tasso.Tzioumis/sched/SCHED_INPUT_FILES_Includes_.html -- 5.4 Кб -- 10.04.2016
Похожие документы

7. Include detmon as a generic pipeline
... esorex.caller.recipe-dir=/home/quality/pipelines/vcam-1.0.7:/home/quality/pipelines/detmon . ... See extraction of config.processAB : # ====================================================================== # 2. esorex configuration file names for generic pipelines # List here the name(s) of esorex configuration file (s) of general pipeline (s) (e.g. detmon ) # RAW_TYPE: usually just one, but could be more # DET_ID: required only if you need to specify config files per detector (avoid ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/docu/detmon/index.html -- 15.2 Кб -- 07.11.2011
Похожие документы

8. The C Preprocessor
... Preprocessor Compiler Control . ... This directive includes a file into code. ... include <file> or #include ``file'' . ... As another example if running program on MSDOS machine we want to include file msdos.h otherwise a default.h file. ... This is most often used with programs that translate other languages to C. For example, error messages produced by the C compiler can reference the file name and line numbers of the original source files instead of the intermediate C (translated) source files. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
Похожие документы

9. Payload Specialist Bio: Robert Cenker 5/99
... ROBERT J. CENKER . ... This has included launch vehicle evaluation and systems engineering support for Motorola on Iridium; avionics architecture, generation of performance specification, and generation of performance map for small expendable launch vehicle; and constellation configuration and launch vehicle performance definition for proprietary smallsat communications system. Last two years with RCA were spent as Manager of Payload Accommodations on EOS Platform. ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/PS/cenker.html -- 5.9 Кб -- 20.08.2013
Похожие документы

10. lsst.tcc: include/tcc/basics.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... include . tcc . basics.h . ... 3 љ Basic definitions. ... 6 љ The units used are degrees and seconds, . ... 33 љ RotType_Begin = 0, // invalid value used for range checking . ... 38 љ RotType_Mount = 4, // angle of rotator w.r.t. its mount, in controller units, with no wrap . 39 љ RotType_End = 4 // invalid value used for range checking . ... 48 љ WrapType_Begin = -1, // invalid value used for range checking . ... Definition: basics.h:99 . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/basics_8h_source.html -- 43.8 Кб -- 14.09.2015
Похожие документы

11. http://www.astro.louisville.edu/software/sbig/archive/xmccd-2.0/README
XmCCD ----- This distribution includes source code to utilize the Santa Barbara Instrument Group (SBIG) shared library libsbigudrv.so with a Motif-based graphical user interface program to control SBIG astronomical CCD cameras. ... The latest SBIG library is available from http://www.sbig.com However, the version included here is known to work with this program. ... The sources for these programs are available from the XmCCD home at http://www.astro.louisville.edu/moore/software. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-2.0/README -- 3.1 Кб -- 22.07.2006
Похожие документы

12. Server-Wide Configuration
This document explains some of the directives provided by the core server which are used to configure the basic operations of the server. ... Process Creation . Network Configuration . ... User . ... A single control process is responsible for launching child processes which listen for connections and serve them when they arrive. ... The User and Group directives are used to set the privileges of the Apache child processes. ... The child process creates multiple threads to serve requests. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/server-wide.html -- 12.1 Кб -- 15.10.2001
Похожие документы

13. 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
Похожие документы
Еще в разделе: (Показать все результаты (>54) - vega.inp.nsk.su/ )

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

15. Stellarium: TelescopeTCP Class Reference
... Classes . ... TelescopeTCP Class Reference . This TelescopeClient class can controll a telescope by communicating to a server process ("telescope server") via the "Stellarium telescope control protocol" over TCP/IP. ... TelescopeTCP (const QString &name, const QString &params, Equinox eq=EquinoxJ2000) . ... getInfoString (const StelCore *core, const InfoStringGroup &flags) const . ... getEquinoxEquatorialPos (const StelCore *core) const . ... getJ2000GalacticPos (const StelCore *core) const . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classTelescopeTCP.html -- 31.3 Кб -- 28.02.2014
Похожие документы

16. Future Plans
Next: Research Up: Heritage Previous: Buildings Contents . The policy of the Armagh Observatory is to preserve and progressively restore the historic instruments, buildings and telescopes for future generations, and where possible make them available for display to visitors and the general public. In future years, subject to available funding, the Observatory plans to: . construct a new archive and historic instrument repository including an extension of the Library and Library Annex; . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/annrep/annrep2000/node15.html -- 3.5 Кб -- 16.07.2001
Похожие документы

17. Software Maintenance Manual
... Created: 23 February 2001 . ... SOFTWARE MAINTENANCE MANUAL . ... 9 January 2001 . ... Note: in the final document, the table of contents will be to third level] . The Software Maintenance Manual describes the procedures for installation and maintenance of the software for the Gemini Near-infrared Integral Field Spectrograph (NIFS). ... Section 19.4.3 of the document “Programmatic Requirements for Gemini Instrumentation Development” states the requirements for the Software Maintenance Manual . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/nifs/manuals/man0003.htm -- 139.3 Кб -- 06.09.2001
Похожие документы
Еще в разделе: (Показать все результаты (>632) - www.mso.anu.edu.au/ )

18. INTERNATIONAL SPACE STATION
... Ham packet radio system including: . ... control computer RSC 2. dedicated software monitoring generation of probing pulses in onboard transceiver in radio beacon mode; . ground receiving network of ham radio packet communication to record probing pulses of onboard radio beacon; . ... Generation of onboard radio beacon probing pulses as time marks to ground receiving network (including ham radio receivers of USW) and transmission of the measurement results throughout Internet network. ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/iss/researches/geophis-12.html -- 9.7 Кб -- 02.10.2012
Похожие документы

19. Home Page for SAOimage: The Next Generation
... user-defined data file formats . ... better integration with a user's analysis routines To add such functionality to SAOimage, we developed the XPA Messaging System that allows X programs to define points of public access through which data and commands can be exchanged with external programs. ... We have utilized XPA to develop "SAOimage: The Next Generation" (SAOtng), an extensible image display service that can cooperate with other processes and programs. ... SAOtng help pages . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/ -- 7.1 Кб -- 01.10.2012
Похожие документы

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

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


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

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

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