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

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

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

1. Time Functions
... Basic time functions . ... Example 2: Set a random number seed . ... Uses of time functions include: . ... time_t time(time_t *tloc) -- returns the time since 00:00:00 GMT, Jan. 1, 1970 , measured in seconds. ... timer.c */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1,t2; (void) time(&t1); for (i=1;i<=300;++i) printf(``%d %d %d n'',i, i*i, i*i*i); (void) time(&t2); printf(`` n Time to do 300 squares and cubes= %d seconds n'', (int) t2-t1); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы

2. Increasing number of files in system
... Forum: The Linux Kernel Hackers' Guide . ... Keywords: kernel tuning, file handles, Bus error . ... Increasing number of open file handles in kernel. I have successfully increased the number of files on my system (Linux 2.0.30) by editing the following file: . ... I also increased NR_INODE to 5000, and NR_FILE to 4096. I then rebuilt the Kernel (and modules for good measure) and installed the new image. ... Increasing number of open files parameter by Simon Cooper . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/59/2.html -- 3.5 Кб -- 23.03.2000
Похожие документы

3. Graphical User Interface Example (3)
This third example shows how a Ggi plot window can be used. ... Or you can add a menu which enables the user to choose the graph's colour. The next example shows how cursor interaction can be added to the plot field. /* example3.c -XT */ #define NPTS 100 # include stddef.h # include math.h # include gipsyc.h # include cmain.h # include init.h # include finis.h # include userfio.h # include pgplot.h # include ggi.h static float a=1.0, b=1.0; ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/pguide/gui-example3.html -- 6.7 Кб -- 17.01.2009
Похожие документы

4. Atomic data for Stellar Atmospheres: lte_lines
For calculating model spectra of early-type helium stars in LTE, we maintain a database of atomic data for, mostly, blue-visual absorption lines of light elements. The data is sorted with one file for each ion. ... III = ++ . ... It will work on both complete linelists (including the atomic data at the start and references at the end) or raw ion files (such as Ni2.d). ... A Fortran utility to convert linelists downloaded from the Vienna Atomic Line Database into the new QUB format. synspec_qub . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/lines/lte/html/lines.lte.html -- 10.4 Кб -- 15.11.2001
Похожие документы
Еще в разделе: (Показать все результаты (>2913) - star.arm.ac.uk/ )

5. Ordered Lists
... Content Model: Optional list header (LH), followed by one or more list items (LI) . An ordered list typically is a numbered list of items. ... The numbering style is left to associated style sheets, e.g. whether nested lists contribute to a compound item number, e.g. "3.1.5", or whether numbers are rendered as arabic, upper or lower case roman numerals or using the numbering scheme appropriate to the language context. ... CLASS . ... The CLEAR attribute allows you to move down unconditionally: . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/seqlists.html -- 5.3 Кб -- 19.12.1996
Похожие документы

6. Long description of example illustrating floating without clear
This diagram illustrates the effects of floating a box ("inner") and how its "sibling" flows alongside it. ... Since the "inner" box has been floated to the right, all other text flows around it, including that of the "sibling" box (on lines 1 through 5). ... Vertical bars represent the left edge of the floated box. The lines, as they appear in the image, contain: 1 Beginning of body contents. ... Inner 3 Sibling contents. ... contents. 4 of outer contents. ... Inner contents" is blue. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/flow-clear-desc.html -- 2.3 Кб -- 01.05.1998
Похожие документы

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

8. Symbolic matrix processor
MATSYM - symbolic matrix processor . ... To use the program you will need a MAT file (liked CIR file: "User manual for CIRSYM program") of your system. ... In first string of MAT file enter any text you want to be the title of your system. ... Starting from string 2 (if is not comments - "*") enter the system element name, incident row and column and, optionally, its value. ... To generate a solution, run MATSYM.exe and enter "system_file_name.CIR" or click on the "ENTER" (in "MAT" case). ...
[ Сохраненная копия ]  Ссылки http://astrometric.sai.msu.ru/~symbol/matsym.html -- 3.9 Кб -- 06.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>19) - astrometric.sai.msu.ru/ )

9. Spatial Region Boundaries
Describes how spatial region boundaries are handled. The golden rule for spatial region filtering was first enunciated by Leon VanSpeybroeck in 1986: . ... With this in mind, the rules for determining whether a boundary image pixel or table row are assigned to a region are defined below. For image filtering, pixels whose center is inside the boundary are included. ... That is, an row is inside the boundary without regard to its integerized pixel value. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/regbounds.html -- 7.3 Кб -- 01.10.2012
Похожие документы

10. Let Me Be More Clear - an Astronomy Net Exploration Forum Message
Astronomy Discussion Forums . ... Let Me Be More Clear . ... Post Message | ... However, if I have identified it, how do I know this 'thing' is something that exists versus only thought of as existing? ... However, by me identifying 'red' as 1 (i.e., as I originally did), I am assuming that there is 'red' as something that exists. ... www.astronomy.net . ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/exploration/messages/19.shtml -- 18.8 Кб -- 09.04.2016
Похожие документы

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

12. ASP: Project ASTRO History & Evolution
Since 1994, the Astronomical Society of the Pacific's (ASP) highly successful national Project ASTRO? program has been providing opportunities for professional and amateur astronomers to contribute to science education in their local communities. ... The original "classic" Project ASTRO educator-astronomer partners found tremendous interest in what they were doing among the families of their students, and thus Family ASTRO was born to continue at home what was begun in the classroom. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/astro/about/astroinfo.html -- 10.7 Кб -- 02.10.2012
Похожие документы

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. XV-MULTI
. Russian Version [ MS-Win ] . [ News ] . [ Satellite data ] . [ SMIS ] . [ ] . The program processes multi-band images to detect homogeneous areas and perform image classification. It includes a number of segmentation algorithms. The classification can be performed using various methods - nearest neighbor, normalized distance, estimate calculation. Demo version . Price . Back to SMIS Home Page .
[ Сохраненная копия ]  Ссылки http://smis.iki.rssi.ru/inform/engl/soft/e_multi.htm -- 3.2 Кб -- 13.03.1997
Похожие документы

15. Раннее обучение английскому языку. Мои первые слова - Ирина Френк - Ирина Френк
... Данная книга поможет вашему ребенку сделать первые шаги в изучении английских слов. ... The Number Game is an easy and effective way of introducing students to the world of numbers. The Teacher's Guide included contains suggestions for a variety of games and language activities to play time and time again. 100 cards with the numbers in written and digit format 36 bingo cards Teacher's Guide Размер карт с числами: 9 см х 6,5 см. ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku8715.html -- 23.9 Кб -- 14.02.2016
Похожие документы

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

17. http://www.atmob.org/about/observing/awards/files/open_cluster_instructions_2011-02-01.pdf
ATMoB "Open Cluster Observing Award " Guidelines Purpose: To promote observing among the membership of the Amateur Telescope Makers of Boston through participation in the Open Clusters Observing Awards program. Introduction: This awards program is oriented towards visually observing open clusters above magnitude 9.9. ... It turns out that a very unprejudiced and convenient method to dermine the limiting magnitude is to count the number of visible stars in certain areas on the sky. ...
[ Текст ]  Ссылки http://www.atmob.org/about/observing/awards/files/open_cluster_instructions_2011-02-01.pdf -- 22.9 Кб -- 21.02.2011
Похожие документы

18. http://hea.iki.rssi.ru/integral06/culture
... The cost of each tour will be 12 EUR. ... The cost of this tour is 10 EUR per person.<br> </ol> --> <!-- p>In the form below there are 3 separate windows for a bus tour. ... You can pay for the tickets at the registration desk at IKI after arrival to Moscow . /p -- !-- p To assist you in arranging your spare time while in Moscow we've prepared a set of a href= index.php?page=links usefull links /a that will guide you through the cultural ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/integral06/culture -- 7.2 Кб -- 21.03.2007
Похожие документы
Еще в разделе: (Показать все результаты (>866) - hea.iki.rssi.ru/ )

19. Correlator Products
Next: Mission Operations Data Transfer . ... VLBI Tape Management . VLBI Tapes . ... When: As soon as the correlator is satisfied with the correlator output. back to top . ... What: Each correlator will maintain a data base including the status of all VLBI tapes under its control. ... The correlators will distribute tapes to mission elements based on the Observation Summary File produced by the RSOG ( Observation Summary File ) to ensure each element has enough tapes to support SVLBI observations. ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/documents/rmoh/eng/correl.htm -- 9.1 Кб -- 17.05.2001
Похожие документы

20. Stellarium: StelObjectModule Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ClassљIndex . ... StelObjectModule Class Reference abstract . Specialization of StelModule which manages a collection of StelObject . ... virtual QList< StelObjectP >љ . searchAround (const Vec3d &v, double limitFov, const StelCore *core) const =0 . ... searchByNameI18n (const QString &nameI18n) const =0 . Find a StelObject by name. ... searchByName (const QString &name) const =0 . ... virtual QStringљ . ... const QString &љ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelObjectModule.html -- 37.0 Кб -- 28.02.2014
Похожие документы

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


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

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

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