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

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

Показаны документы, содержащие фрагменты текста из документа
http://neptun.sai.msu.su/manual/misc/descriptors.html.

1. 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
Похожие документы
Еще в разделе: (Показать все результаты (>133) - neptun.sai.msu.ru/ )

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

3. C, UNIX and Standard Libraries
... Using UNIX System Calls and Library Functions . ... To use system calls and library functions in a C program we simply call the appropriate C function. Examples of standard library functions we have met include the higher level I/O functions -- fprintf() , malloc() .. ... For most system calls and library functions we have to include an appropriate header file. e.g. stdio.h, math.h . ... Information on nearly all system calls and library functions is available in manual pages. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node15.html -- 6.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node15.html -- 6.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node15.html -- 6.1 Кб -- 02.10.2012
Похожие документы

4. Apache 2.0 Thread Safety Issues - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... When using any of the threaded mpms in Apache 2.0 it is important that every function called from Apache be thread safe. ... Casual testing generally won't tell you this either as thread safety problems can lead to subtle race conditons that may only show up in certain conditions under heavy load. ... libsablot.so.0 => /usr/local/lib/libsablot.so.0 (0x401f6000) . ... Yes . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/de/developer/thread_safety.html -- 16.6 Кб -- 10.12.2010
Похожие документы

5. Recent Developments to the AST Astrometry Library
... Previous: The ACSIS Data Reduction System . ... The AST library supports the attachment of astrometric calibrations to astronomical datasets, the processing of this information, and generation of associated graphical output. ... In this paper we outline some more recent developments and applications, which include a set of efficient data re-gridding algorithms for curvilinear coordinate systems, improved FITS support, user-defined coordinate transformations, and pin-cushion/barrel distortion. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P2-45/ -- 12.6 Кб -- 11.10.2000
Похожие документы
Еще в разделе: (Показать все результаты (>1878) - www.adass.org/ )

6. Use of program libraries
The two main numerical libraries in Fortran 90 are . NAG Numerical Libraries for Fortran 90 Users . IMSL Fortran 90 MP Library Both of these offer both a modified version of the Fortran 77 library, recompiled for Fortran 90, and a completely new library, using all the new facilities of Fortran 90. ... On the Sun using Sun OS 4.2.1 we also got completely wrong results when using library functions in single precision, since the C system on Sun converted all function calls into double precision. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c15.html -- 5.2 Кб -- 30.03.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c15.html -- 5.2 Кб -- 30.03.1996
Похожие документы

7. Apache 2.0 Thread Safety Issues - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... When using any of the threaded mpms in Apache 2.0 it is important that every function called from Apache be thread safe. ... Casual testing generally won't tell you this either as thread safety problems can lead to subtle race conditons that may only show up in certain conditions under heavy load. ... libsablot.so.0 => /usr/local/lib/libsablot.so.0 (0x401f6000) . ... Yes . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/developer/thread_safety.html -- 18.3 Кб -- 21.01.2013
Похожие документы

8. Libraries
... There are three mathematical and statistical libraries available at STScI: the International Mathematics and Statistics Library (IMSL), the Numerical Algorithms Library (NAg), and the Numerical Recipes library. ... The MATH/LIBRARY contains 426 routines, separated by function into groups called chapters , for example, routines for solving linear systems are grouped into chapter 1, routines for solving differential equations are grouped into chapter 5, etc. ... IMSL . NAg . Numerical Recipes . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_48.html -- 4.5 Кб -- 01.11.1995
Похожие документы

9. Software Store - Installation Guide
... Obtaining the software . ... a. Decide on the root directory where your software is going to go.... /home/friday , for example. b. In your .cshrc file, define . ... home/friday/]lib . ... after make ) an object code library ../pack/qub/libqub.a . ... Then a common section of code, found in ../pack/make_library supplies all the necessary targets: . ... remove The conservative way to build this library is to cd /home/friday/pack/qub; make; make install; make clean . ... cd /home/friday/pack; make . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/Howto_install1.html -- 6.9 Кб -- 02.06.2003
Похожие документы

10. Dynamic Extensions
Karma Home Page . ... For example, the Filepopup widget (section 13.17.2 ) defines the service Filepopup . ... This extension adds some accelerator buttons to a Filepopup widget Copyright (C) 1997-1998 Richard Gooch This code is distributed under the GNU General Public License */ # include stdio.h # include math.h # include errno.h # include X11/Intrinsic.h # include X11/Xos.h # include X11/StringDefs.h # include X11/Xaw/Command.h # include karma .h # include ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/programmer-manual/node17.html -- 14.5 Кб -- 13.02.2011
Похожие документы

11. Bojan Nikolic -- Nested sampling modelling of Star-Formation History of the
... Bojan Nikolic web pages home . ... As an exercise to put through the new InMin library through its paces, I have looked recently at applying Nested Sampling ( Skilling2006 ) algorithm to the fitting of star-formation history as function of redshift. ... The data I used are from Figure 1 of Yuksel08 but I use only the grey data paints, which are just the data originally from Hopkins2006 . ... The next step is to define the function which is the model for the history of the SFR density. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/blog/2012/05/22/nestedsampling-sfr-hist.html -- 20.2 Кб -- 05.10.2015
Похожие документы

12. AI SPbU library of scattering codes
... There are a lot of computer codes simulating this scattering and freely available in the Internet (see e.g. links on our JPDOC page ). ... The code and input file are available in the directory . ... A slightly modified code of Barber Hill with a C-shell and input files is available in the directory . ... The code, input and test output files are available in the directory . ... See also readme file. file. ... The code, input file and their description (a TeX file) are available in the directory . ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/staff/ilin2/SOFTWARE/ -- 5.7 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>326) - www.astro.spbu.ru/ )

13. SAS Makefiles
to build all that is needed to run, do make (either at the toplevel directory of the SAS or your package). If it reports an error, see build.html. to run the tests do 'make test'. to run a thorough check, do make check (either at the toplevel directory of the SAS or your package). ... Each subdirectory contains a Makefile that includes the toplevel Make.include. ... Each Makefile should define a few variables and then include the toplevel Makefile: # Makefile include $(SAS_DIR)/Make.include are: . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/devel/make.html -- 9.0 Кб -- 09.08.2000
Похожие документы
Еще в разделе: (Показать все результаты (>11214) - xmm.vilspa.esa.es/ )

14. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/README
CFITSIO Interface Library CFITSIO is a library of ANSI C routines for reading and writing FITS format data files. ... The CFITSIO library is built on Unix systems by typing: > ./configure [--prefix=/target/installation/path] > make (or 'make shared') > make install (this step is optional) at the operating system prompt. The configure command customizes the Makefile for the particular system, then the `make' command compiles the source files and builds the library. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/README -- 6.9 Кб -- 30.12.2010
Похожие документы

15. Quality Control Library
... The quality control system calibrates the VLT instruments and monitors the quality of data. ... The calibration plan defines the observation, calibration procedures and data needed to achieve the specified quality level defined by Instrument Scientist. ... A concept inherent to quality control is the distributed system: it allows several on-line users to simultaneously do some analytical processing of distributed data. ... Documentation (version 1.0) . ... Library version 1.0 (9/12/96) . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/projects/dfs/quality/library.html -- 7.0 Кб -- 25.05.1998
Похожие документы

16. Электронная библиотека астронома-любителя. Астрономический Календарь -
Электронная библиотека астронома-любителя. Книги по астрономии, телескопостроению, оптике. главная . библиотека . ... Общая литература по астрономии . ... Название: Астрономический Календарь - Постоянная часть. Изд. ... Год: 1981. ... сайт служит астрономическому сообществу с 2005 года . ...
[ Сохраненная копия ]  Ссылки http://www.astrolib.ru/library/45.html -- 7.9 Кб -- 09.04.2016
Похожие документы

17. Zen: Thesaurus dictionary
... Prefered term (PT) - is the term selected among synonyms to be the one used for indexing and retrieval purposes. ... TZ uses subdictionary (should be defined in tsearch2 configuration) to normalize thesaurus text. ... For example, consider thesaurus (with simple subdictionary) rules with pattern 'swsw' ('s' designates stop-word and 'w' - known word): a one the two : swsw the one a two : swsw2 . ... Dictionary="en_stem" defines dictionary (snowball english stemmer) to use for thesaurus normalization....
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/Thesaurus_dictionary -- 12.5 Кб -- 10.04.2016
Похожие документы

18. Stellarium:
Stellarium 0.12.3 . ... Plugins . ... FileљStructure . FileљList . FileљMembers . plugins . TelescopeControl . src . servers . Socket.hpp . ... 3 љ telescope server programs, that can communicate with stellarium . ... 5 љ It also contains smaple server classes (dummy, Meade LX200). ... 7 љ Author and Copyright of this file and of the stellarium telescope library: . ... 92 љ Socket ( Server &server, SOCKET fd) : server(server), fd(fd) {} . 93 љ Server & server; . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/Socket_8hpp_source.html -- 22.5 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>1169) - astro.uni-altai.ru/ )

19. Arecibo Observatory L-Wide Band Receiver
... L-Wide . ... Receiver History . ... Available Filters: . ... Use with e.g. filter 5) NOTE 2 1120-1220 3 1230-1470 4 1550-1820 5 1100-1800 6 1360-1470 7 1320 hipass NOTE 8 1180-1280 9 1280 hipass (ext Output unit. ... Consequently, the calibration for data collected using the hipass 1320 and the hipass 1370 filters only will be mis-calibrated (i.e. by using the opposite polarisation calibration data). ... It is now possible to select any bandpass filter that is not in the 1320 hipass band. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/RXstatus/Lwide/Lwide.shtml -- 22.8 Кб -- 03.02.2013
Похожие документы

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


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

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

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