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

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

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

1. ij.plugin (ImageJ API)
... Plugins that acquire images or display windows should implement this interface. ... This plugin implements the Help/About ImageJ command by opening the about.jpg in ij.jar, scaling it 400% and adding some text. ... This plugin implements the File/Batch/Convert command, which converts the images in a folder to a specified format. ... This plugin implements the File/Batch/Measure command, which measures all the images in a user-specified folder. ... This plugin implements the Image/Duplicate command. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/package-summary.html -- 27.7 Кб -- 02.12.2010
Похожие документы

2. Stellarium: StelIndexBuffer Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ... ClassљIndex . ... StelIndexBuffer Class Reference abstract . Generic index buffer interface usable with all Renderer backends. ... virtualљ . ... voidљ . addIndex (const uint index) . ... virtual voidљ . ... index . ... virtual void StelIndexBuffer::addIndex_ . ... virtual void StelIndexBuffer::clear_ . ... virtual void StelIndexBuffer::lock_ . ... virtual void StelIndexBuffer::setIndex_ . ... virtual void StelIndexBuffer::unlock_ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelIndexBuffer.html -- 33.5 Кб -- 28.02.2014
Похожие документы

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
Похожие документы
Еще в разделе: (Показать все результаты (>35134) - www.eso.org/ )

4. casacore: casa::RecordTransformable Class Reference
... Classes . ... casa . casa::RecordTransformable . ... Interface class for converting to/from records. ... toRecord ( String &error, RecordInterface &outRecord) const =0 . ... void printAsRecord( const RecordTransformable & myClass) { String errorMessage; Record rec; if (!myClass.toRecord(errorMessage, rec)) { cout << "Cannot convert class to a Record. ... The destructor must be virtual so that the destructor of derived classes is actually used. virtual Bool casa::RecordTransformable::fromRecord . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1RecordTransformable.html -- 28.2 Кб -- 14.02.2011
Похожие документы

5. Python: module siRecon
siRecon . ... Modules . ... Classes . ... init__ (self, alignId, server ='HAL9000' , database ='spss' ) . Purpose: Constructor to extract all the data from qasi_states for . the specified alignment. Usage: ACSDataDef = siRecon. qasiStates ('0922:01:01:01') . ... report (self, outputFile ='qasi_states.rpt' ) . ... Usage: ACSdataDef = siRecon. siDataDef ('ACS') . ... Usage: ACSDataDef = siRecon. siDataDef ('ACS') . ... Usage: siRecon. reportSI ('wsistate_seq','ACS','ACS_seq.rpt') . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/siRecon.html -- 19.8 Кб -- 08.04.2016
Похожие документы

6. Table of Contents
... 2.1 Skycat Classes 9 . ... 2.3 Single Binary Versions of Skycat 10 . ... 3.1 The Skycat Application 11 . 3.2 Skycat Widget Classes 13 . 3.2.1 The Main Skycat Window 13 . ... 3.3 Extending Skycat 14 . 3.3.1 Plugins 15 . Widget Level Plugins 15 . Example Widget Level Plugin 16 . Application Level Plugins 19 . Example Application Level Plugin 20 . ... 3.4.1 Tcl send 21 . ... 3.5.1 Extended Tcl Commands 23 . 3.5.2 C++ Classes 23 . ... 3.5.4 Itcl Classes, Itk Widgets 23 . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Local/SkyCat/skycat/skycat.1.html -- 8.4 Кб -- 11.09.1998
Похожие документы
Еще в разделе: (Показать все результаты (>2262) - www.sao.ru/ )

7. lsst.coordConv: coordConv::PVT Class Reference
lsst.coordConv љ unknown . ... PVT . ... coordConv::PVT Class Reference . include < pvt.h > . PVT (double pos , double vel , double t ) . ... operator+= ( PVT const &rhs) . ... operator+= (double const &rhs) . ... operator+ ( PVT const &rhs) const . ... operator+ (double const &rhs) const . ... Definition at line 18 of file pvt.h . ... Definition at line 152 of file pvt.h . PVT coordConv::PVT::operator* . ... Definition at line 132 of file pvt.h . ... Definition at line 108 of file pvt.h . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/classcoord_conv_1_1_p_v_t.html -- 44.5 Кб -- 07.05.2015
Похожие документы

8. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javobj.htm
... The type of a wrapped Java object accessed from within JavaScript code. ... Instantiating a Java object in JavaScript. The following code creates the JavaObject theString , which is an instance of the class java.lang.String : var theString = new Packages.java.lang.String("Hello, world") Because the String class is in the java package, you can also use the java synonym and omit the Packages keyword when you instantiate the class: var theString = new java.lang.String("Hello, world") Example 2. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javobj.htm -- 6.5 Кб -- 07.10.1999
Похожие документы

9. saslib
This package contains two libraries of SAS utilities: saslib and sasdal . ... setEmosRejectionMask(TableT table) . ... Directory d("."); . ... class Directory : public list { public: Directory ( const string name = . , const string pattern = * , const bool recurse = false); Directory ( const DirEntry * d, const string pattern = * , const bool recurse = false); void filter( const string pattern); string filter() const ; void recurse( const bool dorecurse); ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/saslib/index.html -- 9.4 Кб -- 03.05.2000
Похожие документы

11. DUST: Dust::MMPUV Class Reference
... Classes . ... Dust :: MMPUV . The radiation field published by Mezger, Mathis and Panagia. ... Inheritance diagram for Dust::MMPUV: . ... Collaboration diagram for Dust::MMPUV: . ... MMPUV (double chi) . These are the methods for the MMPUV class. virtual double . ... double . ... Returns the radiation field of Mezger, Mathis and Panagia ( 1982A&A... ... 372M ) as ammended in the 1983 paper. chi controls the scaling of the field. double Dust::MMPUV::operator() . ... The Specific Energy density. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/classDust_1_1MMPUV.html -- 7.0 Кб -- 11.07.2008
Похожие документы

12. Authentication Options
The NTP standard specifies an extension which provides cryptographic authentication of received NTP packets. ... The specification allows any one of possibly 4 billion keys, numbered with 32-bit key identifiers, to be used to authenticate an association. ... In the case of MD5, the keys are 64 bits (8 bytes). xntpd reads its keys from a file specified using the -k command line option or the keys statement in the configuration file. ... A zero key in NTP format would be specified as 8080808080808080 . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/authopt.html -- 7.3 Кб -- 21.12.2007
Похожие документы

13. POW: A Tcl/Tk Plotting and Image Display Interface Tool for GUIs
... We present a new Tcl/Tk based GUI interface tool which features plotting of curve and image data and allows for user input via return of regions or specific cursor positions. ... Curves and Images may then be combined to form a displayed Graph. ... With the development of several GUI based tools for High Energy Astrophysics at the HEASARC, we found a need for a interface tool that supports combined curve plotting and image display in a native Tcl/Tk environment. POW is our answer. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/brownl.html -- 11.0 Кб -- 23.06.1998
Похожие документы

14. Actor Prolog User Guide. Residents.
In Actor Prolog a resident is a special mechanism that helps processes to inspect state of other processes. A resident observes the state of a specified (target) process and if the state of the process changes (for instance, after message handling) it proves a specified predicate of the process. ... Work of the resident. ... Any change of the list of target processes or arguments of resident function results in activation of the resident and repeated collection of information in the target worlds. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_reside.html -- 14.6 Кб -- 24.09.2007
Похожие документы

15. The XPA Message Bus (xpamb)
The xpamb program can act as a "classical" message bus interface between clients and servers. A client can send a data request to the message bus, which then interfaces with multiple servers and returns the data back to the client. ... For example, if the -info switch is used: xpaget xpamb -info foo then the info about that stored data buffer will be returned. If the -data is used with a specific name: xpaget xpamb -data foo then the stored data itself will be returned. ... data [name] . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/xpamb.html -- 7.8 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/xpamb.html -- 7.8 Кб -- 01.10.2012
Похожие документы

16. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>480) - www.mso.anu.edu.au/ )

17. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/leo/wpstools/00-index
acsdoc.zip 12221 info about generic WPS method access object assist11.zip 689805 WPS extension for WARP 3/4 audiocdcreator_039.zip 414750 folder classes, CDRecord/2 front end blckh3.zip 35382 Black Hole WPS object bubpd102.zip 142897 Launchpad replacement class classman.zip 19153 WPS class (de)registration utility cmdfld12.zip 45658 WPFolder subclass cmdrun12.zip 34043 extension to WPFolder ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/leo/wpstools/00-index -- 5.7 Кб -- 19.05.2001
Похожие документы

18. Admonishments
... The NOTE element is designed for use as admonishments such as notes, cautions or warnings, as commonly used in technical documentation. The CLASS attribute specifies the type of the element and is typically associated with different graphics such as a road traffic warning sign. ... The class names: NOTE, CAUTION and WARNING are recommended for standard admonishments. In the absence of the CLASS attribute, a NOTE element is typically rendered indented, without an accompanying graphic. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/notes.html -- 4.8 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>696) - comet.sai.msu.ru/ )

19. http://www.ssau.ru/files/education/metod_1/gavrilov_sozdanie_program.pdf
... 1.4 OSGi Java. ... Solver, package sample; import org.slavery.basic.Solver; import org.xdp.commons.SessionID; import org.xdp.commons.URI; public class SampleSolver extends Solver { public SampleSolver(SessionID sid, String name) { super(sid, name); } @Override public void perform() { double d = (Double) storage.load( new URI(getName() + "/initdata"), getSessionID()); double r = Math.sin(d); storage.save(new URI(getName() + "/resdata"), r, getSessionID()); } 41 } load() storage, Solver. , save(). , ,...
[ Текст ]  Ссылки http://www.ssau.ru/files/education/metod_1/gavrilov_sozdanie_program.pdf -- 1267.7 Кб -- 09.12.2014
Похожие документы

20. http://www.naic.edu/~phil/hardware/byuPhasedAr/rfischercode/SER_README.txt
pySerial -------- This module capsulates the access for the serial port. ... Short introduction ------------------ Open port 0 at 9600,8,N,1 , no timeout import serial ser = serial . Serial (0) # open first serial port print ser.portstr #check which port was realy used ser.write( hello ) #write a string ser.close() #close port Open named port at 19200,8,N,1 , 1s timeout ser = ... It raises an exception if the port is not opened correctly. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/byuPhasedAr/rfischercode/SER_README.txt -- 10.1 Кб -- 27.01.2010
Похожие документы

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


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

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

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