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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.mol.bio.msu.ru/doc/index.php?ID=47.

1. Memory
... This chapter describes the Plug-in API functions that allocate and free memory as needed by the plug-in. Because plug-ins share memory space with Communicator, they can take advantage of any customized memory-allocation scheme the browser has. ... NPN_MemAlloc allocates memory from Communicator's memory space. ... NPN_MemFlush requests Communicator to free up a specified amount of memory if not enough is currently available for the plug-in's requirements. ... Allocating and Freeing Memory . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/plugin/mem.htm -- 8.7 Кб -- 15.01.1997
Похожие документы

2. APT Memory Considerations
... HST . ... APT . ... HST Overview . Overview . ... Phase I Proposing . ... The amount of memory that is needed by APT is variable depending on the size of your proposal and the amount of work you try to do in one particular session. ... You can run into memory problems with APT even if your machine has 4 GB of memory. ... Show Memory Monitor). This monitor will show you APT's currently allocated memory (which will likely be the maximum heap size), and how much memory APT is currently using. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/proposing/apt/installation/memory -- 17.2 Кб -- 11.04.2016
Похожие документы

3. casacore: casa::Memory Class Reference
... Classes . ... casa::Memory . ... Attempt to release memory which has been assigned but not allocated. static void . ... setMemoryOptions and setMemoryOption are typically front ends for mallopt which lets the user control some memory allocation parameters. static int . ... The class also reports assigned memory, which is the total memory that the process has been given, not all of which has been allocated by the programmer. ... Attempt to release memory which has been assigned but not allocated. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1Memory.html -- 17.8 Кб -- 14.02.2011
Похожие документы

4. Memory Models
... There are currently two memory models available; the High Memory and the High/Low Models (The Low Memory Mode, is only partially prototyped and is unlikely to be released in the foreseable future. ... high . Select the High Memory Model. highlow Select the High/Low Memory Model. low Select the low memory model. ... When a dataset is opened, with the High Memory Model mode (HMM), it is loaded into memory in its entirety. ... Only when the data is accessed is it loaded into memory. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/dal/node16.html -- 5.5 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>1095) - xmm.vilspa.esa.es/ )

5. SAOtng Memory Considerations
By default, SAOtng maintains in memory both the scaled data and the raw data for each image being displayed. ... But in environments (such as PC/Linux machines) where memory is scarce, SAOtng allows the user to choose not to maintain the raw image section in memory. ... Additional memory considerations are applied to FITS images which are loaded into SAOtng using the Load a New Image menu option, the file public access point, or the XDir program (but not the fits public access point). ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/memory.html -- 4.6 Кб -- 01.10.2012
Похожие документы

6. Memory (ImageJ API)
... Class . ... FIELD | CONSTR | METHOD . DETAIL: FIELD | ... java.lang.Object ij.plugin.Memory . ... PlugIn . public class Memory . ... This plugin implements the Edit/Options/Memory command. ... This method is called when the plugin is loaded. ... Constructor Detail public Memory () . Method Detail public void run (java.lang.String arg) . ... This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/Memory.html -- 12.0 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>79) - www.astro.louisville.edu/ )

7. What is virtual memory?
Next: Creating a swap space Up: Memory Management Previous: Memory Management . Linux supports virtual memory , that is, using a disk as an extension of RAM so that the effective size of usable memory grows correspondingly. ... When the original contents are needed again, they are read back into memory. ... The part of the hard disk that is used as virtual memory is called the swap space . Linux can use either a normal file in the filesystem or a separate partition for swap space. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node60.html -- 5.0 Кб -- 04.05.1997
Похожие документы

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

9. Memory Allocation
. Next: Process Control Up: C Standard Library Functions Previous: Mathematics . #include <malloc.h> . void *calloc(size_t num elems, size_t elem_size) - Allocate an array and initialise all elements to zero . void free(void *mem address) - Free a block of memory. void *malloc(size_t num bytes) - Allocate a block of memory. void *realloc(void *mem address, size_t news i ze) - Reallocate (adjust size) a block of memory. Dave.Marshall@cm.cf.ac.uk . Wed Sep 14 10:06:31 BST 1994
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_21_8.html -- 2.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_21_8.html -- 2.2 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_21_8.html -- 2.2 Кб -- 02.10.2012
Похожие документы

10. DFOS: calibration memory and AB creation
... This page deals with the operational issue of how to fill the calibration memory properly, and with the interplay of createAB and that memory. The calibration memory is the list of all calibration product files currently available for association. ... The dynamic calibrations are created by the pipeline from raw files and are stored in $DFO_CAL_DIR/<date>. ... DFO_CAL_DIR/VCAL is the pool of virtual calibrations. ... The calibration memory is managed by DFOS in the following way: . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/AB_creation1.html -- 9.2 Кб -- 06.03.2013
Похожие документы

11. MaxIm DL: Align 15 снимков - Out of Memory - Общая Астрономическая Конференция
Общая Астрономическая Конференция > Товары для астрономов > Полезное для астрономии . MaxIm DL: Align 15 снимков - Out of Memory . ... Поиск . ... После двух идентичных попыток программа выдает "Out of Memory" как на прилагаемом снимке. ... Грин . ... Найти еще сообщения от Грин . ... Созвездия (поиск и описание) .. Созвездия южного неба (поиск и описание) .. Осенние созвездия (поиск и описание) .. Летние созвездия (поиск и описание) .. Околополюсные созвездия (поиск и описание) .. ...
[ Сохраненная копия ]  Ссылки http://www.starlab.ru/showthread.php?t=18204 -- 63.8 Кб -- 11.04.2016
Похожие документы

12. Memory Medium - Lonax - Lonax Брюки
... Матрасы стандартных размеров . ... Артикул: HH292LYVY Цвет: синий Состав: 98% хлопок, 2% эластан Описание: изделие выполнено из джинсы средней плотности, застежка на молнию Параметры изделия: Размер 46: Обхват пояса - 80; Длина внутреннего шва - 86; Размер 46: Обхват пояса - 104; Длина внутреннего шва - 86; Параметры модели: Рост 187, объемы 102-81-100 Уход за изделием: стирка при 40 С, химчистка Страна дизайна: Франция Страна производства: Тунис . ... Пол: Женская Обувь . ... Пол: Мужской . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku4622.html -- 26.7 Кб -- 14.02.2016
Похожие документы

13. Columbia Tragedy: A Horrifying Memory | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Space Flight . ... Crew of Space Shuttle mission STS-107. From left to right are mission specialist David Brown, commander Rick Husband, mission specialist Laurel Clark, mission specialist Kalpana Chawla, mission specialist Michael Anderson, pilot William McCool, and Israeli payload specialist Ilan Ramon. ... On the afternoon Columbia was destroyed, I was at a council-owned €аgym in the city where I lived (which was not Armagh). ... Astronotes . ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/columbia-tragedy-a-horrifying-memory.html -- 43.3 Кб -- 09.04.2016
Похожие документы

14. CoolType - Memory tips
In general, Photoshop runs best with the most memory it can get. ... Photoshop prefers just over 3mb of RAM plus three times the size of the file you intend to work with (assuming it is an RGB image). ... Essentially, Photoshop's virtual memory expands the available memory to the application by moving idle images to the hard drive. ... If you switch between images, Photoshop will have to access the hard drive, load the image into RAM, and put the old image onto the disk. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/gimp/cooltype/hint21/ -- 2.6 Кб -- 22.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>143) - www.sai.msu.su/ )

15. [MEMORY]
. Название . [MEMORY] . Тип . Обычный . Синтаксис . [MEMORY=<объем_в_Мегабайтах>] . Назначение . Определяет максимальный объем оперативной памяти, необходимый для решения задачи . Допустимые значения . Число . Пример использования . Если программе для работы необходимо 25 МБ оперативной памяти, тэг имеет вид . [MEMORY=25] . Замечания . При превышении заказанного объема, задача автоматически снимается. Максимальный допустимый объем оперативной памяти для одной задачи в настоящее время составляет 128 МБ
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/rus/casr/projects/centre/3-5.html -- 2.6 Кб -- 22.08.2001
Похожие документы
Еще в разделе: (Показать все результаты (>42) - www.cplire.ru/ )

16. http://www.naic.edu/~phil/notes/bitfieldStorage.html
Bit field are structures in c that hold bit fields. ... typedef struct { unsigned int b1:1; unsigned int b2:8; unsigned int b3:7; unsigned int b4:8; unsigned int b5:7; unsigned int b6:1;} BIT_STRUCT; . ... big endian and little endian machine and you were willing to massage the data on input . ... Big endian . ... Little endian . ... This won't work because the little endian bit field wants the first bit field close to the front of the first byte. bit flip each 8 bit byte of the structure. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/notes/bitfieldStorage.html -- 4.6 Кб -- 17.05.2006
Похожие документы

17. Interfacing Real-time Linux and LabVIEW
... Up: Science Data Pipelines . ... Real-time Linux is a set of extensions to the kernel that provides hard real-time functionality with low, bounded latencies and deterministic response. ... This paper, presents the fifos and shared memory virtual interface (VIs) that allow LabVIEW to communicate and share (bulk) data with the real-time core. The cardinal programming rule of real-time Linux is to do as much as possible in user space with only critical sections of code in the real-time core. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass00/P2-50/ -- 13.4 Кб -- 29.05.2001
Похожие документы

18. http://crydee.sai.msu.ru/ftproot/pub/rec/music/lyrics/cs-uwp/n/nunn.trevor/memory
... All alone in the moonlight I can smile at the old days; I was beatiful then. ... Every street lamp seems to beat a fatalistic warning. Someone mutters and a street lamp gutters and soon it will be morning. ... When the dawn comes tonight will be a memory too and a new day will begin. Burnt out ends of smoky days, the stale, cold smell of morning. The street lamp dies, another night is over, another day is dawning. ... It's so easy to leave me all alone with a memory of my days in the sun. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/rec/music/lyrics/cs-uwp/n/nunn.trevor/memory -- 2.0 Кб -- 04.06.1992
Похожие документы

19. Solar Physics Department
... B.V. Somov . head of the department . ... room 80 . ... senior research felow . ... research felow . ... research fellow . ... Our department performes the following most perspective studies: . Special analytical and numerical experimental investigations of the solar plasma involved in the magnetic reconnection process at the Sun. ... Head of the seminar: Prof. B.V. Somov. ... 27 September 2013 The Solar Physics Department was visited by journalists of the leading Russian TV channel "Vesti-1". ...
[ Сохраненная копия ]  Ссылки http://sun.sai.msu.ru/index_eng.html -- 6.3 Кб -- 19.10.2015
Похожие документы

20. Schwarzman
... Victoriy F. Schwarzman would have been seventy this year. He passed away almost forty years ago, although his vivid personality has an impact on us up to now. ... On December 18 2015, in the Oval hall of the SAO RAS laboratory building, there was a meeting dedicated to his anniversary. Some of his friends and colleagues shared their memories that day: Y.Y.Balega, I.D.Karachentsev, V.V.Vitkovsky, M.G.Mingaliev, S.N.Mitronova, B.Shtivelman, E.I.Ryzhikova, V.L.Plokhotnichenko, and G.M.Beskin. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/Events/2015/Shvarzman/ -- 7.5 Кб -- 10.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/Events/2015/Shvarzman/ -- 7.5 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>3) - mavr.sao.ru/ )

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


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

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

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