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 ...
[