CRT:C运行时

“C runtime”通常被缩写为“CRT”,旨在简化书写和日常使用。在计算机领域的各类文献和讨论中,这一简称被广泛应用,尤其在描述与C语言运行环境相关的未分类内容时十分常见。其对应的中文名称为“C运行时”,主要涉及程序执行时所需的库函数和环境支持。

C runtime the具体释义

  • 英文缩写:CRT
  • 英语全称:C runtime the
  • 中文意思:C运行时
  • 中文拼音:yùn xíng shí
  • 相关领域crt 未分类的

C runtime the的英文发音

例句

  1. Both the C Runtime Library and the Standard C + + Library can be linked to statically or dynamically, depending on the application's needs.
  2. 根据应用程序的客观需要,它可以静态活动态的链接到C运行时(CRT)程序库和标准C++程序库。
  3. When your program attempts to release the string memory, the C runtime notices that the memory did not come from your application's local heap.
  4. 当应用程序试图释放字符串内存时,C运行时(CRT)注意到内存不是来自于应用程序的本地堆。
  5. On top of the Windows API, there is the C Runtime Library, which encapsulates and hides the Operating System differences.
  6. 处于WindowsAPI之上的则是C的动态运行库,它对操作系统进行了封装,并隐藏了不同的操作系统之间的差异。
  7. The Tuscany SCA C + + runtime will need to know where the SCA composites and their components are deployed.
  8. TuscanySCAC++运行时将需要知道模块和组件所部署到的位置。
  9. The completed project is populated with the bridge proxy code, generated in the Java language and Visual C + +, along with the runtime library that the proxy code uses.
  10. 完成的项目中会包含桥的代理代码,用Java语言和VisualC++生成,还有代理代码使用的运行时库。