Найдено документов: 77777 (71 сайтов) ---- Время поиска: 0.38сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/91/1.html.
http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/91/1.html.
1. Problem in doing RAW SOCKET Programming
... Keywords: Client server program using Raw sockets. ... main(int argc, char **argv) { int msock, ssock; int alen; char buf[] = "asdfgh"; char recv_buffer[20]; struct servent *pse; struct protoent *ppe; struct sockaddr_in dst; struct hostent *hp; struct ip *ip = (struct ip *)buf; struct icmp *icmp = (struct icmp *)(ip +1); . int s, type, dstL; int q, bind1, lis; int sockopt; int on = 1, address; int offset; int sendbuff; int n; bzero((char *)&dst, sizeof(dst)); dst.sin_family = AF_INET; . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/61.html -- 5.3 Кб -- 23.03.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>5773) - www.arcetri.astro.it/ )
2. Including text in a shell script
Text can be included in the shell script by using a here document, a special form of input redirection. The << symbol is used to indicate that text should be read up to a given mark. For example: #!/bin/sh # this script outputs the given text before it runs cat << EOF This shellscript is currently under development, please report any problems to Danny (danny@cornflake.ed) EOF exec /usr/local/test/bin/test_version . ...
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.2.html -- 2.2 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>221) - comet.sai.msu.ru/ )
3. Linux I/O port programming mini-HOWTO: Using I/O ports in C programs
... Routines for accessing I/O ports are in /usr/include/asm/io.h (or linux/include/asm-i386/io.h in the kernel source distribution). ... Before you access any ports, you must give your program permission to do so. This is done by calling the ioperm() function (declared in unistd.h , and defined in the kernel) somewhere near the start of your program (before any I/O port accesses). ... For example, ioperm(0x300, 5, 1) would give access to ports 0x300 through 0x304 (a total of 5 ports). ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 28.12.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 11.09.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 11.09.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 02.10.2012
Похожие документы
4. http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom2/s-u/tun-run.txt
... I've also marked all the doors requiring keys. ... What is included * New levels : 1 Sounds : No Music : Yes Graphics : Yes Dehacked/BEX Patch : No Demos : No Other : No Other files required : n/a * Play Information * Game : Doom2 Map # : Map 01 Single Player : yes Cooperative 2-4 Player : yes Deathmatch 2-4 Player : yes Other game styles : n/a Difficulty Settings : Yes * Construction * Base : New from scratch Build Time : Editor(s) used : Known Bugs : May Not Run With.. ...
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom2/s-u/tun-run.txt -- 5.6 Кб -- 18.11.2000
Похожие документы
Похожие документы
5. Stellarium: core/StelSphereGeometry.hpp File Reference
Stellarium 0.12.3 . ... FileљStructure . FileљList . ... core . ... StelSphereGeometry.hpp File Reference . ... operator<< (QDataStream &out, const SphericalRegionP ®ion) . ... boolљ . sideHalfSpaceContains (const Vec3d &v1, const Vec3d &v2, const Vec3d &p) . ... greatCircleIntersection (const Vec3d &p1, const Vec3d &p2, const Vec3d &p3, const Vec3d &p4, bool &ok) . ... greatCircleIntersection (const Vec3d &p1, const Vec3d &p2, const Vec3d &nHalfSpace, bool &ok) . ... const Vec3d &љ . ...
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/StelSphereGeometry_8hpp.html -- 28.7 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1288) - astro.uni-altai.ru/ )
6. Issues Regarding DNS and Apache
This page could be summarized with the statement: don't require Apache to use DNS for any parsing of the configuration files . ... In order for Apache to function properly it absolutely needs to have two pieces of information about each virtual host: the ServerName and at least one IP address that the server responds to. ... use IP addresses in Listen . ... In any event it doesn't seem possible to reliably boot a virtual-hosted web server when DNS has failed unless IP addresses are used. ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/dns-caveats.html -- 9.8 Кб -- 01.08.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>114) - neptun.sai.msu.ru/ )
7. Tatjana Khruzina
... For the past years I have been working on the problem of synthesis of light curves of close binary systems, consisting of a normal star and a compact object (point object with fixed X-ray luminosity). ... Possible existence of a bright spot on the disk's lateral surface is taken into account. ... The last of then will be published in Gordon and Breach Publishers ( Cherepashchuk A.M., Katysheva N.A., Khruzina T.S., Shugarov S.Yu. ... Cherepashchuk A.M., Katysheva N.A., Khruzina T.S., Shugarov S.Yu. ...
[
Сохраненная копия
]
Ссылки http://uranus.sai.msu.ru/~kts/ -- 4.4 Кб -- 22.09.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>18) - uranus.sai.msu.ru/ )
8. TUI:Tidbits:TUI Keywords
This document describes the keywords TUI uses when issuing error messages. ... These include command timeout and command failure due to the user disconnecting from the hub. Warning: for the sake of efficiency, TUI's messages are not sent through the keyword dispatcher, and thus cannot be sensed using keyword variables (RO.KeyVariable). ... Actor . ... If the command does not provide the desired information, it is disabled to prevent the keyword variable from repeatedly asking for the information. ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Tidbits/TUIKeywords.html -- 3.6 Кб -- 05.09.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>862) - www.apo.nmsu.edu/ )
9. Simulation of HST PSFs using Tiny Tim
... Tiny Tim has been used for generating Hubble Space Telescope ( HST ) point-spread functions (PSFs) for deconvolution, algorithm testing, proposal planning, and optical studies. ... Tiny Tim is a stand-alone program for simulating HST PSFs as viewed with the on-board imaging cameras (WF/PC-1, WFPC2, FOC, COSTAR/FOC). ... The measured aberrations for FOC f/96, WF/PC-1 PC6, WFPC2, and COSTAR/FOC are used by Tiny Tim . ... Figure: FOC f/96 observed and Tiny Tim model PSFs (pre-COSTAR) at 253 nm. ...
[
Сохраненная копия
]
Ссылки http://www.adass.org/adass/proceedings/adass94/kristj.html -- 10.1 Кб -- 03.11.2000
Похожие документы
Похожие документы
10. Terry Mosely's Bulletins
From: TerryMosel aol.com Date: Mon, 20 Oct 2003 18:48:48 EDT Subject: Emails, big s'spot, Lecture, aurora? ... Have you been emailing me getting them returned? John McConnell has been sending me emails as usual, but recently they have been returned to him saying "Message undelivered". ... If you have been sending me emails, and they have been returned, please send them to my work address Terry.Moseley nio.x.gsi.gov.uk, but only use that if you can't get me at this address. ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/nibulletin/2003-Oct-20.html -- 4.3 Кб -- 21.10.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2539) - star.arm.ac.uk/ )
11. *qplintran* -- Apply linear transformation to a qp file through filter
... Transforms a qpoe file according to the specified parameters. ... Any type of filtering can be applied to the input qpoe file, including region filtering. In addition, the size of the output event record can be different from the size of the input event record. Of course, usually one makes the output record equal to or smaller than the input. If the output record size is made greater than the input record, a warning is issued and the ``extra'' part of the record is undefined.) ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/PROS/PUG/node52.html -- 6.2 Кб -- 01.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2537) - hea-www.harvard.edu/ )
12. Lack of Dwarf Galaxies in the Local Volume Compared to Conventional Cosmology
... The sample of the Local Volume galaxies (distance smaller than 10 Mpc) gives a unique opportunity to study the properties of galaxies including the weakest objects: the absolute magnitude M B -10 and the virial mass M vir 10 9 M x263C;. ... Luminosity function of the Local Volume galaxies. ... The luminosity functions for galaxies are presented: red dashed line - from the 2dFGRS survey (Norberg et al. 2002); blue dash-dotted line - from the SDSS survey (Blanton et al. ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/Doc-en/SciNews/2016/Makarov/ -- 7.5 Кб -- 10.04.2016
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/Doc-en/SciNews/2016/Makarov/ -- 7.5 Кб -- 10.04.2016
Похожие документы
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/Doc-en/SciNews/2016/Makarov/ -- 7.5 Кб -- 10.04.2016
Похожие документы
Еще в разделе:
(Показать все результаты (>158) - mavr.sao.ru/ )
13. XV-AVHRR
... Satellite data ] . SMIS ] . The program is designed to process the specific AVHRR instrument data for calculation and analysis of temperature fields on the sea surface and upper level of clouds. It performs brightness correction for visible channels with regards to clouds altitude. ... The program features a wide variety of classification algorithms (including two-dimensional histogram analysis) and enables to construct personal procedures for classification. ... Back to SMIS Home Page . ...
[
Сохраненная копия
]
Ссылки http://smis.iki.rssi.ru/inform/engl/soft/e_avhrr.htm -- 3.5 Кб -- 13.03.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>19) - smis.iki.rssi.ru/ )
14. astro-ph
... astro-ph . ... Statistical Characterization of the Chandra Source Catalog . ... The first release of the Chandra Source Catalog (CSC) contains ~95,000 X-ray sources in a total area of ~0.75% of the entire sky, using data from ~3,900 separate ACIS observations of a multitude of different types of X-ray sources. ... In addition to these traditional catalog elements, for each X-ray source the CSC includes an extensive set of file-based data products that can be manipulated interactively. ...
[
Сохраненная копия
]
Ссылки http://vo.astronet.ru/arxiv/?get_articles=1&author=He -- 15.7 Кб -- 13.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>39588) - vo.astronet.ru/ )
15. ПРИЛОЖЕНИЕ ј2 к Выпуску N2(16), март-апрель 1998
... 3rd ISCC) Kunming, China, Oct. ... THIRD INTERNATIONAL SYMPOSIUM OF CHRONOBIOLOGY AND CHRONOMEDICINE Kunming , China , October 7-12, 1998 REGISTRATION FORM This form should be typewritten Participant Title (tick): Prof. _ Dr. _ Mr. _ Mrs. _ Miss _ Ms. _ Surname: _______________ ... ____________________ Given name(s): ______________________ Country: _____________________ Nationality: ________________________ Registration fees: Participant Companion N of companions Amount U.S . $300 ...
[
Сохраненная копия
]
Ссылки http://astrocourier.chat.ru/1998/98aprmar/98aprmar2p4.htm -- 8.1 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>21) - astrocourier.chat.ru/ )
16. Solar Physics
... Other Characteristics of the Sun: Variability of Rotation, Magnetism, Chemical Structure, Planetary System. ... Methods of Solar Magnetic Fields Measuring: Visual, Photografic, Photoelectric. ... Empiric Datas of Magnetic Fields in Photosphere, Chromosphere and Corona. ... Characteristics of Magnetic Field in Balanced Force Tubes by Potential and Forceless Field. ... Phenomenons in Active Region (Magnetic Field, Spots, Torches, Solar Prominences, Flares, Discharges. ... Magnetic Fields in Flares. ...
[
Сохраненная копия
]
Ссылки http://space.univ.kiev.ua/courses/fiz_son_e.html -- 6.3 Кб -- 23.02.2005
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>50) - space.univ.kiev.ua/ )
17. Презентация PowerPoint
. Prague, August 16, 2006 . Present classification : Suggested: . SN, SNI, SNII SN (to avoid introducing the current complex classification) AM AM (including XM from X-ray variables), DQ (intermediate polars) . UG, UGSS, UGZ UG, UGSS, UGZ UGSU UGSU, UGWZ (WZ Sge type, extremely long supercycles, large amplitudes), UG_ER (ER Uma type, short supercycles and normal cycles, small amplitudes; ideas of a better abbreviation are welcome) . CATACLYSMIC VARIABLES . AND OTHER STARS WITH OUTBURSTS (CONTINUED)
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/groups/cluster/gcvs/future/iaupraha.files/slide0024.htm -- 7.8 Кб -- 04.09.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>84) - sai.msu.ru/ )
18. Zeldovich-100 / International Conference / Moscow, Russia
Main Program Travel Where to go in Moscow Information . ... The 2014 year marks the 100th anniversary of Yakov Zeldovich . ... John Carlstrom (University of Chicago) . ... Lyman Page (Princeton University) . ... The conference will be held at the Space Research Institute (IKI) in Moscow, Russia, on June 16-20, 2014 . ... International Conference: Cosmology and High Energy Astrophysics (Zeldovich-90) 20-24 Dec 2004, Moscow, Russia . ... 2014 Space Research Institute, Moscow Русская версия ...
[
Сохраненная копия
]
Ссылки http://hea.iki.rssi.ru/zeldovich-100/ -- 14.9 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>280) - hea.iki.rssi.ru/ )
19. Space Scientific and Education project of Lomonosov Moscow State University
Space Scientific and Education project of Lomonosov Moscow State University "MSU-250" is timed to its 250-th annversary. ... Scientific program is directed to the studies of the space physics problems. It includes development and launch of two supersmall satellites intended mainly to the studies of the radiation conditions in the near-Earth space. ... The conference "University Satellites and Space Science Education" (UNIVERSAT-2006) was held in Moscow on June 26-30, 2006. ...
[
Сохраненная копия
]
Ссылки http://cosmos.msu.ru/eng/home.html -- 8.5 Кб -- 22.06.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>56) - cosmos.msu.ru/ )
20. Manpage of FITSHDR
fitshdr - FITS-file headers manipulation tool fitshdr [options] [FITSfile_name] . ... fitshdr [options] --edit FITSfile_name . ... If You want to modify headers of FITSFILE using new FITS-header lines from HEADER file (or from stdin), You have to use this option (You can skip this option, if -H or --header option is used). ... Empty header lines are not displayed (in 'dump' mode only). --line-offsets . ... In 'dump' mode: file offset will be displayed for each header line. --no-line-offsets . ...
[
Сохраненная копия
]
Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr.1.html -- 12.8 Кб -- 21.12.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>366) - lnfm1.sai.msu.ru/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда