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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/macro/MacroRunner.html.

1. Uses of Class ij.macro.Program (ImageJ API)
... Class . Use . ... Packages that use Program . ij.macro . ... Uses of Program in ij.macro . Methods in ij.macro that return Program . ... Tokenizer. tokenize (java.lang.String program) . Uses a StreamTokenizer to convert an ImageJ macro file into a token stream. ... Interpreter. run ( Program pgm) . ... Interpreter. runMacro ( Program pgm, int macroLoc, java.lang.String macroName) . ... MacroRunner ( Program pgm, int address, java.lang.String name, java.lang.String argument) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/macro/class-use/Program.html -- 13.5 Кб -- 02.12.2010
Похожие документы

2. casacore: casa::ArraySampledFunctional< T > Class Template Reference
... Classes . ... casa . casa::ArraySampledFunctional< T > . ... ArraySampledFunctional (const T &data) . ... operator() (const uInt &index) const . ... The Array that is passed to the constructor is copied by this class but because Arrays themselves use reference symantics, the actual data is not copied but referenced. ... An alternate version of the sampling function which is more effecient because it does not need to create as many temporary objects or copy the Array data. template<class T> . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1ArraySampledFunctional.html -- 29.3 Кб -- 14.02.2011
Похожие документы

3. API Help
Package . Class . ... This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows. Each package has a page that contains a list of its classes and interfaces, with a summary for each. ... Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions: . ... These links take you to the next or previous class, interface, package, or related page. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~pgrosbol/fits_java/docs/help-doc.html -- 9.3 Кб -- 16.05.2008
Похожие документы
Еще в разделе: (Показать все результаты (>10036) - www.eso.org/ )

4. Getting Started in Actor Prolog. Hello World.
Actor Prolog is an object-oriented logic language. So, any program written in Actor Prolog consists of classes. ... An example of Actor Prolog program. -- -- (c) 2002, Alexei A. Morozov, IRE RAS. -- ------------------------------------------- project : (( 'Hello' )) class 'Hello' specializing 'Console': [ goal:- writeln ( "Hello World!" This program consists of solely 'Hello' class. ... Thus, the execution of the program starts with the creation of an instance of the 'Hello' class. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_hello.html -- 7.1 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>498) - www.cplire.ru/ )

5. Stellarium: OctahedronPolygon Class Reference
... OctahedronPolygon Class Reference . OctahedronPolygon (const SubContour &subContour) . ... OctahedronPolygon (const QVector< QVector< Vec3d > > &contours) . OctahedronPolygon (const QVector< Vec3d > &contour) . ... inPlaceIntersection (const OctahedronPolygon &mpoly) . ... Create the OctahedronContour by splitting the passed SubContour on the 8 sides of the octahedron. const QVector< Vec3d >& OctahedronPolygon::fillVertices . ... const QVector< Vec3d >& OctahedronPolygon::outlineVertices . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classOctahedronPolygon.html -- 22.2 Кб -- 28.02.2014
Похожие документы

6. Python: module popen2
popen2 . ... usr/local/Python-2.5/lib/python2.5/popen2.py . Module Docs . ... The normal os.popen(cmd, mode) call spawns a shell command and provides a . ... This module provides the functions popen2 (cmd) . and popen3 (cmd) which return two or three pipes to the spawned command. ... del__ (self) . ini