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'. ...
[