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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/256.html.

1. Python: module sched_util
... A module for handling the pass tdrs schedule and ground station files. ... init__ (self, linesumm_path, root_output_path) . ... returns the environment definition variable for this configured file. get_create_time (self) . ... returns the cfm file path. get_lis_path (self) . returns self. new_tdrs_list_path . ... returns self. new_tdrs_file_path . ... set cfm file and read tdrs and time info. set_old_tdrs_file_path (self, path) . ... returns a window object. get_times_from_tdrs (file_path) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/sched_util.html -- 20.7 Кб -- 08.04.2016
Похожие документы

2. Scientific Returns
... ATNF Home . ... About ATNF overview . ... Australia Telescope Steering Committee . ... Australia Telescope User Committee . ... Astrophysics graduate student programs . ... Australian Square Kilometre Array Pathfinder . Murchison Radio-astronomy Observatory . ... Parkes radio telescope . Australia Telescope Compact Array . ... Scientific support of facilities . ... Visiting Parkes radio telescope . Visiting Australia Telescope Compact Array . ... Parkes radio telescope webcam . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/pasa/14_1/jones/paper/node4.html -- 50.7 Кб -- 08.04.2016
Похожие документы

3. Getting Started
GTK+ 2.0 Tutorial . ... This program will create a 200x200 pixel window and has no way of exiting except to be killed by using the shell. #include <gtk/gtk.h> int main( int argc, char *argv[] ) { GtkWidget *window; gtk_init (&argc, &argv); window = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_widget_show (window); gtk_main (); return 0; } . ... All programs will of course include gtk/gtk.h which declares the variables, functions, structures, etc. that will be used in your GTK application. ... gtk-debug . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/ch-gettingstarted.html -- 10.4 Кб -- 19.07.2002
Похожие документы

4. Stellarium: StelScriptMgr Class Reference
... StelScriptMgr Class Reference . ... const QStringљ . ... Stops any running script. ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getDescription . ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getLicense . ... Get the rate at which the script is running as a multiple of the normal execution rate. void StelScriptMgr::pauseScript . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelScriptMgr.html -- 32.4 Кб -- 28.02.2014
Похожие документы

5. Tsearch2 in Japanese
... Argument: C-Type: (char *) (IN) Desc: Pointer to the text which we parse 2. ... Argument: C-Type: (char **) (OUT) Desc: token text 3. ... LexDescr * descr = (LexDescr *) palloc(sizeof(LexDescr) * (2+1)); /* there are only two types in this parser */ descr [0].lexid = 3; descr [0].alias = pstrdup( word ); descr [0]. descr = pstrdup( Word ); descr [1].lexid = 12; descr [1].alias = pstrdup( blank ); descr [1]. descr = pstrdup( Space symbols ); descr [2].lexid = 0; PG_RETURN_POINTER( ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html -- 12.8 Кб -- 22.12.2007
Похожие документы

6. Cummings generator routines
... AINTRO- USING THE CGEN ROUTINES: . ... CGENPLOT - PLOT GENERATOR DATA . Next Routine] [ List of Routines ] help,d[500].geni[2],/st ** Structure CGEN1, 40 tags, length=160, data length=160: DEVTYPE LONG 3 CTRLSW LONG 2 STATE LONG 3 FAULTCODE LONG 0 FAULTTYPE LONG 0 KWPERCENT FLOAT 76.0000 TOTKWST FLOAT 755.000 NFPA110 LONG 24576 EXTENDEDST LONG 0 FREQ FLOAT 59.0000 TOTPF FLOAT 0.921850 TOTKVA FLOAT 821.000 TOTKW FLOAT 755.000 TOTKVAR FLOAT 319.000 VOLTSAB ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/cgendoc.html -- 10.5 Кб -- 02.02.2016
Похожие документы

7. Line (ImageJ API)
... java.lang.Object ij.gui.Roi ij.gui.Line . ... public class Line . ... int . ... protected double . ... Constructor Detail public Line (int ox1, int oy1, int ox2, int oy2) . Creates a new straight line selection using the specified starting and ending offscreen integer coordinates. public Line (double ox1, double oy1, double ox2, double oy2) . Creates a new straight line selection using the specified starting and ending offscreen double coordinates. public Line (int sx, int sy, ImagePlus imp) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/Line.html -- 37.4 Кб -- 02.12.2010
Похожие документы

8. Not so well documented Device Helpers in OS/2
... DevHlp_Security This devhlp allows to open a file for read access in the Init routine of a BASEDEV . ... returned: size of file SYIOpenFile ends Valid at INIT time only. ... This routine uses the corresponding function of the miniFSD , not normal file I/O, thus access is restricted. ... Although the size argument of the data structure implies, I'd recommend to better not read more than 32K at a time. ... DL = 044h This function will return the table of security helper functions for file access. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/os2devhlps.html -- 9.6 Кб -- 23.10.2000
Похожие документы
Еще в разделе: (Показать все результаты (>19644) - crydee.sai.msu.ru/ )

9. comedi_find_subdevice_by_type
Comedi Documentation . ... comedi_find_subdevice_by_type -- search for subdevice type . ... int comedi_find_subdevice_by_type (comedi_t * device, int type, unsigned int start_subdevice); . The function comedi_find_subdevice_by_type() tries to locate a subdevice belonging to comedi device device, having type type, starting with the subdevice start_subdevice. ... If it does not locate the requested subdevice, it returns -1 and sets the Comedilib error number to XXX "subdevice not found". ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-find-subdevice-by-type.html -- 4.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-find-subdevice-by-type.html -- 4.1 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-find-subdevice-by-type.html -- 4.1 Кб -- 02.10.2012
Похожие документы

10. Program use
Next: Algorithm Up: Description of program searchdup Previous: Program parameters . Program is started by the command searchdup with no parameters. The graphic user interface appears, with all parameters to their default value. After parameter entry, the button START starts data processing. ... It is possible to stop the program clicking button BREAK! ... It is then possible to change some parameters, or to exit the program, by clicking on the EXIT button. ... 2000-06-30 ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/science/Radio/red/searchdup/node3.html -- 3.3 Кб -- 30.06.2000
Похожие документы

11. Journal "Peremennye Zvezdy"
Rotating Moon from LRO . ... Credit Copyright: LRO , Arizona State U. , NASA Explanation: No one, presently, sees the Moon rotate like this. That's because the Earth's moon is tidally locked to the Earth, showing us only one side . ... The above time-lapse video starts with the standard Earth view of the Moon . ... Two new missions are scheduled to begin exploring the Moon within the year, the first of which is NASA's Lunar Atmosphere and Dust Environment Explorer (LADEE). ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/varstars/msg/1293176 -- 8.4 Кб -- 16.09.2013
Похожие документы

12. Column
... Meta Index / Home Page / F90 DAL API / API Overview A column can be accessed and released again with the procedures . ... The following example illustrates how to change the values in a column. program modifyColumn use dal type(DataSetT) :: set type(TableT) :: tab type(ColumnT) :: col integer(kind=int32), dimension(:), pointer :: x set = dataSet("test.dat",Modify) tab = table(set,"test") col = column(tab,"x",0,0,Modify) x => int32Data(col) x = 124 call release(col) call release(set) end program . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/dal/node29.html -- 5.1 Кб -- 08.07.2007
Похожие документы

13. Stargazing the Night Sky Course Returns in April | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Armagh Planetarium . ... Space Flight . ... Monthly Sky Notes . ... April . ... By admin March 16, 2015 Posted in: Armagh Planetarium . ... Stargazing the Night Sky is a short and very informal course is for complete beginners who want to know more about the wonders of the cosmos. ... If you want to experience the amazing objects we can all see at night, this is the course for you. ... Copyright Armagh Planetarium 2014 All Rights Reserved. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/stargazing-the-night-sky-course-returns-in-april.html -- 42.9 Кб -- 09.04.2016
Похожие документы

14. INTERNATIONAL SPACE STATION
... StarCity, Moscow Region. The Star City situated near Moscow hosted the solemn event devoted to meeting with the crew of the 11th Expedition to the International Space Station (ISS-11): Russian cosmonaut Sergei Krikalev and NASA astronaut John Phillips, as well as Gregory Olsen, US citizen, another participant of this space flight, who had returned with them to Earth and worked on the ISS under the 9th Visiting Crew (VC-9) Program. ... Official WEB-site of S.P.Korolev RSC Energia . ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/iss/iss11/photo_10-27.html -- 11.5 Кб -- 10.04.2016
Похожие документы

15. Phil Plait's Bad Astronomy: SPOILER Review: The Mummy Returns
... Bad Astronomy . ... Keep Bad Astronomy close to your heart, and help make me filthy rich. ... The length of the shadow depends on the height of an object (like a mountain or a human) and how high up the Sun is. ... We can calculate the length of the shadow if we know the Sun's angle above the horizon and the object's height. ... The Earth spins 360 degrees in 24 hours, which means it spins 1 degree in 4 minutes; that in turn means the Sun moves 1 degree every 4 minutes in the sky. ...
[ Сохраненная копия ]  Ссылки http://www.badastronomy.com/bad/movies/mummyreturnsmath.html -- 20.8 Кб -- 09.04.2016
Похожие документы

16. ranking [SAI Virtual Observatory - Wiki]
Trace: ranking . ... CREATE OR REPLACE FUNCTION my_rank (tsvector, tsquery, int ) RETURNS float AS $$ use List::Util qw(min max); my ($string, $ query ) = @_; my $maxpos = 0; # Parse tsvector, taking into account positional information foreach (split / /, $string){ if(/^'(\w+)'(:([0-9,]+))?$/){ foreach(split /,/, $3){ $ vector {$_} = $1; $maxpos = max($maxpos, $_); } } } my @ vector = map {$ vector {$_}} sort {$a = $b} keys(% vector ); # Parse tsquery, assuming it to be ORed only $ ... SAI VO | ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/wiki/ranking -- 12.8 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>5738) - vo.astronet.ru/ )

17. Starting Apache
Starting Apache on Windows . Starting Apache on Unix . ... If the Port specified in the configuration file is the default of 80 (or any other port below 1024), then it is necessary to have root privileges in order to start Apache, so that it can bind to this privileged port. ... As an alternative to invoking the httpd binary directly, a shell script called apachectl is provided which can be used to control the daemon process with simple commands such as apachectl start and apachectl stop . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/invoking.html -- 6.9 Кб -- 15.10.2001
Похожие документы

18. UNIX shell commands
You can run UNIX commands and see their output without leaving vi. You can also insert the output of a UNIX command into the file you that are editing. To run a single UNIX command use the command: :! UNIX_command . You can start a shell from within vi and use it as you would your usual UNIX environment, then exit the shell and return to vi . ... To insert the output from a UNIX command into a file, immediately after the cursor: :r! command . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/vi/unix.html -- 2.8 Кб -- 17.01.1997
Похожие документы

19. http://hea-www.harvard.edu/~fine/Tech/cs1.1/conserver.8
conserver.8 01/06/91 OSU CIS; Thomas A. Fine .TH CONSERVER 8 "6 January 1991" "OSU/CIS" .SH NAME conserver \- console server .SH SYNOPSIS .B conserver [dummy argument] .SH DESCRIPTION .B Conserver is the server for the .IR console (1) program. ... When .IR console (1) is used to make a connection, the following protocol is executed: .IP 1) The client program attaches to the parent server process, and sends it a server name, followed by a carriage return (`\\n'). ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/Tech/cs1.1/conserver.8 -- 3.6 Кб -- 06.08.1998
Похожие документы

20. Marina Rejkuba's Web Site
... For the first year of university I moved to nearby Slovenia in 1991, where I started the physics study at the University of Ljubljana . Returning to Zagreb in 1992 I continued from the second year the studies at the University of Zagreb , at the Physics Faculty . ... Having graduated in Physics from the University of Zagreb in 1998, I moved to Santiago, Chile, for the postgraduate study in physics, specializing in astrophysics. ... Design by Open Source Web Design | ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~mrejkuba/personal/index.html -- 6.5 Кб -- 23.10.2013
Похожие документы

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


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

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

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