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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.adass.org/adass/proceedings/adass00/reprints/P2-50.pdf.

1. Interfacing Real-time Linux and LabVIEW
... Up: Science Data Pipelines . ... Real-time Linux is a set of extensions to the kernel that provides hard real-time functionality with low, bounded latencies and deterministic response. ... This paper, presents the fifos and shared memory virtual interface (VIs) that allow LabVIEW to communicate and share (bulk) data with the real-time core. The cardinal programming rule of real-time Linux is to do as much as possible in user space with only critical sections of code in the real-time core. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass00/P2-50/ -- 13.4 Кб -- 29.05.2001
Похожие документы

2. CSPICE Routines: LSTLTD_C
Index) | ... Abstract Given a number x and an array of non-decreasing numbers, find the index of the largest array element less than x. Required_Reading None. ... Detailed_Output The function returns the index of the highest-indexed element in the input array that is less than x. The routine assumes the array elements are sorted in non-decreasing order. ... If all elements of the input array are greater than or equal to x, the function returns -1. ... Index_Entries last d.p. element less_than . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/lstltd_c.html -- 6.2 Кб -- 17.12.2005
Похожие документы

3. Number input
This document describes how number input can be given to tasks which request numbers from Hermes. ... list selection The following constants are implemented: pi 3.14159.... c speed of light (SI) h Planck (SI) k Boltzmann (SI) g gravitation (SI) s Stefan-Boltzman (SI) m mass of sun (SI) p parsec (SI) BLANK Universal undefined value The following mathematical functions are implemented: abs(x) absolute value of x sqrt(x) square root of x sin(x) sine of x asin(x) inverse sine ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/hermes/numbers.html -- 8.2 Кб -- 16.01.2009
Похожие документы

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. HTML Math
Permitted Context: %math . ... This is represented in HTML math by: <array> <row><item>a_11_<item>a_12_<item> <item>a_1n_ <row><item> <item> <item> <item> <row><item>a_n1_<item>a_n2_<item> <item>a_nn_ </array> . ... This is represented by: <array coldef="C+C+C+C=C"> <row><item>a_11_x_1_<item>a_12_x_2_<item> <item>a_1n_x_n_<item>b_1_ <row><item>a_21_x_1_<item>a_22_x_2_<item> <item>a_2n_x_n_<item>b_2_ <row><item colspan=5> <row><item>a_n1_x_1_<item>a_n2_x_2_<item> <item>a_nn_x_n_<item>b_n_ </array> . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/arrays.html -- 5.7 Кб -- 19.12.1996
Похожие документы

6. http://www.sai.msu.su/~megera/postgres/gist/intarray/README.intarray
This is an implementation of RD-tree data structure using GiST interface of PostgreSQL. ... desc') - sort intarray test =# select sort ('{1,2,3}':: int [],'desc'); sort --------- {3,2,1} (1 row) int [] sort ( int []) - sort in ascending order int [] sort _asc( int []), sort _desc( int []) - shortcuts for sort int [] uniq( int []) - returns unique elements test =# select uniq( sort ('{1,2,3,2,1}':: int [])); uniq --------- {1,2,3} (1 row) int idx( ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/intarray/README.intarray -- 6.8 Кб -- 19.07.2007
Похожие документы
Еще в разделе: (Показать все результаты (>2194) - www.sai.msu.su/ )

7. Character Device Drivers
... int major . ... Here is an example of foo_write() : static int foo_write(struct inode * inode, struct file * file, char * buf, int count) { unsigned int minor = MINOR(inode->i_rdev); char ret; while (count > 0) { ret = foo_write_byte(minor); if (ret < 0) { foo_handle_error(WRITE, ret, minor); continue; } buf++ = ret; count-- } return count; } foo_write_byte() and foo_handle_error() are either functions defined elsewhere in foo.c or pseudocode. ... 2. return value of foo_write(...) by My name here . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/devices/char.html -- 8.3 Кб -- 23.03.2000
Похожие документы

8. Parameters
... Meta Index / Home Page This section documents the parameters recognized by this task (if any). Parameter . Mand . ... Default . Constraints . arrays . ... List of fully qualified array names . elements . ... Int . Number of elements to set. 0 means all elements from element to end of the array (inclusive) . ... Number of the first element to be set. value . ... Value to set . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/dssetarrayelement/node4.html -- 4.7 Кб -- 28.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>10727) - xmm.vilspa.esa.es/ )

9. http://www.naic.edu/~tghosh/software/coraccum-n.pro
... If keyword ;/new is set then allocate badd before adding. ... To accumulate brds 1,2 of scan 1 with brds 3,4 of scan 2: ; ; print,corinpscan(lun,b,scan=scan1) ; coraccum ,b, badd ,/ new , brd =[1,2] ; print,corinpscan(lun,b,scan=scan2) ; coraccum ,b, badd , brd =[3,4] ; ; help, badd .b1,/st ;** Structure 3957c8 , 4 tags, length=9200, refs=2: ; H STRUCT - HDR Array [1] ; P INT Array [2] ; ACCUM DOUBLE 2.00000 ; D FLOAT Array [1024, 2] ;- ;history: ; 12aug02 - added brd option pro ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~tghosh/software/coraccum-n.pro -- 6.9 Кб -- 09.03.2003
Похожие документы

10. (Untitled)
There are six possible ways of object description: . a) by number(s) . ... d) by list . e) by orbital elements . ... They should be introduced as year, month, day with tenth (e.g. 20021104.1). d) Computations are performed for all objects listed in the file whose path and name should be introduced into assigned data field. ... On pressing Edit file button user has a possibility to look through the list of object elements or their coordinates and velocities to add or to change it. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9hdg.htm -- 6.7 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>560) - www.ipa.nw.ru/ )

11. Structure of Tables
... Table data are arranged in columns and rows, and stored in MIDAS files with the extension .tbl . ... An item in a table is accessed by giving its column and row in addition to the table name. The row number can either be given as an absolute value (i.e. the sequence number) or indicated by the value in a previously defined reference column. ... A table can be always expanded in the sense that its number of columns and rows is automatically increased when the allocated space is exceeded. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node57.html -- 5.8 Кб -- 23.02.1996
Похожие документы

12. Statist.htm: Add elements
. Input New Element: Entered element: . Number elements: . Filled array .
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/staff/afk/Teaching/Examples/Statist.htm -- 3.4 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>300) - www.astro.spbu.ru/ )

13. QPOE Files
Next: *.imh and *.qp Extensions Up: IRAF/PROS Files Previous: IRAF Image Arrays . The x-ray data are stored in QPOE files (Quick Position-Ordered Events, *.qp ) rather than image arrays. ... Note that, unlike IRAF images, QPOE files have no associated header file, and are always stored in the current directory, unless explicitly specified otherwise. Non-PROS IRAF tasks can also access QPOE data files in place of image arrays. ... rp110590.qp[pi=2:30] . ... The ROSAT PSPC qp file images are . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node15.html -- 11.5 Кб -- 01.10.2012
Похожие документы

14. Use of arrays and array sections
The English word "array" is translated into Swedish as "f lt" which is retranslated into English as "field". We may therefore perhaps use the word field either by mistake or as a suitable name of a specific array. A new feature of Fortran 90 is that you can work directly with a whole array or an array section without explicit (or implicit) DO -loops. ... An array is defined to have a shape given by its number of dimensions (called " rank ") and the extent for each one of these. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c11.html -- 5.4 Кб -- 10.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c11.html -- 5.4 Кб -- 10.02.1996
Похожие документы

15. NPOI raw packet data files
Next: VOLVOX Up: COBRA Previous: Compound plot procedures Contents . A small number of procedures capable of directly accessing NPOI raw packet files. packetdir , file Function. Return packet directory for specified file. This is an array of structures, each one specifying file, day number, time, type, length, and offset in bytes from the beginning of the file for a packet. ... packetlist , YYYY-MMDD Open all raw packet files corresponding do embedded system date YYYY-MMDD. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node244.html -- 5.4 Кб -- 28.04.2015
Похожие документы
Еще в разделе: (Показать все результаты (>47398) - www.eso.org/ )

16. Elements of Algebra
... These are just the bare bones--just three basic ideas and rules for handling relations ("equations") involving unknown quantities whose values you are trying to find. In most calculations you try to find a number . ... To get a solution, one must replace the given equation (or equations) with others, containing the same information but cleaner in appearance. ... If you have an equation and modify both its sides in exactly the same way, what you get is also a valid equation. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/mirrors/stern/stargaze/Ialgeb1.htm -- 8.4 Кб -- 03.12.2003
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/stargaze/Ialgeb1.htm -- 8.4 Кб -- 22.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>1505) - www.cosmos.ru/ )

17. Elements of Algebra
... It may be added, subtracted, divided or multiplied in any way appropriate for ordinary numbers. A mathematical relationship involving known numbers (like 25 or 40) and unknown ones (like x ) is known as an equation . ... To get a solution, one must replace the given equation (or equations) with others, containing the same information but cleaner in appearance. ... If you have an equation and modify both its sides in exactly the same way , what you get is also a valid equation. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/STARGAZE/Salgeb1.htm -- 6.5 Кб -- 21.12.2007
Похожие документы

18. BRIZ: a vizualization program for Brillouin zone ? Fermi sphere
... Another significant contribution to the crystal energy of metals is the electron-ion interaction or the electron bandstructure energy (E BS ) which is defined by the interaction of valence electrons and the Brillouin zone (BZ) planes. ... The program BRIZ has been developed for 3D visualization of Brillouin zone configurations and intersections of BZ planes with a Fermi sphere[4]. ... 1.75 (electrons/atom). ... 4] Degtyareva V.F., Smirnova I.S.: BRIZ: a vizualization program for Brillouin zone ? ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/lsr/briz.html -- 14.0 Кб -- 07.11.2013
Похожие документы

19. Procedure for Part Numbering Convention: Larry Carey, 2005
Numbering Procedures for APO 2.5m and 3.5m Drawings and Engineering/Drafting Documents . ... Document part numbers are to consist of a 7 character long "base numbe,r" which is coded to provide information about the part's intended first use. The part number becomes complete and unique only with the addition of a revision number. ... Example of a "base number": 25CSA01 . ... PART NUMBER CONVENTION . ... For Example: . ... R = "Revision" . ... Questions contact Larry Carey/University of Washington ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/06APODrawNumConv.htm -- 8.3 Кб -- 22.03.2006
Похожие документы

20. Project 1 - SfP - Ovsyannikov, Supersensitive high-Tc superconducting
... The NATO "Science for Peace" Program , Project number SfP 973559 . ... Receiver devices based on superconducting Josephson junction dynamics provide easy and extremely sensitive way for measurements of contents of these molecules. ... Fast development of SQUIDs resulted in fabrication of number of devices for supersensitive physical experiments and production of sophisticated multichannel measurement systems used in medicine for magnetocardiography and neural investigations. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/oxide233/proj1.html -- 9.5 Кб -- 01.09.2005
Похожие документы

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


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

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

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