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

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

Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/tasks/create_cat.html.

1. Using MicroEMACS commands
You can type MicroEMACS instructions in upper or lower case. There are two types of instruction, CONTROL and META. These are typed while holding down the CTRL key which is signified by the ^ character. ... These are typed after pressing the ESC key which is signified by M-. ... Remember, the CONTROL instructions are typed with the CTRL key and the META instructions are typed after the ESC key. Sometimes a META or CONTROL instruction will prompt you for more information. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/emacs/commands1.html -- 2.4 Кб -- 17.01.1997
Похожие документы

2. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

3. 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
Похожие документы

4. 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
Похожие документы

5. WordPerfect
Document Preparation . WordPerfect v5.1, a commercial word processing package, is available on the Science Cluster, from node EOTVOS. ... PC users familiar with WordPerfect will be pleased to know files created using WordPerfect v5.1 on the PC can be copied to a VMS system, edited, and printed with no loss of formatting. ... If you simply want a person to read the document, it is best to create an ASCII file of the document while in WordPerfect and then mail this ASCII file. ... Press to save. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_35.html -- 9.6 Кб -- 01.11.1995
Похожие документы

6. Type Checking and New Types
... GTK+ has an extensive type system, which is to some extent independent of its object system. ... define GTK_TYPE_BUTTON (gtk_button_get_type ()) #define GTK_BUTTON(obj) (GTK_CHECK_CAST ((obj), \ GTK_TYPE_BUTTON, GtkButton)) #define GTK_BUTTON_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), \ GTK_TYPE_BUTTON, GtkButtonClass)) #define GTK_IS_BUTTON(obj) (GTK_CHECK_TYPE ((obj), \ GTK_TYPE_BUTTON)) #define GTK_IS_BUTTON_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), \ GTK_TYPE_BUTTON)) . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/z105.html -- 11.7 Кб -- 12.07.2000
Похожие документы

7. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javarray.htm
... A wrapped Java array accessed from within JavaScript code is a member of the type JavaArray . Core object . ... JavaScript 1.1, NES 2.0 Any Java method which returns an array. ... Use zero-based indexes to access the elements in a JavaArray object, just as you do to access elements in an array in Java. ... Method . ... In this example, the JavaArray byteArray is created by the java.lang.String.getBytes method, which returns an array. var javaString = new java.lang.String("Hello world!"); . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javarray.htm -- 8.3 Кб -- 07.10.1999
Похожие документы

8. TUI:TUI Menu:Log Windows
Log windows display messages from all "actors" (instruments, the TCC, the hub...) and allow you to send commands. Controls along the top allow you to filter out unwanted garbage or highlight messages of particular interest. ... Regular Expressions . ... The entry field for "+ Actors" and "+ Commands" filtering accept space-separated regular expressions . ... If you plan to send many messages to a particular actor, you may select the actor from the menu next to the command entry field. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/TUIMenu/LogWin.html -- 8.3 Кб -- 05.09.2014
Похожие документы

9. Generic routines
... We now also have the possibility to write our own generic functions or subroutines. ... PROGRAM SWAP _MAIN IMPLICIT NONE INTEGER :: I, J, K, L REAL :: A, B, X, Y CHARACTER :: C, D, E, F INTERFACE SWAP SUBROUTINE SWAP _R(A, B) REAL, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _R SUBROUTINE SWAP _I(A, B) INTEGER, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _I SUBROUTINE SWAP _C(A, B) CHARACTER, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _C ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c10.html -- 6.2 Кб -- 11.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c10.html -- 6.2 Кб -- 11.02.1996
Похожие документы

10. comedi_get_subdevice_type
. Comedi Documentation . Prev . Next . comedi_get_subdevice_type -- type of subdevice . #include <comedilib.h> . int comedi_get_subdevice_type (comedi_t * device, unsigned int subdevice); . The function comedi_get_subdevice_type() returns an integer describing the type of subdevice that belongs to the comedi device device and has the index subdevice. The function returns -1 if there is an error. XXX Subdevice type table . Prev . Home . Next . comedi_get_board_name . Up . comedi_find_subdevice_by_type
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-subdevice-type.html -- 3.9 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-subdevice-type.html -- 3.9 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-subdevice-type.html -- 3.9 Кб -- 02.10.2012
Похожие документы

11. http://hea.iki.rssi.ru/conf/hea2007/list/index.php~
... selected="selected"' : ''; $menu .= '<option value="' . ... SERVER['REQUEST_URI'],$trans)); return $urls[0]; } /* get the internal configuration */ global $ cfg ; /* check if we been asked to render a feed */ $ feed = get_get(' feed ',NULL); /* check if we been asked to render a PDF */ $pdf = get_get('pdf',NULL); $ templates = array(); $output = ''; $ file = get_post('db',NULL); if (!$ file ) $ file = get_get('db',Property::get($ cfg ['config'],'default')); /* if the request does not ask for a...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/list/index.php~ -- 9.7 Кб -- 11.09.2007
Похожие документы

12. [sas-uploads] SPAM:****************** Mail System Error - Returned Mail
The Post Office MAILER-DAEMON@xmm.vilspa.esa.es . ... Previous message: [sas-uploads] SAS manifest mactrack [xmmsas_20070126_1804_md5sums] uploaded . ... NextPart_000_0001_BFC7DE5D.AAEF50B2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit ------------------------------------------------------------------------ Subject: the ESA antivirus detected a virus in a e-mail sent to you. The ESA Mail Gateway detected a virus in a e-mail sent to you. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/pipermail/sas-uploads/2007-January/009381.html -- 5.1 Кб -- 27.01.2007
Похожие документы

13. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/dos/OS2.TXT
... If You Have Neither OS/2 Dual Boot Nor OS/2 Boot Manager -------------------------------------------------------- If you want to remove OS/2 from your computer but want to save the data on your hard disk first, carry out the following procedure: To remove OS/2 and save the data on your computer: 1. ... Back up the data files you want to keep onto floppy disks by using the COPY command. ... Reinsert Setup Disk 1 in drive A (the startup drive). ... Restart your computer by pressing CTRL+ALT+DEL. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/dos/OS2.TXT -- 7.2 Кб -- 06.03.2001
Похожие документы
Еще в разделе: (Показать все результаты (>5414) - www.naic.edu/ )

14. OFFICIAL PRESS RELEASE - S.P. KOROLEV ROCKET & SPACE CORPORATION ENERGIA
OFFICIAL PRESS RELEASE . ... The Primary Expedition 7 crew International Space Station (ISS) - Russian cosmonaut Yuri Malenchenko (ISS-7 commander, Soyuz TMA-2 commander), American astronaut Edward Lu (ISS-7 flight engineer, Soyuz TMA-2 flight engineer-1) - and European Space Agency (ESA) astronaut, Visiting Expedition 5 (VE-5) flight engineer, Soyuz TMA-2 flight engineer-2 Pedro Duquer of Spain have returned to Earth in the Descent Module (DM) of the Soyuz TMA-2 spacecraft. ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/news/news-2003/press_release_iss-16.html -- 18.0 Кб -- 10.04.2016
Похожие документы

15. Menus (ImageJ API)
... FIELD | ... public class Menus . ... ImageJ . ... static char . ... static int . ... Returns the size (in points) used for the fonts in ImageJ menus. static java.lang.String . ... Returns a list of the plugins in the plugins menu. static java.lang.String . ... Field Detail public static final char PLUGINS_MENU . ... public static final char IMPORT_MENU . ... public static int installPlugin (java.lang.String plugin, char menuCode, java.lang.String command, java.lang.String shortcut, ImageJ ij) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/Menus.html -- 35.2 Кб -- 02.12.2010
Похожие документы

16. 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
Похожие документы

17. NPOI raw packet data files
Next: VOLVOX Up: COBRA Previous: Compound plot procedures Contents . A small number of procedures capable of directly accessing NPOI raw packet files. packetdir , file Function. Return packet directory for specified file. This is an array of structures, each one specifying file, day number, time, type, length, and offset in bytes from the beginning of the file for a packet. ... packetlist , YYYY-MMDD Open all raw packet files corresponding do embedded system date YYYY-MMDD. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node244.html -- 5.4 Кб -- 28.04.2015
Похожие документы

18. Accesibility
... Planetarium Staff . ... Freedom of Information . ... The Armagh Planetarium website has been enabled to use BrowseAloud software. ... See the following instructions on how to increase the size of the text on any web page you are viewing. тАв Press ' Ctrl ' and ' + ' to increase the text size, ' Ctrl ' and ' - ' to decrease the text size. ... For information on changing the text size in older browsers and on different operating systems visit the BBC My Web My Way site for Windows, MAC and Linux . ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/html/accessibility.html -- 30.9 Кб -- 20.02.2014
Похожие документы

19. About Data by Type Pages
The Magnetospheric Yellow Pages directories are lists of links to remote web sites that provide magnetospheric physics data. ... The Data Server directories are sorted two ways to make navigating easier. The list of Data Servers sorted by Data Type first provides a list of all catefories of data types for which there are known on-line data servers. ... Then by clicking on one of those links you jump to the remote site that is listed - e.g. whatever web server actually hosts those web pages. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/YELLPAGE/info/about-data-by-type.html -- 4.1 Кб -- 21.12.2007
Похожие документы

20. Stellarium: Nebula Class Reference
... Classes . ... Nebula Class Reference . ... getInfoString (const StelCore *core, const InfoStringGroup &flags) const . ... getCloseViewFov (const StelCore *core=NULL) const . ... getVMagnitude (const StelCore *core, bool withExtinction=false) const . ... getSelectPriority (const StelCore *core) const . ... getEquinoxEquatorialPos (const StelCore *core) const . ... getJ2000GalacticPos (const StelCore *core) const . ... getPositionInfoString (const StelCore *core, const InfoStringGroup &flags) const . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classNebula.html -- 41.7 Кб -- 28.02.2014
Похожие документы

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


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

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

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