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

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

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

1. Examples of editing previous command lines
To list commands from the history list: fc -l 27 34 . This lists commands 27 through 34 from the history list. ... To edit a command from the history list: fc -e emacs 32 . This will start the EMACS editor together with the contents of command number 32. You can then edit the command and exit the editor to run the command. To edit several commands from the history list: fc -e vi 27 35 . ... You can then edit the commands and exit the editor to run the commands. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/ksh_hist5.1.html -- 2.5 Кб -- 17.01.1997
Похожие документы

2. The SM Tutorial - How do I define variables, and how can I use them?
Go to the previous , next section. Scalar variables are defined with the define command. As mentioned above, vectors are defined with the set command. A variable may be a number, or a character string. You may use them in any SM command, by preceding the name of the variable with a $. For example: define 2PI 6.283 set x=1,100 do i = 0, 2, .01 { set x[$i] = $i * $2PI } set i=0, 2 , .01 set x=$2PI*i set y = sin(x) limits x y box define xlab {my signal2 xlabel $xlab ylabel sine . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/smongo/tutorial_5.html -- 2.1 Кб -- 02.10.2012
Похожие документы

3. Model realization and some results
... The perceptron structure, on the basis of which the database is built, is defined by a number of the input and output parameters and a required accuracy. ... The output perceptron data are the expansion coefficients of the scattering matrix elements in series of the generalized spherical functions. ... As the cluster structure depends on the generation conditions the expansion coefficients were averaged over 5--7 realizations of the clusters (for N . ... is the coefficient number. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/A-PERC/PAPER2/node4.html -- 10.8 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>334) - www.astro.spbu.ru/ )

4. Entry points
Next: Context Levels Up: MIDAS Command Language Previous: Interrupting Procedures . ... In MIDAS, the ENTRY command defines entry points for different procedures in the same file. These individual procedures are executed by specifying also their entry point besides the file name in the `@@' command. ... DEFINE/PARAM P1 11 NUMBER "Enter input number: " . DEFINE/MAXPAR 1 ! only one parameter expected . ... DEFINE/PARAM P1 spiral IMA "Enter input image: " . ... DEFINE/LOCAL LOOP/I/1/1 0 . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node46.html -- 7.3 Кб -- 23.02.1996
Похожие документы

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

6. CSPICE Routines: EKNELT_C
... Abstract Return the number of elements in a specified column entry in the current row. ... This routine allows the caller of those routines to determine appropriate loop bounds to use to fetch each column entry in the current row. ... Since DARRAY contains variable-size array elements, we call eknelt_c to determine how many elements to fetch./ selidx = 1; eltidx = 0; nelt = eknelt_c ( selidx, row ); isnull = SPICEFALSE; while ( ( eltidx < nelt ) && ( !isnull ) ) { /. ... Link to routine source . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/eknelt_c.html -- 10.8 Кб -- 17.12.2005
Похожие документы

7. Descriptor index
previous next contents properties index . ... number> . undefined . ... number> , <number> , <number> , <number> . ... uri> . ... normal | ... ultra-expanded ] [, [ normal | ... oblique ] [, [normal | ... small-caps] [,[normal | ... 100 | 200 | ... 900] [, [normal | ... uri> [format( <string> [, <string> ]*)] | font-face-name> ] [, <uri> [format( <string> [, <string> ]*)] | ... urange> [, <urange> ]* . ... urange> ]? [ <number> ]+ [,[ <urange> ]? <number> ]+] . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/descidx.html -- 10.6 Кб -- 12.05.1998
Похожие документы

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

9. Example of an OOF analysis for the GBT Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . Out-Of-Focus (OOF) Holography . The observed beam maps are shown in the first row of the table below. ... The analysis was done in the usual way. ... A sample OOF observed data set (top row) and the results of analysis with increasing number of Zernike polynomials used to parameterise the aperture: . Observed beams . Example of an OOF analysis for the GBT . Observed data and analysis . ... Copyright 2005 -- 2016, Bojan Nikolic feedback welcome ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/oof/gbtexample.html -- 14.1 Кб -- 04.04.2016
Похожие документы

10. Open Source Convention
... SELECT file, title, rank(ts_vec, to_tsquery('create schema')) FROM postgresql_manual WHERE ts_vec @@ to_tsquery('create schema') ORDER BY rank(ts_vec, to_tsquery('create schema')) DESC LIMIT 5; file | title | ... CREATE SCHEMA | ... SELECT file, title, rank('{0, 0, 0.01, 0.99}',ts_vec_tb, to_tsquery('create aggregate')) FROM postgresql_manual WHERE ts_vec_tb @@ to_tsquery('create aggregate') ORDER BY rank('{0, 0, 0.01, 0.99}', ts_vec_tb, to_tsquery('create aggregate')) DESC LIMIT 5; file | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/oscon_tsearch2/rank.html -- 6.9 Кб -- 22.12.2007
Похожие документы

11. Possible Pitfalls
... An error involving a missing tasks parameter indicates that the parameter file may have changed between the last time the task was used and the current version. ... If still in trouble, delete the parameter file in `myiraf/uparm' corresponding to the task (the names are somewhat contrived, but with a bit of imagination it is not too difficult to identify the right one). ... The imcnts task and region masks . ... A region descriptor of the kind: . CIRCLE(403, 403, 22.5) . ... See `help regions'.) ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node22.html -- 8.8 Кб -- 01.10.2012
Похожие документы

12. The Hierarchical Stellar Systems Model Format
Next: Stellar models Up: Introduction Previous: Photometry Contents . In a hierarchical stellar system, the separation between two neighboring stars is always much smaller than the separation of this pair from the next companion in the system, be it another pair or a single star. ... They are also numerically easier to handle than non-hierarchical systems, since each pair can be described with the standard orbital parameters, and each star with a small number of physical parameters. ... System . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node51.html -- 10.2 Кб -- 28.04.2015
Похожие документы

13. Measuring Internet Access
Next: Media Coverage Up: Widening Access Previous: Web-Site Content and Internet Contents . One measure of the success of the Armagh web-site is the annual number of distinct e-Visitors (DeVs), in fact the number of distinct hosts served by the Observatory's web-site. ... For the Observatory's three principal web-sites ( star , climate and arpc65 ), the detailed breakdown of these figures for 2004 is shown in Table 3 (see http://star.arm.ac.uk/stats.html). ... Data Exported . ... 305,000 . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/annrep/annrep2004/node67.html -- 11.2 Кб -- 19.04.2005
Похожие документы

14. 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
Похожие документы
Еще в разделе: (Показать все результаты (>744) - www.apo.nmsu.edu/ )

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

16. ASP Member Change of Address, Phone Number, and Email Address
home membership . SEARCH ASP SITE: Match ALL words Match ANY word . General/ Technical Membership Form for new members . Renewal General/ Technical Membership Form . Gift Membership Form (New & Renewal) . Member Change of Contact Info . ... ASP E-mail Newsletters . ... Membership Number . ... Institution (leave blank if using home address) . Department (leave blank if using home address) . Street Address . ... New Phone . ... Previous Phone . ... home | ... membership | ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/membership/changeinfo.html -- 21.8 Кб -- 01.08.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1104) - www.astrosociety.org/ )

17. Input
Next: Output Up: Calling Parameters Previous: Calling Parameters Contents . ... Real numbers. calc_mode . ... Integer number with value either 0 or 1. n . optional input parameter defining the number of neighbouring entries to be considered for interpolation process. Integer number ( ). Default value is 4, i.e. only the four closest detector positions listed in the CCF extension are used in the 2-dimensional interpolation. Michael Smith 2011-09-20 ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node548.html -- 3.7 Кб -- 20.09.2011
Похожие документы
Еще в разделе: (Показать все результаты (>30057) - xmm.vilspa.esa.es/ )

18. Number of accreting X-ray binaries of selected types
... The numbers of three types of compact binaries containing accreting NSs and BHs, which are most interesting from the point of view of their observational appearances, have been calculated as a function of time: i) X-ray transient source containing a NS in an eccentric orbit around a main sequence Be-star (the observed prototype: A0535+26), ii) BH The evolution of the selected types of X-ray binaries during the first 10 million years after the starburst onset is presented in Fig. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~polar/html/publications/apj/node8.html -- 5.9 Кб -- 21.06.1996
Похожие документы

19. Drift Map
... Number of Strips: This is the total number of strips to be covered for the map. The map size (in declination), is then (Number of strips 1) (Dec step) + (Beam size). If you wish to do a complete map, you must have (Number of strips) = 2 INT[(Dec Offset)/(Dec Step)+0.5] +1 . ... If you wish to do a complete map, you must have (Number of strips) = 2 INT[(Dec Offset)/(Dec Step)+0.5] +1 the declination of your first strip will be ([object Dec] + [Dec Offset]). ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/spectral_line/handbook/node9.html -- 7.5 Кб -- 20.03.2002
Похожие документы

20. MKRMF: Multi-Dimensional Redistribution Matrices
... A response matrix is a discrete representation of a given instrument's response to incoming photons. ... This presentation is a preliminary report on MKRMF, a new tool developed by the Chandra X-ray Science Center (CXC), to calculate RMFs appropriate for the variety of science instruments on-board Chandra (Wise 1998). ... These external redistribution functions are stored using a new FITS format developed by the CXC for encapsulating functions. ... axes file : . ... list file : . ... CXC RMF Format ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P2-57/ -- 17.2 Кб -- 11.10.2000
Похожие документы

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


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

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

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