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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/cats/~satr/c_unix/ex_4.htm.

1. casacore: casa::Conversion Class Reference
... List of all members. typedef unsigned int . ValueFunction (void *to, const void *from, unsigned int nvalues) . ... ByteFunction (void *to, const void *from, unsigned int nbytes) . ... typedef void* casa::Conversion::ByteFunction (void *to, const void *from, unsigned int nbytes) . ... typedef unsigned int casa::Conversion::ValueFunction (void *to, const void *from, unsigned int nvalues) . ... static unsigned int casa::Conversion::bitToBool . ... static unsigned int casa::Conversion::boolToBit . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1Conversion.html -- 24.0 Кб -- 14.02.2011
Похожие документы

2. Примеры. Хрестоматия по программированию на Си в Unix
... 0') { /* Пробелы */ if(isspace(c)) state = SPACE; /* Знаки препинания. Пробелы перед ними игнорируются. */ else if(is(c, Punct )){ switch(state){ case SPACE: if(is(cprev, Punct ) cprev==c c != ')') putc (' ', fp); /* а просто пробелы - игнорировать */ break; case PUNCT : if(is(cprev, PunctS)) putc (' ', fp); break; } putc (cprev = c, fp); /* выводим сам знак */ state = PUNCT ; } else { /* Несколько пробелов сворачиваем в один */ switch(state){ case SPACE: putc (' ', fp); break; case ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/bogatyrev_c_unix/ex_4.shtml -- 6.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/bogatyrev_c_unix/ex_4.shtml -- 6.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/bogatyrev_c_unix/ex_4.shtml -- 6.1 Кб -- 02.10.2012
Похожие документы

3. DUST: nrutil.h Source File
... Files . ... fabs(a) : -fabs(a)) 00045 00046 #if defined(__STDC__) || defined(ANSI) || defined(NRANSI) /* ANSI */ 00047 00048 void nrerror( char error_text[]); 00049 float *vector( long nl, long nh); 00050 int *ivector( long nl, long nh); 00051 unsigned char *cvector( long nl, long nh); 00052 unsigned long *lvector( long nl, long nh); 00053 double *dvector( long nl, long nh); 00054 float **matrix( long nrl, Generated on Fri Jul 11 07:32:07 2008 for DUST by 1.5.5 ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/nrutil_8h-source.html -- 14.6 Кб -- 11.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>1137) - www.mrao.cam.ac.uk/ )

4. Stellarium: Member List
... ClassљList . ... ClassљMembers . CCD Member List . This is the complete list of members for CCD , including all inherited members. CCD () (defined in CCD ) . ... CCD (const QObject &other) (defined in CCD ) . ... chipHeight () const (defined in CCD ) . ... chipWidth () const (defined in CCD ) . ... getActualFOVx (Telescope *telescope, Lens *lens) const . ... getActualFOVy (Telescope *telescope, Lens *lens) const (defined in CCD ) . ... setChipHeight (double height) (defined in CCD ) . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classCCD-members.html -- 10.3 Кб -- 28.02.2014
Похожие документы

5. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/glossary.htm
... Binary large object. ... CGI is a popular interface used to create server-based web applications with languages such as Perl or C. A web browser, such as Netscape Navigator. ... Core JavaScript contains a core set of objects, such as Array , Date , and Math , and a core set of language elements such as operators, control structures, and statements. ... A JavaScript primitive value is a member of one of the following types: undefined , null , Boolean , number , or string . ... World Wide Web . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/glossary.htm -- 8.8 Кб -- 07.10.1999
Похожие документы

6. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/fixes_312E/xos2
define os2_width 64 #define os2_height 60 static unsigned char os2_bits[] = { 0xa2, 0xdd, 0x23, 0x22 , 0x22 , 0x22 , 0x22 , 0x22 , 0xc8, 0x00 , 0x8e, 0x88 , 0x88 , 0x88 , 0x88 , 0x88 , 0x32, 0x00 , 0x28, 0x22 , 0x22 , 0x22 , 0x22 , 0x22 , 0x18, 0x00 , 0xb0, 0x88 , 0x88 , 0xc8, 0x7f, 0x88 , 0x0a, 0x00 , 0x20 , 0x22 , 0x22 , 0x32, 0x80 , 0x21, ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/fixes_312E/xos2 -- 4.0 Кб -- 19.06.1996
Похожие документы

7. Macro (ImageJ API)
... Class . ... If a command started using run(name, options) is running, and the current thread is the same thread, returns the options string, otherwise, returns null. static java.lang.String . ... Define a set of Macro options for the current Thread. public static void setOptions (java.lang.Thread thread, java.lang.String options) . Define a set of Macro options for a Thread. public static java.lang.String getValue (java.lang.String options, java.lang.String key, java.lang.String defaultValue) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/Macro.html -- 17.3 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>342) - www.astro.louisville.edu/ )

8. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы

9. Sfit Control Language: Classified Listing
... spectrum . ... sfit . ... define >macro_name< : define a macro . ... meth_range <w1> <w2>: Set wavelength range for fit . data_spectrum <name> : data in "spectrum" format . ... data_sigma <sigma> : define mean standard error in data . ... data_line_set | ... NB: synth uses multiple calls to spectrum , so various Spectrum commands may also be required. synth : find optimum fit by adjusting abundances, v turb , v sin i , and v rad . ... save <fit> : Save the spectrum and best fit from synth . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/scl_classified.html -- 12.8 Кб -- 18.08.2010
Похожие документы
Еще в разделе: (Показать все результаты (>1083) - star.arm.ac.uk/ )

10. To define the 'region'
. 1. Move the cursor to the start of the text block you want to define. 2. Type M-space (the META character followed by a space). This sets a 'mark' at the start of the 'region'. 3. Move the cursor to the end of the text block you want to define as the 'region'. This sets the 'point' at the end of the 'region'. You do not have to type anything to set this 'point', the 'point' is the location of the cursor.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/emacs/ue_def_region.html -- 2.1 Кб -- 17.01.1997
Похожие документы

11. *plcreate* -- Defining a Region
Next: *pllist* - Look at Up: Regions and Source Parameters Previous: Regions and Source Parameters . ... cl> xray xr> ximages xi> plcreate region description: c 6930 9390 240 reference image file or 2 dims for mask: xdata$rp110590.qp output mask data file [root.pl]: rp110590 # =rp110590.pl file . ... xi> plcreate region descriptor: saoimage # default output file from SAOimage reference image file or 2 dims for mask: xdata$rp110590.qp output mask data file [root.pl]: rp110590 # =rp110590.pl file . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node90.html -- 6.5 Кб -- 01.10.2012
Похожие документы

12. Code Listings
... include config.h #include menus.h #include app .h static void nothing_cb ( GtkWidget * widget, gpointer data ); static void new_ app _cb( GtkWidget * widget, gpointer data ); static void close_cb ( GtkWidget * widget, gpointer data ); static void exit_cb ( GtkWidget * widget, gpointer data ); static void about_cb ( GTK_WINDOW(app)); } static void new_app_cb(GtkWidget* widget, gpointer data) { GtkWidget* app; app = hello_app_new(_("Hello, World!" ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/listing.html -- 17.2 Кб -- 12.07.2000
Похожие документы

13. The Millennium that Defines Universe
Astronomy Picture of the Day . ... 1.01.2001 . ... During millennium two , humanity continually redefined its concept of "Universe": first as spheres centered on the Earth , in mid-millennium as the Solar System , a few centuries ago as the Galaxy , and within the last century as the matter emanating from the Big Bang . ... 2001 2002 . ... NASA Web Site Statements, Warnings, and Disclaimers . ... Publications with keywords: universe - millennium . Publications with words: universe - millennium . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2001-01-01 -- 14.4 Кб -- 31.12.2000
Похожие документы

14. APOD: 2012 August 21 - DNA: The Molecule that Defines You
... 2012 August 21 . DNA: The Molecule that Defines You . ... This molecule, called DNA , spans about two meters stretched out but is coiled into every cell in your body. The many copies of DNA that compose you were all copied from one single cell, and your body is continually making new copies. ... No one knows if DNA-like molecules will also define life that originates outside of Earth. ... About APOD | ... NASA Official: Phillip Newman Specific rights apply . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/apod/ap120821.html -- 5.2 Кб -- 03.02.2013
Похожие документы

15. Signs Constellations Of The Zodiac - an Astronomy Net Article
Signs Constellations Of The Zodiac . Articles | ... The band of the zodiac is some sixteen degrees wide, extending about eight degrees north and south of what's called the ecliptic -- the Sun's path through the stars. ... Since that time, the March equinox Sun has shifted about thirty degrees westward through the constellations of the zodiac. ... While signs neatly extend eight degrees north and south of the ecliptic, aligning with the borders of the zodiac, constellations do no such thing. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/articles/22/ -- 15.8 Кб -- 09.04.2016
Похожие документы

16. ingest general calibrations
... How to ingest general/static calibration files . How to change names of already ingested calibration files . General or static calibration files are usually delivered together with a pipeline installation. ... For safety: copy all general/static calibration files into e.g. $DFO_CAL_DIR/gen_newnames and work there . ... Fix header keywords : use modhead and/or replacekey and verify with dfits . ... Hint when using modhead . ... Rename : use renameProducts to create new names . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ingest_gencal.html -- 5.9 Кб -- 09.11.2011
Похожие документы

17. http://www.naic.edu/~phil/hardware/pdev/fpga/gx/sp/src/sp.vh
/gx/sp/src/sp.vh $ // $Id: sp.vh 1021 2007-09-17 17:22:47Z jeff $ `timescale 1ns / 1ps // Diagnostic bus register interface // ` define CREG_ARSEL 16'd0 ` define CREG_AISEL 16'd1 ` define CREG_BRSEL 16'd2 ` define CREG_BISEL 16'd3 ` define CREG_ARNEG 16'd4 ` define CREG_AINEG 16'd5 ` define CREG_BRNEG 16'd6 ` define CREG_BINEG 16'd7 ` define CREG_LEN 16'd12 ` define CREG_DIAG 16'd13 ` define CREG_PSHIFT 16'd14 ` ... N_BIGACC must be defined if N_ACC is greater than N_MUL. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/pdev/fpga/gx/sp/src/sp.vh -- 6.5 Кб -- 26.06.2008
Похожие документы

18. Tomography
... The defining location and structure of airglow needs tomographic processing of data of photometric measurements. ... Both observed function of column brightness and volume emission rate function of airglow may be expanded in a Fourier series. ... There are developed software and made numerical simulation for tomographic data processing. ... In this case airglow has gaussian profiles on both coordinates altitude and latitude. ... Total number of simulated observations is 320. Fig. ...
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/~kono/atomo.html -- 5.0 Кб -- 15.02.2000
Похожие документы

19. Gostpm.c
... void add_randomize(const void *buf, size_t len); /*+ Добавить "случайности" из независимого источника +*/ . ... void rand_buf(unsigned int id, void *buf, size_t len); /*+ Выработать len байт псевдослучайных чисел +*/ . ... static void __inline__ _gamma(unsigned int id, unsigned int *d1, unsigned int *d2); /*+ Выработка гаммы +*/ . ... unsigned char b[2*sizeof(unsigned int)]; . ... static void __inline__ _gamma(unsigned int id, . ... len--; . ... void rand_buf(unsigned int id, void *buf, size_t len) ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~leo/gostpm.c.html -- 30.4 Кб -- 13.03.1999
Похожие документы

20. Apache suEXEC Support
... From the top-level of the Apache source tree, type: cd support [ENTER] . ... From support/suexec.h /* * HTTPD_USER -- Define as the username under which Apache normally * runs. ... See the suEXEC documentation for more detailed * information. */ #define USERDIR_SUFFIX "public_html" /* * LOG_EXEC -- Define this as a filename if you want all suEXEC * transactions and errors logged for auditing and * debugging purposes. */ #define LOG_EXEC "/usr/local/apache/logs/cgi.log" /* Need me? ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/suexec_1_2.html -- 8.3 Кб -- 15.10.2001
Похожие документы

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


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

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

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