• 编译这个运行

    Compile this class and run it.

    youdao

  • 可以编译这个示例应用程序任何现代浏览器中运行

    You can compile this example application and run it natively in any modern browser.

    youdao

  • 如果编译运行gnu调试器可能使用太多内存或许是因为进入程序呼叫试图打开一个窗口

    It may use too much memory if you compile and run the GNU debugger, probably because it tends to open a window whenever you step into a program call.

    youdao

  • 示例程序需要修改可以利用部分所示命令编译运行

    No modifications are required for this sample program; you can compile and run it using the commands shown in this section.

    youdao

  • 最终结果如果使用了某个内部模块,那么客户第一找到出现编译故障运行故障时,因为方法签名被修改了

    The result is that if an internal module is used, the first time the client finds out is when either a compile failure occursor when a run time failure occurs because the method signature changed.

    youdao

  • 第一解决方案使用JIT编译低的非rt优先级运行修改很少执行主动推测性优化

    The first solution is to employ a JIT compiler, operating at a low non-RT priority, that has been modified to perform fewer aggressively speculative optimizations.

    youdao

  • 对于服务器上频繁运行代码如果能够确保服务器在每次遇到代码时都不必解析编译那么看到明显的性能改善

    For code that runs frequently in a server, you'll see measurable gains in performance if you can ensure that the server doesn't have to parse or compile the code upon each encounter.

    youdao

  • 然后编译这个程序运行加密hello . txt中的消息

    And then compile it and run it to cipher the message in hello.txt.

    youdao

  • 文件复制migrate目录编译运行此时要传递每个产品XML文件名称作为参数

    Copy the files to the migrate directory, compile and run it, passing the name of each product XML file as an argument.

    youdao

  • 执行编译存档一个Jar文件后面hadoop命令运行这个文件。

    Compile it and archive it in a Jar file, which will be run with the hadoop command later.

    youdao

  • 为了测试这个函数,代码复制一个文件保存为execwithcaps . c,编译作为根用户运行

    To test this, paste the code into a file named execwithcaps.c, and compile and run it as root.

    youdao

  • LiveRun会获得当前文本窗口中的所有代码编译一个临时目录中,然后运行

    LiveRun will will pick up all the code in the current text window, compile it to a temporary location, then run it.

    youdao

  • 因此如果简单地编译运行通用framebuffer代码不能显式地理解PS 3这样中断

    Therefore, generic framebuffer code that doesn't explicitly understand the PS3 will break spectacularly if you simply compile it and let it run.

    youdao

  • 为此首先编译测试然后使用JUnit运行那些测试用例。

    To do that, it first compiles the test cases then uses JUnit to run those test cases.

    youdao

  • 不过SLES10编译相同源代码不能SLES9系统运行因为包含glibc。

    However, the same source file compiled on a SLES10 system will not run on a SLES9 system because of the older level of glibc.

    youdao

  • AIXshell提示中使用三个命令编译程序命令生成个可执行程序运行程序。

    At the AIX shell prompt, it takes three commands to compile the programs, one command to generate an executable main program and run it.

    youdao

  • 目标曾经多么野心勃勃引入LLVM运行架构作为CPython的解释器然后作为一个选项能够JIT编译时候打开

    The goal was an ambitious one; to port the LLVM runtime framework as the CPython interpreter, and merge it in with an option to turn on the checks for JIT compilation.

    youdao

  • 除了调试core文件程序之外,gdb可以连接已经运行进程(程序经过编译加入了调试信息),并中断进程。

    In addition to debugging with core files or programs, GDB can attach to an already running process (who's program has debugging information compiled in) and break into it.

    youdao

  • 已经将 FindBugs引入到了团队中,运行作为每小时/每晚编译过程的一部分。

    You've introduced FindBugs to your team and have been running it as a part of your hourly/nightly build process.

    youdao

  • 一个可以运行编译没人愿意

    I had a running compiler and nobody would touch it.

    youdao

  • 横在面前的一道巨大障碍逾越必须能够某处写下程序代码,然后成功编译装载运行,最终找到结果输出到了何处

    This is the big hurdle; to leap over it you have to be able to create the program text somewhere, compile it successfully, load it, run it, and find out where the output went.

    youdao

  • 现在已经成功地编译程序可以运行

    You have now successfully compiled your program, and are ready to run it.

    youdao

  • 现在已经成功地编译程序可以运行

    You have now successfully compiled your program and are ready to run it.

    youdao

  • 运行一些事件观察加载编译字节代码以及管理内存

    Run some events through it, watch it load classes, compile bytecode, and of course, manage memory.

    youdao

  • 所有是从源代码编译的,所以闪电一样总是可以选择是否升级内核哪些软件可以,哪些软件可以系统运行

    Everything is compiled from source so it's lightning fast, and you always get the choice of whether to upgrade the kernel and which software does or doesn't run on your system.

    youdao

  • 一般来说OCAP应用程序构建交叉编译示例,也就是说平台构建应用程序,但打算另一个平台运行

    In general terms, building OCAP applications is an example of cross-compiling, which simply means that you build on one platform with the intention of running on another.

    youdao

  • 增加了编译器的工作,因为必须生成这些簿记指令同时增加运行环境开销,因为必须执行这些额外的指令。

    This creates both work for the compiler, which must generate these bookkeeping instructions, and overhead for the runtime environment, which must execute these additional instructions.

    youdao

  • 将其链接可执行程序中需要启用编译链接运行动态链接器来定位

    To link this into executables, you need to enable both the compile-time linker and the run-time dynamic linker to find it.

    youdao

  • 设法模块化这些关键点但是也允许设计良好关键点行为混合”,包括应用程序核心逻辑不管是编译还是运行

    It seeks to modularize these concerns, yet enable the fine-grained "mixing" of their behaviors with other concerns, including the core domain logic of the application, either at build or run time.

    youdao

  • 如果一个驱动程序直接编译到了内核,那么即使这个驱动程序没有运行代码静态数据也会占据一部分空间

    If a driver is compiled directly into the kernel, its code and static data occupy space even if they're not used.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定