Найдено документов: 210685 (176 сайтов) ---- Время поиска: 0.76сек. |
Показаны документы, содержащие фрагменты текста из документа
http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom2/d-f/dickie08.txt.
http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom2/d-f/dickie08.txt.
1. 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
Похожие документы
Еще в разделе:
(Показать все результаты (>1128) - jet.sao.ru/ )
2. http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom2/s-u/torment.txt
... Description : This is a six level WAD for DOOM II that is designed to work great as either a Deathmatch, Co- Op, or single player game. ... Play Information * Level # : Level 01 - 06 Single Player : Yes Cooperative 2-4 Player : Yes Deathmatch 2-4 Player : Yes Difficulty Settings : Yes New Sounds : Yes New Graphics : Yes New Music : Yes Demos Replaced : none (to avoid compatibility problems) * Construction * Base : All new levels from scratch. ... LEVEL 4: Hell's Kitchen This is a pretty short level....
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom2/s-u/torment.txt -- 7.8 Кб -- 10.12.1995
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>7794) - crydee.sai.msu.ru/ )
3. ASP: ASP Conference Series to Include Free Electronic Access
home news . SEARCH ASP SITE: Match ALL words Match ANY word . ... Beginning in 2005, all conference proceedings published by the ASP Conference Series during 2004, and all future volumes, will include full text electronic access. ... Visit the e-Books site for select free preview volumes . ... Organizers of upcoming conferences who wish more information about publishing their proceedings through the ASP Conference Series should contact Interim Managing Editor J. Ward Moody at jmoody@byu.edu . ...
[
Сохраненная копия
]
Ссылки http://www.astrosociety.org/news/ebooks.html -- 11.2 Кб -- 03.01.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1174) - www.astrosociety.org/ )
4. Building and Installing the Distribution
Following are instructions to build and install the programs in this distribution. Make sure that you have all necessary tools for building executables. ... The automatic build process expects a configuration file called Config.local . ... The configuration file specifies the directory in which to install the binaries, as well as control over the generation of debugging code and reference clock support. ... Cleans out object files, programs and temporary files. make distclean . ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~er/xntp/build.html -- 7.5 Кб -- 21.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2958) - www.sai.msu.su/ )
5. The XPA Messaging System
The XPA messaging system provides seamless communication between many kinds of Unix programs, including X programs and Tcl/Tk programs. It also provides an easy way for users to communicate with these XPA-enabled programs by executing XPA client commands in the shell or by utilizing such commands in scripts. ... A program becomes an XPA-enabled server by defining named points of public access through which data and commands can be exchanged with other client programs (and users). ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/RD/xpa/ -- 3.8 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2613) - hea-www.harvard.edu/ )
6. OptInt PmWiki : PmWiki / Wiki Style Examples
OptInt PmWiki : Pm Wiki / Wiki Style Examples . Wiki styles | ... PmWiki uses WikiStyles for styling text with color and other attributes. PmWiki 2.0 introduced the ability to control the styling further and to even place styles on blocks. ... In addition, an author can define a style "shortcut" by using the define= property. For example, to define a style of %red% , one can use: . define=mystyle color=red% Here is some %mystyle% red text created using a style shortcut. ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/WikiStyleExamples?action=print -- 19.5 Кб -- 01.03.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2139) - www.mrao.cam.ac.uk/ )
7. Using mod_rewrite to control access - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... It describes how you can use mod_rewrite to control access to various resources, and other related techniques. ... This technique relies on the value of the HTTP_REFERER variable, which is optional. ... RewriteCond %{HTTP_REFERER} !^ RewriteCond %{HTTP_REFERER} !www.example.com [NC] RewriteRule \.(gif|jpg|png)$ - [F,NC] . ... RewriteCond ${deflector:%{HTTP_REFERER}} =- RewriteRule ^ %{HTTP_REFERER} [R,L] RewriteCond %{HTTP_REFERER} != ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/manual/en/rewrite/access.html -- 14.9 Кб -- 19.11.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>10048) - www.arcetri.astro.it/ )
8. http://www.stsci.edu/documents/dhb/web/c01_intro.fm1.html
... A program called StarView acts as an interface to the Archive; it allows you to search the Archive and to retrieve data from it. ... To retrieve data electronically you need to be able to access StarView (or the Archive web site if you are interested only in public data), and you need to be a registered user of the archive. ... http://archive.stsci.edu/starview.html The web site contains directions and materials for installing StarView on your own computer. ... Click on [Begin Search] . ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/documents/dhb/web/c01_intro.fm1.html -- 9.6 Кб -- 17.11.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>17964) - www.stsci.edu/ )
9. Access to Data Sources and the ESO SkyCat Tool
... Canadian Astronomy Data Center, DAO/NRC . SkyCat is a tool that combines image visualization with access to astronomical catalogs and data archives. SkyCat uses a standardized URL syntax to access a large number of data sources on the net. ... More information on SkyCat can be found at the SkyCat Web site. The ESO SkyCat Tool includes the following features: . ... PostScript color printing of the display (image + graphics), . ... overlay catalog sources on an image, . ...
[
Сохраненная копия
]
Ссылки http://www.adass.org/adass/proceedings/adass96/albrechtm.html -- 9.9 Кб -- 23.06.1998
Похожие документы
Похожие документы
10. Distribution Policy
... As of the 95NOV release, patch level 2.0, ESO-MIDAS is available under the GNU General Public License. The short statement of the GNU license is included in every MIDAS file; the full text is printed in the beginning of this manual and is included as a separate file in the ESO-MIDAS Release. ... All source code, documentation, as well as binary copies of ESO-MIDAS (already installed and without sources) for specific systems can be retrieved from the ESO-MIDAS anonymous ftp account. ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node10.html -- 4.0 Кб -- 23.02.1996
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3029) - www.sao.ru/ )
11. Pulsar Group PmWiki/Wiki Style Examples
... PmWiki . Summary: PmWiki group header. ... Summary: Styling text for colour and other attributes:) See also Wiki Styles Plus and Wiki style colors . ... PmWiki 2.0 introduced the ability to control the styling further and to even place styles on blocks. ... This text is %color=red% red, %color=blue% blue, %% and normal (black). ... For example, to define a style of %red% , one can use: . define=mystyle color=red% Here is some %mystyle% red text created using a style shortcut. ... Group . ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.WikiStyleExamples -- 22.1 Кб -- 12.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>22013) - www.atnf.csiro.au/ )
12. Software Store - Programmers Notes
Digital Unix Fortran Compiler + OSF/1: . All codes run satisfactorily on Digital/Compaq Alpha processors. ... All codes compile. ... All f77 codes compile. ... In f77 the INC|LUDE statement enabled the creation of common code that could be shared between subprogram units. ... My convention is to place INCLUDE files containing global COMMON variables in a defined folder in the software folder structure currently ./include (to be replaced by ./inc when I have debugged all the references). ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/~csj/software_store/install_frameset/Howto_notes_f.html -- 4.0 Кб -- 08.07.2002
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2617) - star.arm.ac.uk/ )
13. RSSI Homepage
Russian Space Science Internet (RSSI) is a successful result of RSSI Project. ... space oriented organizations; . ... RSSI offers for its members : . ... videoconferences via MBONE Internet protocol (there are 2 tunnels available now through the general IP network: one to NASA Internet, and another to Moscow State University); . ... It is designed so that all organizations connected to the RSSI gain access to the resources of Russian computer networks as well as world wide Internet. ... nic@rssi.ru ...
Еще в разделе:
(Показать все результаты (>20) - www.rssi.ru/ )
14. Pnt correction after may11 level platform.
... Tilt sensor azswings were done in early may11 to measure the residual platform tilt caused by t he platform beam repair. They showed that the platform was no longer level (1 az term in the tilt data). ... Before these tiedown changes could be installed, the pointing error caused by this correction needs to be measured and included in then model. ... Page 5: 1 az fit to the pointing errors: . ... Page 1: may11 data without 1az fit in model . Page 2: 21jun11 data with 1az fit in sbh model . ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~phil/pnt/pntCor_1azfit_may11.html -- 19.7 Кб -- 01.07.2011
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>4645) - www.naic.edu/ )
15. Test access to the platforms of electronic resources of McGraw-Hill Education
... Pre-university education . ... The NEICON consortium provides free test access to three platforms of electronic resources of McGraw-Hill Education company: . ... ACCESS ENGINEERING (www.accessengineeringlibrary.com ) is the largest platform in the area of technology and engineering science. It contains over 250 key items as well as interactive graphs, tables and video materials. ... ACCESS MEDICINE (www.accessmedicine.com) is the basic medicinal platform of McGraw-Hill Education. ...
[
Сохраненная копия
]
Ссылки http://www.ssau.ru/engnews/10157/ -- 23.8 Кб -- 27.09.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1593) - www.ssau.ru/ )
16. Selection of observations of empty RGS files
Next: SAS processing Up: Maintenance procedures Previous: Maintenance procedures Contents . Suitable observations should be longer than about 20 ksec, cover all the considered time period, and have different background levels, in particular the highest ones, so the sample should include observations taken at the beginning and end of the science window. It is helpful to consider objects for which no RGS spectrum is expected or to look at the RGS monitor pages. ... Michael Smith 2011-09-20 ...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node903.html -- 3.7 Кб -- 20.09.2011
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>8822) - xmm.vilspa.esa.es/ )
17. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.2.1/README
XmCCD ----- The programs provided here offer a Linux graphical user interface to astronomical and scientific CCD cameras. ... It is the latest one they offer and the files included allow support for Android and Mac OS X. This distribution of XmCCD includes source code to utilize the SBIG shared library libsbigudrv.so with a Motif-based graphical user interface. ... The XmCCD source package includes and will install: SAOimage ds9 xpa cfitsio SAOimage is the primary image display for XmCCD. ...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.2.1/README -- 5.0 Кб -- 27.04.2013
Похожие документы
Похожие документы
18. X-Ray WWW Server
... Welcome to the X-Ray World Wide Web Server! This server has been operational since April 1994. ... It is the repository of the COREX bibliography and database, the Henke atomic scattering factors, and other information of interest to x-ray spectroscopists. It provides links to additional locations for information about x-ray research, including conferences , synchrotron radiation laboratories , and other x-ray related Web or FTP sites . ... UW Synchrotron Radiation Center (Stoughton, WI USA) . ...
[
Сохраненная копия
]
Ссылки http://www.astro.spbu.ru/staff/afk/AtDatCentre/DtBases/X-RayServ.html -- 10.8 Кб -- 19.11.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>334) - www.astro.spbu.ru/ )
19. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>124) - neptun.sai.msu.ru/ )
20. Stellarium: BigStarCatalogExtension::SpecialZoneArray< Star > Class Template
Stellarium 0.12.3 . ... BigStarCatalogExtension::SpecialZoneArray< Star > Class Template Reference . ... SpecialZoneArray (QFile *file, bool byte_swap, bool use_mmap, int level , int mag_min , int mag_range , int mag_steps ) . ... ZoneArray (const QString & fname , QFile *file, int level , int mag_min , int mag_range , int mag_steps ) . ... BigStarCatalogExtension::SpecialZoneArray < Star >:: SpecialZoneArray . ... SpecialZoneData <Star>* BigStarCatalogExtension::SpecialZoneArray < Star >::getZones . ...
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classBigStarCatalogExtension_1_1SpecialZoneArray.html -- 36.6 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1454) - astro.uni-altai.ru/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда