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

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

Показаны документы, содержащие фрагменты текста из документа
http://hea-www.harvard.edu/~dburke/perl-slang/examples/types_struct.

1. CSPICE Routines: BODVRD_C
... Abstract Fetch from the kernel pool the double precision values of an item associated with a body. ... It's an error to supply an output array that is too small to hold all of the values associated with the requested kernel variable. Detailed_Output dim is the number of values returned; this is always the number of values associated with the requested kernel variable unless an error has been signaled. values is the array of values associated with the requested kernel variable. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/bodvrd_c.html -- 10.5 Кб -- 17.12.2005
Похожие документы

2. WCSLIB: tabprm Struct Reference
WCSLIB љ 5.15 . ... tabprm Struct Reference . ... intљ . ... double *љ . ... Given or returned) Pointer to the first element of a vector of length tabprm::M whose elements record the lengths of the axes of the coordinate array and of each indexing vector. ... Returned ) Pointer to the first element of a vector of length tabprm::M of interpolated indices into the coordinate array such that , as defined in Paper III, is equal to (p0[m] + 1) + tabprm::delta [m]. double * tabprm::delta . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/structtabprm.html -- 28.0 Кб -- 10.04.2016
Похожие документы

3. read_fits.c File Reference
Main Page Data Structures File List Data Fields Globals . ... int . read_oi_array (fitsfile *fptr, char *arrname, oi_array *array, int *status) . Read OI_ARRAY fits binary table. More... int . read_oi_target (fitsfile *fptr, oi_target *targets, int *status) . ... read_oi_wavelength (fitsfile *fptr, char *insname, oi_wavelength *wave, int *status) . ... read_next_oi_vis (fitsfile *fptr, oi_vis *vis, int *status) . ... read_next_oi_vis2 (fitsfile *fptr, oi_vis2 *vis2, int *status) . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~jsy1001/resources/exchange/html/read__fits_8c.html -- 15.7 Кб -- 07.04.2003
Похожие документы

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

5. Low Level Operators and Bit Fields
... Bit Fields . Bit Fields: Practical Example . ... NOTE: The combination of pointers and bit-level operators makes C useful for many low level applications and can almost replace assembly code. ... To illustrate many points of bitwise operators let us write a function, Bitcount , that counts bits set to 1 in an 8 bit number ( unsigned char ) passed as an argument to the function. int bitcount(unsigned char x) { int count; for (count=0; x != 0; x>>=1); if ( x & 01) count++; return count; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node13.html -- 13.3 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node13.html -- 13.3 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node13.html -- 13.3 Кб -- 02.10.2012
Похожие документы

6. Menus (ImageJ API)
... FIELD | ... public class Menus . ... ImageJ . ... static char . ... static int . ... Returns the size (in points) used for the fonts in ImageJ menus. static java.lang.String . ... Returns a list of the plugins in the plugins menu. static java.lang.String . ... Field Detail public static final char PLUGINS_MENU . ... public static final char IMPORT_MENU . ... public static int installPlugin (java.lang.String plugin, char menuCode, java.lang.String command, java.lang.String shortcut, ImageJ ij) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/Menus.html -- 35.2 Кб -- 02.12.2010
Похожие документы

7. AO Schedule
. Old Schedule . (from Jan 1995 to Apr_9_2016) . Project Identification: . Investigator Name: . Year: . All Years 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 . Current and Upcoming Schedule . (from Apr_10_2016 to Apr_22_2016) . Project Identification: . Investigator Name: . If you have any Comments/Problems, please contact Gomathi Thai (gomathi@naic.edu)
[ Сохраненная копия ]  Ссылки http://www.naic.edu/vscience/schedule/aoschedule.html -- 4.6 Кб -- 10.04.2016
Похожие документы

8. Defining the sort field
The first field of each line starts at 0 (zero); the second is 1 (one) and so on. To define which field to sort on you give the position of the field at which to start the sort followed by the position at which to end the sort. The position at which to start the sort is given as the number of fields to skip to get to this position. ... tells sort to skip the first two fields. The position at which to stop the sort is given as the number of the field at the end of which the sort stops. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/utilities2/sort3.2.html -- 2.5 Кб -- 17.01.1997
Похожие документы

9. HyperLEDA documentation: compilation of Color index (a112)
Compilation of radio continuum . HyperLeda home | Documentation | ... e_mag = 1.08575 (e_Jy/F_Jy) 0: normal measurement; 1: upper limit; 3: uncertain log (F/Mhz) Source characteristics : log (diameter/ arcsec )+4 Source characteristics : log (diameter/ arcsec )+4 0: normal measurement; 1: upper limit; 3: uncertain Source characteristics : Position angle Beam characteristics : log (diameter/ arcsec )+4 Beam characteristics : log (diameter/ arcsec )+4 Beam HyperLeda . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/fetch/HL/leda/rawcat/a111.html -- 3.6 Кб -- 23.12.2013
Похожие документы

10. Stellarium: TimeZoneConfiguration Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ... TimeZoneConfiguration Class Reference . virtual voidљ . ... Update the module with respect to the time. ... Detect or show the configuration GUI elements for the module. ... Sets the time zone field in Stellarium's configuration file. ... Reads the time zone field in Stellarium's configuration file. ... the contents of the "localization/time_zone" field in Stellarium's configuration file. void TimeZoneConfiguration::saveDisplayFormats . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classTimeZoneConfiguration.html -- 26.6 Кб -- 28.02.2014
Похожие документы

11. system call returns "Bad Address". Why?
The HyperNews Linux KHG Discussion Pages . Forum: The Linux Kernel Hackers' Guide . Re : Problem creating a new system call . ... When I try to call my new system call, it always returns -1. I then check the error message using perror( ). The error message is always "Bad Address". Could anybody please tell me what can cause a system call to return "Bad Address" error. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/135/2.html -- 2.6 Кб -- 23.03.2000
Похожие документы

12. Magnetic Field Lines
... Magnetic field lines similarly describe the structure of magnetic fields in three dimensions.They are defined as follows. If at any point on such a line we place an ideal compass needle, free to turn in any direction (unlike the usual compass needle, which stays horizontal) then the needle will always point along the field line (drawing below). Field lines converge where the magnetic force is strong , and spread out where it is weak. ... Exploration" home page (index) Glossary . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/EAMAGSPH/wfldline.html -- 5.1 Кб -- 21.12.2007
Похожие документы

13. Data Access Layer to Support Variable Inputs Using C
Next: (Re-)Configurable Data File Writing At UKIRT . ... We needed a layer of software that would dissociate a data column (element) from any particular file. ... The library functions sort the input files by type, locate the required elements in those files and provide access to them in a time-correlated fashion. ... This data access layer is built on the concept of a data ``element''. ... When the input data is opened, the first file of each type is searched for the elements to be accessed. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P2-63/ -- 15.0 Кб -- 11.10.2000
Похожие документы

14. http://zebu.uoregon.edu/1998/es202/distribution.html
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1998/es202/distribution.html -- 4.8 Кб -- 27.01.1998
Похожие документы
Еще в разделе: (Показать все результаты (>415) - zebu.uoregon.edu/ )

15. Procedure
Next: Calling Parameters Up: CALgetPSFmap Previous: CALgetPSFmap Contents . ... Accuracy Level . ... the PSF is constructed using a single bi-dimensional Gaussian fit involving energy dependent parameters which are tabulated in the CCF. This mode is a fastest way to compute the PSF but with a very limited accuracy. ... The analytical expression use to describe the PSF in the low accuracy mode is as follows. where y and z are expressed in pixels units. is the pixel size expressed in mm. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node25.html -- 12.8 Кб -- 20.09.2011
Похожие документы

16. http://www.sai.msu.su/~megera/tips/wdb/p95_dbi-1.90.pl
... POSTQUEL commands ... ); # % row = dbi_nextrow; # dbi_disconnect; # dbi_rowcount( $rows ); # dbi_dateformat( $format ); # #.AUTHOR J. Douglas ... --------------------------------------------------------------------------- package WDB_DatabaseInterface; use Pg; $PGRES_EMPTY_ QUERY = 0 ; # these are from libpq-fe.h $PGRES_COMMAND_OK = 1 ; $PGRES_TUPLES_OK = 2 ; $PGRES_COPY_OUT = 3 ; $PGRES_COPY_IN = 4 ; $PGRES ... RETURNS Dies on error ! ... REMARKS Dies on error ! ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/tips/wdb/p95_dbi-1.90.pl -- 8.9 Кб -- 14.03.2006
Похожие документы
Еще в разделе: (Показать все результаты (>3221) - www.sai.msu.su/ )

17. ASP: Making Your Own Astronomical Camera
Turning the Camera Skyward . A reconfigured camera can take wide-field exposures of astronomical objects (constellations, the Milky Way, zodiacal light, moving artificial satellites, meteor showers, variable stars, etc.) to reveal much fainter objects and structures than seen by naked eye. ... This picture reveals objects more than 2.5 times fainter than can be seen by the naked eye, including not only stars but also the Orion nebula (M42), where new stars are being born. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/50/camera3.html -- 12.8 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1075) - www.astrosociety.org/ )

18. Conference Global Fields
Tsfasman and Vl\u adu\c t defined the set of invariants $\{\phi_q, q \text{ is a prime power, } \mathbb{R} \text{ or }\mathbb{C}\}$ of infinite global fields, but the properties of this sets are still not known. ... In this direction, I will talk about the constructions of infinite global fields having $n$ prescribed non-zero invariants, and of others having $n$ prescribed zero invariants. ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/lifr/conf2007/-name=lebacque.htm -- 3.1 Кб -- 04.07.2007
Похожие документы

19. lsst.tcc: tcc.base.fieldWrapper Namespace Reference
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Namespaces . Classes . ... NamespaceљList . ... All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Macros љ Pages . ... tcc.base.fieldWrapper Namespace Reference . class љ . ... A class that sets the values of a struct-like field. ... Wrapper for a fixed-length array of values, all of the same type. ... defљ . ... Return numVals integers. ... Break a line of whitespace-separated data into individual tokens. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1base_1_1field_wrapper.html -- 27.7 Кб -- 14.09.2015
Похожие документы

20. JavaScript Form Validator Documentation
The Form validation script is distributed free from JavaScript-Coder.com . ... When there are many fields in the form, the JavaScript validation becomes too complex. ... Each field in the form can have 0, 1, or more validations. ... Just after defining your form, Create a form validator object passing the name of the form . ... FORM> . ... You can add any number of validations.The list of validation descriptors are provided at the end of the documentation. ... option value="" selected>[choose yours] . ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/Z-90/scripts/Documentation.html -- 15.5 Кб -- 03.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>348) - hea.iki.rssi.ru/ )

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


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

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

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