About 12,800 results
Open links in new tab
  1. COMPILE中文 (简体)翻译:剑桥词典 - Cambridge Dictionary

    compile verb [T] (GATHER TOGETHER) Add to word list C1 to collect information from different places and arrange it in a book, report, or list

  2. compile是什么意思_compile的翻译_音标_读音_用法_例句_爱词霸在线 …

    爱词霸权威在线词典,为您提供compile的中文意思,compile的用法讲解,compile的读音,compile的同义词,compile的反义词,compile的例句等英语服务。

  3. Python compile () 函数 - 菜鸟教程

    Python3 内置函数 compile() 是 Python 中用于将源代码编译为代码对象(code object)的内置函数。 编译后的代码对象可以被 exec() 或 eval() 执行。 compile() 主要用于代码优化、动态执行,以及预编 …

  4. compile - 搜索 词典

    1. She 's joking of course, but all the same: I 'd better step away from the keyboard and finally compile this information for her! 当然 她 是 在 开玩笑, 但是 一样 的: 我 最好 离开 键盘 为 她 编制 好 这些 …

  5. compile_百度百科

    compile是英语动词,英式与美式发音均为 [kəmˈpaɪl],核心含义为“编译、编制、编辑、汇编”。 其应用涵盖计算机编程、信息整理及文献汇编等领域,特指将源代码转换为可执行程序的编译过程。

  6. python内置函数compile用法详解 - CSDN博客

    Feb 26, 2023 · Python的compile函数用于将源代码编译成字节代码或AST对象。 mode参数决定了编译的类型,如eval用于单一表达式,exec用于语句。 示例中展示了compile在不同mode下的使用,以及 …

  7. Online C Compiler - online editor

    Online C Compiler. Code, Compile, Run and Debug C program online. Write your code in this editor and press "Run" button to compile and execute it.

  8. COMPILE 释义 | 柯林斯英语词典 - Collins Online Dictionary

    When you compile something such as a report, book, or programme, you produce it by collecting and putting together many pieces of information. Councils were required to compile a register of all adults …

  9. COMPILE Definition & Meaning - Merriam-Webster

    3 days ago · The meaning of COMPILE is to compose out of materials from other documents. How to use compile in a sentence.

  10. Introduction to torch.compile — PyTorch Tutorials 2.11.0+cu130 ...

    Introduction to torch.compile - Documentation for PyTorch Tutorials, part of the PyTorch ecosystem.