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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.meteorites.ru/menu/press/erbook.php.

1. Undefined Values (BLANKs)
GIPSY applications programmers should be aware of the fact that the so called undefined value (or BLANK as it is called in FITS terminology) is a fixed value which can only be different across different computer operating systems. ... The subroutine SETFBLANK can be used to set one value to BLANK; subroutine SETFNBLANK sets a whole array to BLANK. For the sake of speed it is advisable to compare data values directly with the system defined BLANK instead of using the slower function FBLANK. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/floating/blanks.html -- 2.7 Кб -- 16.01.2009
Похожие документы
Еще в разделе: (Показать все результаты (>10214) - www.atnf.csiro.au/ )

2. system call returns "Bad Address". Why?
The HyperNews Linux KHG Discussion Pages . Forum: The Linux Kernel Hackers' Guide . Re : Problem creating a new system call . ... When I try to call my new system call, it always returns -1. I then check the error message using perror( ). The error message is always "Bad Address". Could anybody please tell me what can cause a system call to return "Bad Address" error. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/135/2.html -- 2.6 Кб -- 23.03.2000
Похожие документы
Еще в разделе: (Показать все результаты (>6310) - www.arcetri.astro.it/ )

3. http://www.mccme.ru/tg2007/talks/Singh.pdf
A. Singh Institute of Mathematical Sciences, C.I.T. Chennai, India anupamk18@gmail.com Real elements in algebraic groups Let G be an algebraic group defined over a field k . ... Let G be a connected semisimple algebraic group of adjoint type defined over a perfect field k . ... It follows that if G is connected semisimple of adjoint type, with -1 in its Weyl group, then every semisimple element in G(k ) is strongly real in G(k ). This also shows that any regular element in such a group is real. ...
[ Текст ]  Ссылки http://www.mccme.ru/tg2007/talks/Singh.pdf -- 81.7 Кб -- 27.11.2007
Похожие документы

4. Dynamic HTML in Communicator
... The previous example, Chapter 12, "Expanding Colored Squares Example," illustrates how to expand and contract the clipping region of a layer without changing the wrapping width of the layer. This example illustrates how to capture mouse events so that the user can make a layer's wrapping width wider or narrower by dragging the mouse. ... how to capture mouse events for a layer . how to change the wrapping width of a layer by using the load() function . ... Capturing Events for the Layer . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers38.htm -- 11.3 Кб -- 13.08.1997
Похожие документы

5. DNA: The Molecule that Defines You
... Credit Copyright: Drew Berry , WEHI , HHMI , DNALC Explanation: Every living thing on planet Earth is defined by its own molecule -- what's yours? ... The many copies of DNA that compose you were all copied from one single cell, and your body is continually making new copies. ... No one knows if DNA-like molecules will also define life that originates outside of Earth. ... 2011 2012 . ... Publications with keywords: life - molecules . Publications with words: life - molecules . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1269215 -- 15.1 Кб -- 23.08.2012
Похожие документы

6. Stellarium: LogBook Class Reference
Stellarium 0.12.3 . ... Classes . ... Renderer . ... ClassљList . ... LogBook Class Reference . ... voidљ . enableLogBook (bool b) . ... virtual boolљ . ... Detect or show the configuration GUI elements for the module. ... virtual voidљ . ... getCallOrder ( StelModuleActionName actionName) const . ... virtual bool LogBook::configureGui . boolљ . ... virtual void LogBook::draw . ... The main StelStyle instance should be passed. virtual void LogBook::init . ... virtual void LogBook::update . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classLogBook.html -- 27.9 Кб -- 28.02.2014
Похожие документы

7. http://hea-www.harvard.edu/PINTofALE/pro/scrypt/PoA_constructor.pro
... once per session, and ; that it is called _first_ ; ;history ; Vinay Kashyap (FebMMI; based on suggestion by A.Maggio) ; added ! ATOMDB and ! APECDIR (VK; Jun02) ;- ivar =0 defsysv ,'!PoA', exists = ivar if ( ivar eq 0) then defsysv ,'!PoA',2.61 ivar =0 defsysv ,'!TOPDIR', exists = ivar if ( ivar eq 0) then defsysv ,'!TOPDIR','/foo/bar/PINTofALE/' ivar =0 defsysv ,'!LDBDIR', exists = ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PINTofALE/pro/scrypt/PoA_constructor.pro -- 4.5 Кб -- 15.12.2007
Похожие документы

8. Linux I/O port programming mini-HOWTO: Troubleshooting
... I get segmentation faults when accessing ports. ... Check the return value of ioperm() . Also, check that you're actually accessing the ports that you enabled with ioperm() (see Q3). If you're using the delaying macros ( inb_p() , outb_p() , and so on), remember to call ioperm() to get access to port 0x80 too. ... Check the order of the parameters; it should be outb(value, port) , not outportb(port, value) as is common in MS-DOS. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-8.html -- 3.3 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-8.html -- 3.3 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-8.html -- 3.3 Кб -- 02.10.2012
Похожие документы

9. HISTORY createJob
created from scratch 1.0.1 2005-04-06 reads supported DRS_TYPEs from config.processAB 1.1 2005-06-10 supports CONDOR 1.1.1 2005-10-20 added $JOB_ID for CONDOR; removes orphan WAITFORs; REI support switched off 1.1.2 2005-10-22 small bug fixed if TRIGGER undefined 1.1.3 2006-01-17 call of dfoMonitor added to measureQuality 1.2 2006-03-03 support for createAB v2.0 1.2.1 2006-03-13 support of ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/history/history_createJob.html -- 3.4 Кб -- 02.11.2015
Похожие документы

10. Астрономическое отделение Физического факультета МГУ им.Ломоносова - Кафедры
. Добро пожаловать на страницу . АСТРОНОМИЧЕСКОГО ОТДЕЛЕНИЯ . ФИЗИЧЕСКОГО ФАКУЛЬТЕТА . МГУ им.М.В.Ломоносова! . Новости . Расписание . Спецкурсы . Информация . Кафедры . Студенты и аспиранты . История . Контакты . Формирование системы инновационного образования в МГУ им. М.В. Ломоносова . Fatal error : Call to undefined function: nminnovation() in /resurs/www/ao/depart/ind.php on line 50 .
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/ao/depart.php?go=nminnovation -- 4.1 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>571) - lnfm1.sai.msu.ru/ )

11. lsst.tcc: include/tcc/tcsShim.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... include . tcc . tcsShim.h . ... 51 љ double const FL = 1.0; . ... 97 љ std::ostream & operator<< (std::ostream &os, ASTROM const &astrom); . ... 99 љ std::ostream & operator<< (std::ostream &os, FLDOR const &fldor); . ... 101 љ std::ostream & operator<< (std::ostream &os, PORIG const &porig); . ... 103 љ std::ostream & operator<< (std::ostream &os, SITE const &site); . ... 105 љ std::ostream & operator<< (std::ostream &os, TARG const &targ); . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/tcs_shim_8h_source.html -- 27.6 Кб -- 14.09.2015
Похожие документы
Еще в разделе: (Показать все результаты (>336) - www.apo.nmsu.edu/ )

12. Magnetosheath [Oulu]
spaceweb@oulu.fi - last update: 30 December 1998, 1450 UT . The region between the bow shock and the magnetopause is called the magnetosheath. ... The plasma density typically decreases from the bow shock to the magnetopause; however, it is always higher than the magnetospheric plasma density. The magnetic field is weaker than the magnetospheric field, and it is deflected from the near- IMF orientation in the outer magnetosheath toward a draped orientation near the magnetopause. ... Res., ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/SPPHTEXT/magnetosheath.html -- 5.6 Кб -- 21.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>759) - www.iki.rssi.ru/ )

13. http://www.laspace.ru/rus/nast.php
. Fatal error : Call to undefined function Rate() in /var/www/www.laspace.ru/htdocs/rus/nast.php on line 5 .
[ Сохраненная копия ]  Ссылки http://www.laspace.ru/rus/nast.php -- 1.1 Кб -- 02.02.2013
Похожие документы

14. Handling shell variables
. The shell has several variables which are automatically set whenever you login. The values of some of these variables are stored in names which collectively are called your user environment. Any name defined in the user environment, can be accessed from within a shell script. To include the value of a shell variable into the environment you must export it. Special shell variables . Evaluating shell variables .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.html -- 2.2 Кб -- 17.01.1997
Похожие документы

15. Sfit Control Language: Classified Listing
... spectrum . ... sfit . ... define >macro_name< : define a macro . ... meth_range <w1> <w2>: Set wavelength range for fit . data_spectrum <name> : data in "spectrum" format . ... data_sigma <sigma> : define mean standard error in data . ... data_line_set | ... NB: synth uses multiple calls to spectrum , so various Spectrum commands may also be required. synth : find optimum fit by adjusting abundances, v turb , v sin i , and v rad . ... save <fit> : Save the spectrum and best fit from synth . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/scl_classified.html -- 12.8 Кб -- 18.08.2010
Похожие документы

16. Recent Developments to the AST Astrometry Library
... Previous: The ACSIS Data Reduction System . ... The AST library supports the attachment of astrometric calibrations to astronomical datasets, the processing of this information, and generation of associated graphical output. ... In this paper we outline some more recent developments and applications, which include a set of efficient data re-gridding algorithms for curvilinear coordinate systems, improved FITS support, user-defined coordinate transformations, and pin-cushion/barrel distortion. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P2-45/ -- 12.6 Кб -- 11.10.2000
Похожие документы

17. Internal crystallization method
... Single-crystalline eutectic oxide fibres are needed to reinforce metal, intermetallic and ceramic matrices to obtain high temperature composites. ... The method of internal crystallization was developed in Laboratory of Reinforced Systems of Solid State Physics Institute initially to produce oxide-matrix/molybdenum-matrix composites, which were considered mainly as model ones. ... Figure 1 . ... The oxide/molybdenum block is then moved to a cold zone of the furnace to crystallize the fibres. ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/lrfs/technology/icm_en.htm -- 20.6 Кб -- 14.02.2006
Похожие документы

18. Report on Cosmic Call 1999
... Report on Cosmic Call 1999 . ... Cosmic Call Sessions . ... This Report outlines methodology, hard- and software, which were developed to transmit first public Interstellar messages from Evpatoria Deep Space Center (EDSC), and describes four Cosmic Call Sessions, which were fulfilled in EDSC on May 24 and June 30 - July 1, 1999. ... Each Cosmic Call consists of two parts. ... Dutil Message, . ... The software for gathering all messages and creating the Cosmic Call stream, was written on C language. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/ra&sr/irm/report-1999.html -- 56.9 Кб -- 30.11.2002
Похожие документы

19. INTAS PRESS RELEASE
... On 4 April 2005, INTAS, the International Association for the promotion of cooperation with scientists from the New Independent States(NIS) of the former Soviet Union, launched the first stage of its Open Call for Research Projects Proposals 2005-2006. With an indicative budget of ?12 million, the INTAS Open Call 2005-2006 encompasses basic and applied research with no thematic orgeographical restrictions, but excluding market-oriented technology development. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/us/intas.htm -- 5.3 Кб -- 14.04.2005
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/us/intas.htm -- 5.3 Кб -- 14.04.2005
Похожие документы
Еще в разделе: (Показать все результаты (>1257) - www.cosmos.ru/ )

20. Convolver (ImageJ API)
... METHOD . ... All Implemented Interfaces: . ... public class Convolver . ... This method is called by ImageJ to inform the plugin-filter about the passes to its run method. int . ... Method Detail public int setup (java.lang.String arg, ImagePlus imp) . ... This method is called once when the filter is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt or in the plugins.config file of a jar archive containing the plugin. 'imp' is the currently active image. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/Convolver.html -- 26.1 Кб -- 02.12.2010
Похожие документы

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


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

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

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