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

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

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

1. Apache 1.3 Dynamic Shared Object (DSO) support
... On modern Unix derivatives there exists a nifty mechanism usually called dynamic linking/loading of Dynamic Shared Objects (DSO) which provides a way to build a piece of program code in a special format for loading it at run-time into the address space of an executable program. ... The idea is simple: When installing Apache the configure 's make install procedure installs the Apache C header files and puts the platform-dependent compiler and linker flags for building DSO files into the apxs program....
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/dso.html -- 21.6 Кб -- 20.06.2002
Похожие документы

2. casacore: casa::DynLib Class Reference
... Classes . ... casa . casa::DynLib . ... Class to handle loadig of dynamic libraries. ... DynLib (const std::string &library, const std::string &prefix=std::string(), const std::string &funcName=std::string(), bool closeOnDestruction= True ) . ... DynLib (const std::string &library, Bool closeOnDestruction, const std::string &prefix="lib", const std::string &suffix=".so") . ... If closeOnDestruction=True , the dynamic library is closed on destruction of the DynLib object. casa::DynLib::DynLib . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1DynLib.html -- 22.8 Кб -- 14.02.2011
Похожие документы

3. Dynamic Shared Object (DSO) Support - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... The Apache HTTP Server is a modular program where the administrator can choose the functionality to include in the server by selecting a set of modules. ... Alternatively, modules can be compiled as Dynamic Shared Objects (DSOs) that exist separately from the main httpd binary file. ... Related Modules . ... The DSO support for loading individual Apache modules is based on a module named mod_so which must be statically compiled into the Apache core. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/dso.html -- 18.0 Кб -- 25.02.2008
Похожие документы

4. Dynamic Shared Object (DSO) Support - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... The Apache HTTP Server is a modular program where the administrator can choose the functionality to include in the server by selecting a set of modules. ... Alternatively, modules can be compiled as Dynamic Shared Objects (DSOs) that exist separately from the main httpd binary file. ... Related Modules . ... The DSO support for loading individual Apache modules is based on a module named mod_so which must be statically compiled into the Apache core. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/dso.html -- 20.0 Кб -- 21.01.2013
Похожие документы

5. Chapter 5. Listing of Installed Components
Chapter 5. Listing of Installed Components . ... An X driver (/usr/X11R6/lib/modules/drivers/nvidia_drv.so); this driver is needed by the X server to use your NVIDIA hardware. ... An X module for wrapped software rendering (/usr/X11R6/lib/modules/libnvidia-wfb.so.x.y.z and optionally, /usr/X11R6/lib/modules/libwfb.so); this module is used by the X driver to perform software rendering on GeForce 8 series GPUs. ... See Chapter 4, Installing the NVIDIA Driver for a more thorough description. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/chapter-05.html -- 11.4 Кб -- 30.10.2009
Похожие документы
Еще в разделе: (Показать все результаты (>2597) - www.naic.edu/ )

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

7. From Power Up To Bash Prompt: The GNU C Library
... However, init, like almost all programs, uses functions from libraries. ... It comes from the standard C libraries, on a GNU/Linux system, glibc. ... They are libraries of these functions. ... There are two ways programs can use these library functions. ... For example, here are the libraries that bash uses: . ... Use ldd to find out what libraries init uses. ... Write, compile and link a program that uses this library. source code, see Building a Minimal Linux System from Source Code for urls . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-5.html -- 4.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-5.html -- 4.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-5.html -- 4.8 Кб -- 02.10.2012
Похожие документы

8. Some notes on the GNU toolchain Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... The order in which libraries to link to are passed to the linker is important . ... Many libraries use the GNU Autoconf/Automake build toolchain. ... Run the ./configure script, which looks for the various programs and libraries that the package needs . ... The simplest way is to run ./configure and make note of any complaints about missing programs or libraries that it reports. ... Some notes on the GNU toolchain . ... Passing options to configure . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/gnutoolchainnotes.html -- 18.2 Кб -- 04.04.2016
Похожие документы

9. Specview Download
... Release Notes . ... File Formats . ... After downloading the installer file, run it and follow the installation instructions. ... If you expect to use the line identification tool extensively, it is recommended that you download the file below and drop it into the same directory where the other Specview files are. ... If you expect to use the standards library extensively, it is recommended that you download the file below and drop it into the same directory where the other Specview files are. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/institute/software_hardware/specview/download -- 22.0 Кб -- 11.04.2016
Похожие документы

10. ESO - Common Pipeline Library
... Science . ... Science Users Information Science Software Common Pipeline Library jump to navigation jump to content . ... Proposal Package . ... The following table provides the download links for the latest offical release of the CPL source packages, the documentation, and the Esorex tool. As a convenience the source packages of the third-party libraries which were used to verify this CPL release are also available from the table below. ... The on-line version of the manual is available here . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/software/cpl/download.html -- 46.0 Кб -- 10.04.2016
Похожие документы

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

12. Lesson 2: Data Handling with Python
Python and the necessary libraries is already installed on all ANU information commons computers. ... Installation instructions are given in the reference guide below. Reference Guide for Python Data Handling . Reference links . Enthought Canopy - the easiest way to get Python with all necessary packages . ... Note that in Canopy, you set the working directory as described in the python reference notes above - otherwise it won't find the data. Back Main Data Handling Page . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/pfrancis/labskills/datahandling/lesson2.html -- 3.3 Кб -- 28.02.2014
Похожие документы

13. ESO C Library for an Image Processing Software Environment (eclipse)
... Up: Software Applications . ... Written in ANSI C, eclipse is a library offering numerous services related to astronomical image processing : FITS data access, various image and cube loading methods, binary image handling and filtering (including convolution and morphological filters), 2-D cross-correlation, connected components, cube and image arithmetic, dead pixel detection and correction, object detection, data extraction, flat-fielding with robust fit, ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass00/P3-07/ -- 14.2 Кб -- 29.05.2001
Похожие документы

14. SciSim 4.0 Installation
... In this example we will use /usr/local/data/catalogue for the location of all original catalogues, and /usr/local/scisim-x.y.z for the installation directory of SciSim . ... The installer has to specify their full path in the csim_config section of / usr / local / scisim-x.y.z /config/ scisim .cfg : gsc_regions / usr / local / scisim-x.y.z / data / catalogue /gsc.regions tic_ data / usr / local / scisim-x.y.z / data / catalogue /TICcat.dat wga_ data / usr / local / scisim-x.y.z / data / ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/scisim/release/latest/help/install.html -- 15.1 Кб -- 12.01.2005
Похожие документы

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

16. Funtools FAQ: Installing
Where can I get funtools? Funtools is available at: http://hea-www.harvard.edu/saord/funtools . How do I build funtools? ./configure --prefix="install_root" # site-specific configuration make # build the software make install # install it make clean # clean up unneeded temp files . What secondary build options might be useful? . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/faq/faq1.html -- 2.1 Кб -- 02.10.2012
Похожие документы

17. Stellarium: Plugins
... CodingљStyle . ... Plugins . ... Building Plugins . ... dynamic plugins are stand-alone dynamic libraries (separate files with .so extension on Linux, .dll in Windows or .dylib on Mac OS X) that are loaded at run-time (on start-up) by Stellarium. This allows dynamic plugins to be distributed separately from Stellarium. static plugins are linked statically at build-time. ... For the rest of this discussion, I will assume you downloaded the source code in the directory /home/me/builds/stellarium . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/plugins.html -- 14.9 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>484) - astro.uni-altai.ru/ )

18. Zen: pg 8 install requirements
Hide Zen home . ... Если библиотеки общего доступа нет, то вы получите сообщение, подобное этому в процессе сборки, указывающее на этот факт: *** Cannot build PL/Perl because libperl is not a shared library. ... If you don't follow the on-screen output you will merely notice that the PL/Perl library object, plperl.so or similar, will not be installed.) ... To build the PL/Python server programming language, you need a Python installation with the header files and the distutils module. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/pg_8_install_requirements -- 16.3 Кб -- 10.04.2016
Похожие документы

19. Software Store - Library Index
... Obtaining the software . ... Building subroutine libraries . ... Building spectrum . ... Building sterne . ... Subroutine library index . Library . ... f77 . ... sterne . ... Starlink's character handling library . ... SPECTRUM subroutines . ... numerical subroutines - double precision . ... numerical subroutines - single precision . ... sterne/spectrum . ... spectrum/sterne . ... STERNE subroutines . ... Programs in libraries nr and nr_d are based on code from Numerical Recipes (Press et al., ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/Library_Index.html -- 6.2 Кб -- 02.06.2003
Похожие документы

20. MAO NASU :: Topic: OALib Journal-A Platform to Present Your Work to the World!
... Recent Topics . ... MAO main . ... OALib Journal-A Platform to Present Your Work to the World! . ... Тема: OALib Journal-A Platform to Present Your Work to the World! ... The OALib Articles from the OALib Journal are indexed in the OALib (Open Access Library, www.oalib.com ), which is an academic database with more than 2,000,000 OA articles covering all subject areas till now and presents all scholars for searching and downloading for free. ... Website: www.oalib.com/journal . ... MAO NASU . ...
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/index.php/en/forum/info/259-oalib-journal-a-platform-to-present-your-work-to-the-world -- 20.1 Кб -- 11.04.2016
Похожие документы

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


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

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

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