Перевод: со всех языков на арабский

с арабского на все языки

a+kernel

  • 21 KD

    A debugging application that refines and debugs an operating system image. The kernel debugger works like an application debugger except that it is capable of debugging operating systems in addition to applications.
    KD

    English-Arabic terms dictionary > KD

  • 22 physical address extension

    "A feature that allows x86-based computers to support more than 4 gigabytes (GB) of physical memory. Up to 64 GB of physical memory can be used as regular 4-kilobyte (KB) pages, and the number of bits that can be used by the kernel to address physical memory can be expanded from 32 to 36."

    English-Arabic terms dictionary > physical address extension

  • 23 PAE

    "A feature that allows x86-based computers to support more than 4 gigabytes (GB) of physical memory. Up to 64 GB of physical memory can be used as regular 4-kilobyte (KB) pages, and the number of bits that can be used by the kernel to address physical memory can be expanded from 32 to 36."

    English-Arabic terms dictionary > PAE

  • 24 Resource Monitor

    "A component of Windows Reliability and Performance Monitor that displays real-time CPU, memory, disk, and network performance information collected from the Windows Kernel Trace provider and performance counters."

    English-Arabic terms dictionary > Resource Monitor

  • 25 thread

    "A type of object within a process that runs program instructions. Using multiple threads allows concurrent operations within a process and enables one process to run different parts of its program on different processors simultaneously. A thread has its own set of registers, its own kernel stack, a thread environment block, and a user stack in the address space of its process."

    English-Arabic terms dictionary > thread

  • 26 virtual address

    "In a virtual memory system, the address the application uses to reference memory. The kernel and the memory management unit (MMU) translate this address into a physical address before the memory is actually read or written."

    English-Arabic terms dictionary > virtual address

  • 27 WDM

    "A driver model based on the Windows NT driver model that is designed to provide a common architecture of I/O services for Windows operating systems for specific classes of drivers. These driver classes include USB and IEEE 1394 buses, audio, still-image capture, video capture, and HID-compliant devices such as USB mice, keyboards, and joysticks. Provides a model for writing kernel-mode drivers and minidrivers, and provides extensions for Plug and Play and power management."

    English-Arabic terms dictionary > WDM

  • 28 Windows Driver Model

    "A driver model based on the Windows NT driver model that is designed to provide a common architecture of I/O services for Windows operating systems for specific classes of drivers. These driver classes include USB and IEEE 1394 buses, audio, still-image capture, video capture, and HID-compliant devices such as USB mice, keyboards, and joysticks. Provides a model for writing kernel-mode drivers and minidrivers, and provides extensions for Plug and Play and power management."

    English-Arabic terms dictionary > Windows Driver Model

  • 29 application exclusive time

    "The time spent in function to kernel mode and Performance Tools probes, excluding time spent in items it calls and excluding time spent in transitions."

    English-Arabic terms dictionary > application exclusive time

  • 30 application inclusive time

    "The time spent in function and items it calls, excluding time spent in transitions to kernel mode and Performance Tools probes."

    English-Arabic terms dictionary > application inclusive time

  • 31 WinSock direct

    "A common programming interface to the lower-level system area network (SAN) implementations, developed by Microsoft. WSD sits underneath the standard WinSock application programming interface (API), but bypasses the kernel networking layers to talk directly to the SAN hardware. Because WSD sits underneath the existing WinSock API, IT departments can deploy applications in a SAN environment without modifying the applications."

    English-Arabic terms dictionary > WinSock direct

  • 32 WSD

    "A common programming interface to the lower-level system area network (SAN) implementations, developed by Microsoft. WSD sits underneath the standard WinSock application programming interface (API), but bypasses the kernel networking layers to talk directly to the SAN hardware. Because WSD sits underneath the existing WinSock API, IT departments can deploy applications in a SAN environment without modifying the applications."

    English-Arabic terms dictionary > WSD

  • 33 WPP

    A mechanism for user-mode applications and kernel-mode drivers to log real-time binary messages. The logged messages can subsequently be converted to a human-readable trace of the driver's operation.

    English-Arabic terms dictionary > WPP

  • 34 Windows preprocessor

    A mechanism for user-mode applications and kernel-mode drivers to log real-time binary messages. The logged messages can subsequently be converted to a human-readable trace of the driver's operation.

    English-Arabic terms dictionary > Windows preprocessor

  • 35 Blue Screen of Death

    "An exception that occurs while the operating system is executing internal code (in drivers, the kernel, etc)."

    English-Arabic terms dictionary > Blue Screen of Death

  • 36 BSOD

    "An exception that occurs while the operating system is executing internal code (in drivers, the kernel, etc)."

    English-Arabic terms dictionary > BSOD

  • 37 Network Store Interface

    A service that is responsible for delivering kernel mode networking related notifications to user mode applications.

    English-Arabic terms dictionary > Network Store Interface

  • 38 NSI

    A service that is responsible for delivering kernel mode networking related notifications to user mode applications.

    English-Arabic terms dictionary > NSI

  • 39 transition event

    "A change in the location of processor event execution between ring 3 (user mode) and ring 0 (kernel mode). Transition events represent time spent outside the direct execution of the application code. Transition events can be time spent in threads that are not part of the profiled item, or time spent executing calls from the profiled item to the operating system."

    English-Arabic terms dictionary > transition event

  • 40 system API call

    English-Arabic terms dictionary > system API call

См. также в других словарях:

  • Kernel density estimation — of 100 normally distributed random numbers using different smoothing bandwidths. In statistics, kernel density estimation is a non parametric way of estimating the probability density function of a random variable. Kernel density estimation is a… …   Wikipedia

  • Kernel Patch Protection — (KPP), informally known as PatchGuard, is a feature of x64 editions of Microsoft Windows that prevents patching the kernel. It was first introduced in 2005 with the x64 editions of Windows XP and Windows Server 2003 Service Pack 1.cite web… …   Wikipedia

  • Kernel Fleck — First appearance Demon Thief Last appearance Hell s Heroes Created by Darren Shan Information Species Human …   Wikipedia

  • Kernel — may refer to:Computing* Kernel (computer science), the central component of most operating systems ** Linux kernel * Kernel (programming language), a Scheme like language * kernel trick, in machine learningLiterature* Kernel ( Lilo Stitch ),… …   Wikipedia

  • Kernel principal component analysis — (kernel PCA) is an extension of principal component analysis (PCA) using techniques of kernel methods. Using a kernel, the originally linear operations of PCA are done in a reproducing kernel Hilbert space with a non linear mapping.ExampleThe two …   Wikipedia

  • Kernel methods — (KMs) are a class of algorithms for pattern analysis, whose best known elementis the Support Vector Machine (SVM). The general task of pattern analysis is to find and study general types of relations (for example clusters, rankings, principal… …   Wikipedia

  • Kernel marker — Kernel markers are a kernel feature which permits tracing of kernel user space interaction. A marker can be on or off depending on whether a probe is connected to it or not. It may cause a slight overhead for certain operations.Mathieu Desnoyers… …   Wikipedia

  • Kernel panic — en Linux …   Wikipedia Español

  • Kernel SamePage Merging (KSM) — (также: Kernel Shared Memory, Memory Merging) позволяет ядру объединять одинаковые страницы памяти между различными процессами или виртуальными гостевыми системами в одну для совместного использования. Эта возможность используется KVM для того,… …   Википедия

  • Kernel Transaction Manager — (KTM) is a component of the Windows operating system kernel in Windows Vista and Windows Server 2008 that enables applications to use atomic transactions on resources by making them available as kernel objects. The transaction engine, which… …   Wikipedia

  • Kernel — Ker nel, n. [OE. kernel, kirnel, curnel, AS. cyrnel, fr. corn grain. See {Corn}, and cf. {Kern} to harden.] 1. The essential part of a seed; all that is within the seed walls; the edible substance contained in the shell of a nut; hence, anything… …   The Collaborative International Dictionary of English

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»