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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.ipa.nw.ru/PAGE/EDITION/preprint_ann/include-short.htm.

1. Integer Indices are 0-relative
. Next: Objects Up: Interface Previous: Interface . Please note, all integer indices in ASAP and iPython are 0-relative . Malte Marquarding 2005-11-30
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/asap/cookbook/node4.html -- 2.8 Кб -- 05.02.2013
Похожие документы

2. CSPICE Routines: LX4SGN_C
... Abstract Scan a string from a specified starting position for the end of a signed integer. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- string I Any character string. first I First character to scan from in string. last O Last character that is part of a signed integer. nchar O Number of characters in the signed integer. ... You could use this routine to locate the signed integers in the string as shown below. ... Link to routine source . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/lx4sgn_c.html -- 6.9 Кб -- 17.12.2005
Похожие документы

3. Integer Functions, Random Number, String Conversion, Searching and Sorting:
... Arithmetic Functions . Random Numbers . String Conversion . Searching and Sorting . ... There are 4 basic integer functions: . int abs(int number); long int labs(long int number); div_t div(int numerator,int denominator); ldiv_t ldiv(long int numerator, long int denominator); . ... In practice no functions produce truly random data -- they produce pseudo-random numbers. ... The stdlib.h provides 2 useful functions to perform general searching and sorting of data on any type. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node16.html -- 11.9 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node16.html -- 11.9 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node16.html -- 11.9 Кб -- 02.10.2012
Похожие документы

4. COBRA file structure
Next: INCHWORM file structure Up: Appendices Previous: CHAMELEON file structure Contents . The HDS file format of raw data is described here. SESSION SESSION DATE _ CHAR *10 SYSTEMID _ CHAR *4 FORMAT _ CHAR *11 GENCONFIG INSTRCOHINT _ DOUBLE BEAMCOMBINERID _ INTEGER REFSTATION _ INTEGER INPUTBEAM TABLE NUMSID _ INTEGER STATIONID [ 3] _ CHAR *16 SIDEROSTATID [ 3] _ INTEGER DELAYLINEID [ 3] _ INTEGER BCINPUTID [ 3] _ INTEGER STARTRACKERID [ 3] _ ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node256.html -- 5.4 Кб -- 28.04.2015
Похожие документы

5. FTS Dictionary Example
... MAXLEN parameter specifies maximum length of the number considered as a 'good' integer. ... If REJECTLONG = FALSE (default), than dictionary returns prefixed part of integer number with length MAXLEN . ... This is a dict_tmpl.c file. # include postgres.h # include utils/builtins.h # include fmgr.h #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif # include utils/ts_locale.h # include utils/ts_public.h # include utils/ts_utils.h typedef struct { int maxlen ; bool rejectlong ; } ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-intdict-xmp.html -- 9.6 Кб -- 13.04.2008
Похожие документы

6. Values, Variables, and Literals
... This chapter discusses values that JavaScript recognizes and describes the fundamental building blocks of JavaScript expressions: variables and literals. ... So, for example, you could define a variable as follows: . var answer = 42 And later, you could assign the same variable a string value, for example, . ... These are fixed values, not variables, that you literally provide in your script. ... A string literal is zero or more characters enclosed in double ( " ) or single ( ' ) quotation marks. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/ident.htm -- 11.1 Кб -- 12.12.1997
Похожие документы

7. http://www.naic.edu/~phil/hardware/pdev/fpga/gx/sp/test/gx_dump.v
23:15:13Z jeff $ `ifdef DUMP_PACK // Dump output of pack unit before getting put into the // external sram fifo (pack_fifo). // integer fdp; integer p_width; integer p_idx ; integer p_acc; initial begin @ (posedge running) ; p_width = 1; case (sim_fmtwid) 0: p_width = 8; 1: p_width = 16; 2: p_width = 32; endcase fdp = $fopen( ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/pdev/fpga/gx/sp/test/gx_dump.v -- 8.0 Кб -- 26.06.2008
Похожие документы

8. Actor Prolog. Example "D:\MOROZOV\Z\DEMO\EXE\EXAMPLES\ADA_LOG.HTML"
... The begining of program -- Target function: a * b with TEXT_IO ; use TEXT_IO ; procedure EXAMPLE is package IO_INT is new INTEGER_IO ( INTEGER ) ; use IO_INT ; r,b,a: INTEGER ; begin put ( Enter unsigned number 'b', please ... unsigned number 'a', please: ) ; get ( a ) ; declare VAR0 , VAR1 : INTEGER ; begin VAR0 := a; VAR1 := b; declare VAR3 , VAR2 , VAR4 : INTEGER ; begin VAR3 := 0 ; VAR2 := VAR0 ; VAR4 := VAR1 ; while VAR2 /= 0 loop begin if ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/ada_log.html -- 9.8 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>45) - www.cplire.ru/ )

9. http://star.arm.ac.uk/f77to90/code/random.f90
IMPLICIT NONE INTEGER, DIMENSION(1) :: OLD, SEED ! THIS PROGRAM ASSUMES K = 1 INTEGER :: I, K REAL, DIMENSION(3) :: HARVEST SEED(1) = 12345 CALL RANDOM_SEED CALL RANDOM_SEED (SIZE=K) WRITE (*,*) ' Number of integers for starting value = ', K CALL RANDOM_SEED ( GET = OLD (1:K)) WRITE (*,*) ' Old starting value = ', OLD CALL RANDOM _NUMBER( HARVEST ) WRITE (*,*) ' Random numbers : ', HARVEST CALL ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/code/random.f90 -- 1.9 Кб -- 18.03.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/code/random.f90 -- 1.9 Кб -- 18.03.1996
Похожие документы

10. http://www.mrao.cam.ac.uk/~rachael/compphys/examples/cell_list.f90
... number of particles integer, parameter :: max_list = 100 ! max number of particles per cell integer, parameter :: ncell = 20 ! ... cell size real(dp) posn(3, npart) ! ... initialise cell list call init_cell_list(npart, ncell, max_list, cell_size, posn, & cell_num, cell_list) ! now go and do something interesting with it... contains subroutine init_cell_list(npart, ncell, max_list, cell_size, posn, & cell_num, cell_list) implicit none integer, parameter :: dp = kind(1.0d0) integer npart ! ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~rachael/compphys/examples/cell_list.f90 -- 3.4 Кб -- 30.09.2005
Похожие документы

11. FileInfo (ImageJ API)
... FIELD | ... public class FileInfo . ... static int . ... int . ... Field Detail public static final int GRAY8 . ... public static final int GRAY16_SIGNED . ... public static final int GRAY16_UNSIGNED . ... public static final int GRAY32_INT . ... public static final int GRAY32_FLOAT . ... public static final int COLOR8 . ... public static final int RGB . ... public static final int RGB_PLANAR . ... public static final int BITMAP . ... public static final int ARGB . ... public static final int BGR . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/io/FileInfo.html -- 50.8 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>53) - www.astro.louisville.edu/ )

12. 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
Похожие документы
Еще в разделе: (Показать все результаты (>35) - star.arm.ac.uk/ )

13. http://www.mccme.ru/ium/postscript/s01/notes/scomb01.ps
... Let p(n) be the number of partitions of n. Here is the table of values of p(n) for small n: n 0 1 2 3 4 5 6 7 8 9 10 p(n) 1 1 2 3 5 7 11 15 22 30 42 (The value p(0) = 1 has the following meaning: there is a unique partition of 0 into positive integers, viz. the partition into an empty set of parts.) ... Prove this formula. ... 1 Theorem 2. ... A plane partition of the number n is a set of positive integers with total sum n, arranged as a Young diagram with nonincreasing rows and columns. ...
[ Текст ]  Ссылки http://www.mccme.ru/ium/postscript/s01/notes/scomb01.ps -- 62.0 Кб -- 23.01.2003
Похожие документы

14. Message list
. A message list consists of integers (0-9), a range of integers, or user names separated by spaces. If omitted, mail uses the current message. For example the command s 1-5 . saves messages 1 through 5.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/mail/5.1.1.html -- 1.8 Кб -- 17.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>7) - comet.sai.msu.ru/ )

15. http://www.arcetri.astro.it/irlab/doc/dat_hand.ps
OSSERVATORIO ASTROFISICO DI ARCETRI CENTRO PER L'ASTRONOMIA INFRAROSSA E LO STUDIO DEL MEZZO INTERSTELLARE LARGO ENRICO FERMI, 5 -- I­50125 FIRENZE Firenze, September 30, 1994 FROM: C. Baffa TO: Tirgo Staff SUBJECT: Data handling with Tirgo Nicmos3 instruments All data taken with Tirgo Nicmos3 instruments (Arnica and Longsp) are stored directly as standard FITS files at 16 bits integer format. ... The acquisition program never rewrites over an old file. ... An example in table 1. ...
[ Текст ]  Ссылки http://www.arcetri.astro.it/irlab/doc/dat_hand.ps -- 81.5 Кб -- 28.07.2005
Похожие документы

16. http://hea-www.harvard.edu/ChandraSNR/G033.6+00.1/1982/work/cxcds_param/dmkeypar.par
infile,s,a,"merged_asol1.fits",,,"Input file name" keyword,s,a,"content",,,"Keyword to retrieve" exist,b,h,yes,,,"Keyword existence" value,s,h,")sval",,,"Keyword value" rval,r,h,0,,,"Keyword value -- real" ival,i,h,0,,,"Keyword value -- integer" sval,s,h,"ASPSOL",,,"Keyword value -- string" bval,b,h,no,,,"Keyword value -- boolean" datatype,s,h,"string",string|real|integer|boolean|null,,"Keyword data type" unit,s,h,"",,,"Keyword unit" comment,s,h,"",,,"Keyword comment" mode,s,h,"ql",,,
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChandraSNR/G033.6+00.1/1982/work/cxcds_param/dmkeypar.par -- 1.5 Кб -- 17.08.2003
Похожие документы

17. APOMASK (V1.0) --- Mar00 --- APOMASK (V1.0)
apomask -- Create an apodizing mask image with zero background and a circular central mask with rounded off edge apomask output xdim ydim radius sigma k xpos ypos . output = "" [image] . ... The X dimension of the input image. ydim = 512 [integer] . The Y dimension of the input image. radius = 12.0 [real] . The radius of the central disk of the output image which is to be set to one. sigma = 2.0 [real] . The sigma of the roll-off region around the central disk. k = 0.5 [real] . ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/imres/apomask.hlp.html -- 2.9 Кб -- 06.06.2006
Похожие документы

18. Stellarium: gTimeSpan Class Reference
... Classes . ... gTimeSpan Class Reference . ... gTimeSpan (const gTimeSpan &timeSpanSrc) . ... Operation: getDays() This method returns the integer days number stored in the gTimeSpan object. ... Operation: getHours() This method returns the integer hours number stored in the gTimeSpan object. ... Operation: getMinutes() This method returns the integer Minutes number stored in the gTimeSpan object. ... Operation: getSeconds() This method returns the integer seconds number stored in the gTimeSpan...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classgTimeSpan.html -- 20.9 Кб -- 28.02.2014
Похожие документы

19. http://www.abitu.ru/en2002/closed/viewwork.html?work=138
... 7 Части программы. procedure newdelay(ms:longint); {пауза в микросекундах} var r: registers ; begin r.ah:=$86; r.cx :=ms*1000 div 65536; r.dx :=ms*1000 mod 65536; intr ($15,r) end ; procedure clearcon;assembler; {очистка буфера клавиатуры} asm cli sub ax,ax mov es,ax; mov al,es:[41ah] mov es:[41ch],al sti end ; procedure lptread; {чтение порта 37B} var a:byte; ...
[ Текст ]  Ссылки http://www.abitu.ru/en2002/closed/viewwork.html?work=138 -- 60.5 Кб -- 05.05.2006
Похожие документы

20. Apache module mod_mime_magic
This module provides for determining the MIME type of a file by looking at a few bytes of its contents. ... string . ... belong . ... For example, this can recognize gzipped files and set the encoding for them. # gzip (GNU zip, not to be confused with [Info-ZIP/PKWARE] zip archiver) 0 string \037\213 application/octet-stream x-gzip This module is not for every system. ... When compiling an Apache server, this module should be at or near the top of the list of modules in the Configuration file. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_mime_magic.html -- 12.4 Кб -- 15.10.2001
Похожие документы
Еще в разделе: (Показать все результаты (>7) - neptun.sai.msu.ru/ )

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


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

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

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