简单汉语中“kernelled”的意思
动词的过去分词
,
动词的过去式
名词
1.
种子、坚果或水果在
kernelled
壳或果核内的可食用中心部分
含义:[内核化]
2.
谷物,尤其是小麦,由硬壳内的种子组成
3.
某物的中心或重要部分
动词
形式:
-nels
、
-nelling
、
-nelled
形式:
US
-nels
、
-neling
或
-neled
4.
(
不及物
)
罕见
形成核
Derived forms
kernel-less
(
无内核
)
形容词
kernelled是一个英语单词,有几个不同的含义。 让我们用例句来解释每个的含义和用法!
Because the compiled form of your
D
code is executed at probe firing time inside the operating system
kernel
itself,
D
pointers are typically pointers associated with the
kernel
‘s address space.
D
代码编译后,在探针启动时在操作系统
内核
中执行。因此,
D
指针通常与
内核
的地址空间相关联。
DTrace executes your
D
programs within the address space of the operating system
kernel
itself.
DTrace 在操作系统
内核
本身的地址空间内执行
D
程序。
You may indeed write a buggy
D
program, but invalid
D
pointer accesses will not cause DTrace or the operating system
kernel
to fail or crash in any way.
即使您的
D
程序存在错误,DTrace 或操作系统
内核
也不会因无效的
D
指针访问而失败或崩溃。
Answer: B,
D
4.Which component provides for installation of NSX hypervisor
kernel
components and user world agents?
答案:B、
D
3. 哪个组件提供 ESX hypervisor
内核
组件和用户世界代理的安装?
The
d
option specifies that the command operate directly on the
kernel
and not take input from a file.
d
选项表示该命令应该直接在
内核
上执行,而不是从文件中输入。
This example can be extended using a common
D
programming technique to follow a thread from this initial read 2 request deeper into the
kernel
.
您可以使用常见的
D
编程技术来扩展此示例,以编写一个从初始 read 2 请求开始并下降到
内核
中较低线程的程序。
Even if
D
enablings could do so, you should avoid dependencies on the
kernel
‘s internal data structures.
即使可以启用
D
,也应该避免对
内核
内部数据结构的依赖。
Kernel
data objects and constants may not be modified using the
D
assignment operators.
D 的
赋值运算符不能修改
内核
数据对象或常量。
When you launch DTrace, the
D
compiler loads the set of variable names corresponding to the active
kernel
modules, so declarations of these variables are not required.
当启动 DTrace 时,
D
编译器会加载一组与活动
内核
模块相对应的变量名称。因此,不需要声明这些变量。
This feature protects your
D
programs against inadvertent identifier name conflicts with the large collection of enumerations defined in the operating system
kernel
.
操作系统
内核
定义了大量的枚举,可以用来防止
D
程序中意外使用重复的标识符名称。
The
D
compiler automatically associates each member of the args array with the type corresponding to the C function prototype for the instrumented
kernel
routine.
D
编译器自动为 args 数组的每个成员分配一个与所检测的
内核
例程的 C 函数原型相对应的类型。
A single
D
program may instantiate probes to gather data from multiple
kernel
modules or other software entities that are compiled into independent binary objects.
单个
D
程序可以实例化探针来收集编译为独立二进制对象的多个
内核
模块和其他软件组件的数据。
D
programs compiled for either data model may be executed on both 32-bit and 64-bit
kernels
.
无论您的
D
程序是针对哪种数据模型编译的,它都可以在 32 位和 64 位
内核
上运行。
After much trying and even a
kernel
recompile the card refused to work with said driver, so I swapped it with a
D
-Link DT-530 PCI card from another PC.
无论我尝试多少次,甚至重新编译
内核
,该卡都无法与该驱动程序一起工作,因此我将其替换为插入另一台PC的
D-Link
DT
–
530 PCI卡。
If the type name is not found in either the C or
D
namespace, the type namespaces of the active
kernel
modules are searched in ascending order by
kernel
module ID.
如果在 C 或
D
命名空间中都找不到类型名称,则按
内核
模块 ID 的升序搜索有效
内核
模块类型的命名空间。
A media with Windows-style volume handling displays the volumes as, for example, C: and
D
:. [optional] On this step you can specify Linux
kernel
parameters, e.g. for better compatibility with certain hardware.
对于处理 Windows 格式卷的介质,卷显示为 C:、
D
: 等。 [可选] 此步骤允许您指定 Linux
内核
的参数。例如,指定的参数可以确保与某些硬件更好的兼容性。
Errors detected by DTrace have no effect on other DTrace users or on the operating system
kernel
, so you don’t need to worry about causing any damage if your
D
program inadvertently contains one of these errors.
DTrace 检测到的错误不会对其他 DTrace 用户或操作系统
内核
产生不利影响。因此,即使您无意中创建了一个有错误的
D
程序,也无需担心出现任何问题。
The command implements a simple interface to invoke the
D
language compiler, the ability to retrieve buffered trace data from the DTrace
kernel
facility, and a set of basic routines to format and print traced data.
该命令提供了一个简单的接口来调用
D
语言编译器。此命令允许您从 DTrace
内核
机制检索缓冲的跟踪数据,并使用一组基本例程来格式化和输出跟踪数据。
Kernel
symbol names are kept in a separate namespace from
D
variable and function identifiers, so you never need to worry about these names conflicting with your
D
variables.
内核
符号名称存储在与
D
变量和函数标识符不同的命名空间中。因此,内核符号名称和
D
变量名称永远不会冲突。
enumeration syntax The
D
enumeration syntax is the same as the corresponding syntax in ANSI-C.
D
also provides access to enumerations defined in the operating system
kernel
and its loadable modules, but these enumerators are not globally visible in your
D
program.
枚举 语法
D
枚举的语法与 ANSI-C 中的相同。
D
还提供对操作系统
内核
及其可加载模块中定义的枚举的访问。然而,这些枚举的枚举器在整个
D
程序中并不可用。
听听“ kernelled ”的陆地声音(发音)!
读法是【ˈkɜːnl】。 听下面的视频并大声发音【ˈkɜːnl】。