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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.ssau.ru/files/education/metod_2/popov_instrum_sredstva_tehn.pdf.

1. http://www.atnf.csiro.au/computing/software/gipsy/sub/fname.dc2
Function: FNAME Purpose: Translates GIPSY filenames to legal filenames (if necessary). Category: FILES File: fname.c Author: K.G. Begeman Use: INTEGER FNAME( INFILE , Input CHARACTER*(*) OUTFILE ) Output CHARACTER*(*) FNAME Returns -1 on error, otherwise 0. INFILE File name to be translated. OUTFILE Translated file name. ... CLOSE(UNIT=LUN) ENDIF Action: FNAME converts the input Gipsy filename to a legal filename which is understood by the Fortran open or C fopen statement. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/fname.dc2 -- 2.9 Кб -- 23.01.1992
Похожие документы

2. http://www.mrao.cam.ac.uk/~rachael/compphys/examples/exercise2.f90
... from self-study guide 2 program exercise2 use nag_f77_c_chapter implicit none integer, parameter :: dp = selected_real_kind(12) integer, parameter :: length = 128 real(dp) :: a, ainv real(dp) :: x(length), y(length) ! ... Initialise x and y call init_arrays(ainv, x, y) ! Fourier transform x and y call fourier(x, y) ! ... Call NAG FFT routine ifail = 0 call C06ECF(x, y, n, ifail) if (ifail /= 0) then write(*,*) 'Error in C06ECF: ifail = ',ifail stop end if end subroutine fourier ! ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~rachael/compphys/examples/exercise2.f90 -- 3.2 Кб -- 11.10.2005
Похожие документы

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

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

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

6. Association of Calibration Exposures
... The association process creates an output table that contains the following columns: . A character column labeled :SCI containing the names of the scientific frames. ... A character column labeled `exptype' (i.e DARK, FF, etc) containing the names of the associated exposures . An integer column QUAL_`exptype' (i.e QUAL_DARK, QUAL_FF, etc) containing for each associated frame its quality flag. ... Figure: Association of DARK exposures with scientific frames . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol2/node398.html -- 4.0 Кб -- 23.02.1996
Похожие документы

7. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/gmp-6.0.0.txt
... GNU MP is a library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. ... Proposed directory for placement: /pub/os2/dev/unix Your name: KO Myung-Hun Email address: komh@chollian.net Program contact name: (same) Program contact email: (same) Program URL: https://gmplib.org/ Would you like the contact email address included in listings? yes Operating System/Version: Additional requirements: kLIBC065, built with gcc491 Replaces: (none) ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/gmp-6.0.0.txt -- 2.0 Кб -- 23.10.2014
Похожие документы

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

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

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

11. Array File Specifications
SAOtng can load array files containing "raw" images. ... skip -- the size of the header to skip (in bytes) . ... This information is added to an array filename using the IRAF bracket specification: foo.array[xdim= xdim ,ydim= ydim ,bitpix= bitpix ,skip= skip ] . ... Thus, a 512 x 512 array of any type without a header can be specified as: foo.arr 512 while a 600 x 700 double array with a 1024-byte header can be specified as: foo.arr 600 700 -64 1024 . ... r512 -- bitpix=-32 xdim=512 ydim=512 . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/array_spec.html -- 4.8 Кб -- 01.10.2012
Похожие документы

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

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

14. http://www.apo.nmsu.edu/35m_operations/35m_manual/Instruments/CorMass/Files/cormdiff.pro
pro cormdiff,list,dir ; ;procedure to take difference of R2-R1 in CorMASS file (plane002 - plane001) ;and write difference to IRAF directory with new filename. ... Required because CorMASS data is ; unsigned integer. Without making the data floating point ; the differencing of the planes cause integer overflows ; for the '00 version of NASA's readfits.pro. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/35m_manual/Instruments/CorMass/Files/cormdiff.pro -- 2.5 Кб -- 08.07.2004
Похожие документы

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

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

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

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

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

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

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


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

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

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