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

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

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

1. Python: module string
string . ... usr/local/Python-2.5/lib/python2.5/string.py . Module Docs . ... whitespace -- a string containing all characters considered whitespace . ... Modules . ... Return the floating point number represented by the string s. atoi (s, base =10 ) . ... capitalized. capwords (s, sep =None ) . ... Return a copy of the string s converted to lowercase. lstrip (s, chars =None ) . ... If chars is given and not None, remove characters in chars instead. split (s, sep =None , maxsplit =-1 ) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/string.html -- 23.8 Кб -- 05.11.2015
Похожие документы
Еще в разделе: (Показать все результаты (>11332) - www.stsci.edu/ )

2. mod_charset_lite - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Specify character set translation or recoding . ... 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. ... Specifying the same charset for both CharsetSourceEnc and CharsetDefault disables...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_charset_lite.html -- 15.6 Кб -- 19.11.2015
Похожие документы
Еще в разделе: (Показать все результаты (>7756) - www.arcetri.astro.it/ )

3. http://www.atnf.csiro.au/computing/software/gipsy/sub/printusing.dc2
Function: PRINTUSING Purpose: Print numbers using a format image File: printusing.c Author: M. Vogelaar Use: INTEGER PRINTUSING( FORMAT , input CHARACTER ARRAY NUMBER , input DOUBLE PRECISION RESULT ) output CHARACTER ARRAY PRINTUSING Field width in format FORMAT String containing format image NUMBER Number to be formatted RESULT String containing formatted number Description: PRINTUSING is used to print double precision numbers in an user specified format. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/printusing.dc2 -- 6.8 Кб -- 28.09.1992
Похожие документы

4. mod_charset_lite - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Specify character set translation or recoding . ... charset_lite_module . ... 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. ... The ImplicitAdd keyword specifies that mod_charset_lite should implicitly insert its filter when the configuration specifies that the character set of content should be translated. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/en/mod/mod_charset_lite.html -- 13.7 Кб -- 10.12.2010
Похожие документы

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

6. Event File Specifications
SAOtng supports display of photon event data contained in raw files, similar to its support for FITS Binary Table extensions (e.g., X-ray event lists). ... Because event files do not usually contain enough information to generate an image, we have adopted some conventions for specifying how to interpret the data in these files and for how to bin rows of events into images. To image an event file, it is first of all necessary to define the structure of the events in the event file. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/event_spec.html -- 7.1 Кб -- 01.10.2012
Похожие документы

7. Tools (ImageJ API)
... public class Tools . ... Tools () . ... static java.lang.String . ... Converts a Color to an 7 byte hex string starting with '#'. public static java.lang.String f2hex (float f) . Converts a float to an 9 byte hex string starting with '#'. public static double[] getMinMax (double[] a) . ... Converts the float array 'a' to a double array. public static float[] toFloat (double[] a) . Converts the double array 'a' to a float array. public static java.lang.String fixNewLines (java.lang.String s) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/util/Tools.html -- 19.2 Кб -- 02.12.2010
Похожие документы

8. 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
Похожие документы
Еще в разделе: (Показать все результаты (>424) - www.cplire.ru/ )

9. Text
... Value: . length> | ... block-level elements . ... Example(s): . ... The color(s) required for the text decoration should be derived from the 'color' property value. ... Since no shadow color is specified for the third shadow effect, the value of the element's 'color' property will be used: H2 { text-shadow: 3px 3px red, yellow -3px 3px 2px, 3px -3px } . ... Here, the 'background' and 'color' properties have the same value and the 'text-shadow' property is used to create a "solar eclipse" effect: . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/text.html -- 29.2 Кб -- 12.05.1998
Похожие документы

10. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы
Еще в разделе: (Показать все результаты (>29609) - www.eso.org/ )

11. Perl functions provided with deceit
... deceit is distributed with the following Perl functions that can be used to fill the dataset with data from text files. rows . ... fillColumn . The function signature is as follows: the first argument must be the variable col , the second the name of a text file from which the data is to be extracted, the third argument an integer denoting from which column in the text file data should be extracted. ... Vector columns in the text file are delimited by the separator character. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.5.0/doc/deceit/node17.html -- 8.0 Кб -- 16.08.2005
Похожие документы
Еще в разделе: (Показать все результаты (>14439) - xmm.vilspa.esa.es/ )

12. CIMA Source Catalogs
Although You can type in source coordinates as You go, it is usually much easier and safer to use a source catalog. ... Note that coordinate type, velocity, velocity frame and velocity type are required parameters for all sources in a catalog. If they are the same for all objects, You can set them up in the beginning of Your source catalog with a DEFAULT line ( only for CIMA version 2.3 or later ). ... You can add a ' # ' followed by an optional comment after the last parameter. ... velocity . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~cima/cima_catalogs.html -- 12.8 Кб -- 01.03.2012
Похожие документы

13. URL
... Several HTML elements, most notably the A element , may contain an attribute which takes a URL as value. URLs, Uniform Resource Locators, are addresses of Web documents. More generally, URLs can be used on the Web to refer to "objects" on the Web or in other information systems. ... http . a Web document (to be accessed using Hypertext Transfer Protocol, HTTP ) . ... file . ... In particular, the specifications say that within a URL only a limited set of characters can be used as such : . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
Похожие документы

14. Understanding HTML and MIME
I have dropped the differentiation of HTML into a sequence of conformance levels. ... This (and upward compatible specifications) define the Internet Media Type (RFC 1590) and MIME Content Type (RFC 1521) called "text/html". The type "text/html" accepts the following parameters: . ... Character sets . The charset parameter (as defined in section 7.1.1 of RFC 1521) may be used with the text/html content type to specify the encoding used to represent the HTML document as a sequence of bytes. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/HTMLandMIME.html -- 3.3 Кб -- 19.12.1996
Похожие документы

15. http://xray.sai.msu.ru/~ivan/gmt/man/grdvolume.html
grdvolume - Calculating volume under a surface within a contour grdvolume grdfile [ -C cval or -C low / high / delta ] [ -L base ] [ -R west / east / south / north [ r ] ] [ -S [ k ] ] [ -T ] [ -V [ l ] ] [ -Z fact [/ delta ] ] grdvolume reads a 2-D binary grd file and calculates the volume contained between the surface and the plane specified by the given contour (or zero if not given). ... Alternatively, search using all contours from low to high in steps of delta . ... Default is no scaling]. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/grdvolume.html -- 4.7 Кб -- 19.03.1999
Похожие документы

16. A Field Does Not Contain Energy? - an Astronomy Net Blackholes2 Forum Message
Blackholes2 Forum Message . ... Post . ... A Field Does Not Contain Energy? ... Post Message | ... Here are two sites of many which use rest mass terminology. http://www.iop.org/EJ/abstract/0026-1394/41/5/S04/ . ... This site refers to the energy contained in a static gravitational field. http://www.ias.ac.in/currsci/mar25/articles27.htm . ... 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/blackholes2/messages/4953.shtml -- 14.6 Кб -- 09.04.2016
Похожие документы

17. TUI:Scripts:Built In Scripts:NICFPS:FPCalibrate
The NICFPS:FPCalibrate script allows you to take Fabry-P rot calibration data. The script takes a sequence of images over a range of Fabry-P rot etalon positions, as specified in a file. The file format is as follows: . Zero or more lines of X Y Z etalon positions, in steps: . ... Here is a short sample file: # Data for the NICFPS:FPCalibrate script # x y z position (integer steps) 0 0 0 100 -25 33 . ... Input File : select a file containing lines of X Y Z etalon positions. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/BuiltInScripts/NICFPSFPCalibrate.html -- 2.5 Кб -- 05.09.2014
Похожие документы

18. (Untitled)
... Restrictions ) are used. If specified form of output is EMP then astrometric equatorial coordinates are printed in the form usual for Ephemerides of Minor Planets, with formal precision of 0.01 minute of time in R.A. and 0.1 minute of arc in declination. ... It should be noted that the near-opposition ephemerides are not calculated for bodies/ points with numbers from –12 to 0 (in case they are included into task for computation of such ephemerides only their names are displayed in the results). ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user6lir.htm -- 4.9 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>364) - www.ipa.nw.ru/ )

19. Elements of osculating planetary orbits. Explanation for Computer Ephemeris.
. Computer Ephemeris. Elements of osculating planetary orbits. Explanations. Each row contains at 0h of Time Dynamical Terrestrial of specified date in system of mean equator and ecliptic J2000.0 the ecliptic osculating elements of heliocentric orbit: inclination of orbital plane (degrees), longitude of ascending node (degrees), argument of perigelion (degrees), semimajor axis (astronomical units), mean motion (degrees per day), eccentricity (dimensionless), mean anomaly (degrees).
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/ephem/exp/Pl0.html -- 2.0 Кб -- 16.10.2004
Похожие документы

20. Database of Optical Constants -- Level: welcome
The database contains references to the papers, data files and links to the Internet resources related to measurements and calculations of the optical constants in the wavelength interval from X-rays to radio domain. ... References to some useful books and reviews on the subject (e.g. the classical handbooks edited by E.D.Palik) and links to Internet collections of optical constants and personal WWW pages with related software were also placed in the database. You have arrived at our welcome page. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/JPDOC/ -- 10.8 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>224) - www.astro.spbu.ru/ )

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


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

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

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