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

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

Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/doc/rubini/ch06.html.

1. Linux I/O port programming mini-HOWTO: High-resolution timing
... First of all, I should say that you cannot guarantee user-mode processes to have exact control of timing because of the multi-tasking nature of Linux. ... However, for most applications using I/O ports, this does not really matter. To minimise this, you may want to nice your process to a high-priority value (see the nice(2) manual page) or use real-time scheduling (see below). ... Linux 2.x kernels have soft real time support; see the manual page for sched_setscheduler(2) for details. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-4.html -- 8.3 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-4.html -- 8.3 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-4.html -- 8.3 Кб -- 02.10.2012
Похожие документы

2. Examples of Bourne shell scripts
To read input to a command and process it in some way: #!/bin/sh # usage: fsplit file1 file2 total=0; lost=0 while read next do total=`expr $total + 1` case "$next" in *[A-Za-z]*) echo "$next" >> $1 ;; *[0-9]*) echo "$next" >> $2 ;; *) lost=`expr $lost + 1` esac done echo "$total lines read, $lost thrown away" . ... The script then processes the lines as follows: . ... The user types the command: process sub-directory . This script will read and process commands in the named sub-directory . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.x.html -- 3.8 Кб -- 17.01.1997
Похожие документы

3. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

4. Examples of GHRS Phase II Proposals
Your Phase II Proposal and Using RPS2 . ... Exposure_Number: 1 Target_Name: HD12345 Config: HRS Opmode: ACQ Aperture: 2.0 Sp_Element: MIRROR-N1 Wavelength: Optional_Parameters: BRIGHT=RETURN, ! ... Number_of_Iterations: 1 Time_Per_Exposure: 13.5S Special_Requirements: ONBOARD ACQ FOR 2 Comments: STEP-TIME = 1.5 sec Exposure_Number: 2 Target_Name: HD12345 Config: HRS Opmode: ACQ/PEAKUP Aperture: 0.25 Sp_Element: MIRROR-N1 Wavelength: Optional_Parameters: SEARCH-SIZE=5 ! ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/instrument-news/handbooks/ghrs/GHRS_24.html -- 10.9 Кб -- 14.02.1996
Похожие документы

5. Examples.
... slconv (slconv-2.2) [xmmsas_20080701_1801-8.0.0] . ... slconv srclisttab=srclist.ds radiusexpression='RATE/10.0' . ... slconv srclisttab=srclist.ds radiusexpression='RATE/10.0' expression='(ID_BAND==0)&&(!(isnull(EXT)))&&((ID_INST!= ... slconv srclisttab=srclist.ds radiusexpression='RATE/10.0' expression='!(isnull(EXT))' withncut=yes ncutsortexpression='EXT' ncut=10 . ... slconv srclisttab=srclist.ds radiusexpression='RATE/10.0' outputstyle=gaia extragaiacolumns='RADEC_ERR COUNTS EXT EXT_ML' . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/slconv/node11.html -- 8.2 Кб -- 02.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>6402) - xmm.vilspa.esa.es/ )

6. Long description of example illustrating floating with clear
This diagram illustrates the effects of floating a box ("inner") and how its "sibling" is forced below it due to the 'clear' property. A document window is shown, with 8 lines (numbered 1 to 8), each 24px high. Text before the "inner" box flows on lines 1 and halfway on line 2. The "inner" box has been floated to the right and occupies the second half of lines 3 and 4. ... The lines, as they appear in the image, contain: 1 Beginning of body contents. ... Inner contents" is blue. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/flow-clear2-desc.html -- 2.5 Кб -- 01.05.1998
Похожие документы

7. Part II Computational Physics - Examples
The example programs can be downloaded by clicking on the appropriate link, or can be copied from the directory $PHYTEACH/part_2/examples/ on the PWF Linux systems. The following are the programs referred to in self-study guide 2. page 11, projectile, projectile.f90 . ... page 34, simple subroutine example 1, swapmain.f90 . ... The following are the programs included in the Physics of Computational Physics handout. page 5, NAG Library information example, ex.f90 . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~rachael/compphys/examples/ -- 6.5 Кб -- 17.10.2007
Похожие документы

8. Spectrum v1 - Examples
In order to calculate the line profile of a given absorption line for atomic species Z with a wavelength LAMBDA (in Angstroms) and a microturbulent velocity VT (in km/s). ... mode . ... 1) The input model may contain more than one model (i.e. it may be an entire grid of models). Spectrum will cycle through this grid NMOD times, omitting NSKIP-1 models from the . ... However, the input data following MODE must be repeated NMOD times in order to obtain equivalent results for each model in the grid. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/spectrum_v1_examples.html -- 7.6 Кб -- 02.06.2003
Похожие документы

9. cmodel (Model Image Generator) CentralProcessor 0.11 documentation
... CentralProcessor 0.11 documentation . Calibration and Imaging Documentation . The cmodel pipeline task is responsible for extracting a local sky model (LSM) from the global sky model (GSM) and building an image from the components and/or images resulting from the request. ... MPI wrapper> cmodel -c config.in . ... None . ... If Cmodel.gsm.database is set to asciitable then a row/column (space separated) file is used as the global sky model source. ... cmodel (Model Image Generator) . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/calim/cmodel.html -- 18.9 Кб -- 12.04.2016
Похожие документы

10. Example
Next: Graphic and Image Up: Table File System Previous: Table Format Files . As an example of use of the table file system, we here describe the tutorial procedure executed via the TUTORIAL/TABLE command. ... The format of the catalogue is defined in the file ugc.fmt as follows: DEFINE/FIELD 9 20 R G11.6 :RA "HOUR" DEFINE/FIELD 21 32 R G11.6 :DEC "DEGREE" DEFINE/FIELD 33 44 R G11.6 :DB "ARC.MIN." ... PLOT/TABLE ugc :DR :DB ! ... SELECT/TAB ugc :BT.LT.13.5 ! ... PLOT/TAB ugc :BT :RV ! ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node70.html -- 5.0 Кб -- 23.02.1996
Похожие документы

11. Apache module mod_example
This module illustrates many of the aspects of the Apache 1.2 API and, when used, demonstrates the manner in which module callbacks are triggered by the server. ... Source File: mod_example.c . ... The files in the src/modules/example directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... Example . ... Uncomment the "AddModule modules/example/mod_example" line near the bottom of the src/Configuration file. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_example.html -- 6.7 Кб -- 15.10.2001
Похожие документы

13. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/hidden.htm
... A Hidden object is used for passing name/value pairs when a form submits. ... JavaScript 1.0 . JavaScript 1.1: added type property The HTML INPUT tag, with "hidden" as the value of the TYPE attribute. ... Property . ... The form contains a "Display hidden value" button that the user can click to display the value of the Hidden object in an Alert dialog box. ... P><INPUT TYPE="button" VALUE="Display hidden value" NAME="button2" . ... Form name:<INPUT TYPE="hidden" NAME="h1" VALUE="Beluga"> . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/hidden.htm -- 13.9 Кб -- 07.10.1999
Похожие документы

14. GIMP Plug-In Examples
. The following pages show a few of the effects available with GIMP. This is by no means comprehensive; this is just an example of some of the effects possible. Many of these effects are created with plug-ins from the net . Check them out and enjoy. [ | Add Noise | Bleed | Edge Detect | Enhance | Lunarize | Pixelize | Relief | Shift | Solarize | Spread | ] . [ Tips Tricks Tutoriasl ]
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/gimp/xach/plugin_examples/examples.html -- 1.9 Кб -- 22.12.2007
Похожие документы

15. A lot Chinese names are degenerate. For example, it is hard to identify the
... A lot Chinese names are degenerate. For example, it is hard to identify the person by just reading S. Xu. My advisor Michael Jura at UCLA and I facilitated AAS to follow APS and allow Chinese, Japanese and Korean to display their names in their original characters. It has been an option since 2010. ... Here is an example of the LaTex file and the compiled pdf . If the Chinese characters appear garbled, make sure to set the encoding of the LaTex file to be UTF 8. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~sxu/Others.html -- 7.4 Кб -- 15.02.2016
Похожие документы
Еще в разделе: (Показать все результаты (>5849) - www.eso.org/ )

16. http://www.naic.edu/~phil/usrproj/a1659/aug03.html
... The data was taken over many days with the same source in more than one file. ... You want to convert the data to kelvins (this is galactic work) and then average all the scans for each source. ... input each onscan, average, and then scale to kelvins . place all of the averaged scans in an array, when done with the file, store this array in an idl save file for this day. ... Average together scans of the same source and then baseline them. input all of the daily save files into a single array . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/usrproj/a1659/aug03.html -- 6.7 Кб -- 23.08.2003
Похожие документы

17. http://www.iki.rssi.ru/gmic100/manual/manual.ps
... References (if any) 2 Preamble Please follow this sample (see LaTeX file). If your contribution is submitted by less than 3 coнauthors, please use \markboth{A.B.\,Author A and A.B.\,Author B}{Title of Contribution} otherwise please use \markboth{A.B.\,Author A et al.} ... 6.2 Reference list Please follow the examples: [1] shows the ref. for a journal article, [3] shows the ref. for a monograph, [4] shows the ref. for an article in proceedings, [5] shows the ref. for a preprint. ...
[ Текст ]  Ссылки http://www.iki.rssi.ru/gmic100/manual/manual.ps -- 1009.3 Кб -- 23.08.2004
Похожие документы

18. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>129) - lnfm1.sai.msu.ru/ )

19. International Astronomy Olympiad: Form for the short report of National
As an obligatory preparing for the application to participate in the IAO a short report of National Olympiad of the current year with a set of all problems used on the Olympiad has to be presented by the applicating team. ... The final minutes (protocols written in Latin or Cyrillic in form of tables) of the Olympiad (evaluating of solutions of the students participated in the last stage of the Olympiad) should be included as well. ... Historical data of the National Astronomy Olympiad: . ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/iao/statutes/ia10i_e.html -- 10.1 Кб -- 24.04.2013
Похожие документы

20. EIT Server Input File Format
Suppose measuring system has 16 electrodes. ... If the measuring system doesn't perform redundant measurements, as the current injection through electrodes n and m is equivalent to the injection through electrodes m and n , corresponding redundant values should be set to zeros as in the following example: POLAR 16 0.000 0.908 0.513 0.313 0.202 0.280 0.752 0.000 0.000 0.869 0.351 0.243 0.297 0.311 0.340 0.000 0.000 0.000 1.358 0.484 0.205 0.212 0.355 1.214 0.000 ... EIT Gallery ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/tserver/fileformat.html -- 6.5 Кб -- 12.06.2001
Похожие документы

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


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

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

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