Найдено документов: 167493 (171 сайтов) ---- Время поиска: 0.38сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/miriad/userguide/node21.html.
http://www.atnf.csiro.au/computing/software/miriad/userguide/node21.html.
1. Writing Shell Scripts
... To aid description, line numbers are given on the left side of each line (these line numbers are not part of the shell script ). 1: #!/bin/csh 2: 3: # Delete any datasets called multi.uv . 4: 5: rm -rf multi.uv 6: 7: fits in= MULTI.UV op=uvin out= multi.uv 8: 9: foreach srcnam ( 1934-638 0823-500 vela ) 10: uvaver vis = multi.uv select=source(${ srcnam }) out=${ srcnam }.uv 11: end 12: 13: mfcal Line 1: C-shell scripts must always start with the rather cryptic #!/bin/csh . ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/computing/software/miriad/userguide/node20.html -- 8.0 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>23628) - www.atnf.csiro.au/ )
2. TUI:Scripts
Information about writing user scripts and adding windows to TUI. ... Built In Scripts a description of the scripts built into TUI, including: . ... Scripting Tutorial a tutorial for writing scripts, with many examples. Scripting Manual the scripting manual. Programming how to add new windows to TUI and information about the internals of TUI (some of which may be of interest to script writers). TUIAdditions where to put user scripts and code for new windows. ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/index.html -- 2.1 Кб -- 05.09.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>517) - www.apo.nmsu.edu/ )
3. USC Manager Tool Design Concept page
This tools manages the creation and deletion of USC types, and the application and removal of USC's on visits. accepts the following as inputs: . ... a list of windows (required input) . ... a list of visits (optional input) . ... passes visit selection criteria to a TBD query tool and accept a visit list from that tool in return. inserts USC records into assist for each visit. accepts the following as inputs: . ... A visit list must be provided if the USC type does not already exist.) ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/spst/lrpg/mupid/createuscs-concept1.html -- 6.2 Кб -- 16.05.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>10159) - www.stsci.edu/ )
4. Stellarium: Scripting Engine
Stellarium 0.12.3 . ... Classes . ... Scripting . ... Scripting Engine . ... Script Console . ... Since version 0.10.1, Stellarium includes a scripting feature based on the Qt Scripting Engine . ... Prior to version 0.10.0, Stellarium used a different scripting engine called StratoScript . ... Prior to version 0.10.0, Stellarium had a simple scripting engine, known as StratoScript . ... This script prints "Hello Universe" in the Script Console output window. core.debug( "Hello Universe" ); . ...
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/scripting.html -- 11.5 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1575) - astro.uni-altai.ru/ )
5. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1755) - www.adass.org/ )
6. Setting the CDE Backdrop - shell script
CDE doesn't make it easy to set the background image of the workspaces dynamically. ... Since the whole reason I did this was to look at jumbo images across both of my monitors, I found another way. cde-backdrop is a shell script (/bin/sh) that can be used on the command line or called from other scripts, which will find the CDE backdrop window which you select by name, and apply an image (in a variety of formats) to that background. cde-backdrop [ workspace | ... Download cde-backdrop version 1.0 . ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/~fine/Tech/cde-backdrop.html -- 8.0 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3155) - hea-www.harvard.edu/ )
7. XFree86/OS2 Available Ported Software - Window Managers
... fvwm2 , updated for EMX-0.9C, requires xpm (by Sebastien Marineau ) . ... fvwm95 (590K, by Holger Veit , requires xpm ) . 11jun97) CDE-like desktop (by Ted Sikora , requires xpm ) . 14aug97) icewm (Warp-like WM) (125K, by Holger Veit , requires xpm ) . 28nov97) fvwmOS2 (by Dave Cinege , requires xpm ) . ... Reply to: Holger.Veit@gmd.de . ...
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/xf86pwm.html -- 3.7 Кб -- 23.10.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>11196) - crydee.sai.msu.ru/ )
8. HTML Tag Reference
... This section discusses the tags for defining scripts in a document. Scripts allow you to include JavaScript code in your HTML documents. ... The SCRIPT tag specifies client-side JavaScript code, which means JavaScript code that runs directly in the browser. ... For example, the browser interprets text within angle brackets as a script element, not as an HTML element. ... You can also use SCRIPT tags in the body of your document to define JavaScript code to be executed in that part of the document. ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/cats/~satr/JS/REF/tags13.htm -- 10.7 Кб -- 26.03.1998
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2929) - www.sao.ru/ )
9. Sysadm
... Introduction to Unix System Administration . ... The Linux System Administrators' Guide . ... Master System - UNIX systems configuration tool . ... System optimization Information . ... The PC-Mac TCP/IP NFS FAQ list by Rawn Shah . ... Windows 95-L Networking FAQ and Windows NT 4.0 FAQ . ... Reptile's Linux Security Page . ... Internet Security Systems Inc.() and Security FAQs . ... Matt's Unix Security Page . ... Trusted Information Systems - Network Security and The TIS Firewall Toolkit FAQ . ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/sysadm.html -- 16.3 Кб -- 01.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>851) - www.sai.msu.su/ )
10. Optical Interferometer Script Data Reduction Version 8 for IDL
... support for other interferometers . ... The data selection widget . Flagging data . ... Script library files . ... Introduction . ... Data files . ... Basic widget procedures . Load data . ... Auxilliary data . ... Data and auxilliary files . ... Open the data file . ... Open a data file . Access a data file . ... Accessing data files . ... Discussion of reduction issues . ... Astrometry data reduction . ... Optical path lengths . ... NPOI raw data files . ... NPOI raw packet data files . ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/~chummel/oyster/manual/oyster.html -- 21.3 Кб -- 28.04.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>45461) - www.eso.org/ )
11. Executing a shell script
Before using a file as a shell script you must change its access permissions so that you have execute permission on the file, otherwise the error message Permission denied is displayed. ... To give yourself execute permission for the file containing the script use the command: chmod u+rwx filename . ... To give other users permission to read and execute but not alter the shell script use: chmod go+rx filename . ... Using the Bourne shell to interpret a shell script . ...
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt1.2.html -- 2.7 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>340) - comet.sai.msu.ru/ )
12. Client-Side JavaScript Guide
... This book explains how to use core and client-side JavaScript for version 1.3. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. ... Core, Client-Side, and Server-Side JavaScript . ... Client-Side JavaScript . ... JavaScript and Java . ... Examples . ... Conditional Statements . ... Object Manipulation Statements . ... Defining Functions . ... Objects and Properties . ... Indexing Object Properties . ... Defining an Event Handler . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/contents.htm -- 19.7 Кб -- 07.10.1999
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>6997) - www.arcetri.astro.it/ )
13. Астронет > Использование Windows Scripting Host для контроля качества обучения
... Использование Windows Scripting Host для контроля качества обучения . ... Среди большого числа технологий, позволяющих решить эту задачу, особого внимания, на наш взгляд, заслуживает Windows Scripting Host (WSH) [3]. ... Из изложенного ясно, что использования Windows Scripting Host дает новые, широкие возможности при организации дистанционного обучения. ... Автоматизация работы с использованием Windows Scripting Host. http://www.optim.ru/cs/2000/1/WSH/WSH.asp , 2000г. 4. ...
[
Сохраненная копия
]
Ссылки http://www.astronet.ru/db/msg/1177124/10.html -- 20.1 Кб -- 27.05.2002
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>17747) - www.astronet.ru/ )
14. http://www.astro.louisville.edu/software/astroimagej/installation_packages/AstroImageJ_installation_linux.html
... The files in this directory are for installing the latest version 3.0.0 of AstroImageJ on Linux, Windows, and Mac operating systems. ... If you already have installed version 2.0 of AIJ, simply use the update option on the AIJ toolbar 'Help' menu to upgrade to 3.0.0. ... As root user . cd / usr /local . ... Copy the 32-bit jre subdirectory from ImageJ to AstroImageJ and modify the astroimagej script in / usr /local/bin/ to . ... cd / usr /local/AstroImageJ/ ./ jre /bin/java -Xmx3072m -jar ij.jar . ...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/astroimagej/installation_packages/AstroImageJ_installation_linux.html -- 40.5 Кб -- 07.12.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>448) - www.astro.louisville.edu/ )
15. Как подключиться к беспроводной сети СГАУ из Windows Mobile
... Управление ИТ Wi-Fi СГАУ Как подключиться к беспроводной сети СГАУ из Windows Mobile . ... Включите WiFi адаптер на КПК. ... Включите интерфейс беспроводной связи WiFi. ... Подключение к беспроводной сети отображается значком (стрелки двигаются). ... Если не появилось окно с предложением подсоедениться к сети с названием SSAU, необходимо подключиться вручную, для этого зайдите в программу настройки WiFi соединения. ... Тел.: 846) 335-18-26 Факс: (846) 335-18-36 . ... e-mail: pr@ssau.ru . ...
[
Сохраненная копия
]
Ссылки http://www.ssau.ru/it/wifi/mobile/ -- 21.1 Кб -- 10.04.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>320) - www.ssau.ru/ )
16. http://www.stecf.org/conferences/adass/adassVII/reprints/teubenp.ps.gz
... GUIfying and Documenting your Shell Script Peter. ... We describe a simple method to annotate shell scripts and have a preprocessor extract a set of variables, present them to the user in a GUI (using Tcl/Tk) with context sensitive help, and run the script. ... Tcl/Tk: TkRun The GUI that is created will provide a simple interface to a program that is spawned by the GUI. ... Sample Script: testscript Here is an example header from a Cshell script with which Figure 1 was made. ...
[
Текст
]
Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/teubenp.ps.gz -- 105.9 Кб -- 12.06.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>216) - www.stecf.org/ )
17. Programming in C
... Lecture notes + integrated exercises, solutions and marking . ... C/C++ Program Compilation . ... UNIX Library Functions . ... Further Data Types . ... Not assigning a pointer to memory address before using it . ... Exercise . ... Threads: Basic Theory and Libraries . ... Thread Levels . ... Global and Private Thread-Specific Data Example . ... Example Use of Thread Specific Data:Rethinking Global Variables . ... Further Threads Programming:Thread Attributes (POSIX) . ... Thread programming examples...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/CE.html -- 47.0 Кб -- 28.12.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/CE.html -- 47.0 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/CE.html -- 47.0 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/CE.html -- 47.0 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/CE.html -- 47.0 Кб -- 02.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>937) - jet.sao.ru/ )
18. OptInt PmWiki : PmWiki / Glossary
OptInt PmWiki : Pm Wiki / Glossary . ... Configuration file . A specially-named PHP script file where local customizations can take place for a farm, a wiki, a group, or a page. ... A wiki with no local/config.php file is using the default configuration. ... The page file name is the name of the file that normally stores the data of a page in the directory wiki.d/ . ... Note that PmWiki also uses the page name to locate per-group and per-page customization files in the local/ subdirectory. ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/Glossary?action=print -- 14.7 Кб -- 01.03.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2433) - www.mrao.cam.ac.uk/ )
19. Chapter 23. Using the X Composite Extension
Chapter 23. ... If you are an application developer, you can use these new visuals in conjunction with a composite manager to create translucent OpenGL applications: int attrib[] = { GLX_ RENDER _TYPE, GLX_RGBA_BIT, GLX_DRAWABLE_TYPE, GLX_WINDOW_BIT, GLX_RED_SIZE, 1, GLX_GREEN_SIZE, 1, GLX_BLUE_SIZE, 1, GLX_ALPHA_SIZE, 1, GLX_DOUBLEBUFFER, True, GLX_DEPTH_SIZE, 1, None }; GLXFBConfig * fbconfigs , fbconfig ; int numfbconfigs, render _event_base, render _error_base; XVisualInfo * ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/chapter-23.html -- 8.9 Кб -- 30.10.2009
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1954) - www.naic.edu/ )
20. Which Programming Language Should I use
... Perl . ... IDL is used for data analysis and graphics. ... Advantages of a language that is popular in the real world are the existence of web resources such as tutorials, a wide range of libraries of existing code you can use and modify, and better job prospects for you if you ever want to venture into the real world. ... Most data reduction systems (eg IRAF, MIDAS, Starlink) do not interface well with any programming language: IRAF has itуs own (very clunky) language in which you can write scripts...
[
Сохраненная копия
]
Ссылки http://www.mso.anu.edu.au/pfrancis/ObsTech/WhichLanguage.htm -- 24.2 Кб -- 10.04.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>401) - www.mso.anu.edu.au/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда