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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/miriad/progguide/node49.html.

1. Does memory area assigned by "vmalloc()" get swapped to disk?
... I am developing an Informed Prefetching and Caching system as part of the kernel in which it is very important that the memory assigned to hold the data does not get swapped to disk. Without any thought to swapping I used vmalloc() to assign memory to the data structures of the Informed prefetching system. ... I later realized that most probably the pages assigned using vmalloc() were getting swapped to the disk and when I referenced them, they were brought from the disk rather than memory. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/283.html -- 3.6 Кб -- 23.03.2000
Похожие документы

2. Stellarium: DummyDialog Class Reference
Stellarium 0.12.3 . MainљPage . ... Classes . ... ClassљList . ClassљIndex . ... DummyDialog Class Reference . The TextUserInterface wants to intercept all key presses including those which are assigned to glocal key bindings in the main GUI definition (i.e. More... #include < DummyDialog.hpp > . voidљ . setVisible (bool) . ... This DummyDialog class allows the plugin to put the QT focus on the dialog and thus prevent global action key bindings from being handled by the main GUI . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classDummyDialog.html -- 9.6 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>600) - astro.uni-altai.ru/ )

3. Read Me file for FileMaker Assistant
... Fields: Each document is assigned a unique inventory code. Definitions reflect information commonly found on a document, i.e. title, number, vendor, dates, etc. Please read Fields for detailed definitions. ... details and history of the document.html locator . ... Links: An HTML locator is created when the document is coded. ... Document Files: Each inventory code is a separate document. ... Using the HTML locator links the user to the document. Database Home page | APO Home Page | ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/techDB/read_me.htm -- 7.3 Кб -- 29.07.2014
Похожие документы

4. Reading user input
To read standard input into a shell script use the read command. For example: echo "Please enter your name:" read name echo "Welcome to Edinburgh $name" . This prompts the user for input, assigns this to the variable name and then displays the value of this variable to standard output . ... For example: echo "Please enter your surname\n" echo "followed by your first name: \c" read name1 name2 echo "Welcome to Glasgow $name2 $name1" . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.3.html -- 2.3 Кб -- 17.01.1997
Похожие документы

5. casacore: casa::SimpleCountedPtr< t > Class Template Reference
... Classes . Files . ... casa . casa::SimpleCountedPtr< t > . ... SimpleCountedPtr (t *val, Bool delit= True ) . ... operator= (const SimpleCountedPtr < t > &val) . ... template<class t> . ... val , . ... This copy constructor allows SimpleCountedPtr s to be initialized from other SimpleCountedPtr s. Definition at line 412 of file CountedPtr.h . ... SimpleCountedPtr <t>& casa::SimpleCountedPtr < t >::operator= . ... Referenced by casa::SimpleCountedPtr< Block< AutoDiffA< T > > >::operator=() . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1SimpleCountedPtr.html -- 22.9 Кб -- 14.02.2011
Похожие документы

6. Control statements
As conditional or control statements you have IF in many variants (but essentially not changed from Fortran 77), DO (with some new variants) and the completely new statement CASE . The DO- loop should now be ended with the statement END DO and we no longer need any statement number. In addition, we can use the statement EXIT to jump out of the DO -loop and CYCLE in order to go to the next iteration of the present DO -loop. ... all negative numbers WRITE (*,*) 'Negative number' CASE (0) ! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c6.html -- 5.4 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c6.html -- 5.4 Кб -- 17.02.1996
Похожие документы

7. http://www.astro.louisville.edu/software/xmtel/xmtel-7.1/USBSERIAL
... This software appears to conflict with use of the ports for serial device control. If you are using a USB to serial converter, then you will need read/write access to /dev/ttyUSB0 or something similar. ... Alternatively, make the device available to the world by (1) as root chmod a+rw /dev/ttyUSB0 whenever a USB device converted is inserted or powered on or (2) adding a MODE="666" entry to the appropriate line of a rules file in /etc/udev/rules.d . ... Devices from other manufacturers may not. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/xmtel/xmtel-7.1/USBSERIAL -- 2.3 Кб -- 18.06.2015
Похожие документы
Еще в разделе: (Показать все результаты (>405) - www.astro.louisville.edu/ )

8. Pointers
... What is a Pointer? Pointer and Functions . Pointers and Arrays . ... Not assigning a pointer to memory address before using it . ... A pointer is a variable which contains the address in memory of another variable. ... Store pointers in a different array where each pointer points to 1st char of each new line. ... int (*a)[35] ; declares a pointer to an array of 35 int s. int *a[35]; declares an array of 35 pointers to int s. Now lets look at the (subtle) difference between pointers and arrays. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node10.html -- 22.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node10.html -- 22.2 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node10.html -- 22.2 Кб -- 02.10.2012
Похожие документы

9. ADASS 2002 Conference Proceedings
... ClassX is a project aimed at creating an automated system to classify X-ray sources and is envisaged as a prototype of the Virtual Observatory. ... The most fundamental are: (a) classification methods and algorithms, (b) selection and definition of classes (object types), and (c) identification of source counterparts across multi-wavelength data. ... Using different sets of training parameters (attributes), we get different classifiers for the same list of class names (e.g., Figure 1). ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass02/P4-10/ -- 13.2 Кб -- 12.03.2003
Похожие документы

10. Data analysis and Spatial Corrections
Next: A Preliminary Investigation Up: Spatial Corrections of ROSAT Previous: Introduction . ... These tasks bin a time sorted photon event list based on an assigned phase that corresponds to the 402 second period of the wobble. ... The fundamental limitation of this method is how many source counts you have for centroiding each binned image section. ... Once the phase binned qpoes have been shifted in x,y so as to align the source centroid, they are restacked using 'qpappend_ftsi'. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node199.html -- 5.3 Кб -- 01.10.2012
Похожие документы

11. Apache module mod_log_forensic
This module provides for forensic logging of the requests made to the server . ... Logging is done before and after processing a request, so the forensic log contains two log lines for each request. ... Module: mod_log_forensic . ... Each log entry is assigned unique ID which can be associated with the request using the normal CustomLog directive. mod_log_forensic creates a token called forensic-id , which can be added to the transfer log using the %{forensic-id}n format string. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_log_forensic.html -- 6.9 Кб -- 20.05.2004
Похожие документы

12. http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7BA6149A58-A920-49AF-96EE-0FAD66E4F93D%7D
. The image is a composite of separate exposures made by the WFC3 instrument on the Hubble Space Telescope. Three filters were used to sample broad wavelength ranges in the near infrared. The color results from assigning different hues (colors) to each monochromatic image. In this case, the assigned colors are: F105W (Y) blue; F125W (J) green; F160W (H) red. NASA/ESA/G. Illingworth/R. Bouwens/ HUDF09 Team
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7BA6149A58-A920-49AF-96EE-0FAD66E4F93D%7D -- 3.6 Кб -- 10.04.2016
Похожие документы

13. Stars and Globules in the Running Chicken Nebula
Astronomy Picture of the Day . Stars and Globules in the Running Chicken Nebula . ... 19.01.2016 . ... Credit Copyright: Martin Pugh Explanation: The eggs from this gigantic chicken may form into stars. The featured emission nebula, shown in scientifically assigned colors, is cataloged as IC 2944 but known as the Running Chicken Nebula for the shape of its greater appearance. ... Globules in the Running Chicken Nebula . IC 2948: The Running Chicken Nebula . ... Dark Bok Globules in IC 2944 ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2016-01-21 -- 14.2 Кб -- 20.01.2016
Похожие документы
Еще в разделе: (Показать все результаты (>12564) - www.astronet.ru/ )

14. 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/ )

15. Population of Galactic globular clusters, figures
. F IGURE . 4. Kinematic diagrams for (a) all Galactic GCs, (b) thick-disk clusters, and (c) halo clusters. The dot sizes are proportional to the weights assigned. The straight lines are rms regression fits and their slopes yield the rotational velocity of the corresponding subsystem, V rot . discussion in the text | previous figure | next figure .
[ Сохраненная копия ]  Ссылки http://ip.rsu.ru/~marsakov/paper5/p5fg4_1.htm -- 2.1 Кб -- 02.02.2007
Похожие документы
Еще в разделе: (Показать все результаты (>19) - ip.rsu.ru/ )

16. ASP: A Good Definition of the Word "Planet": Mission Impossible?
... Planets and Brown Dwarfs . ... Mission Definition . Ask anyone on the street to give an example of a planet, and they'll consider you a bit dim. ... Finally, if you ask "What is the exact scientific definition of 'planet'?", it turns out that nobody can answer it, because there really isn't one. ... The word itself means "wanderer" in Greek, and other cultures generally have words for "planet" with a similar meaning. So why isn't that good enough for us today? ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/59/planetdefine.html -- 13.2 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>598) - www.astrosociety.org/ )

17. Spectrum - control
... spectrum . ... nsource <n> : choice of source function (def: 3=Feautrier) . noptype <n> : choice of continuous opacity (def: 1=Kiel) . nhedat <nhedat> : choice of HeI data (BCS or Mon treal) (def: 1=BCS) . ... read_model <filename>: read model atmosphere in QUB/STERNE2 format . ... wavmax <w_max> : distance from line centre to compute . ... nvturb <n vt > : number of points in -dependent v turb . ... tau_exp <n> : increase resolution of optical depth scale by adding additional points . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/spectrum_commands.html -- 10.8 Кб -- 03.06.2012
Похожие документы

18. My Two Cents - an Astronomy Net Exploration Forum Message
Astronomy Discussion Forums . Forums: . ... My Two Cents . ... Also "number" is a fancy name for "category", isn't it? ... This is particularly true if I include as "the same" those numbers which, as a group, can be seen as having some identifiable pattern. ... Do you really believe that you can construct a set of numbers so large as to have 10^20 numbers in each of the sequenced sets without having that pattern appear somewhere in a large number of those sequenced sets. ... www.astronomy.net . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/exploration/messages/74.shtml -- 24.8 Кб -- 09.04.2016
Похожие документы

19. Data bases of Natural Satellites. Documentation. Structure
Databases (NSDC) of the Natural Planetary Satellites. ... NSDC: Database of astrometric observations of Natural Planetary Satellites . ... They are thoroughly looking for observations in different sources, creating their owndatabases which are then mostly inaccessible to other researchers. ... In the file "content" with explications, the reference is given to the data source as well as the bibliographic reference. ... Data sources. ... Why a specific bibliographic database for Natural satellites? ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/neb/nss/DocStructe.htm -- 11.4 Кб -- 18.05.2009
Похожие документы
Еще в разделе: (Показать все результаты (>101) - lnfm1.sai.msu.ru/ )

20. To Space and Back with Reid Wiseman | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Armagh Planetarium . ... Alien Life . ... Space Flight . ... NASA astronaut Reid Wiseman, Expedition 40/41 flight engineer, participates in an Extravehicular Mobility Unit (EMU) spacesuit fit check at NASA?s Johnson Space Center. Image credit: NASA) . Step up the next astronaut who really took on the task of showing us earthlings the wonders of being an astronaut on the International Space Station (ISS) Reid Wiseman . ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/to-space-and-back-with-reid-wiseman.html -- 45.1 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>1809) - www.armaghplanet.com/ )

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


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

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

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