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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/gipsy/sub/fname.dc2.

1. Casda Upload Utility CentralProcessor 0.11 documentation
... CentralProcessor 0.11 documentation . Utilities . The CASDA upload utility prepares artifacts for submission to the CSIRO ASKAP Science Data Archive (CASDA). ... Evaluation Pipeline Artifacts (any file format) . ... The measurement set is a directory, where CASDA requires a single file per artifact . ... The following example declares four artifacts to be uploaded to CASDA, one for each of the artifact types: image, source catalogue, measurement set and evaluation report. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/utils/casdaupload.html -- 14.3 Кб -- 12.04.2016
Похожие документы

2. Appending standard output to a file
. To append the standard output from a command to a file use two >> (greater than) symbols followed by the name of the file. If the file does not exist it is created. For example: cat part1 > chapt2 cat part2 >> chapt2 . This creates a file called chapt2 with the same contents as part1 . It then reads the contents of part2 and appends them to the file chapt2 . The file chapt2 now contains the data from part1 followed by the data from part2 .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/cmd3.3.html -- 2.2 Кб -- 17.01.1997
Похожие документы

3. Dynamic HTML in Communicator
... To run the <LAYER> version of the example, select: flower.htm . ... However, if the page had several layers with absolute positions, and you wanted to place another layer in a relative position to one of the existing layers, you could use inline JavaScript to calculate the value for LEFT or TOP . ... In this example, there is really no need to use inline JavaScript to position the last flower layer, since you could just let the TOP value default to its natural value, as in the other flower layers. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers34.htm -- 11.4 Кб -- 13.08.1997
Похожие документы
Еще в разделе: (Показать все результаты (>24837) - crydee.sai.msu.ru/ )

4. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/submit.htm
... A submit button on an HTML form. ... Client-side object . ... JavaScript 1.1: added type property; added onBlur and onFocus event handlers; added blur and focus methods . JavaScript 1.2: added handleEvent method The HTML INPUT tag, with "submit" as the value of the TYPE attribute. ... form . ... INPUT NAME="button1" TYPE="button" VALUE="Show Form Name" . ... For all Submit objects, the value of the type property is "submit" . ... INPUT TYPE="button" NAME="helpButton" VALUE="Help"> Submit.name . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/submit.htm -- 22.4 Кб -- 07.10.1999
Похожие документы

5. Doug Burke's Perl/S-Lang pages: Structure examples
... Doug's Home Page . ... S-Lang structures are converted to hash references in Perl , as shown below. ... n\n ; print Structure contents:\n ; # you can treat $s as a reference to a hash array in most respects, except: # - the order of the keys in the array matches that of the # original S-Lang structure # while ( my ( $ key , $ value ) = each %{$s} ) { print key $ key \t has a value of $ value \n ; } print \n ; $$s{afield} = 'a changed field value '; print ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_structs.html -- 9.6 Кб -- 02.10.2012
Похожие документы

6. In The Beginning, God Created......prophecy - an Astronomy Net God Science
God Science Forum Message . Forums: . ... God and Science ћ SETI ћ Software ћ UFO ћ XEphem . ... God and Science | ... In The Beginning, God Created......prophecy . ... I am beginning to believe that Genesis creation is about the creation of prophecy as much as it is a statement that God is the creator. ... So I ask, are you (anyone) willing to consider Gen 1 2 as stories of prophecy or are you determined that it is either about science or a literal 7-day creation? ... www.astronomy.net . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/god/messages/32316.shtml -- 14.2 Кб -- 09.04.2016
Похожие документы

7. Tcl- and [Incr tcl]- Based Applications for Astronomy and the Sciences
... Up: Science Software Applications . ... It has extensions for creating GUI (Tk) and object-oriented ([incr tcl]) applications. Several Tcl-based tools that may be used for astronomical and other scientific applications have been created and are discussed. One example is ptcl , which registers PGPLOT functions as Tcl commands, creating a powerful interactive plotting package. ... Both programs use the same C code, Tcl commands, and [incr tcl] classes; only the GUIs are different. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/eliasn.html -- 10.1 Кб -- 23.06.1998
Похожие документы

8. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>377) - lnfm1.sai.msu.ru/ )

9. Contents
... Exercises . C/C++ Program Compilation . ... UNIX Library Functions . ... Further Data Types . ... Not assigning a pointer to memory address before using it . ... Low Level Operators and Bit Fields . ... Some further example shared memory programs . ... Threads: Basic Theory and Libraries . ... Single threading . Some Example applications of threads . Thread Levels . ... Global and Private Thread-Specific Data Example . ... Example Use of Thread Specific Data:Rethinking Global Variables . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 02.10.2012
Похожие документы

10. Astrophysical Research Consortium - Apache Point Observatory
... How do have my images go into a different directory? To put your images into a directory other than the standard /export/images you MUST create the directory from the dryrot prompt. ... Create the directory with the following command dryrot: mkdir /export/images/ your directory Now when you set up the directory in spicam you need to type spicam: path /export/images/ your directory This will now put the images into your directory. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/35m_manual/Instruments/SPIcam/SPIcam_problems.html -- 4.9 Кб -- 07.03.2007
Похожие документы
Еще в разделе: (Показать все результаты (>719) - www.apo.nmsu.edu/ )

11. http://observ.pereplet.ru/images/z/backupsql.txt
php /* * Backup script on server. ... Connects to the mySQL * database and creates a backup file of the whole database. ... Yes/No? ... It will void your warranty :-D! $ date = date ( mdy-hia ); $filename = $savepath/$dbname-$ date .sql ; if($use_gzip== yes ){ $ filename2 = $ file ; } else { $ filename2 = $savepath/$dbname-$ date .sql ; } if($send_email == yes ){ $fileatt_type = filetype($ filename2 ); $ fileatt_name = .$dbname. - .$ ... BR>"; $message .= "--{$mime_boundary}\n" ." ...
[ Сохраненная копия ]  Ссылки http://observ.pereplet.ru/images/z/backupsql.txt -- 7.3 Кб -- 29.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>46) - observ.pereplet.ru/ )

12. Database of Optical Constants -- Level: welcome
The database contains references to the papers, data files and links to the Internet resources related to measurements and calculations of the optical constants in the wavelength interval from X-rays to radio domain. ... References to some useful books and reviews on the subject (e.g. the classical handbooks edited by E.D.Palik) and links to Internet collections of optical constants and personal WWW pages with related software were also placed in the database. You have arrived at our welcome page. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/JPDOC/ -- 10.8 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>352) - www.astro.spbu.ru/ )

13. Creating a filesystem
... Filesystems are created, i.e., initialized, with the mkfs љ command. ... Search for bad blocks and initialize the bad block list accordingly. -l filename . ... badblocks /dev/fd0H1440 1440 > bad-blocks . ... 1 block group . 8192 blocks per group, 8192 fragments per group . ... Then bad blocks were searched with badblocks љ , with the output redirected to a file, bad-blocks . Finally, the filesystem was created, with the bad block list initialized by whatever badblocks љ found. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node45.html -- 7.0 Кб -- 04.05.1997
Похожие документы

14. Apache modules
Below is a list of all of the modules that come as part of the Apache distribution. ... mod_setenvif Apache 1.3 and up . ... mod_unique_id Apache 1.3 and up . ... Determining document types using file extensions . ... mod_rewrite Apache 1.2 and up . ... User authentication using text files . ... User authentication using DBM files . ... User authentication using Berkeley DB files . mod_auth_anon Apache 1.1 and up . ... User-configurable logging replacement for mod_log_common . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/index-bytype.html -- 8.8 Кб -- 20.05.2004
Похожие документы

15. Microsoft Office PowerPoint Viewer Readme File Microsoft Office PowerPoint
б© 2003 Microsoft Corporation. ... This document provides late-breaking information about the Microsoft Office PowerPoint Viewer. To view the Readme file on the screen, maximize the browser window. ... About the PowerPoint Viewer . ... The Microsoft Office PowerPoint Viewer allows you to view full-featured presentations created in Microsoft Office PowerPoint 2003. The PowerPoint Viewer supports viewing presentations created in PowerPoint 97, PowerPoint 2000, and PowerPoint 2002. ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2008/Presentations/26Dec/Moskalenko_IKI/pvreadme.htm -- 5.0 Кб -- 25.07.2003
Похожие документы
Еще в разделе: (Показать все результаты (>324) - hea.iki.rssi.ru/ )

16. ASP: Creating Readable Electronic Articles
... Every year, more and more journals are switching from mailing paper copies to subscribers to putting material on the Internet either for free or via password-protected access. The primary driving force behind this is simple economics: the cost of publishing material online is a minuscule fraction of the expense of printing articles in a paper journal and mailing it. The majority of people over 40 greeted the advent of online journals with much sadness and even some derision. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/pubs/mercury/38_03/gould.html -- 6.7 Кб -- 02.10.2012
Похожие документы

17. Астронет > Форумы > Обсуждение публикаций Астронета > painless traffic
по текстам по форуму внутри темы . Астронет | ... планета Астронет | ... Форумы | ... painless traffic . ... Mick Moore and Bill are the creators of painless traffic . ... Baically this software creates a passive income through Autoblogging. ... Huge profits passive style blogs where the software create a blog, then install the plug-in specific content scrape RSS feeds and posts this information on his blog. ... Create a site with unique content. ... Форумы >> Обсуждение публикаций Астронета . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/forums/1254848/tree/ -- 15.2 Кб -- 10.04.2016
Похожие документы

18. Stellarium: Plugins
... CodingљStyle . ... Plugins . ... Building Plugins . ... dynamic plugins are stand-alone dynamic libraries (separate files with .so extension on Linux, .dll in Windows or .dylib on Mac OS X) that are loaded at run-time (on start-up) by Stellarium. This allows dynamic plugins to be distributed separately from Stellarium. static plugins are linked statically at build-time. ... For the rest of this discussion, I will assume you downloaded the source code in the directory /home/me/builds/stellarium . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/plugins.html -- 14.9 Кб -- 28.02.2014
Похожие документы

19. Does the time it takes different methods to create all the elements coincide
... Does the time it takes different methods to create all the elements coincide with the universeт??s accepted age? ... Illinois Urbana-Champaign) Different kinds of stars create elements at different rates, all of which are consistent with the age of the universe. Get instant access to subscriber content on Astronomy.com! ... Registration is FREE and takes only a few seconds to complete. If you are already registered on Astronomy.com, please log in below. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/ask-astro/2011/02/cosmic-chemistry -- 63.2 Кб -- 10.04.2016
Похожие документы

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


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

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

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