NC:本地编译

在计算机编程领域,特别是程序集相关文档或讨论中,为了方便书写与沟通,“Native Compiled”常被简记为NC。这一缩写广泛用于指代“本地编译”,即程序代码在目标硬件平台上被编译为可直接执行的本地机器指令的过程,以提高运行效率和性能。采用NC不仅简化了技术交流,也便于开发者快速识别和引用相关的编译方式。

Native Compiled具体释义

  • 英文缩写:NC
  • 英语全称:Native Compiled
  • 中文意思:本地编译
  • 中文拼音:běn dì biān yì
  • 相关领域nc 程序集

Native Compiled的英文发音

例句

  1. Native code is compiled ( and can be recompiled ) by a Just-in-time ( JIT ) compiler while the application runs, based on which classes and methods are invoked frequently.
  2. 本机代码在应用程序运行时由即时(JIT)编译器编译(而且可以重新编译),基于经常调用的类和方法。
  3. The source code is opened, native C + + programs can either compiled in Windows or Linux operating system for researchers on different platforms.
  4. 源代码公开,原生的C++程序既可以在windows平台也可以在Linux平台下编译运行,适用于不同平台下的研究人员。
  5. With this feature turned on, native SQL written for other competing databases are compiled natively in the DB2 engine, without the use of slow emulation software.
  6. 打开此功能后,为其他竞争数据库编写的原生SQL可在DB2引擎中进行原生编译,无需使用运行缓慢的模拟软件。
  7. By profound and extensive study of the methodology of native vernacular teaching in primary schools, Ushinsky has compiled excellent textbooks of native vernacular.
  8. 他广泛深入地研究了初等学校中民族语言教学法,编写了出色的民族语言教材。
  9. Languages such as C and C + + that compile to native code generally require a linking step after source code is compiled.
  10. 诸如C和C++这些编译成本机代码的语言通常在编译完源代码之后需要链接这个步骤。