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

1 | 2 | 3 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/cats/~satr/GGAD/sec-classinit.html.

1. Details of Tape Initialization Parameters
. Next: MEDIA Up: Tape Initialization File Previous: Tape Initialization File Contents . Subsections . MEDIA . NDRIVES . NHEADPOS . OBSCODE . TPSTA . TPDRIVE . TPINDEX . TPLENGTH . DENSITY . TPTIME . HEADMODE . Craig Walker 2014-04-14
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/Tasso.Tzioumis/sched/Details_Tape_Initialization.html -- 3.9 Кб -- 10.04.2016
Похожие документы

2. Gnome Application Basics
GTK+ / Gnome Application Development . ... Initializing the Libraries . ... On startup, your application must initialize the GTK+ and Gnome libraries with a call to gnome_init() . gnome_init() ( Figure 1 ) takes the place of gtk_init() for Gnome apps (it calls gtk_init() for you). ... int gnome_init (const char* app_id , const char* app_version , int argc , char** argv ); . ... Like gtk_init() , gnome_init() parses the command-line arguments; unlike gtk_init() , it will not change argc and argv . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/cha-startup.html -- 8.2 Кб -- 12.07.2000
Похожие документы
Еще в разделе: (Показать все результаты (>9) - www.sao.ru/ )

3. Astrometry
... The following procedures are specific to the reduction of point astrometry data. dispinit ,[ stars _char ],[ class=class ] Initialize the dispersion corrections. ... Initialize (zero) the dispersion corrections for the specified stars. ... For scan data, initialization means setting the dispersion corrected delays equal to the averaged FDL data. dispflag , channels ,[ beams ] Flag the visibility phase for the specified channels and beams. ... Interpolate to the epochs of the point data. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node179.html -- 6.6 Кб -- 28.04.2015
Похожие документы

4. Stellarium: Planet::SharedPlanetGraphics Struct Reference
Stellarium 0.12.3 . ... Classes . ... Planet::SharedPlanetGraphics Struct Reference . ... More... #include < Planet.hpp > . ... Lazily initialize the data, using given renderer to create textures/shader. ... Shader used to draw the planet (with lighting), if lighting is used and GLSL is supported. ... Shader used to draw the planet (with lighting and shadowing). ... Lazily initialize the data, using given renderer to create textures/shader. bool Planet::SharedPlanetGraphics::loadPlanetShaders . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/structPlanet_1_1SharedPlanetGraphics.html -- 19.2 Кб -- 28.02.2014
Похожие документы

5. LWN: Driver porting: miscellaneous changes
... This article is part of the LWN Porting Drivers to 2.6 series . This article serves as a sort of final resting place for various small changes in the kernel programming API which do not fit elsewhere. The kdev_t type has been removed from the kernel; everything which works with device numbers should now use the dev_t type. ... Consider using these while fixing your code; the next time the type of i_rdev changes, you will be happier. ... Driver porting: miscellaneous changes, designated inits . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/22196.html -- 16.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/22196.html -- 16.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/22196.html -- 16.0 Кб -- 02.10.2012
Похожие документы

6. Fill-Out Forms
... Content Model: PCDATA (i.e. text and entities) . To let users enter more than one line of text, use the TEXTAREA element. ... The text up to the end tag is used to initialize the field's value. ... User agents should tolerate the same range of line terminators within the initialization text. In a typical rendering, the ROWS and COLS attributes determine the visible dimension of the field in characters. ... User agents should allow text to grow beyond these limits by scrolling as needed. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/textarea.html -- 5.4 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>7) - comet.sai.msu.ru/ )

7. Character Device Drivers
... int major . ... Here is an example of foo_write() : static int foo_write(struct inode * inode, struct file * file, char * buf, int count) { unsigned int minor = MINOR(inode->i_rdev); char ret; while (count > 0) { ret = foo_write_byte(minor); if (ret < 0) { foo_handle_error(WRITE, ret, minor); continue; } buf++ = ret; count-- } return count; } foo_write_byte() and foo_handle_error() are either functions defined elsewhere in foo.c or pseudocode. ... 2. return value of foo_write(...) by My name here . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/devices/char.html -- 8.3 Кб -- 23.03.2000
Похожие документы

8. EllipseFitter (ImageJ API)
... Class . ... FIELD | ... java.lang.Object ij.process.EllipseFitter . public class EllipseFitter . ... double . angle . ... Initialized by makeRoi() . ... drawEllipse ( ImageProcessor ip) . ... makeRoi ( ImageProcessor ip) . ... Field Detail public double xCenter . ... public double angle . ... The fit parameters are returned in public fields. public void drawEllipse ( ImageProcessor ip) . Draws the ellipse on the specified image. public void makeRoi ( ImageProcessor ip) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/process/EllipseFitter.html -- 17.3 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>45) - www.astro.louisville.edu/ )

9. Dos32Profile API
APIRET rc = Dos32Profile ( ULONG func, PID pid , PRFCMD *profcmd, PRFRET *profret); 0 NO ERROR ok 8 NOT_ENOUGH_MEMORY couldn't allocate profile structures 87 INVALID_PARAMETER some parameter not ok 111 BUFFER _OVERFLOW not enough size in return buffer 115 PROTECTION_VIOLATION invalid return buffer data 126 MOD_NOT_FOUND requested module data not available 303 INVALID_PROCID parameter 2 is not a valid PID 328 SYS_INTERNAL ... pid of process to be profiled 0 if kernel profiling . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/profile.doc.html -- 7.6 Кб -- 23.10.2000
Похожие документы
Еще в разделе: (Показать все результаты (>56) - crydee.sai.msu.ru/ )

10. 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
Похожие документы

11. OptInt PmWiki : PmWiki / PmWiki Installation
OptInt PmWiki : Pm Wiki / PmWiki Installation . ... README.txt An introductory document pmwiki.php The main PmWiki script local/ Configuration scripts (local configuration files) cookbook/ Recipes (add-ons) from the Cookbook docs/ Brief documentation, sample configuration scripts pub/ Publicly accessible files pub/css/ Extra CSS stylesheet files [1] pub/guiedit/ pub/skins/ Layout templates for custom look and feel scripts/ Scripts that are part of PmWiki wikilib.d/ Bundled default PmWiki pages . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/Installation?action=print -- 20.8 Кб -- 01.03.2014
Похожие документы

12. 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
Похожие документы
Еще в разделе: (Показать все результаты (>19) - star.arm.ac.uk/ )

13. http://www.iki.rssi.ru/seminar/2011030204/presentation/20110304_04.pdf
X-Com: , , .. ... Condor (1988, University of WisconsinMadison) ­ · BOINC (2002, UC Berkeley) ­ volunteer computing · Hadoop (2005, Apache) ­ + · X-Com (2001, ) X-Com : · · · : ­ - ­ X-Com : · ­ ( ): · 6-7 Perl: ­ , , , , , · ­ (): · 2 Perl: ­ · · , X-Com : package Power ; # = use vars qw (@ISA @EXPORT); # , use Exporter; # , @ISA = qw (Exporter); # @EXPORT = qw (initialize getFirstPortionNumber getLastPortionNumber isFinished getPortion addPortion finalize); sub initialize { my $ ...
[ Текст ]  Ссылки http://www.iki.rssi.ru/seminar/2011030204/presentation/20110304_04.pdf -- 423.2 Кб -- 13.03.2011
[ Текст ]  Ссылки http://www.cosmos.ru/seminar/2011030204/presentation/20110304_04.pdf -- 423.2 Кб -- 13.03.2011
Похожие документы
Еще в разделе: (Показать все результаты (>8) - www.cosmos.ru/ )

14. IRAF Multiple Extensions FITS (MEF) Files Interface
... The Multiple Extension FITS (MEF) file interface is an IRAF library providing facilities for general file operations upon FITS multi-extension files. ... The Multiple Extensions FITS (MEF) interface consists of a number of routines to mainly read a FITS Primary Data Unit or an Extension Unit and manipulate the data at a file level. ... Read the FITS header of a MEF file that matches the EXTNAME or EXTVER keyword values or if not specified, read the extension number `group'. ... The header filename. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/zaraten.html -- 12.2 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/zaraten.html -- 12.2 Кб -- 15.05.1998
Похожие документы

15. Zen: TODO
... WIP, see http://www.sai.msu.su/~megera/wiki/2009-08-12 : Phrase Search - 1-2 month. ... DONE: contrib/btree_gin, GIN indexing for scalar data types -1 month. Initially, GIN was designed for indexing of non-scalar data types (arrays, text search, for example), but it's useful to have support for scalar data types to use in multicolumn GIN index. ... DONE: GIN not only equality search, GIN prefix search support - 4 weeks, see http://archives.postgresql.org/pgsql-patches/2008-04/msg00129.php . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/oddmuse/index.cgi/TODO -- 11.9 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>40) - www.sai.msu.su/ )

16. University Satellites and Space Science Education '2006
University Satellites and . Space Science Education . General information Date and Location Objectives of the meeting Sponsoring Organizations International Advisory Committee Local Organizing Committee Deadlines Addresses Hotels & Accommodation Venue Visas Social Programme . ... Abstract Submission List of submitted abstracts . Registration List of registred participants . ... First announcement . ... 20 March 2006 . Registration deadline . Abstracts Submission deadline . ...
[ Сохраненная копия ]  Ссылки http://cosmos.msu.ru/universat2006/main.php?sec=deadlines -- 7.1 Кб -- 01.10.2012
Похожие документы

17. Additional Notes
. Additional Notes . Prev . Appendix H. VDPAU Support . Next . Note that surfaces (video, output, or bitmap) are not cleared to any specific value upon allocation. It is the application's responsibility to initialize all surfaces prior to using them as input to any function. Prev . Up . Next . Getting the Best Performance from the API . Home . Debugging and Tracing
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/appendix-h-section-04.html -- 3.2 Кб -- 30.10.2009
Похожие документы
Еще в разделе: (Показать все результаты (>140) - www.naic.edu/ )

18. http://www.apo.nmsu.edu/Telescopes/SDSS/eng.papers/19990112_PlugPlateDistortion/drl42.fea
... *solvesavefinishc***c*** Enter post processor and calculate the variance of the error weightedc*** with area.c***/post1resumesetc*** a01 = 2.749e-04a03 = -3.482e-09a05 = 1.475e-14a07 = -1.387e-22vsum=0.0c*** nd01 =528* get ,uy1, node , nd01-1 ,u,y* get ,uy2, node , nd01 +1,u,y* get ,x1, node , nd01-1 , loc ,x* get ,x2, node , nd01 +1, loc ,xsplg=(uy1-uy2)/(x1-x2)* get ,t1, node , nd01 , loc ,xt1=( ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/SDSS/eng.papers/19990112_PlugPlateDistortion/drl42.fea -- 6.2 Кб -- 31.10.2001
Похожие документы

19. Meade Instruments Corporation - Instructional Videos - ETX-80-TC
Instructional Videos - ETX-80-TC . ... Windows Media . ... WMV . ... Home Position . ... Alignment . ... Alignment Star . ... Download Windows Media Player . Home | About Meade | ... Meade Universe | ... Copyright 2006 Meade Instruments Corporation, All Rights Reserved . ...
[ Сохраненная копия ]  Ссылки http://www.meade.com/educational/etx80_videos/index.html -- 8.4 Кб -- 10.11.2012
Похожие документы

20. http://www.cieletespace.fr/node/14630?thickbox=1&width=700
... Vends tГїlescope de marque Perl 200/1200 . ... Type : dobson (monture azymutale vendue avec) . ... Focale : 1200mm . ... RГїsolution de 0.58" d'arc . ... Porte-oculaire bi-coulant 61.75mm-50.8mm avec crГїmaillГЕre de type Crayford . ... 2 oculaires : 10mm et 25mm . ... Parfait pour s'initier mais aussi pour dГїcouvrir une grande partie du ciel que ce soit planГЕtes ou galaxies . ... En parfait Гїtat. Prix : 250 в'ѓ . ...
[ Сохраненная копия ]  Ссылки http://www.cieletespace.fr/node/14630?thickbox=1&width=700 -- 2.4 Кб -- 10.04.2016
Похожие документы

1 | 2 | 3 | След.


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

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

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