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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.parallel.ru/cluster/opteron_xeon.html.

1. Compiler (ImageJ API)
... Class . ... FIELD | CONSTR | METHOD . DETAIL: FIELD | ... java.lang.Object ij.plugin.Compiler . ... public class Compiler . ... Compiles and runs plugins using the javac compiler. ... This method is called when the plugin is loaded. void . ... Constructor Detail public Compiler () . Method Detail public void run (java.lang.String arg) . ... This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/Compiler.html -- 12.2 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>144) - www.astro.louisville.edu/ )

2. Compiler Options
Next: C Standard Library Functions Up: Common C Compiler Options Previous: Common C Compiler Options . c Suppress linking with ld(1) and produce a .o file for each source file. A single object file can be named explicitly using the -o option. ... Sends the output to the standard output, or to a file named with the -o option. Includes the cpp line numbering information. ... When this option is given, the -O and -R options are suppressed. -help Display helpful information about compiler. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_20_1.html -- 5.3 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_20_1.html -- 5.3 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_20_1.html -- 5.3 Кб -- 02.10.2012
Похожие документы

3. Compiling Hello World
GTK+ 2.0 Tutorial . ... To compile use: . gcc -Wall -g helloworld.c -o helloworld `pkg-config --cflags gtk+-2.0` \ . ... This program reads the .pc which comes with GTK to determine what compiler switches are needed to compile programs that use GTK. pkg-config --cflags gtk+-2.0 will output a list of include directories for the compiler to look in, and pkg-config --libs gtk+-2.0 will output the list of libraries for the compiler to link with and the directories to find them in. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/sec-compiling.html -- 5.4 Кб -- 19.07.2002
Похожие документы
Еще в разделе: (Показать все результаты (>264) - www.sao.ru/ )

4. Compiling Apache under UnixWare
To compile a working copy of Apache under UnixWare, there are several other steps you may need to take. ... Make sure that USE_FCNTL_SERIALIZE_ACCEPT is defined (if not defined by Apache autoconfiguration). If using the UnixWare cc compiler, and you still see accept() errors, don't use compiler optimization, or get gcc . SCO patch tf2163 is required in order for Apache to work correctly on UnixWare 2.0.x. See http://www.sco.com for UnixWare patch information. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/unixware.html -- 3.6 Кб -- 15.10.2001
Похожие документы
Еще в разделе: (Показать все результаты (>51) - neptun.sai.msu.ru/ )

5. Software Store - Programmers Notes
Digital Unix Fortran Compiler + OSF/1: . All codes run satisfactorily on Digital/Compaq Alpha processors. ... All codes compile. ... All f77 codes compile. ... In f77 the INC|LUDE statement enabled the creation of common code that could be shared between subprogram units. ... My convention is to place INCLUDE files containing global COMMON variables in a defined folder in the software folder structure currently ./include (to be replaced by ./inc when I have debugged all the references). ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/install_frameset/Howto_notes_f.html -- 4.0 Кб -- 08.07.2002
Похожие документы

6. NAG's Fortran 90
... Compilation and execution with the NAG compiler . Peculiarities in the NAG compiler . System parameters The Numerical Algorithms Group Ltd Wilkinson House Jordan Hill Road Oxford OX2 8DR infodesk@nag.co.uk Tel: +44 1865 511245 Fax: +44 1865 310139 NAG offers a Fortran 90 system which behaves as a compiler but in reality translates to C (except for the PC version). ... CERN had at that time a total of 80 000 code lines working with NAG's Fortran 90 compiler, version 1.1. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/nag.html -- 10.5 Кб -- 10.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/nag.html -- 10.5 Кб -- 10.02.1996
Похожие документы

7. Programming Languages
... VMS users have the following compilers available: C, C++, Pascal, FORTRAN, and MACRO--which is a low-level language. ... Create a source file containing valid program statements as defined by the language. ... Run the program. ... FORT RECALC $ LINK RECALC $ RUN RECALC When you write your programs, your source files should always have a file type that identifies the programming language being used. ... Users create a source file of MACRO statements and then compile, link, and run, the file. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_45.html -- 9.1 Кб -- 01.11.1995
Похожие документы

8. ratty
... User Guide ] Task: ratty Purpose: FORTRAN preprocessor, so that same code works on more machines Categories: tools Ratty is a FORTRAN preprocessor for MIRIAD source code, intended to make the same FORTRAN code compatible on VMS, SUN, Cray, Alliant, and Convex. The output is suitable for use with the specified compilers for these machines. ... If omitted, standard input is assumed and output must be the standard output. out: Output file name. If omitted, standard output is assumed. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/miriad/doc/ratty.html -- 4.9 Кб -- 10.04.2016
Похожие документы

9. OptInt PmWiki : MROIDelayLine / Trolley Software
... The essence of the solution is to generate a virtual PC on your desktop PC and install an old Linux distribution, circa 2006, in that. ... There are two major free virtual machines available for Linux, these are VirtualBox and KVM. ... Boot the virtual machine. ... Install a Linux 2.6 kernel if it isn't installed by default (you'll need to reboot the virtual machine after this step): . ... Printable View of http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/MROIDelayLine/TrolleySoftware) ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/MROIDelayLine/TrolleySoftware?action=print -- 12.6 Кб -- 01.03.2014
Похожие документы

10. Compiling
... Compilation always includes the procedure code which is then saved in oyster/oyster.cpr . This does not apply to GDL installations, where code is compiled on the fly. Makefiles exists in the main directory which simplify the installation. Use make -f Makefile.idl to compile the IDL installation, and make -f Makefile.gdl to prepare the GDL installation. ... Make sure your OS is either Linux or Darwin, checking with the uname UNIX command. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node8.html -- 4.5 Кб -- 28.04.2015
Похожие документы

11. [COMPILE]
. Название . [COMPILE] . Тип . Обычный . Синтаксис . [COMPILE] . Назначение . Пакет должен быть откомпиллирован . Допустимые значения . Пример использования . Замечания . Используется при необходимости компилирования прикладной программы
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/rus/casr/projects/centre/4-6.html -- 2.3 Кб -- 26.08.2001
Похожие документы
Еще в разделе: (Показать все результаты (>72) - www.cplire.ru/ )

12. Building and Installing the Distribution
Following are instructions to build and install the programs in this distribution. Make sure that you have all necessary tools for building executables. ... The automatic build process expects a configuration file called Config.local . ... The configuration file specifies the directory in which to install the binaries, as well as control over the generation of debugging code and reference clock support. ... Cleans out object files, programs and temporary files. make distclean . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/build.html -- 7.5 Кб -- 21.12.2007
Похожие документы

13. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/ocu/pcr/masmv51/include/mixed/BAMAIN.BAS
DEFINT A-Z ' Function call for QuickBASIC, Version 4, ' and for future versions of Microsoft and IBM BASIC Compilers ' Comment out for older versions DECLARE FUNCTION Power2(A AS INTEGER , B AS INTEGER ) PRINT 3 times 2 to the power of 5 is ; PRINT Power2(3,5) ' Subprogram equivalent to function for QuickBASIC, Versions 1, 2, and 3; ' for the Microsoft BASIC ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/ocu/pcr/masmv51/include/mixed/BAMAIN.BAS -- 1.6 Кб -- 02.03.2001
Похожие документы

14. Instructions for running Molly compiled by Dan Calvelo and Sam Connolly
. SAO | CfA | NSF | XRB SEDs | TeltoTom | Pan-STARRS . Molly .
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~saku/molly.html -- 2.0 Кб -- 01.10.2012
Похожие документы

15. http://selena.sai.msu.ru/Rod/Publications/ms40/56_Lasarev_Radionova.pdf
Microsymposium 40, abstract 56, 2004 (A4 format) AUTOMATIC COMPILING OF HYPSOMETRIC MAP OF A PART OF THE 1 VENUSIAN SURFACE. ... The main principles applied in compiling the map such as the scale of the heights, types of prints and using of pictures of surface shall be apply in the compiling of the Hypsometric Map of Hemispheres of Venus in future. We consider that contours are the necessary features for hypsometric maps because allow to make measurement more accurate. ... Moscow., ...
[ Текст ]  Ссылки http://selena.sai.msu.ru/Rod/Publications/ms40/56_Lasarev_Radionova.pdf -- 230.4 Кб -- 06.10.2008
Похожие документы

16. http://www.mso.anu.edu.au/~akarakas/Teaching/readme
... Once the program has run successfully, there should be two output files: 1) rk.dat 2) exact.dat The solution to the numerical Runge-Kutta routine is in 'rk.dat', whereas the exact, analytical solution to the 2nd order ODE is in 'exact.dat'. ... To plot your results, you can use a program called gnuplot. ... From the command line type > plot "exact.dat" using ($1):($2) a window should pop up with a plot of x versus y. Note that you plotted column 1 on the x-axis versus column 2 on the y-axis. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~akarakas/Teaching/readme -- 2.4 Кб -- 17.03.2010
Похожие документы
Еще в разделе: (Показать все результаты (>56) - www.mso.anu.edu.au/ )

17. SciSim Version 4.0.0
SciSim 4.0.0 is not compatible with previous releases. Though the input data files of previous versions may seem similar to the current one, they can not be processed with this version of SciSim. Next to numerous other code changes and bugfixes, the simulator has undergone some changes that are more visible to the User. ... SciSim Astrometry fixed. The error in the SciSim widget validation has been fixed. Go to top of the page . ... esim_reporter tool fixed . ... GNU GCC 3.3.x series . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/scisim/release/latest/help/changes/v4.0.0.html -- 4.3 Кб -- 13.01.2005
Похожие документы

18. http://www.ssau.ru/files/education/metod_1/Reznichenko_Detail_Design.pdf
The Ministry of Education and Science of the Russian Federation Samara State Aerospace University (National Research University) DETAIL DESIGN OF AIRFRAME PART List of suggested books and references 2011 1 Compiler: Reznichenko Gennadiy A. Detail Design Of Airframe Part = [Electronic resource]: List of suggested books and references / The Ministry of Education and Science of the Russian Federation, Samara State Aerospace University; Compiler Reznichenko G.A. - Electronic text (27 kb). ... 1 CD-ROM. ...
[ Текст ]  Ссылки http://www.ssau.ru/files/education/metod_1/Reznichenko_Detail_Design.pdf -- 159.3 Кб -- 09.12.2014
Похожие документы

19. mod_example - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.4 . ... Some files in the modules/experimental directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... If you link it into your server, enable the "example-handler" handler for a location, and then browse to that location, you will see a display of some of the tracing the example module did as the various callbacks were made. ... Using the mod_example Module . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_example.html -- 11.3 Кб -- 19.11.2015
Похожие документы

20. ATLAS Aerospace - коммерческие космические полеты и космическая подготовка на
... Космический полет . Подготовка экипажей . ... Космический лагерь . Космический отель . ... Компания "ATLAS aerospace" предлагает вам уникальную возможность посетить кос- модром Байконур и самим увидеть это грандиозное зрелище. На полноразмерном тре- нажере международной кос- мической станции вы сможете пройти комплекс тренировок по программе предстоящего космического полета. ... Представлена тестовая версия лунного космического корабля . ... Первый космонавт Бразилии отправился на МКС . ...
[ Сохраненная копия ]  Ссылки http://www.atlasaerospace.net/ -- 34.2 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>170) - www.atlasaerospace.net/ )

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


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

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

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