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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/software/astroimagej/astroimagej_20130129/AA_README_AIJ.

1. http://www.astro.louisville.edu/software/astroimagej/installation_packages/AstroImageJ_installation_windows.html
... The files in this directory are for installing the latest version 3.0.0 of AstroImageJ on Linux, Windows, and Mac operating systems. ... If you have Java already installed on your system (32-bit or 64-bit), download the following version of AstroImageJ that does not include Java embedded in installation. ... To install AstroImageJ on a 64-bit Windows machine, install the following file which includes the Java 7 64-bit runtime environment ( jre ). ... Run AIJ by double-clicking AstroImageJ.exe. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/installation_packages/AstroImageJ_installation_windows.html -- 55.1 Кб -- 07.12.2014
Похожие документы

2. Stellarium: File and Directory Structure
... FileљStructure . ... After downloading all the catalogues, the paths to the various files should look like this: Installation Data Directory / stars / default / stars _0_0v0_1.cat Installation Data Directory / stars / default / stars _1_0v0_1.cat Installation Data Directory / stars / default / stars _2_0v0_1.cat Installation Data Directory / stars / ... In this case, all the files would be in the <Installation Data Directory>/stars/default directory. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/fileStructure.html -- 13.4 Кб -- 28.02.2014
Похожие документы

3. Compiling Apache for Microsoft Windows
There are many important points before you begin compiling Apache. See Using Apache with Microsoft Windows before you begin. Compiling Apache requires Microsoft Visual C++ 5.0 or 6.0 to be properly installed. ... Directories tab (the Projects - VC++ Directories pane in Developer Studio 7.0) listing Executable file paths. ... os\win32\ApacheOS.dsp . ... To simplify the process, dependencies between all projects are defined in the Microsoft Visual Studio workspace file: src/Apache.dsw . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/win_compiling.html -- 12.2 Кб -- 20.06.2002
Похожие документы

4. TUI:Building TUI from Source On Windows
This file is for people who wish to build TUI for Windows from source. ... Use Command Line to cd to the directory (type cd and drag the folder) . Type "setup.py install". ... You can work around this by editing setup.py and commenting out the line of the setup call that mentions the extension (as of this writing the only C extension is optional and not required by TUI). To build the TUI Windows Application. ... At the end you should have directory TUI_<vers>_Windows. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/InstallationOnWindows.html -- 2.6 Кб -- 05.09.2014
Похожие документы

5. Multi-Rsh parallelized rsh program
multi-rsh is a perl script which runs the same command on multiple machines, in parallel, and provides reasonable, adjustable timeouts for those machines which fail to answer. Both standard output and standard error are returned through the same channel, and all output has the hostname prepended to each line. Multi-rsh must be run as root (remote jobs can be set to run as any user, see Options below). ... Neither form allows you to directly pass input to the remote programs. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/Tech/multi-rsh.html -- 7.8 Кб -- 10.04.2016
Похожие документы

6. http://crydee.sai.msu.ru/ftproot/pub/comp/hardware/matrox/doc/win95faq.doc
Windows 95 FAQ . Q: Where can I find drivers for the MGA Millennium? A: There is a driver on the Windows 95 CD ROM in the \DRIVERS\DISPLAY\MATROX directory. If you did not receive Windows 95 drivers with your Millennium, you can also obtain our Powerdesk drivers for Windows 95 from our BBS or from Compuserve. ... A: You can try using the application with the standard VGA driver, or alternately, try using the Millennium driver, but with hardware accelerations disabled (see below). ...
[ Текст ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/hardware/matrox/doc/win95faq.doc -- 16.5 Кб -- 30.01.1996
Похожие документы

7. The /usr filesystem
Next: The /var filesystem Up: Overview of the Directory Previous: The /dev directory . The /usr љ filesystem is often large, since all programs are installed there. All files in /usr љ usually come from a Linux distribution; locally installed programs and other stuff goes below /usr/local љ . This makes it possible to update the system from a new version of the distribution, or even a completely new distribution, without having to install all programs again. ... Almost all user commands. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node25.html -- 5.0 Кб -- 04.05.1997
Похожие документы

8. Using Apache HTTP Server on Microsoft Windows - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... This document explains how to install, configure and run Apache 2.4 under Microsoft Windows. ... Apache can also load ISAPI (Internet Server Application Programming Interface) extensions such as those used by Microsoft IIS and other Windows servers. ... After starting Apache (either in a console window or as a service) it will be listening on port 80 (unless you changed the Listen directive in the configuration files or installed Apache only for the current user)...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/platform/windows.html -- 32.4 Кб -- 19.11.2015
Похожие документы

9. Example of comparing directories with the diff command
To compare two directories in the current directory: diff usability Usability Only in Usability: schedule diff usability/email Usability/email 2a3,4 > Jean JRS@pollux.ucs.co > Jim jim@frolix8 . diff reports that the file (or directory) schedule is unique to the directory Usability . diff then reports that there are differences between the file email in the directory usability and the file of the same name in the directory Usability . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/utilities2/diff2.1.1.html -- 2.5 Кб -- 17.01.1997
Похожие документы

10. Contents
... Exercises . C/C++ Program Compilation . ... UNIX Library Functions . ... Further Data Types . ... Not assigning a pointer to memory address before using it . ... Low Level Operators and Bit Fields . ... Some further example shared memory programs . ... Threads: Basic Theory and Libraries . ... Single threading . Some Example applications of threads . Thread Levels . ... Global and Private Thread-Specific Data Example . ... Example Use of Thread Specific Data:Rethinking Global Variables . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1777) - jet.sao.ru/ )