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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/smongo/tutorial_5.html.

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. SM - String Variables
... DEFINE name value . ... DEFINE name READ i . ... The fact that variables are simply strings can be used to build complex commands; consider for example the macro readem # read multiple lines columns with names in row 1 READ ROW names 1.s DEFINE rc <$(names[(0)]) 1> DO i=2,DIMEN(names) { DEFINE rc <$rc $(names[($i - 1)]) $i> } LINES 2 0 READ < $rc > which reads the names of a set of columns from line 1, builds a command to read the data in the variable rc , and then reads all the data in one command....
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/smongo/sm_5.html -- 11.5 Кб -- 02.10.2012
Похожие документы

3. Conditional Statements, Branching
Next: Special Functions Up: MIDAS Command Language Previous: Local Keywords . As in FORTRAN 77 any of the following forms of the IF statement may be used: IF log_exp command ! ... If we do WRITE/KEYWORD INPUTC beer . ... N "Enter number: " . ... WRITE/KEYWORD INPUTC NONE ! ... WRITE/KEYWORD INPUTC YES !indicate, that INPUTI holds a valid number . ... Since, in the ELSE branch we know that parameter P6 is given, the default value " + " itself is never tested against the interval [22,1024]. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node43.html -- 9.8 Кб -- 23.02.1996
Похожие документы

4. http://www.eso.org/projects/dfs/team/QA-code-review-form.doc
... Readability |Check number: 1 | Description: Header existence for each |Evaluation (always/often/sometimes/| |source file and for each method, class, |never) : | ... Description: Naming conventions existence |Evaluation (always/often/sometimes/| |(variables start with lowercase, then |never) : | ... limited and commented |(always/often/sometimes/ | ... Description: Error message are formated : when an|Evaluation | error or an exception is raised, report the |(always/often/sometimes/ | ...
[ Текст ]  Ссылки http://www.eso.org/projects/dfs/team/QA-code-review-form.doc -- 128.5 Кб -- 29.09.2003
Похожие документы

5. The C Preprocessor
... Preprocessor Compiler Control . ... This directive includes a file into code. ... include <file> or #include ``file'' . ... As another example if running program on MSDOS machine we want to include file msdos.h otherwise a default.h file. ... This is most often used with programs that translate other languages to C. For example, error messages produced by the C compiler can reference the file name and line numbers of the original source files instead of the intermediate C (translated) source files. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
Похожие документы

6. OptInt PmWiki : PmWiki / Url Approvals
OptInt PmWiki : Pm Wiki / Url Approvals . ... This page explains how to discourage "link spamming" on your wiki site using PmWiki's urlapprove.php script. ... allowing you to limit the number of unapproved links that may be added to a page. ... page. You can limit the number of unapproved links per page. ... To see what link is to be approved without editing the page a tool tip can be displayed when the cursor hovers over the (approve links) link that displays the URL. e.g. Example . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/UrlApprovals?action=print -- 16.2 Кб -- 01.03.2014
Похожие документы

7. http://zebu.uoregon.edu/1998/es202/distribution.html
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1998/es202/distribution.html -- 4.8 Кб -- 27.01.1998
Похожие документы

8. Examples of setting vi options permanently
To set a number of options place the set commands in the file .exrc . set ic set number set sh=/usr/local/bin/Tcsh set wm=5 . This sets vi to: . ignore the case of characters in searches . display line numbers . use the TC shell to execute UNIX commands . ... Options can also be set using the environment variable EXINIT. setenv EXINIT 'set ic number sh=/usr/local/bin/Tcsh wm=5' . For the C and TC shell user, this sets the same options as in the example above. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/examples/vi6.html -- 2.5 Кб -- 17.01.1997
Похожие документы

9. Functions
... Functions are one of the fundamental building blocks in JavaScript. ... The return statement specifies the value returned by the function. return number * number All parameters are passed to functions by value ; the value is passed to the function, but if the function changes the value of the parameter, this change is not reflected globally or in the calling function. ... return 1 . ... The two "parse" functions, parseInt and parseFloat , return a numeric value when given a string as an argument. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/fcns.htm -- 16.0 Кб -- 07.10.1999
Похожие документы

10. Marker Analysis Routines in SAOtng
As described elsewhere, each file type known to SAOtng can have user-defined analysis commands associated with it. ... A help line describing the file types . ... If more than one marker analysis file is supplied to SAOtng via the -manalysis command switch (or the SAOTNG_MANAL environment variable), then the user can specify how to present marker analysis routines in the marker analysis menu using the -analformat command line option (or the SAOTNG_ANALFORMAT environment variable). ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/manalysis.html -- 4.3 Кб -- 01.10.2012
Похожие документы

11. Access Control Options
xntpd implements a general purpose address-and-mask based restriction list. ... The restriction facility was implemented in conformance with the access policies for the original NSFnet backbone time servers. ... Ignore all packets from hosts which match this entry. ... Default restriction list entries, with the flags ignore, ntpport , for each of the local host's interface addresses are inserted into the table at startup to prevent the server from attempting to synchronize to its own time. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/accopt.html -- 7.4 Кб -- 21.12.2007
Похожие документы

12. http://www.wdcb.ru/stp/data/solar.act/sunspot/sunspot.txt
RELATIVE SUNSPOT NUMBERS Description of Data from SGD Explanation of Data Reports: Relative Sunspot Numbers -- The relative sunspot number is an index of the activity of the entire visible disk of the Sun. ... The provisional daily Zurich relative sunspot numbers, Rz, were based upon observations made at Zurich and its two branch stations in Arosa and Locarno and communicated by M. Waldmeier of the Swiss Federal Observatory. ... This indicates the uncertainty above and below the predicted number. ...
[ Сохраненная копия ]  Ссылки http://www.wdcb.ru/stp/data/solar.act/sunspot/sunspot.txt -- 5.2 Кб -- 18.01.2010
Похожие документы
Еще в разделе: (Показать все результаты (>90) - www.wdcb.ru/ )

13. SCL Sfit Genetic Commands
... sfit . ... commands . scl . ... Define parameters for controlling performance of genetic algorithm . ... generations . The maximum number of generations the program will go through, before stopping, if the solution is not within the given tolerance. 10 . ... The number of parents randomly generated in the first generation, and in each subsequent generation. 50 . ... This is multiplied by the number of parameters being varied to give the total string length for each parent. 16 . ... elitism . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/scl_gen.html -- 7.9 Кб -- 30.08.2007
Похожие документы

14. Specifications
... This function can also be used for particular types of subtypes or kinds: KIND (0) integer KIND (0.0) floating point number KIND (.FALSE.) logical variable KIND ("A") string of characters There is an intrinsic function SELECTED_REAL_KIND , which returns the kind of the type REAL that has a representation with (at least) the precision and the exponential range requested. ... With the choice SELECTED_INT_KIND (5) all integers between (but not including the limits) -100 000 and +100 000 are permitted. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c2.html -- 7.8 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c2.html -- 7.8 Кб -- 17.02.1996
Похожие документы

15. User-defined energy grid
... The performance of the task is directly proportional to the number of bins in the energy grid (ie the number of rows of the matrix), while the scientific accuracy of the results of using the matrix improves (to the limit of the energy resolution of the instrument) the more rows there are in the matrix. ... A user-defined grid can at present be only such that the grid points are evenly distributed across the energy range. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/rmfgen/node13.html -- 4.8 Кб -- 02.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>13989) - xmm.vilspa.esa.es/ )

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

17. Descriptors and Apache
A descriptor , also commonly called a file handle is an object that a program uses to read or write an open file, or open network socket, or a variety of other devices. ... The operating system enforces a limit on the number of descriptors that a program can have open at a time. ... One is a kernel limitation, depending on your operating system you will either be able to tune the number of descriptors available to higher numbers (this is frequently called FD_SETSIZE ). ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/misc/descriptors.html -- 10.3 Кб -- 01.08.2003
Похожие документы

18. Guider Mechanical Commands
... PISTON piston . ... this command is not used by the TCC The guide camera mechanical controller sets the filter, focus and other mechanical functions, but not the position of the guide camera in the focal plane. Positioning, if available, is handled by one or two guider position axes controllers , one per axis of motion. ... Notifies the controller that subsequent commands apply to the guider mechanical controller. ... Sets the piston of the guider to the specified value (in decimal microns). ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/HardwareControllers/GuiderMechCommands.html -- 5.9 Кб -- 14.03.1995
Похожие документы

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

20. Quicksand As Black Hole Model? - an Astronomy Net Blackholes Forum Message
Blackholes Forum Message . ... Quicksand As Black Hole Model? ... For the hole to be black it must have a fuzzy edge i.e. something one is sinking into (like a black hole is like quicksand that you discover by sinking partly into it?) ... A number of oranges "probes" what it is to be an orange so "black hole" = "number" you might suppose. ... The rest of their body not in the quicksand (i.e. not in the black hole) equates to the "collection of anti-matter near the blackhole"? ... www.astronomy.net . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/blackholes/messages/6651.shtml -- 16.7 Кб -- 09.04.2016
Похожие документы

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


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

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

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