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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1ISMIndex.html.

1. casacore: casa::RegexBase Class Reference
... casa::RegexBase . ... find (const Char *s, String::size_type len, Int &matchlen, String::size_type pos=0) const =0 . ... match (const Char *s, String::size_type len, String::size_type pos=0) const . ... rfind (const Char *s, String::size_type len, Int &matchlen, String::size_type pos= String::npos ) const . ... search (const Char *s, String::size_type len, Int &matchlen, Int pos=0) const . ... String::size_type find(const Char *s, String::size_type len, Int &matchlen, String::size_type pos=0) const;...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1RegexBase.html -- 26.8 Кб -- 14.02.2011
Похожие документы

2. Stellarium: StelScriptMgr Class Reference
... StelScriptMgr Class Reference . ... const QStringљ . ... Stops any running script. ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getDescription . ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getLicense . ... Get the rate at which the script is running as a multiple of the normal execution rate. void StelScriptMgr::pauseScript . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelScriptMgr.html -- 32.4 Кб -- 28.02.2014
Похожие документы

3. CSPICE Routines: GCPOOL_C
... Abstract Return the character value of a kernel variable from the kernel pool. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- name I Name of the variable whose value is to be returned. start I Which component to start retrieving for name room I The largest number of values to return. lenout I The length of the output string. n O Number of values returned for name. cvals O Values associated with name. found O True if variable is in pool. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/gcpool_c.html -- 10.2 Кб -- 17.12.2005
Похожие документы

4. Tools (ImageJ API)
... public class Tools . ... Tools () . ... static java.lang.String . ... Converts a Color to an 7 byte hex string starting with '#'. public static java.lang.String f2hex (float f) . Converts a float to an 9 byte hex string starting with '#'. public static double[] getMinMax (double[] a) . ... Converts the float array 'a' to a double array. public static float[] toFloat (double[] a) . Converts the double array 'a' to a float array. public static java.lang.String fixNewLines (java.lang.String s) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/util/Tools.html -- 19.2 Кб -- 02.12.2010
Похожие документы

5. Getting Started
GTK+ 2.0 Tutorial . ... This program will create a 200x200 pixel window and has no way of exiting except to be killed by using the shell. #include <gtk/gtk.h> int main( int argc, char *argv[] ) { GtkWidget *window; gtk_init (&argc, &argv); window = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_widget_show (window); gtk_main (); return 0; } . ... All programs will of course include gtk/gtk.h which declares the variables, functions, structures, etc. that will be used in your GTK application. ... gtk-debug . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/ch-gettingstarted.html -- 10.4 Кб -- 19.07.2002
Похожие документы

6. Not so well documented Device Helpers in OS/2
... DevHlp_Security This devhlp allows to open a file for read access in the Init routine of a BASEDEV . ... returned: size of file SYIOpenFile ends Valid at INIT time only. ... This routine uses the corresponding function of the miniFSD , not normal file I/O, thus access is restricted. ... Although the size argument of the data structure implies, I'd recommend to better not read more than 32K at a time. ... DL = 044h This function will return the table of security helper functions for file access. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/os2devhlps.html -- 9.6 Кб -- 23.10.2000
Похожие документы
Еще в разделе: (Показать все результаты (>4705) - crydee.sai.msu.ru/ )

7. Tsearch2 in Japanese
... Argument: C-Type: (char *) (IN) Desc: Pointer to the text which we parse 2. ... Argument: C-Type: (char **) (OUT) Desc: token text 3. ... LexDescr * descr = (LexDescr *) palloc(sizeof(LexDescr) * (2+1)); /* there are only two types in this parser */ descr [0].lexid = 3; descr [0].alias = pstrdup( word ); descr [0]. descr = pstrdup( Word ); descr [1].lexid = 12; descr [1].alias = pstrdup( blank ); descr [1]. descr = pstrdup( Space symbols ); descr [2].lexid = 0; PG_RETURN_POINTER( ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html -- 12.8 Кб -- 22.12.2007
Похожие документы

8. lsst.coordConv: coordConv::OtherCoordSys Class Reference
lsst.coordConv љ unknown . ... Classes . ... coordConv::OtherCoordSys Class Reference . ... OtherCoordSys (std::string const &name, double date=0, DateTypeEnum dateType= DateType_None , bool isMean =false) . ... virtual Coord љ . ... CoordSys (std::string const &name, double date, DateTypeEnum dateType, bool isMean , bool canConvert ) . ... convertFrom ( CoordSys const &fromCoordSys, Coord const &fromCoord, Site const &site, double tai=0) const . ... virtual Coord coordConv::OtherCoordSys::removePM . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/classcoord_conv_1_1_other_coord_sys.html -- 47.5 Кб -- 07.05.2015
Похожие документы

9. comedi_find_subdevice_by_type
Comedi Documentation . ... comedi_find_subdevice_by_type -- search for subdevice type . ... int comedi_find_subdevice_by_type (comedi_t * device, int type, unsigned int start_subdevice); . The function comedi_find_subdevice_by_type() tries to locate a subdevice belonging to comedi device device, having type type, starting with the subdevice start_subdevice. ... If it does not locate the requested subdevice, it returns -1 and sets the Comedilib error number to XXX "subdevice not found". ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-find-subdevice-by-type.html -- 4.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-find-subdevice-by-type.html -- 4.1 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-find-subdevice-by-type.html -- 4.1 Кб -- 02.10.2012
Похожие документы

10. Cummings generator routines
... AINTRO- USING THE CGEN ROUTINES: . ... CGENPLOT - PLOT GENERATOR DATA . Next Routine] [ List of Routines ] help,d[500].geni[2],/st ** Structure CGEN1, 40 tags, length=160, data length=160: DEVTYPE LONG 3 CTRLSW LONG 2 STATE LONG 3 FAULTCODE LONG 0 FAULTTYPE LONG 0 KWPERCENT FLOAT 76.0000 TOTKWST FLOAT 755.000 NFPA110 LONG 24576 EXTENDEDST LONG 0 FREQ FLOAT 59.0000 TOTPF FLOAT 0.921850 TOTKVA FLOAT 821.000 TOTKW FLOAT 755.000 TOTKVAR FLOAT 319.000 VOLTSAB ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/cgendoc.html -- 10.5 Кб -- 02.02.2016
Похожие документы
Еще в разделе: (Показать все результаты (>3399) - www.naic.edu/ )

11. The sas-uploads 2007-January Archive by Author
... sas-uploads] SPAM:********** Returned mail: see transcript for details Mail Administrator . ... sas-uploads] cal-3.186.2.tgz SAS Builds - xmmls11 . sas-uploads] SAS manifest devtrackun [xmmsas_20070106_1802_md5sums] uploaded SAS Builds - xmmls11 . sas-uploads] SAS manifest devtrack [xmmsas_20070106_1802_md5sums] uploaded SAS Builds - xmmls11 . ... sas-uploads] SAS manifest devtrack [xmmsas_20070112_1802_md5sums] uploaded SAS Builds - xmmls11 . ... Archived on: Wed Jan 31 19:31:03 2007 . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/pipermail/sas-uploads/2007-January/author.html -- 10.8 Кб -- 31.01.2007
Похожие документы

12. Starting Apache - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... How Apache Starts . ... If the Listen specified in the configuration file is default of 80 (or any other port below 1024), then it is necessary to have root privileges in order to start apache, so that it can bind to this privileged port. ... The recommended method of invoking the httpd executable is to use the apachectl control script. ... Trying to start the server when there is another instance of Apache or some other web server already bound to the same Port....
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/en/invoking.html -- 13.7 Кб -- 21.01.2013
Похожие документы

13. INTERNATIONAL SPACE STATION
... StarCity, Moscow Region. The Star City situated near Moscow hosted the solemn event devoted to meeting with the crew of the 11th Expedition to the International Space Station (ISS-11): Russian cosmonaut Sergei Krikalev and NASA astronaut John Phillips, as well as Gregory Olsen, US citizen, another participant of this space flight, who had returned with them to Earth and worked on the ISS under the 9th Visiting Crew (VC-9) Program. ... Official WEB-site of S.P.Korolev RSC Energia . ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/iss/iss11/photo_10-27.html -- 11.5 Кб -- 10.04.2016
Похожие документы

14. WDB---A Web Interface to Sybase
... WDB is a software toolset that tremendously simplifies the integration of Sybase databases into the World Wide Web. ... WDB automatically creates HTML forms, on-the-fly , to allow users to query the database, and given these query constraints, it will query the database and present the result to the user. ... The forms and description of how the individual fields in the form links to fields in the database are defined using Form Definition Files ( fdf's ) located on the server. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/rasmussenb.html -- 11.8 Кб -- 03.11.2000
Похожие документы

15. Journal "Peremennye Zvezdy"
Rotating Moon from LRO . ... Credit Copyright: LRO , Arizona State U. , NASA Explanation: No one, presently, sees the Moon rotate like this. That's because the Earth's moon is tidally locked to the Earth, showing us only one side . ... The above time-lapse video starts with the standard Earth view of the Moon . ... Two new missions are scheduled to begin exploring the Moon within the year, the first of which is NASA's Lunar Atmosphere and Dust Environment Explorer (LADEE). ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/varstars/msg/1293176 -- 8.4 Кб -- 16.09.2013
Похожие документы
Еще в разделе: (Показать все результаты (>49523) - www.astronet.ru/ )

16. Starting Apache
Starting Apache on Windows . Starting Apache on Unix . ... If the Port specified in the configuration file is the default of 80 (or any other port below 1024), then it is necessary to have root privileges in order to start Apache, so that it can bind to this privileged port. ... As an alternative to invoking the httpd binary directly, a shell script called apachectl is provided which can be used to control the daemon process with simple commands such as apachectl start and apachectl stop . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/invoking.html -- 6.9 Кб -- 15.10.2001
Похожие документы

17. Stargazing the Night Sky Course Returns in April | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Armagh Planetarium . ... Space Flight . ... Monthly Sky Notes . ... April . ... By admin March 16, 2015 Posted in: Armagh Planetarium . ... Stargazing the Night Sky is a short and very informal course is for complete beginners who want to know more about the wonders of the cosmos. ... If you want to experience the amazing objects we can all see at night, this is the course for you. ... Copyright Armagh Planetarium 2014 All Rights Reserved. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/stargazing-the-night-sky-course-returns-in-april.html -- 42.9 Кб -- 09.04.2016
Похожие документы

18. Getting Started in Actor Prolog. Analyzing Web Sites.
In this chapter we will consider two very simple but useful Web agents that I have written on Actor Prolog for my own needs. ... Let us start the Web agent. Fig. ... Start of the Web agent. The Context diagram consists of three blocks: "Logic Programming Sites", "Edit", and "Check". ... Some Web sites that are linked with the logic programming and Prolog are listed in the pulldown list (these addresses are transferred to the "Edit" block from the "Logic Programming Sites" block). ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_scan.html -- 13.7 Кб -- 24.09.2007
Похожие документы

19. NVSS Image ftp service Documentation Help for NVSS Image ftp service
This WWW form allows the user simplified access to images produced by the NRAO/VLA Sky Survey (NVSS). This service determines which NVSS image is desired based on a celestial position and returns either the image directly or a Web page with a link to the file. ... The NVSS Postage stamp (small FITS file) server can be used to obtain images with other geometries.) ... Web browsers use external viewers to display files like FITS images which they do not understand. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/surveys/nrao/NVSS/findhelp.html -- 6.6 Кб -- 11.02.1999
Похожие документы

20. pynifs.nifscube
... source code A class to hold all the information from a NIFS-produced data cube. ... Returns the data content of scidata as a numpy array. source code . ... Returns a spectrum from the specified spaxel, over the designated wavelength or velocity range. source code . ... source code Returns the data content of scidata as a numpy array. ... The fitscube instance is updated in-situ. source code Returns a spectrum from the specified spaxel, over the designated wavelength or velocity range. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/pynifs.nifscube-class.html -- 28.0 Кб -- 27.02.2014
Похожие документы

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


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

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

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