Найдено документов: 208151 (174 сайтов) ---- Время поиска: 0.60сек. |
Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/doc/ipc_guide/shmem.html.
http://mavr.sao.ru/hq/sts/linux/doc/ipc_guide/shmem.html.
1. Getting Common Information About Access Points
There are various kinds of generic information you can retrieve about an XPA access point by using the xpaget command. ... Each XPA access point supports a number of reserved sub-commands that provide access to different kinds of information, e.g. the access control for that access point. ... acl get (set) the access control list [options: host type acl, for set] . ... This access point is available only on the server machine. -env get (set) an environment variable [options: name (value, for set)] . ...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/info.html -- 7.9 Кб -- 25.12.2003
[ Сохраненная копия ] Ссылки http://hea-www.harvard.edu/RD/xpa/info.html -- 7.9 Кб -- 01.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://hea-www.harvard.edu/RD/xpa/info.html -- 7.9 Кб -- 01.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>3827) - hea-www.harvard.edu/ )
2. Process Control: <stdlib.h>,<unistd.h>
... fork() . ... A process is basically a single running program. ... System is prototyped in <stdlib.h> . ... Each command and sorresponding arguments are put in a args array */ /* execvp is called to execute these commands in child process */ /* spawned by fork () */ /* cc -o fork fork .c */ #include stdio.h #include sys/types.h #include unistd.h main() { char buf [1024]; char * args [64]; for (;;) { /* * Prompt for and read a command. */ printf( Command: ); if (gets( ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 28.12.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 02.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>1145) - jet.sao.ru/ )
3. Uses of Class ij.process.FHT (ImageJ API)
... Class . Use . ... Packages that use FHT . ... Uses of FHT in ij.process . Methods in ij.process that return FHT . FHT . ... Returns the image resulting from the point by point Hartley conjugate multiplication of this image and the specified image. ... Returns the image resulting from the point by point Hartley division of this image by the specified image. ... Returns the image resulting from the point by point Hartley multiplication of this image and the specified image. ...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/process/class-use/FHT.html -- 11.5 Кб -- 02.12.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>753) - www.astro.louisville.edu/ )
4. Package: panel
These routines are meant to provide high level definition and processing of command lines. ... Create a control panel object. panel_create_group . Create a panel to contain a group. panel_add_item . ... Pop last pushed control panel object from control panel stack. panel_process_command_with_stack . ... Register a function to be called when a panel item changes. panel_PROTO_decode_func . ... This routine will create a control panel object which is a container for a group of items. ... flag . ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/computing/software/karma/lib/panel.html -- 12.9 Кб -- 24.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>16557) - www.atnf.csiro.au/ )
5. aerostat returns apr14
... cfr 1256.7 . ... Plots were made of the total power vs time and azimuth for the 3 12 second periods using the 1256.7 Mhz signal. 256 channel spectra were computed (49.6 usecs) for the all the data . total power was computed for 1.1 Mhz about each of the two radar frequencies. total power vs time for the 3 rotations (.ps) ( .pdf ) . ... the radar blanks for 1.421 seconds when pointing at AO. total power vs radar azimuth for the 3 rotations (.ps) ( .pdf ) . ... Top: 1256.7 Mhz pulse . ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~phil/rfi/rdr/aerostat/resurrected_22apr14.html -- 6.1 Кб -- 24.04.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3744) - www.naic.edu/ )
6. Apache 2.0 Hook Functions - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... In general, a hook function is one that Apache will call at some point during the processing of a request. ... Use the AP_DECLARE_HOOK macro, which needs to be given the return type of the hook function, the name of the hook, and the arguments. ... During initialisation, the server will call each modules hook registering function, which is included in the module structure: . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/manual/de/developer/hooks.html -- 13.8 Кб -- 21.01.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>7347) - www.arcetri.astro.it/ )
7. Running processes as background jobs
To run a process in the background as a job and carry on working add an (ampersand) at the end of the command line. ... The shell forks a child process to run the command and displays the job number ( [ n ] ) and the PID (Process IDentifier) number. ... If the command is likely to produce error messages you will need to redirect standard error. ... Do not run an interactive command that requires you to type something at the terminal as a background job. ... You will then have to kill its process . ...
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/jobz2.html -- 2.7 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>825) - comet.sai.msu.ru/ )
8. Return smallest true index of a logical vector
... Meta Index / Home Page / General-purpose array-processing utilities / Array or vector scalar . integer function smallestTrueIndex(maskVector) logical(bool), intent(in) :: maskVector(:) end function . ... smallestTrueIndex(((/0, 1, 1/) > 0)) ! returns 2 smallestTrueIndex(((/1, 1, 1/) > 0)) ! ... returns 4, ie 1 above vector limit. size(maskVector)+1 is also returned if the vector is of zero size. ...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node9.html -- 3.7 Кб -- 01.07.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>11429) - xmm.vilspa.esa.es/ )
9. Apache 2.0 Hook Functions - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... In general, a hook function is one that Apache will call at some point during the processing of a request. ... Use the AP_DECLARE_HOOK macro, which needs to be given the return type of the hook function, the name of the hook, and the arguments. For example, if the hook returns an int and takes a request_rec * and an int and is called do_something , then declare it like this: . ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/ztcs/manual/de/developer/hooks.html -- 11.9 Кб -- 25.02.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2833) - www.sao.ru/ )
10. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>4378) - crydee.sai.msu.ru/ )
11. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2753) - www.sai.msu.su/ )
12. CSPICE Routines: TKVRSN_C
... Abstract Given an item such as the Toolkit or an entry point name, return the latest version string. ... Currently, the only item supported is "toolkit" and it will return the toolkit version number. ... Using the code fragment below: ConstSpiceChar * versn; versn = tkvrsn_c ( "TOOLKIT" ); The pointer versn would refer to a string similar to the one shown below (except that the version will be current): "CSPICE_N0035" . ... 1) The routine returns "No version found." for any unknown item string. ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/tkvrsn_c.html -- 6.1 Кб -- 17.12.2005
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>20715) - www.stsci.edu/ )
13. Interfacing Real-time Linux and LabVIEW
... Up: Science Data Pipelines . ... Real-time Linux is a set of extensions to the kernel that provides hard real-time functionality with low, bounded latencies and deterministic response. ... This paper, presents the fifos and shared memory virtual interface (VIs) that allow LabVIEW to communicate and share (bulk) data with the real-time core. The cardinal programming rule of real-time Linux is to do as much as possible in user space with only critical sections of code in the real-time core. ...
[
Сохраненная копия
]
Ссылки http://www.adass.org/adass/proceedings/adass00/P2-50/ -- 13.4 Кб -- 29.05.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1874) - www.adass.org/ )
14. exchange.h File Reference
Main Page Data Structures File List Data Fields Globals . ... Go to the source code of this file. struct . ... Data for OI_ARRAY FITS table. ... write_oi_array (fitsfile *fptr, oi_array array, int extver, int *status) . ... Data for OI_ARRAY FITS table. typedef struct _target target . ... Data for OI_TARGET FITS table. typedef struct _oi_wavelength oi_wavelength . Data for OI_WAVELENGTH FITS table. typedef struct _oi_vis_record oi_vis_record . ... fptr , . ... array data struct, see exchange.h . ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/~jsy1001/resources/exchange/html/exchange_8h.html -- 42.5 Кб -- 07.04.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3690) - www.mrao.cam.ac.uk/ )
15. APO Home Page
... Current APO Weather . ... Search Site . ... Information for New Users . ... Technical Staff pages . Night Logs and Mailing Lists (maintained by APO) . ... Technical Documents and Database Search . ... Observer's Documentation and Procedures . ... Problem Reporting and APO Technical Documents Database Search . ... APO Drawing/Document Management Procedures . ... APO Technical Documents Database Search . Home Astrophysical Research Consortium . ... Mail Lists (maintained by APO) . ...
Еще в разделе:
(Показать все результаты (>1026) - www.apo.nmsu.edu/ )
16. Comet Hale-Bopp Returns
Astronomy Picture of the Day . ... AAC Explanation: Comet Hale-Bopp has returned from behind the Sun. In December and early January, Comet Hale-Bopp was too near the Sun to be easily visible from Earth . ... The above photo was taken on January 31 st and shows the two emerging tails of Comet Hale-Bopp . ... Publications with keywords: Comet Hale-Bopp . Publications with words: Comet Hale-Bopp . ... Comet Hale-Bopp Over Val Parola Pass . ... The Dust and Ion Tales of Comet Hale-Bopp . ...
[
Сохраненная копия
]
Ссылки http://www.astronet.ru/db/xware/msg/1162827 -- 13.8 Кб -- 21.06.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>63267) - www.astronet.ru/ )
17. Date conversion functions
... All inputs for these functions and procedures can be arrays! . julian ( year _integer , month _integer , day _real ) Function; returns Julian day including fraction. Day can be fractional. ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/~chummel/oyster/manual/node184.html -- 5.2 Кб -- 28.04.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>22838) - www.eso.org/ )
18. PRESS RELEASE - S.P. KOROLEV ROCKET & SPACE CORPORATION ENERGIA
PRESS-RELEASE . ... The Descent Module (DM) of the Soyuz TMA-10 spacecraft has returned to Earth the commander and flight engineer of the 15th expedition of the International Space Station (ISS), as well as the space flight participant Malaysia’s national Sheikh Muszaphar Shukor who in the period from October 12 to October 21 2007 worked under the 13th visiting expedition program (VE-13). ... The Flight Director is RSC Energia First Deputy General Designer V.A. Soloviev. ...
[
Сохраненная копия
]
Ссылки http://www.energia.ru/eng/news/news-2007/press_release-10-21.html -- 14.5 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3142) - www.energia.ru/ )
19. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>334) - www.badastronomy.com/ )
20. http://www.stecf.org/conferences/adass/adassVII/reprints/zaraten.ps.gz
... IRAF Multiple Extensions FITS (MEF) Files Interface Nelson Zarate National Optical Astronomy Observatories Tucson, AZ 85719 (zarate@noao.edu) Abstract. ... If there are no values to match then `extver' should be INDEFL. 3.2. mef rdhdr gn (mef,group) Read extension number `group'. ... The header should have been read by now. mefo The output file MEF pointer returned by mef open. 4.2. mef copy extn (mefi, mefo, group) Copy a FITS extension given by its number `group' into an output file. ...
[
Текст
]
Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/zaraten.ps.gz -- 76.0 Кб -- 12.06.2006
Похожие документы
Похожие документы
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда