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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/spst/UnixTransition/doc/StringIO.html.

1. Python: module base64
... RFC 3548 : Base16, Base32, Base64 Data Encodings . ... Decode a Base16 encoded string. s is the string to decode. ... The decoded string is returned. ... Decode a Base64 encoded string. s is the string to decode. ... Decode a string encoded with the standard Base64 alphabet. s is the string to decode. ... Encode a string using the standard Base64 alphabet. s is the string to encode. ... Encode a string using a url-safe Base64 alphabet. s is the string to encode. The encoded string is returned. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/base64.html -- 11.4 Кб -- 05.11.2015
Похожие документы

2. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/event.htm
... The event object contains properties that describe a JavaScript event, and is passed as an argument to an event handler when the event occurs. Client-side object . ... See Chapter 3, "Event Handlers," for complete information about event handlers. For more information on handling events, see the Client-Side JavaScript Guide . ... Setting any property of this object requires the UniversalBrowserWrite privilege. ... For information on security, see the Client-Side JavaScript Guide . ... event . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/event.htm -- 27.0 Кб -- 07.10.1999
Похожие документы

3. WCSLIB: fitskey Struct Reference
WCSLIB љ 5.15 . ... DataљStructures . ... fitskey Struct Reference . ... fitshdr() returns an array of fitskey structs, each of which contains the result of parsing one FITS header keyrecord. ... Returned ) Keyvalue data type: . ... Returned ) Logical ( fitskey::type == 1) and 32-bit signed integer ( fitskey::type == 2) data types in the fitskey::keyvalue union. int64 fitskey::k . Returned ) 64-bit signed integer ( fitskey::type == 3) data type in the fitskey::keyvalue union. int fitskey::l . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/structfitskey.html -- 23.4 Кб -- 10.04.2016
Похожие документы

4. Not so well documented Device Helpers in OS/2
... DevHlp_Security This devhlp allows to open a file for read access in the Init routine of a BASEDEV . ... returned: size of file SYIOpenFile ends Valid at INIT time only. ... This routine uses the corresponding function of the miniFSD , not normal file I/O, thus access is restricted. ... Although the size argument of the data structure implies, I'd recommend to better not read more than 32K at a time. ... DL = 044h This function will return the table of security helper functions for file access. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/os2devhlps.html -- 9.6 Кб -- 23.10.2000
Похожие документы

5. Simon Jeffery's Software Store: TAP chemical functions
SUBROUTINE TAP_ESYMB ( IZ, SYMBOL, STATUS ) . Return the element symbol. SUBROUTINE TAP_ENAME ( IZ, NAME, STATUS ) . ... FUNCTION TAP_EMASS ( IZ ) . Return the mean atomic weight of an element. FUNCTION TAP_ZELEM ( NAME ) . ... FUNCTION TAP_AELEM ( NAME ) . ... The mean atomic weight of the element associated with the given name is ! ... The element name associated with the given atomic number is ! ... The atomic number ot element associated with the given name is ! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_chemical.html -- 6.2 Кб -- 04.07.2002
Похожие документы

6. OptInt PmWiki : PmWiki / Markup Expressions
OptInt PmWiki : Pm Wiki / Markup Expressions . ... The {(...)} "expression markup" allows for a variety of string and formatting operations to be performed from within markup. Operations defined by this recipe include substr , ftime , strlen , rand , toupper / tolower , ucfirst , ucwords , pagename and asspaced . ... Note that the initial position argument is zero-based (i.e., the first character is referenced via a "0"). the number of characters to extract . ... ftime "fmt" "when")} . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/MarkupExpressions?action=print -- 19.9 Кб -- 10.04.2016
Похожие документы

7. PolygonRoi (ImageJ API)
... java.lang.Object ij.gui.Roi ij.gui.PolygonRoi . ... public class PolygonRoi . ... protected int . ... protected void . ... Type must be Roi.POLYGON, Roi.FREEROI, Roi.TRACED_ROI, Roi.POLYLINE, Roi.FREELINE or Roi.ANGLE. public PolygonRoi (java.awt.Polygon p, int type) . ... Type must be Roi.POLYGON, Roi.FREEROI, Roi.TRACED_ROI, Roi.POLYLINE, Roi.FREELINE or Roi.ANGLE. public PolygonRoi (int[] xPoints, int[] yPoints, int nPoints, ImagePlus imp, int type) . ... protected void grow (int sx, int sy) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/PolygonRoi.html -- 43.1 Кб -- 02.12.2010
Похожие документы

8. Query Operations
... to_tsquery( [ configuration , ] querytext text) RETURNS TSQUERY . ... Query rewriting is a set of functions and operators for tsquery type. ... We'll expand query supernovae using table-driven rewriting rules. =# create table aliases (t tsquery primary key, s tsquery); =# insert into aliases values(to_tsquery('supernovae'), to_tsquery('supernovae|sn')); =# select rewrite(to_tsquery('supernovae'), 'select * from aliases') && to_tsquery('crab'); ?column? --------------------------------- ( 'supernova'...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-query.html -- 13.1 Кб -- 13.04.2008
Похожие документы

9. Links and anchors examples
... You can learn how to use style sheets and how to position HTML content by reading the Guide to Dynamic HTML in Netscape Communicator . ... To return to the top of this page, jump to anchor 1 in this document . ... Jump to the second section A Cold Autumn Day in the mystery "A man from Nowhere". ... If you click on this link, you'll see a confirmation dialog box. ... If you move the mouse over and then away from The Man From Nowhere , a dialog box appears telling you what the link will do. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/REF/links.htm -- 5.2 Кб -- 15.04.1998
Похожие документы

10. Stellarium: Quasar Class Reference
Stellarium 0.12.3 . ... Classes . ... Quasar Class Reference . ... Quasar (const QVariantMap &map) . ... Get a QVariantMap which describes the Quasar . ... getSelectPriority (const StelCore *core) const . ... getInfoString (const StelCore *core, const InfoStringGroup &flags) const . ... getVMagnitude (const StelCore *core, bool withExtinction=false) const . ... getAngularSize (const StelCore *core) const . ... getPositionInfoString (const StelCore *core, const InfoStringGroup &flags) const . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classQuasar.html -- 41.0 Кб -- 28.02.2014
Похожие документы

11. Coordinate Systems
... The IRAF environment provides three coordinates systems: . physical: image pixel coordinates used in the reference (original) image. logical: image pixel coordinates, relative to the current section and size of the image. ... 22:13:53.7 44:28:53.9 - the usual representation of RA, Dec . ... Logical, physical and world coordinate systems are all supported in the PROS software, and regions can be specified with any combination of them. ... c 22:13:53.7 44:28:53.9 8 . ... physical: 6930 9390 240 . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node20.html -- 9.1 Кб -- 01.10.2012
Похожие документы

12. Phil Plait's Bad Astronomy: Review: Superman Returns
Blog . ... Bad Astronomy . ... Bitesize Astronomy . Book Store . Bad Astro Store . ... Site Info . ... I just came back from "Superman Returns", the long-awaited sequel, kinda, of the Superman movie series of the 1980s. The movie was OK; I would say it was fun and all but hardly the equal of the original with Christopher Reeve. ... So let's find the nearest phone booth so we can go up, up, and review! ... My review of "Superman Returns" . ... Check out my book "Bad Astronomy" . ...
[ Сохраненная копия ]  Ссылки http://www.badastronomy.com/bad/movies/superman_returns.html -- 18.1 Кб -- 09.04.2016
Похожие документы

13. Flight to Mars: the Return Trip
... Just one: a very stringent requirement on the relative positions of Earth and Mars at the time of launch. ... Suppose the spacecraft which has landed on Mars is a robot , which collects a sample and immediately takes off again for its return trip. ... Since Earth and Mars constantly change their relative position, it stands to reason that if we sufficiently delay the return trip, Earth will move from position (2) relative to Mars to position (3), at which time the return trip can begin. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/mirrors/stern/stargaze/Smars3.htm -- 13.0 Кб -- 01.06.2006
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/stargaze/Smars3.htm -- 13.0 Кб -- 22.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>1110) - www.cosmos.ru/ )

14. lsst.tcc: python/tcc/base/wrapperTestCase.py Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... python . tcc . base . wrapperTestCase.py . ... 7 љ from tcc.base import AxisStateValDict, RotTypeNameDict . ... 13 љ def setUp (self): . ... 55 љ def checkCmdFail (self, cmdVar, shouldFail=False): . ... 64 љ def checkTrackResult (self, cmdVar, axisCmdState, . ... tcc.base.wrapperTestCase.WrapperTestCase.checkTrackResult . ... Definition: wrapperTestCase.py:70 . ... Definition: wrapperTestCase.py:113 . ... Definition: wrapperTestCase.py:100 . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/wrapper_test_case_8py_source.html -- 40.2 Кб -- 14.09.2015
Похожие документы

15. Model manipulation
... readmodel , file _char Read a model file. calcmodel Compute the model data for data sets with non-zero weight. modelchisq () Function. Return reduced of currently loaded data wrt model. binarypos ([ epoch _real [, component _char ]][, lambda = lambda ][, com = com ][, abs = abs ]) Function. ... Use today if no epoch is specified, and use the top hierarchical component if no component is specified. ... Examples: PRINT,MODELK(' A'), PRINT,MODELK(' AB'). modelpx ( component _char ) Function. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node93.html -- 5.5 Кб -- 28.04.2015
Похожие документы

16. [sas-uploads] SPAM:***************** Mail System Error - Returned Mail
The Post Office MAILER-DAEMON@xmm.vilspa.esa.es . ... Previous message: [sas-uploads] SPAM:*********** Message could not be delivered . ... Boundary_(ID_ObMVZybUwHs3mmY7fyg5Dw) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT ------------------------------------------------------------------------ Subject: the ESA antivirus detected a virus in a e-mail sent to you. The ESA Mail Gateway detected a virus in a e-mail sent to you. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/pipermail/sas-uploads/2007-January/009383.html -- 5.6 Кб -- 27.01.2007
Похожие документы

17. Entering carriage returns
For vi , a line is the string of characters between two <RETURN> characters. Although vi will automatically wrap the text onto a new line when it reaches the right-hand side of the screen, it does not insert a <RETURN> character. ... Adding a <RETURN> at the end of every line ensures that the appearance of the text on your screen corresponds to vi 's understanding of how text is structured. Setting the wrapmargin option automatically inserts a <RETURN> character whenever vi wraps text. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/didyou/vi.1.html -- 2.5 Кб -- 17.01.1997
Похожие документы

18. Stargazing the Night Sky Course Returns in April | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Armagh Planetarium . ... Space Flight . ... Monthly Sky Notes . ... April . ... By admin March 16, 2015 Posted in: Armagh Planetarium . ... Stargazing the Night Sky is a short and very informal course is for complete beginners who want to know more about the wonders of the cosmos. ... If you want to experience the amazing objects we can all see at night, this is the course for you. ... Copyright Armagh Planetarium 2014 All Rights Reserved. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/stargazing-the-night-sky-course-returns-in-april.html -- 42.9 Кб -- 09.04.2016
Похожие документы

19. Compton Returns
... 7.03.2001 . ... Credit: AMOS, AEOS ; Courtesy Compton GRO Science Support Center Explanation: On 2000 June 4, the 17-ton Compton Gamma-Ray Observatory returned to Earth after 9 years in orbit -- ending its remarkable voyage of discovery. ... March 2001 . ... 1999 2000 . ... NASA Web Site Statements, Warnings, and Disclaimers . ... Publications with keywords: orbit - satellite - compton - gro . Publications with words: orbit - satellite - compton - gro . ... Compton Observatory In Orbit . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2001-03-07 -- 14.3 Кб -- 12.03.2001
Похожие документы

20. IRAF Multiple Extensions FITS (MEF) Files Interface
... The Multiple Extension FITS (MEF) file interface is an IRAF library providing facilities for general file operations upon FITS multi-extension files. ... The Multiple Extensions FITS (MEF) interface consists of a number of routines to mainly read a FITS Primary Data Unit or an Extension Unit and manipulate the data at a file level. ... Read the FITS header of a MEF file that matches the EXTNAME or EXTVER keyword values or if not specified, read the extension number `group'. ... The header filename. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/zaraten.html -- 12.2 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/zaraten.html -- 12.2 Кб -- 15.05.1998
Похожие документы

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


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

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

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