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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/~sontag/spicedocs/cspice/lparsm_c.html.

1. CSPICE Routines: LPARSE_C
... Abstract Parse a list of items delimited by a single character. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- list I List of items delimited by delim. delim I Single character used to delimit items. nmax I Maximum number of items to return. lenout I Length of strings in item array. n O Number of items in the list. items O Items in the list, left justified. ... Updated code to handle the case of an empty input string or nmax < 1. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/lparse_c.html -- 8.2 Кб -- 17.12.2005
Похожие документы

2. Getting Started in Actor Prolog. Underdetermined Sets.
Underdetermined sets is a new type of data structures (terms) developed in Actor Prolog . ... The point is that an underdetermined set can include some indefinite rest (a tail) like a list in usual Prolog . At the same time, the order of elements of an underdetermined set can be arbitrary one and it does not affect results of unification of underdetermined sets. Moreover, Actor Prolog guarantees that a rest of an underdetermined set never contains elements that are explicitly given in the set. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_sets.html -- 12.6 Кб -- 24.09.2007
Похожие документы

3. http://www.atnf.csiro.au/computing/software/gipsy/tsk/getval.dc1
Program: GETVAL Purpose: Get image values at given positions in a set Category: UTILITY File: getval.c Author: M.G.R. Vogelaar Keywords: INSET= Give set (,subset): Maximum number of subsets is 1. ... The image values are formatted according the string entered in FORMAT= APPEND= Ok to append? ... The flag characters and their meanings are: - The result of the conversion is left- justified within the field. ... If the result of a conversion is longer than the field width, an asterisk is returned. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/getval.dc1 -- 10.2 Кб -- 24.04.1998
Похожие документы

4. Long description of example illustrating rows separated by a border
. This diagram shows how the precedence rules may be used to achieve the effect of rows being separated by a border. There is no border above or below the table and there are no vertical borders at all. The table shows a table of three columns and three rows. Each cell contains an integer that labels it. The top row is separated from the second by a solid black border. The second row is separated from the third by a solid black border as well. Return to image.
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/tbl-rules-desc.html -- 1.9 Кб -- 02.05.1998
Похожие документы

5. Miscellaneous Widgets
... Labels are used a lot in GTK, and are relatively simple. ... here. #include gtk/gtk.h int main( int argc, char *argv[] ) { static GtkWidget *window = NULL; GtkWidget *hbox; GtkWidget * vbox ; GtkWidget * frame ; GtkWidget * label ; /* Initialise GTK */ gtk_init ( argc, argv); window = gtk_window_new (GTK_WINDOW_TOPLEVEL); g_signal_connect (G_OBJECT (window), destroy , G_CALLBACK (gtk_main_quit), NULL); gtk_window_set_title (GTK_WINDOW (window), Label ); vbox = gtk_ vbox _new ( ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/ch-miscwidgets.html -- 10.2 Кб -- 19.07.2002
Похожие документы

6. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/mimetype.htm
... These objects are predefined JavaScript objects that you access through the mimeTypes array of the navigator or Plugin object: navigator.mimeTypes[ index ] where index is either an integer representing a MIME type supported by the client or a string containing the type of a MimeType object (from the MimeType.type property). ... Property . ... The Plugin object for the plug-in that is configured for the specified MIME type If the MIME type does not have a plug-in configured, enabledPlugin is null. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/mimetype.htm -- 16.8 Кб -- 07.10.1999
Похожие документы

7. Examples of quoting special characters
... To prevent the shell from expanding an argument containing several special characters: $ sed -e 1,$s/V[0-9].*: //p /etc/motd sed: command garbled: 1,/V[0-9].*: $ sed -e '1,$s/V[0-9].*: //p' /etc/motd DYNIX/ptx(R) Tue Feb 25 12:04:15 GMT 1993 . ... To prevent the shell from expanding special characters but allow command substitution: echo 'My working directory is `pwd`' My working directory is`pwd` echo "My working directory is `pwd`" My working directory is /home/jane/docs . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/cmd2.2.1.html -- 3.2 Кб -- 17.01.1997
Похожие документы

8. OptInt PmWiki : Site / Search
... A search for more than one word will find pages that contain all of the words. ... To limit your search to a single group, enter the group name followed by a slash at the beginning of the search string (e.g., "PmWiki/" or "Site/"). ... apple pie . ... apple' in the PmWiki group of pages . ... the phrase 'pmwiki/apple' in all groups of pages . ... For advanced searches , page list parameters (count, name, group, fmt, link, list, order, and trail) can be entered together with the search string. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/Site/Search?action=print -- 9.3 Кб -- 01.03.2014
Похожие документы

9. Zen: tp search en
... country name . ... Query " Moscow's celebrations hotel Moscow, Russia" would failed if search attributes separately, but could be succeeded if search their concatenation. ... hotel". ... Simple search for "Moscow": # select name, country, place, rank( idx, ftsquery ) as r from hotels, to_tsquery('Moscow') as ftsquery where idx @@ ftsquery order by r desc; name | ... Query "Moscow hotel" (rewritten by hand): # select name, country, place, rank( idx, ftsquery ) as r from hotels, to_tsquery('Moscow | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/tp_search_en -- 12.6 Кб -- 10.04.2016
Похожие документы

10. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

11. Time Functions
... Basic time functions . ... Example 2: Set a random number seed . ... Uses of time functions include: . ... time_t time(time_t *tloc) -- returns the time since 00:00:00 GMT, Jan. 1, 1970 , measured in seconds. ... timer.c */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1,t2; (void) time(&t1); for (i=1;i<=300;++i) printf(``%d %d %d n'',i, i*i, i*i*i); (void) time(&t2); printf(`` n Time to do 300 squares and cubes= %d seconds n'', (int) t2-t1); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы

12. APO WWW Search
Search the public APO pages. To modify the search terms, see the 'Search Term Modifiers' below the search window. ... To perform a single character wildcard search use the "?" symbol. ... This search will find terms like foam and roams. ... For example to search for a "apache" and "jakarta" within 10 words of each other in a document use the search: "jakarta apache"~10 . ... To search for documents that contain either "jakarta apache" or just "jakarta" use the query: "jakarta apache" jakarta . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/cgi/search.py -- 8.8 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>646) - www.apo.nmsu.edu/ )

13. Examples of data contained in the JPDOC
Next: Silicate minerals Up: A Database of Optical Previous: Database of Optical Properties . ... If necessary, data have been determined for the different crystallographic axes. ... In the following we give some examples of the data and their possible applications. Table: Summary of data measured in the Jena laboratory, which are currently available from the JPDOC. compound . ... amorph. ... Next: Silicate minerals Up: A Database of Optical Previous: Database of Optical Properties root 2003-03-06 ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/5-OPTC/JPDOC2/node6.html -- 10.1 Кб -- 19.11.2010
Похожие документы

14. http://star.arm.ac.uk/archives/BoydenMaterial/readme
Input file for Boyden Material format. hmm@arm.ac.uk 14th December 2004 Column 1 Armagh archives reference number. Database: Character string field, maximum of 20 characters. Column 2 Date, YYYY/MM/DD, one or all fields may be absent. Database: Date format field. ... String up to 50 characters. ... Database: Multiple character string fields, maximum of 100 characters per field. e.g. Document_1: xxxxxxxxxxxxxxxxxxxxx Document_2: xxxxxxxxxxxxxxx Document_n: xxxxxxxxxxxxxxxxxxxxxxxx ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/archives/BoydenMaterial/readme -- 1.6 Кб -- 14.10.2008
Похожие документы
Еще в разделе: (Показать все результаты (>2052) - star.arm.ac.uk/ )

15. Information for Authors of Articles
... Article text . ... Article should be formatted according to the present rules, using the styles containing in the attached file example.doc . ... For example, article name should be typed in string Here Is the Paper Title , using style "title paper", etc. ... Title part of article Paper Title (style Title Paper . ... It is necessary to use style text paper for the body of article. ... In the text of article there should be links to every Figure and Table: Fig. 1 and Tab. 1 accordingly. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/conference/SETI-2011/ruletz.htm -- 12.4 Кб -- 09.04.2016
Похожие документы

16. Spatial Structure of NGC 6822: An Example for Statistical Modeling of
... Next: Cheating Poisson: A Up: Statistical Analysis Previous: Spatial Models and . ... The spatial distribution of stars in the Local Group dwarf irregular galaxy NGC 6822 has been studied, using recent positions and deep photometry for about 15,000 stars in the galaxy. Based on photometrical data, OB stars and red stars could be studied separately. Spatial statistical tools have been applied to the analysis of the spatial structure. ... Figure: Model selection by the aid of CAIC . ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/pasztorl2.html -- 11.0 Кб -- 03.11.2000
Похожие документы

17. Manpage of PRINTHDRV
... printhdrV - print datataking headers in ASCII (ao) printhdrV [ -s ] . printhdrV is a program to convert ao datataking headers from binary to ASCII, format them with labels, and then output this data to the standard output. ... Arecibo datataking records contain a header followed by the data. ... Only output the standard header section. printhdrV can be used in conjuction with the stripVme (1l) and grep (1) programs to dump the headers of datataking tapes to the screen or a file. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/aosoft/printhdrV.html -- 4.1 Кб -- 03.11.2010
Похожие документы

18. Name-based Virtual Hosts
This document describes when and how to use name-based virtual hosts. ... IP-based virtual hosts use the IP address of the connection to determine the correct virtual host to serve. ... To use name-based virtual hosting, you must designate the IP address (and possibly port) on the server that will be accepting requests for the hosts. ... For example, suppose that you are serving the domain www.domain.tld and you wish to add the virtual host www.otherdomain.tld , which points at the same IP address. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/vhosts/name-based.html -- 11.5 Кб -- 03.10.2002
Похожие документы

19. gbsfile
... This file contains the information about INTERBALL Auroral Probe & EISCAT magnetic conjugations as a function of the real time , shown as UT or Moscow time (MT = UT + 3h) . As a criteria of the magnetic conjugation is used the location of the satellite's magnetic footprint's trace inside of the polygon determined by the magnetic observatory. The version of the magnetic field model used during magnetic mapping is shown on the last column (MOD IOPT) of the file. ... GLONS (deg) . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/vprokhor/descr/rtgbsf.htm -- 5.0 Кб -- 12.05.1999
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/vprokhor/descr/rtgbsf.htm -- 5.0 Кб -- 12.05.1999
Похожие документы

20. AstroAsciiData
... AstroAsciiData is a Python module to handle ASCII tables. ... The idea to develop this Python module emerged from the fact that ASCII tables continue to be one of the most popular and widely used data exchange formats in astronomy and probably science in general. ... To load this ASCII table, go into Python, load the AstroAsciiData module and read in the table with: . ... demo = asciidata.open('webexa.txt') . ... Users who only want to work with ASCII tables neeed no further python modules. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/PYTHONtools/astroasciidata/ -- 13.6 Кб -- 09.04.2016
Похожие документы

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


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

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

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