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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/~sontag/spicedocs/cspice/lmpool_c.html.

1. Containers and Pop-up Shells
... Any elements created after this call will be placed in the container. ... After such a shell container has been created, it is not visible yet. ... Main program: /* example9.c -XT */ # include stddef.h # include gipsyc.h # include cmain.h # include init.h # include finis.h # include userfio.h # include ggi.h /* * Button keyword handler for quitting. */ static void quit(ident id, char * key , int code, void *arg) { bool button =toflog(FALSE); ( void )userflog( , 1, 2, ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/pguide/gui-example9.html -- 7.3 Кб -- 17.01.2009
Похожие документы

2. CSPICE Routines: ERRCH_C
... Abstract Substitute a character string for the first occurrence of a marker in the current long error message. ... Detailed_Input marker is a character string that marks a position in the long error message where a character string is to be substituted. ... Substitute the file name into the error message. Signal the error (causing output of error messages) using the CSPICE routine sigerr_c . ... After the call to errch_c , the long error message will contain the file name held in the string FILE. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/errch_c.html -- 9.1 Кб -- 17.12.2005
Похожие документы

3. The national Earth remote sensing spacecraft of Ukraine will be placed into
... Comments, Opinions Publications Dnepr Program . Dnepr launch record 17 August 2011. Cluster Launch of Dnepr LV 22 August 2013 KOMPSAT-5 Launch 21 November 2013. ... The Sych-2 satellite is being developed as a part of the space optical-range Earth observation system by the State Design Office of Yuzhnoye and built by the Industrial Association Yuzhny Machine Building Plant in cooperation w ith other space industry entities upon the state order of the National Space Agency of Ukraine . ...
[ Сохраненная копия ]  Ссылки http://www.kosmotras.ru/en/news/79/ -- 14.8 Кб -- 09.04.2016
Похожие документы

4. Other Programs - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Programs . ... Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/programs/other.html -- 6.1 Кб -- 19.11.2015
Похожие документы

5. An extended meeting of SSAU Academic Council took place
... On Monday, August 31 SSAU Rector Evgeniy Shakhmatov within the framework of an extended meeting of the Academic Council presented a report on the results of the university activities in the academic year 2014/2015, as well as outlined the prospects for the university development. ... In the academic year 2014/2015 students training in SSAU has been conducted on 67 Bachelor s programs, 45 Specialist s programs, 29 Master's educational programs and 6 fields of secondary vocational education. ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/11751/ -- 27.3 Кб -- 04.09.2015
Похожие документы

6. Deprecated List (ImageJ API)
... replaced by Duplicator class . ... Short images are always unsigned. ij.plugin.ImageCalculator.calculate(String, ImagePlus, ImagePlus) . replaced by run(String,ImagePlus,ImagePlus) . ... ij.gui.NewImage.createUnsignedShortImage(String, int, int, int, int) . ... replaced by ImagePlus.setOverlay(Roi, Color, int, Color) . ... replaced by the Plot class. ij.gui.PlotWindow(String, String, String, float[], float[]) . replaced by the Plot class. ij.gui.PolygonRoi(int[], int[], int, ImagePlus, int) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/deprecated-list.html -- 16.8 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>618) - www.astro.louisville.edu/ )

7. OptInt PmWiki : PmWiki / Other Variables
OptInt PmWiki : Pm Wiki / Other Variables . ... This variable is an array that is used for defining Page Variables . ... To have the page variable $MyVar produce the contents of the internal variable $myvar , many folks try the following which does not work: . ... There are several correct ways to do this, depending on whether you need the value of the $myvar variable as it was at the time the $FmtPV entry was created, or at the time that a particular instance of $MyVar is being rendered on a page. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/OtherVariables?action=print -- 16.2 Кб -- 01.03.2014
Похожие документы

8. http://hea-www.harvard.edu/ChaMPlane/quantile/4ciao4.3/strreplace.pro
NAME: ; STRREPLACE ; ; PURPOSE: ; The STRREPLACE procedure replaces the contents of one string ; with another. The first occurrence of the search substring, Find ; within the source string, String is replaced by the string, ; Replacement. ... CALLING SEQUENCE: ; ; STRREPLACE, String, Find, Replacement ; ; INPUTS: ; String: The string to have substring(s) replaced. ... Find: The scalar substring to be replaced. ... Replacement: A scalar string to replace the Find substring. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChaMPlane/quantile/4ciao4.3/strreplace.pro -- 3.2 Кб -- 20.03.2012
Похожие документы

9. Miscellaneous Widgets
... Labels are used a lot in GTK, and are relatively simple. ... here. #include gtk/gtk.h int main( int argc, char *argv[] ) { static GtkWidget *window = NULL; GtkWidget *hbox; GtkWidget * vbox ; GtkWidget * frame ; GtkWidget * label ; /* Initialise GTK */ gtk_init ( argc, argv); window = gtk_window_new (GTK_WINDOW_TOPLEVEL); g_signal_connect (G_OBJECT (window), destroy , G_CALLBACK (gtk_main_quit), NULL); gtk_window_set_title (GTK_WINDOW (window), Label ); vbox = gtk_ vbox _new ( ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/ch-miscwidgets.html -- 10.2 Кб -- 19.07.2002
Похожие документы

10. http://www.naic.edu/~phil/hardware/lbnfb/lbnfb.html
... It contains 2 (1 for each polarization) by 4 separate filters that are switch able via the computer. filter 1 is a motor driven tuneable filter covering 1000 to 2000 Mhz with a 2% bandwidth. filter 2 is a ??? . ... An hp34907 dac generates a voltage that corresponds to the requested frequency. ... It steps the filter from 1000 to 2000 Mhz in 25 Mhz steps. ... You now have 41 requested voltages and measured frequencies going from 1000 to 2000 Mhz. ... 20 Mhz) when fit over the 1000 to 2000 Mhz range....
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/lbnfb/lbnfb.html -- 7.9 Кб -- 12.11.2003
Похожие документы

11. Steel supports being placed under the main beams of the library floor.
... Steel supports being placed under the main beтАж . Sidebar Left . Sidebar Top . No Sidebar . Sidebar Bottom . Sidebar Right . ... Title: Steel supports being placed under the main beams of the library floor. ... Steel supports being placed under the main beams of the library floor. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/gallery3/index.php/reconstruction/album36/DSCN1061 -- 31.4 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>555) - www.mso.anu.edu.au/ )

12. Explanation to the mean places of polar stars.
. Computer Ephemeris. Mean places of polar fundamental stars. Explanations. Table presented contains mean places at the middle of the year of all north polart FK5 stars with 80
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/ephem/exp/St2.html -- 2.1 Кб -- 16.10.2004
Похожие документы

13. SAI graduates 1982
SAI, graduates year 1982. ... Note: when just a 7-digit phone number is shown, it refers to a phone located in Moscow (international access 007-495). "+" in front of a number means that you must dial an international access code first (or just press "+" on your mobile phone keypad). ... 939-1672(work); . ... Ataev Sasha . 1-(703)-536-8881(home) (USA); . ... Bychkov Sergey . ... 1-(410)-740-8205(home), +1-(301)-286-2150(work) (USA); . ... 1-(412)-767-0332(home), +1-(412)-608-9339(mobile) (USA); . ...
[ Сохраненная копия ]  Ссылки http://uranus.sai.msu.ru/~igor/sai82/ -- 6.1 Кб -- 22.04.2009
Похожие документы
Еще в разделе: (Показать все результаты (>9) - uranus.sai.msu.ru/ )

14. Apache module mod_log_common
... It provides for logging of the requests made to the server using the Common Logfile Format. This module has been replaced by mod_log_config in Apache 1.2 The log file contains a separate line for each request. A line is composed of several tokens separated by spaces: host ident authuser date request status bytes If a token does not have a value then it is represented by a hyphen (-). ... day = 2*digit . ... TransferLog . ... Context: server config, virtual host . ... Module: mod_log_common . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_log_common.html -- 5.8 Кб -- 01.08.2003
Похожие документы

15. ADASS '97 Program Information
... adass@eso.org . ... c/o Britt Sj?berg . ST-ECF/ESO . ... European Southern Observatory . ... The ADASS '97 Program Organizing Committee is comprised of the following members: Rudi Albrecht (ST-ECF/ESO), Roger Brissenden (SAO), Tim Cornwell (NRAO), R. Crutcher (Uni. of Illinois), F. Rick Harnden - Chair (SAO), George Jacoby (NOAO), Jonathan McDowell (SAO), Jan Noordam (NFRA), Dick Shaw (STScI), Richard Simon (NRAO), Britt Sj?berg (ST-ECF), Doug Tody (NOAO), and Dave Van Buren (IPAC). ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/ -- 5.2 Кб -- 13.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>235) - www.stecf.org/ )

16. The C Preprocessor
... Preprocessor Compiler Control . ... This directive includes a file into code. ... include <file> or #include ``file'' . ... As another example if running program on MSDOS machine we want to include file msdos.h otherwise a default.h file. ... This is most often used with programs that translate other languages to C. For example, error messages produced by the C compiler can reference the file name and line numbers of the original source files instead of the intermediate C (translated) source files. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
Похожие документы

17. Global replace
. To replace every occurrence of a piece of text from the cursor to the end of the file: . 1. Type M-R . Replace []<META>: . 2. Type in the text you want to replace and press the META key. You will then be prompted for the new text, with a prompt like this: with []<META>: . 3. Type in the new text and press the META key . All the occurrences of the old text will be replaced by the new and the number of changes printed at the bottom of your screen, for example: 36 substitutions .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/emacs/replace_global.html -- 2.2 Кб -- 17.01.1997
Похожие документы

18. http://www.eso.org/~qc/dfos/cdbIngestReplacementImplementation.pdf
... Deliverables: The new tools will be written in Java, they will all be contained in one jar file. ... This is the proposed workflow (pseudo code): try: insert in qc_files catch : return try: ingest in NGAS catch : delete from qc_files return try: extract_ keywords catch : try: set ignore flag in NGAS catch : log cannot set ignore flag for file dp_id , please notify AOG log file _id dp_id was ingested in NGAS but the keyword extraction failed, please notify AOG delete from ...
[ Текст ]  Ссылки http://www.eso.org/~qc/dfos/cdbIngestReplacementImplementation.pdf -- 691.0 Кб -- 03.09.2014
Похожие документы

19. GOCG Pre-Observation Products
Next: Navigation Pre-Observation Products . ... SRT (Space Radio Telescope) Schedule (SRS) File . ... What: GOCG generates the Space Radio Telescope (SRT) schedule file, or SRS file, from current GSTS file. The SRS file has more precise time stamps than long-term schedules, and also designates which GTS will be used when. ... The SRS file also serves as the antenna pointing schedule file, as it describes the planned orientation of the spacecraft (and solar panels) as a function of time. ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/documents/rmoh/eng/gocgpre.htm -- 8.4 Кб -- 16.05.2001
Похожие документы

20. (Untitled)
I. Installation . ... AMPLE package distributive (created with program InstallShield for Microsoft Visual C++) has been downloaded on FTP server of IAA RAS as archive Ample.zip. ... Note: If the window "file download" appears, select Open... switch button, then press OK button. ... The shortcut for AMPLE will be linked with this folder, and auxiliary files will be created here during AMPLE work. ... When running AMPLE all auxiliary and new configuration files are created in the WORK folder. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9rxw.htm -- 6.9 Кб -- 10.04.2016
Похожие документы

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


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

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

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