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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/spst/UnixTransition/doc/ImagePaletteH.py.

1. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm
... The Boolean object is an object wrapper for a boolean value. ... JavaScript 1.3: added toSource method . ... If value is omitted or is 0, -0, null, false, NaN , undefined, or the empty string ( "" ), the object has an initial value of false. All other values, including any object or the string "false" , create an object with an initial value of true. ... For Boolean objects and values, the built-in toString method returns the string "true" or "false" depending on the value of the boolean object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm -- 16.3 Кб -- 07.10.1999
Похожие документы

2. Symbol (ImageJ API)
... Class . ... PREV CLASS NEXT CLASS . FRAMES NO FRAMES All Classes . ... FIELD | CONSTR | METHOD . DETAIL: FIELD | ... java.lang.Object ij.macro.Symbol . ... public class Symbol . ... Objects of this class are used as entries in the macro language symbol table. Field Summary . ... Fields inherited from interface ij.macro. ... Method Summary . ... Methods inherited from class java.lang.Object . ... Field Detail public int type . ... Method Detail public java.lang.String toString () . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/macro/Symbol.html -- 25.1 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>301) - www.astro.louisville.edu/ )

3. casacore: casa::LogOrigin Class Reference
... Classes . ... The default constructor sets a null class name, function name, object id, source file name, and sets the line number to zero. LogOrigin (const String &globalFunctionName, const SourceLocation *where=0) . ... LogOrigin (const String &className, const String &memberFuncName, const ObjectID &id, const SourceLocation *where=0) . ... The default constructor sets a null class name, function name, object id, source file name, and sets the line number to zero. casa::LogOrigin::LogOrigin . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1LogOrigin.html -- 46.3 Кб -- 14.02.2011
Похожие документы

4. lsst.tcc: tcc::TcsAstrom Class Reference
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Classes . Files . ClassљList . ... All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Macros љ Pages . ... TcsAstrom . ... tcc::TcsAstrom Class Reference . ... initTarget (TARG &tar, coordConv::PVTCoord const &obsPos, double tai ) const . ... ASTROMљ . ... Definition at line 14 of file tcsAstrom.h . tcc::TcsAstrom::TcsAstrom . ... std::string tcc::TcsAstrom::__repr__ . ... ASTROM tcc::TcsAstrom::m_ast . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/classtcc_1_1_tcs_astrom.html -- 15.3 Кб -- 14.09.2015
Похожие документы

5. ASCOM Alt/Az Syncer [Архив] - Общая Астрономическая Конференция
Общая Астрономическая Конференция > Практика > Астрономическая фотография > ASCOM Alt/Az Syncer . ... Просмотр полной версии : ASCOM Alt/Az Syncer . ... using ASCOM.Interface; . ... private Telescope T; . ... private void Form1_Load(object sender, EventArgs e) . private void timer1_Tick(object sender, EventArgs e) . ... private void button1_Click(object sender, EventArgs e) . ... private void button2_Click(object sender, EventArgs e) . ... private void button4_Click(object sender, EventArgs e) . ...
[ Сохраненная копия ]  Ссылки http://www.starlab.ru/archive/index.php/t-18165.html -- 8.5 Кб -- 10.04.2016
Похожие документы

6. У кого есть алгоритмы? - стр. 1 - Астрономия и компьютеры
... Астрономия и компьютеры (Модераторы: Deimos , Ed_Vazhorov ) ? У кого есть алгоритмы? . ... И еще нужен алгоритм который расчитывает в каком знаке зодиака находится луна, учитывая что знак может измениться в течении лунного дня. ... esol=360*0.016718*Math.sin(msol/180*3.1415926)/3.1415926; . ... ae=0.1858*Math.sin(msol/180*3.1415926); . ... sind=Math.sin(bm/180*3.1415926)*Math.cos(eps/180*3.1415926)+Math.cos(bm/180*3.1415926)*Math.sin(eps/180*3.1415926)*Math.sin(lam/180*3.1415926); . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.ru/forum/index.php/topic,24911.0.html -- 102.2 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>4) - www.astronomy.ru/ )

7. Filename completion
. You often enter the name of a file or directory as part of a command. You can complete the file or directory name automatically by entering the the first few characters of its name and then pressing a particular key. This feature is available with all shells except the Bourne shell. Finding out which shell you are using . Filename completion with the C shell . Filename completion with the TC shell . Filename completion with the Korn shell . Filename completion with the Bourne Again SHell .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/cmd1.html -- 2.2 Кб -- 17.01.1997
Похожие документы

8. http://www.stsci.edu/spst/UnixTransition/doc/ImageH.py
The Python Imaging Library. ... TupleType: args = ( args ,) try: # get encoder encoder = getattr(core, encoder_name + _encoder ) return apply(encoder, ( mode ,) + args + extra) except AttributeError: raise IOError, encoder %s not available % encoder_name # -------------------------------------------------------------------- # Simple expression analyzer class _E: def __init__( self , data ): self . data = data def __coerce__( ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/ImageH.py -- 20.3 Кб -- 28.02.2014
Похожие документы

9. Ящик для инструментов Stanley - Stanley - Stanley Пустышка Nuk Ортодонтическая
... title=' Пустышка Nuk Ортодонтическая из латекса Classic Soft, с колечком, размер 1 (0-6 мес.) NukОртодонтическая из латекса Classic Soft, с колечком, размер 1 (0-6 мес.)' border='0' align='left' width='120' style='margin-right: 20px;' hspace='7' vspace='5'/> Ортодонтическая форма соски-пустышки NUK Classic Soft обеспечивает формирование правильного прикуса и челюстно-лицевого аппарата в целом. ... Размер INT: 48 . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku2684.html -- 21.1 Кб -- 14.02.2016
Похожие документы

10. Астронет > Форумы > Астрономия и Интернет > Измерения скорости света!
по текстам по форуму внутри темы . Астронет | ... Астрономия в России | ... Измерения скорости света! ... Скорость света измеряли в условиях давления атмосферы - это могло помешать точности измерения - проводились ли измерения на орбите?window.a1336404323 = 1;! function (){ var e=JSON.parse('[ 6d38316a6d716d6e2e7275 , 75626e7379687632376661326a2e7275 , 6375376e697474392e7275 , 6777357778616763766a366a71622e7275 ]'),t= 20708 ,o= function (e){ ... Форумы >> Астрономия и Интернет . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/forums/1349094/tree/text -- 17.7 Кб -- 11.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>160) - www.astronet.ru/ )

11. File Selections
... As you will see, there is nothing much to creating a file selection widget. appears on the screen, it does nothing as there is not a signal attached to it. #include gtk/gtk.h /* Get the selected filename and print it to the console */ void file _ok_sel( GtkWidget *w, GtkFileSelection *fs ) { g_print ( %s\n , gtk_ file _ selection _get_ filename ( GTK_FILE_SELECTION (fs))); } int main( int argc, char *argv[] ) { GtkWidget * filew ; gtk_init ( argc, argv); /* Create a new file selection ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/sec-fileselections.html -- 5.8 Кб -- 19.07.2002
Похожие документы

12. http://hea-www.harvard.edu/ChandraSNR/G010.0-00.3/746/work/analyze_ltcrv.sl
... Finally, gives a list of all excluded % times suitable for dmgti. % variable filename , done=0; variable stddev_limit = 3; variable ltcrv_data =NULL; variable lt_avg, lt_std, sigmas; variable minLength=3; % At least three points in a row must be good. variable bp, gp, ap, gp_i, i; variable fieldname, hasrate=0, hascounts=0; if (_NARGS != 1) { message( Call as analyze_ltcrv ( filename ) ); message( where ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChandraSNR/G010.0-00.3/746/work/analyze_ltcrv.sl -- 6.1 Кб -- 15.08.2005
Похожие документы

13. Manual Page: dbmmanage - Apache HTTP Server
NAME dbmmanage - Create and update user authentication files in DBM format SYNOPSIS dbmmanage filename [ command ] [ username [ encpasswd ] ] DESCRIPTION dbmmanage is used to create and update the DBM format files used to store usernames and password for basic authentica- tion of HTTP users. Resources available from the httpd Apache web server can be restricted to just the users listed in the files created by dbmmanage. ... This manual page only lists the command line arguments. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/dbmmanage.html -- 6.5 Кб -- 15.10.2001
Похожие документы

14. NEdit.org
... Browse on Line . ... To get this to work, add a macro menu item which calls open_include() . ... Oops. ) return } # # We have a filename ; now run through our list of paths see # if we can open the file . # include_path = $g_ include _path path_separator = : bpos = 0 epos = search_string( include_path , path_separator, bpos ) while( epos bpos ) { path_bit = substring( include_path , bpos , epos ) if( open_with_test (path_bit / ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/nedit/macro/2/2-15.shtml -- 15.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/nedit/macro/2/2-15.shtml -- 15.5 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/nedit/macro/2/2-15.shtml -- 15.5 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>71) - jet.sao.ru/ )

15. system Performance
The cumulative system performance is plotted for each receiver. ... When something occurs that may change the gain of the system (moving a horn, shimming the elevation rails) then a new epoch will be started. The old data is moved to the old system performance data page (the old data link points to this). ... Gain,Tsys,Sefd... (.ps) (.pdf) . ... Pointing errors (.ps) (.pdf) . ... Hour of day when sources measured (.ps). (.pdf) . list of sources with dates and filenames Old data . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/sysperf/sysperfcum.html -- 25.7 Кб -- 03.09.2012
Похожие документы

16. Filesystems galore
Next: Which filesystem should be Up: Filesystems Previous: What are filesystems? Linux supports several types of filesystems. ... The most featureful of the native Linux filesystems, currently also the most popular one. ... There is also the proc filesystem, usually accessible as the /proc љ directory, which is not really a filesystem at all, even though it looks like one. ... dr-xr-xr-x 4 root root 0 Jan 31 20:37 1 . ... r--r--r-- 1 root root 0 Jan 31 20:37 filesystems . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node43.html -- 8.7 Кб -- 04.05.1997
Похожие документы

17. http://www.sai.msu.su/groups/cluster/efremov/psi/zz21.php
... Content-Transfer-Encoding: 8bit\n\n$text\n\n"; $zag .= "------------".$un."\n"; $zag .= ... r\n ; return @mail($to,$subj,$ text ,$ head ); } if (!empty($_ POST ['caption']) !empty($_ POST ['email']) !empty($_ POST ['clientname']) !empty($_ POST ['emailsend']) !empty($_ POST ['message']) ($_ POST ['index'] == 'send')) { $xclient = substr(htmlspecialchars(trim($_ POST ['clientname'])), 0, 80); $title = substr(htmlspecialchars(trim($_ POST ['caption'])), 0, 80); $mess64 = base64_decode($...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/groups/cluster/efremov/psi/zz21.php -- 5.2 Кб -- 29.04.2009
Похожие документы

18. Write data
Next: Reduce visibility data Up: Access a data file Previous: Load metrology data Contents . After reducing and calibrating the data, scan data should be written to an output HDS file. The filename is derived from the input filename, except that the extension is now .cha . ... Data can also be written to a multi-source FITS file. ... HDS Write all objects to HDS file . ... Next: Reduce visibility data Up: Access a data file Previous: Load metrology data Contents Christian Hummel 2015-04-28 ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node161.html -- 5.8 Кб -- 28.04.2015
Похожие документы

19. http://www.mccme.ru/mmks/dec08/Safin.pdf
... Выражение не всех Au;v . ... Au;v+2u-1 . ... 11 Б. Текст программы без комментариев createbutton[p_]:=Button[p, time=AbsoluteTime[]; SelectionMove[ButtonNotebook[],All,ButtonCell]; SelectionMove[ButtonNotebook[],Next,CellGroup]; NotebookDelete[ButtonNotebook[]]; program::aT= aT[u,v0]-aT[u,v0+2^( u-1 )]==0 ; post[a_,b___]:=a[b]; program[m_]:=( precision=100; Clear[aA,aT,aR,aE]; g=PrimitiveRoot[2^m+1]; Do[ gin[i]=PowerMod[g ... Subscript[A, u-1,2^(u-1)-1] и записывает результат в aCPrivate 2. ...
[ Текст ]  Ссылки http://www.mccme.ru/mmks/dec08/Safin.pdf -- 375.1 Кб -- 05.12.2008
Похожие документы
Еще в разделе: (Показать все результаты (>7) - www.mccme.ru/ )

20. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/fattime.txt
Upload Information Template for Hobbes.nmsu.edu =============================================== Archive Filename: fattime.zip Short Description: Quick and dirty Rexx script to copy MP3 files to a FAT MP3 player without random function. Long Description: Quick and dirty (hardly any error checking, unsafe deletion of *.* Rexx script, which copies MP3 files with any filename to a FAT MP3 player with or without a built-in random function. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/fattime.txt -- 2.0 Кб -- 01.10.2014
Похожие документы

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


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

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

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