KG:内核通用

“Kernel General”通常缩写为KG,这一简写在计算机领域中十分常见和通用。采用缩写形式便于快速书写和使用,有助于提高专业交流与文档编写的效率。它的中文翻译为“内核通用”,通常指代具备广泛适用性的操作系统内核版本。

Kernel Generic具体释义

  • 英文缩写:KG
  • 英语全称:Kernel Generic
  • 中文意思:内核通用
  • 中文拼音:nèi hé tōng yòng
  • 相关领域kg 常用

Kernel Generic的英文发音

例句

  1. Instead of adopting a single approach, the Linux kernel inherited a generic framework that separated policy from enforcement.
  2. Linux内核继承了一种通用框架,将策略从实现中分离了出来,而不是采用单一的方法。
  3. The PCI subsystem ( also known as the PCI layer ) in the kernel provides all the generic functions that are used in common by various PCI device drivers.
  4. 在内核中的PCI子系统,也就是众所周知的PCI层,提供了所有可以用于大多数PCI设备驱动的通用功能。
  5. In addition to the kernel components which provide generic infrastructure, the other Platform components address particular aspects of the software development lifecycle.
  6. 除了提供通用基础设施的内核组件以外,还有其他平台组件处理软件开发生命周期的特定方面。
  7. The next major kernel release for Linux ( 2.4 ) promises many generic scalability improvements that should benefit Domino as well.
  8. 下一个Linux内核发布版(2.4)保证提供更多的通用伸缩性改进,这也使Domino受益。
  9. In. / kernel / sched. c, you 'll find the generic schedule () function, which preempts the currently running task ( unless it preempts itself with yield ()).
  10. 在./kernel/sched.c中,您会看到通用schedule()函数,它会先抢占当前运行任务(除非它通过yield()代码先抢占自己)。