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

1 | 2 | 3 | 4 | 5 | След.

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

1. Problem creating a new system call
... Just to learn how to generate a system call, I created a simple system call that basically sets and resets the value of a global parameter "PREFETCH". SYSTEM CALL code ********************************** int PREFETCH = 0; /* this is a global variable */ . ... To execute the sys_prefetch system call, I wrote a prefetch.c file with the following code. ************************code to call sys_prefetch***************** #include <linux/unistd.h> _syscall2 (int, prefetch, int, mode, int, nr_hints) . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/135.html -- 4.2 Кб -- 23.03.2000
Похожие документы

2. Further Data Types
... Defining New Data Types . Unions . ... Static Variables . ... struct gun { char name[50]; int magazinesize; float calibre; }; struct gun arnies; . ... struct gun { char name[50]; int magazinesize; float calibre; } arnies; . ... typedef struct gun { char name[50]; int magazinesize; float calibre; } agun; agun arnies={"Uzi",30,7}; . ... stat() { int auto_var = 0; static int static_var = 0; printf( ``auto = %d, static = %d n'', auto_var, static_var); ++auto_var; ++static_var; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
Похожие документы

3. Creating a filesystem
... Filesystems are created, i.e., initialized, with the mkfs љ command. ... Search for bad blocks and initialize the bad block list accordingly. -l filename . ... badblocks /dev/fd0H1440 1440 > bad-blocks . ... 1 block group . 8192 blocks per group, 8192 fragments per group . ... Then bad blocks were searched with badblocks љ , with the output redirected to a file, bad-blocks . Finally, the filesystem was created, with the bad block list initialized by whatever badblocks љ found. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node45.html -- 7.0 Кб -- 04.05.1997
Похожие документы

4. *tprint* - Reading a Table File Created by imcnts
... Table files like the ones created in the section on imcnts can be displayed, printed and manipulated using the tasks contained in the stsdas.ttools package. ... sp> tables # Load the relevant package ta> tprint rp90_cnt prpar=yes # .tab extension assumed # the hidden parameter prpar is set to display the header # as well as the data ta> tprint rp90_cnt # Displays only the data info ta> tprint rp90_cnt prdata- prpar+ # Displays only the header info ta> tprint rp90_cnt prparam=yes | ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node99.html -- 4.6 Кб -- 01.10.2012
Похожие документы

5. Creating a file using a filename
Type ue filename . to create a new file. For instance, to create a new file called letter , type: ue letter . The screen of your terminal will fill with blank lines and the following message will be displayed at the bottom: == MicroEMACS 3.9e() == letter == File: letter ======== . ... the name MicroEMACS and the version number . ... the name of the temporary work file used to store the file you are editing (the computer term for this is 'buffer') . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/emacs/ue_using.html -- 2.5 Кб -- 17.01.1997
Похожие документы

6. Набор для создания украшений "Сердца" FIMO kids create&amp;play 8033 01 Как
... В книге описал ряд классических идей решения олимпиадных задач, которые для большинства школьников являются нестандартными. ... Малышам тоже очень нравится этот набор, ведь теперь не придется просить у родителей телефон, чтобы позвонить своим любимым друзьям. ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku2039.html -- 21.6 Кб -- 14.02.2016
Похожие документы

7. Recreating Einstein Level One Processing Exposure Masks and Background Maps in
... This paper describes the main algorithms used by the Einstein Level One processing to create the exposure masks and the background maps for Einstein IPC images, and how these algorithms were recreated in the IRAF environment. Our goal was to recreate the algorithms used by the Level One Processing to create exposure masks and background maps for Einstein Image Proportional Counter (IPC) data (cf. sections 2.5 and 2.7 of Harnden et al. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/vanstoned.html -- 11.6 Кб -- 03.11.2000
Похожие документы

8. Image: Aristoteles. The square is called "Aristotelian". The great philosopher
. Album : asv-album :: Travels to distant places and countries :: 1996/05 Chalkidiki (Greece) :: Thessaloniki. I was only several hours in the city . Up . << Prev . Aristoteles. The square is called "Aristotelian". The great philosopher was born not very far from Thessaloniki. Album created by album generator from D. Madison 's Marginal Hacks on Sun Jun 28 19:25:10 2015 .
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/album/trips/1996.05.Greece/thessaloniki/tn/thess5.jpg.index.html -- 6.2 Кб -- 28.06.2015
Похожие документы

9. Manual Page: dbmmanage - Apache HTTP Server
NAME dbmmanage - Create and update user authentication files in DBM format SYNOPSIS dbmmanage filename [ command ] [ username [ encpasswd ] ] DESCRIPTION dbmmanage is used to create and update the DBM format files used to store usernames and password for basic authentica- tion of HTTP users. Resources available from the httpd Apache web server can be restricted to just the users listed in the files created by dbmmanage. ... This manual page only lists the command line arguments. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/dbmmanage.html -- 6.5 Кб -- 15.10.2001
Похожие документы

10. 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
Похожие документы

11. http://observ.pereplet.ru/images/z/backupsql.txt
php /* * Backup script on server. ... Connects to the mySQL * database and creates a backup file of the whole database. ... Yes/No? ... It will void your warranty :-D! $ date = date ( mdy-hia ); $filename = $savepath/$dbname-$ date .sql ; if($use_gzip== yes ){ $ filename2 = $ file ; } else { $ filename2 = $savepath/$dbname-$ date .sql ; } if($send_email == yes ){ $fileatt_type = filetype($ filename2 ); $ fileatt_name = .$dbname. - .$ ... BR>"; $message .= "--{$mime_boundary}\n" ." ...
[ Сохраненная копия ]  Ссылки http://observ.pereplet.ru/images/z/backupsql.txt -- 7.3 Кб -- 29.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>34) - observ.pereplet.ru/ )

12. StelTexture Class Reference
... Classes | ... Base texture class. ... loadingProcessFinished (bool error) . Emitted when the texture is ready to be bind() , i.e. virtualљ . ... canBind () const . Return whether the texture can be binded, i.e. it is fully loaded. boolљ . ... Destructor. bool StelTexture::bind . ... true if the binding successfully occured, false if the texture is not yet loaded. bool StelTexture::canBind . ... Return whether the texture can be binded, i.e. it is fully loaded. bool StelTexture::getDimensions . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelTexture.html -- 15.8 Кб -- 02.10.2012
Похожие документы

13. TUI:Scripts:Scripting Tutorial:Basics
... Start TUI (if it is not already running) and load your script using Open... in the Scripts menu. A new script window should appear; press "Start" to run your script. This causes the status bar to show "Hello" for 1 second, after which your script ends and the status bar shows "Done". ... However, TUI will catch this problem the next time you call an sr.wait... function, at which point TUI will kill your script, print a message to the status bar and print details to the error log . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/Basics.html -- 2.8 Кб -- 05.09.2014
Похожие документы

14. Irina Glushneva
... The main field of my investigations is stellar spectrophotometry. As a result of scientific activity of our group spectrophotometric catalog was created including energy distribution data on 900 stars in the range 3200-7600AA and 250 stars in the range 6000-10800AA (Voloshina et al., Spectrophotometry of Bright Stars, ed. I.N.Glushneva, 1982, Moscow, Nauka, in Russian). ...
[ Сохраненная копия ]  Ссылки http://uranus.sai.msu.ru/glush.html -- 2.6 Кб -- 20.07.2009
Похожие документы
Еще в разделе: (Показать все результаты (>12) - uranus.sai.msu.ru/ )

15. http://selena.sai.msu.ru/Laz/Publications/7_Automated%20creation%20of%20the%20lunar%20hypsometric%20map%20techniques%20of%20compiling.pdf
AUTOMATED CREATION OF THE LUNAR HYPSOMETRIC MAP: TECHNIQUES OF COMPILING. ... And the second one is the database, obtained from the raster images of the Lunar Subpolar regions (higher than latitude ±60°) where brightness of each pixel depends on its height [1]. ... Due to these reasons it was necessary to develop the special 10-stage methodology of data processing and map compiling. ... The height data were obtained and the lunar hypsometric map was created according to the 10-stage methodology. ...
[ Текст ]  Ссылки http://selena.sai.msu.ru/Laz/Publications/7_Automated%20creation%20of%20the%20lunar%20hypsometric%20map%20techniques%20of%20compiling.pdf -- 325.8 Кб -- 26.02.2009
Похожие документы

16. Active To Do List
. Number . Task . Pri . Author . Created By Tool . Created On . Modified On . Completed . Modified By . Assigned To . Link To . Magic . Description
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~nima/_vti_pvt/_x_todo.htm -- 1.5 Кб -- 06.02.2006
[ Сохраненная копия ]  Ссылки http://www.schools.keldysh.ru/sch725/_vti_pvt/_x_todo.htm -- 1.5 Кб -- 11.03.2006
Похожие документы
Еще в разделе: (Показать все результаты (>2) - genphys.phys.msu.su/ )

17. saivo:ws:start [SAI Virtual Observatory - Wiki]
. Trace: . start : saivo : ws . navigation . Main . SAI VO Projects . CAS . Web Services . TODO . AstroSearch . AstroDB . AstroKeywords . VOLinks . Our People . User Space . Sandbox . Help on Wiki search . toolbox . Index Recent changes Backlinks Login . Show pagesource Old revisions . You ve followed a link to a topic that doesn t exist yet. If permissions allow, you may create it by using the Create this page button. Back to top . SAI VO | Astronet | SAI MSU | Legal Information .
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/wiki/saivo/ws/start -- 9.5 Кб -- 01.10.2012
Похожие документы

18. Dunk Proceedings - 2dF QSO Redshift Survey (Creation and Objectives)
. Other Relevant Plots . Map of survey sky coverage also showing locations of all previously known QSOs. Plot showing our QSO candidate selection . The final photometric catalogue of UBR selected QSO candidates. | Front page | . | << - Talk Overview | Survey status - >> | . Robert J. Smith, ">rsmith@mso.anu.edu.au Last modified: Fri Sep 24 11:39:02 EST 1999 .
[ Сохраненная копия ]  Ссылки http://www.2dfquasar.org/Papers/Dunk/objectives.html -- 3.0 Кб -- 24.09.1999
Похожие документы
Еще в разделе: (Показать все результаты (>12) - www.2dfquasar.org/ )

19. HTTP 404 Resource not found Mars Express
... Page not found . ... Задачей КА Mars Express, является выполнение научных исследований, которые не состоялись из-за аварии российского КА Марс 96. ... Mars Express будет запущен в начале июня 2003 года с Байконура ракетой-носителем "Союз-Фрегат". Выход на орбиту Марса планируется на 26 декабря 2003 года. ... КА Mars Express также будет выступать в качестве ретранслятора для посадочных ступеней других международных миссий по исследованию Марса. ...
[ Сохраненная копия ]  Ссылки http://deepspace.narod.ru/mexpress/index.html -- 66.9 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>2) - deepspace.narod.ru/ )

20. YaB-100 - Homepage
... Main page News People . ... Master net Homepage . ... SAI MSU 20-21 March 2014 . ... Zel'dovich asteroid . ... YaB-100 conferences . ... Science committee: . ... E.S. Gorbovskoy (SAI MSU) . V.M. Lipunov ( chairperson, MSU, SAI) . G.V. Lipunova (SAI MSU) . ... M.V. Pruzhinskaya (SAI MSU) . A.M. Cherepashuk (MSU, SAI) . N.V. Tyurina (SAI MSU) . N.I. Shakura (SAI MSU) . ... The conference is organized by the Zel'dovich Moscow Astrophysics Seminar ( master.sai.m su.ru/osa/ ) . ...
[ Сохраненная копия ]  Ссылки http://master.sai.msu.ru/en/zelcen/ -- 11.0 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>30) - master.sai.msu.ru/ )

1 | 2 | 3 | 4 | 5 | След.


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

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

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