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

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

Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_22_11_3.html.

1. header.h
. Next: Makefile Up: Modular Example Previous: WriteMyString.c . /* * header.h */ #define MY_STRING "Hello World" void WriteMyString(); . Dave.Marshall@cm.cf.ac.uk . Wed Sep 14 10:06:31 BST 1994
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_22_11_3.html -- 2.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_22_11_3.html -- 2.0 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_22_11_3.html -- 2.0 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>937) - jet.sao.ru/ )

2. casacore: casa/OS/Timer.h Source File
... Files . ... File List . File Members . casa . ... National Radio Astronomy Observatory 00023 //# 520 Edgemont Road 00024 //# Charlottesville, VA 22903-2475 USA 00025 //# 00026 //# $Id: Timer.h 20734 2009-09-28 23:44:40Z Malte.Marquarding $ 00027 00028 #ifndef CASA _TIMER_H 00029 #define CASA _TIMER_H 00030 00031 00032 #include casa /aips.h 00033 #include sys/types.h 00034 00035 //# Forward declarations 00036 #include casa /iosfwd.h 00037 00038 #if defined (DOS) || ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/Timer_8h_source.html -- 28.6 Кб -- 14.02.2011
Похожие документы

3. Dynamic HTML in Communicator
... The previous example, Chapter 12, "Expanding Colored Squares Example," illustrates how to expand and contract the clipping region of a layer without changing the wrapping width of the layer. This example illustrates how to capture mouse events so that the user can make a layer's wrapping width wider or narrower by dragging the mouse. ... how to capture mouse events for a layer . how to change the wrapping width of a layer by using the load() function . ... Capturing Events for the Layer . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers38.htm -- 11.3 Кб -- 13.08.1997
Похожие документы

4. Example
Next: Graphic and Image Up: Table File System Previous: Table Format Files . As an example of use of the table file system, we here describe the tutorial procedure executed via the TUTORIAL/TABLE command. ... The format of the catalogue is defined in the file ugc.fmt as follows: DEFINE/FIELD 9 20 R G11.6 :RA "HOUR" DEFINE/FIELD 21 32 R G11.6 :DEC "DEGREE" DEFINE/FIELD 33 44 R G11.6 :DB "ARC.MIN." ... PLOT/TABLE ugc :DR :DB ! ... SELECT/TAB ugc :BT.LT.13.5 ! ... PLOT/TAB ugc :BT :RV ! ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node68.html -- 5.1 Кб -- 23.02.1996
Похожие документы

5. http://www.stsci.edu/ftp/software/tex/posters/poster.patch558
... ** *** 539,544 **** --- 561,568 ---- return; } if (strncmp(p, papersize , 9) == 0) + return ; + if (strncmp(p, poster , 6)==0) return ; #ifdef TPIC if (strncmp(p, pn , 3) == 0) {setPenSize(p+2); return;} *** dvips.c.orig Sat Sep 10 21:00:02 1994 --- dvips.c Mon Sep 19 13:49:38 1994 *************** *** 16,25 **** --- 16,27 ---- /* and put in GNU_CC:[ INCLUDE .LOCAL] */ # include ctype.h # ... exit(0) ; /*NOTREACHED*/ } #ifdef VMS #include "[]vmscli.c" --- 1122,1133 ---- #endif } #endif !...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/software/tex/posters/poster.patch558 -- 14.3 Кб -- 19.09.1994
Похожие документы

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

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

8. ASP: Contents, Sep/Oct 1994
home publications > mercury . SEARCH ASP SITE: Match ALL words Match ANY word . ... ASP Conference Series . ... IAU Publications . ... Publications of the ASP (PASP) . ... Astronomy Beat . ... Mercury Magazine Contents . ... September/October 1994 . ... The Roots of Astrology , by Michael M. De Robertis and Paul A. Delaney . ... The standard response -- adding science education -- isn't enough. ... Starting virtually from scratch, astronomy proponents are building an astronomy education program. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/pubs/mercury/9405/contents.html -- 21.6 Кб -- 20.04.2012
Похожие документы
Еще в разделе: (Показать все результаты (>544) - www.astrosociety.org/ )

9. OptInt PmWiki : PmWiki / Wiki Style Examples
OptInt PmWiki : Pm Wiki / Wiki Style Examples . Wiki styles | ... PmWiki uses WikiStyles for styling text with color and other attributes. PmWiki 2.0 introduced the ability to control the styling further and to even place styles on blocks. ... In addition, an author can define a style "shortcut" by using the define= property. For example, to define a style of %red% , one can use: . define=mystyle color=red% Here is some %mystyle% red text created using a style shortcut. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/WikiStyleExamples?action=print -- 19.5 Кб -- 01.03.2014
Похожие документы

10. Defining the spatial area with a region file
. XMM-Newton Science Analysis System . etimeget (especget-1.27.7) [???] . Meta Index / Home Page / Time series binning / Examples . etimeget filestem=myagn srcexp="(region(src.reg,X,Y))" . backexp="(region(bck.reg,X,Y))" . table=P0129360201M1S004MIEVLI0000.FIT:EVENTS . A region file (e.g. created by the command regions or ds9 ) may be used to specify the spatial selection. XMM-Newton SOC/SSC -- 2008-10-24
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/etimeget/node12.html -- 3.5 Кб -- 24.10.2008
Похожие документы
Еще в разделе: (Показать все результаты (>6892) - xmm.vilspa.esa.es/ )

11. Index of /stp/data/Images_of_Magnetograms/PET/PET1994/1994_12
... 30-Sep-2014 15:16 . 8.5M . ... Apache/2.2.3 (CentOS) Server at www.wdcb.ru Port 80 ...
[ Сохраненная копия ]  Ссылки http://www.wdcb.ru/stp/data/Images_of_Magnetograms/PET/PET1994/1994_12/ -- 22.2 Кб -- 10.04.2016
Похожие документы

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

13. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm
... The Boolean object is an object wrapper for a boolean value. ... JavaScript 1.3: added toSource method . ... If value is omitted or is 0, -0, null, false, NaN , undefined, or the empty string ( "" ), the object has an initial value of false. All other values, including any object or the string "false" , create an object with an initial value of true. ... For Boolean objects and values, the built-in toString method returns the string "true" or "false" depending on the value of the boolean object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm -- 16.3 Кб -- 07.10.1999
Похожие документы

14. lte-codes: sterne model atmospheres
lte-codes . Sterne . ... In 2006, Behara and Jeffery introduced a new file format for the model atmospheres produced by STERNE and used by SPECTRUM and SFIT. ... allow depth-dependent descriptions of composition, and . ... model.lambda_ref <lambda ref > . ... abundance < elem > < abund > . ... structure.abundance < elem > : ( needs N depth ) . ab elem,1 , ab elem,2 , ..., ab elem,Ndepth > . ... structure.tau_ref : ( needs N depth ) . ... structure.opac_ref : ( needs N depth ) . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/help_stn_model.html -- 8.6 Кб -- 15.09.2006
Похожие документы

15. Stellarium: TextUserInterface Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ... TextUserInterface Class Reference . ... voidљ . setTuiMenuActive (bool tActive) . Show/hide the TUI menu. ... virtual voidљ . ... Update the module with respect to the time. ... virtual boolљ . ... virtual void TextUserInterface::draw . ... virtual void TextUserInterface::handleKeys . ... virtual void TextUserInterface::init . ... Loads the module's configuration from the config file. void TextUserInterface::setTuiDateTime . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classTextUserInterface.html -- 31.0 Кб -- 28.02.2014
Похожие документы

16. Further Information and Bibliography
The Network Time Protocol (NTP) is used to synchronize the time of a computer client or server to another server or reference time source, such as a radio or satellite receiver or modem. ... Information on the NTP architecture, protocol and algorithms can be found in the following articles and reports, which are available online . Mills, D.L. Internet time synchronization: the Network Time Protocol. ... Mills, D.L. Network Time Protocol (Version 3) specification, implementation and analysis. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/biblio.html -- 10.0 Кб -- 21.12.2007
Похожие документы

17. http://xray.sai.msu.ru/~ivan/gmt/man/grdmask.html
... The nodes defined by the specified region and lattice spacing will be set equal to one of three possible values depending on whether the node is outside, on the polygon perimeter, or inside the polygon. ... The xy-files simply represent data point locations and the mask is set to the inside or outside value depending on whether a node is within a maximum distance from the nearest data point. ... Default is grid registration]. ... S Set nodes depending on their distance from the nearest data point. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/grdmask.html -- 5.4 Кб -- 19.03.1999
Похожие документы

18. Cosmic rays [Oulu]
... The high energy particles (mainly protons and alpha particles) found in the interplanetary space constitute what is called cosmic rays. ... galactic cosmic rays (GCR) originating far outside our solar system . ... anomalous cosmic rays" (ACR) originating from the interstellar space beyond the heliopause . ... The anomalous cosmic rays are most likely produced by neutral atoms in the interstellar space, which . ... The anomalous cosmic rays differ from others by their composition. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/SPPHTEXT/crays.html -- 6.5 Кб -- 13.05.2001
Похожие документы

19. WIP -- An Interactive Graphics Software Package
... WIP is an interactive package with a simple to use interface designed to produce high quality graphical output. WIP was developed as part of the Berkeley-Illinois-Maryland Association (BIMA) project and is available via anonymous ftp. ... Included in the WIP distribution is a complete manual which contains several sample figures with associated commands, a frequently asked questions section, and a descriptive listing of all available commands. ... Figure illustrates WIP's ability to handle images. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/morganj.html -- 11.8 Кб -- 03.11.2000
Похожие документы

20. NIST Spetial Publication 500-220. Guide on Open System Environment
NIST Spetial Publication 500-220 . Guide on Open System Environment (OSE) Procurements . ... An Open System Environment encompasses the functionality needed to provide interoperability, portability, and scalability of computerized applications across networks of heterogeneous, multi-vendor hardware/software/communications platforms. ... The Open System Environment concept has become ubiquitous throughout both the public and private sectors. ... ACQUIRING AN OPEN SYSTEM ENVIRONMENT 11 . ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/rus/casr/os/3_8/6.htm -- 13.2 Кб -- 21.03.2016
Похожие документы

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


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

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

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