• 如果编译运行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

  • 我们需要这样一个程序可以生成这些结果将其输出上面这样,这样就可以在编译加载了。

    What is needed is a program that will produce these values and print them out in a table like the previous one so they are loaded in at compile-time.

    youdao

  • 不同平台之间的不兼容性尤其危险因为可能会导致程序返回错误结果不是编译时错误

    This incompatibility between platforms is particularly dangerous as it might cause programs to return wrong results rather than causing a compile-time error.

    youdao

  • 这些练习我们推荐自己系统下载编译运行这些程序

    As you are working through the exercises, you're encouraged to download, compile, and run these programs on your own system.

    youdao

  • 这个程序x86PowerPC 上都可以很好地运行不过Power系统上使用-m64选项进行编译就会死掉

    This program runs fine on both x86 and PowerPC, but dies on the Power system when compiled with the -m64 option.

    youdao

  • 不幸的是,前面的例子程序调用strcmp没有给出参数因此生成汇编代码无效,从而导致编译失败

    Unfortunately, the sample program called STRCMP with no arguments, so the resulting assembly code was invalid and the compile failed.

    youdao

  • 尝试集合(例中List)添加错误类型元素清单2中的程序会生成编译错误消息

    Listing 2 contains a program that generates the compilation-time error message that happens when you try to add the wrong type of element to a generic collection - a List in this case.

    youdao

  • 启动程序控制的编译禁用重新编译

    Program-controlled compilation at startup with recompilation disabled.

    youdao

  • 如果在没有事先获得函数指针的情况下直接调用函数(也就是说编译时静态连接mswsock.lib,程序中直接调用函数),那么性能将很受影响

    Calling the function without previously obtaining a function pointer (that is, by linking with mswsock.

    youdao

  • 编译不会改变程序语义作为一种优化可以随意重新排序某些指令

    The compiler is free to reorder certain instructions as an optimization when it would not change the semantics of the program.

    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

  • 但是如果这个驱动程序编译一个模块,就只有在需要内存将其加载内核才会真正占用内存空间。

    But if the driver is compiled as a module, it requires memory only if memory is needed and subsequently loaded, into the kernel.

    youdao

  • 内存模型类似可以通过一个链接器选项运行使用LDR_CNTRL环境变量编译的可执行程序启用超大内存模型。

    The very large memory model, like the large memory model, can be enabled for an executable at compile time with a linker option or at run time using the LDR_CNTRL environment variable.

    youdao

  • 使用脚本用户不会看出其中的不同只不过第一调用使用内联代码程序将多花一点完成嵌入代码的编译

    The user of your script will never know the difference, except that the first invocation of Inline-enabled code takes a little time to complete the compilation of the embedded code.

    youdao

  • 但是JIT编译器具一个有限编译预算而且影响程序运行性能

    But JIT compilers have only a limited compile-time budget and can impact the program's run-time performance.

    youdao

  • 为了能切身体会,您可以设计一个测试程序,这个程序当期望的条件得到满足可以编译

    To see this yourself, design a small test program that will compile if and only if the desired condition is true.

    youdao

  • 不同之处在重新编译时,在这个过程中重用先前预处理程序

    It's the recompilation, where you are reusing previous preprocessor passes, that will make a difference.

    youdao

  • 应用程序设备主机服务器发送查询,处理流程开始。 主机服务器将编译该查询创建一个优化的查询执行计划。

    The action begins when an application sends a query to the appliance host server, which compiles the query and creates an optimized query execution plan.

    youdao

  • 例如构建编译应用程序、或执行磁盘密集型任务平均负载可能激增

    For example, when building or compiling an application or performing a very disk intensive task, your load averages can shoot up.

    youdao

  • 例源程序必须需要修改、编译软件包剩下部分连接起来

    The sample code must be modified as necessary, compiled, and linked with the remainder of the software package.

    youdao

  • 一般而言菜单工具栏快捷键必须指向应用程序开发人员编译已经预期动作

    Generally, menus, toolbars, and shortcuts must refer to actions that the application developer has already contemplated at compile time.

    youdao

  • s DO类型编译阶段未知或者程序部署完以后可能添加新的属性特别有用

    This is particularly useful when the type of the SDO is not known at compile time, or when new properties might be added after the program is deployed.

    youdao

  • 程序员每次运行构建流程成功编译代码遵循所有应用单元测试

    Every time a programmer runs the build process and has a successful code compile, a run of all the applicable unit tests should follow.

    youdao

  • 其他应用程序使用最新的RHEL4编译器进行重新编译可能会发现性能提高

    Other applications might also find performance gains when recompiling their applications with the latest compilers available for RHEL4.

    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

  • 使用RHEL5中的最新编辑进行重新编译其他应用程序可能获得性能改进。

    Other applications might also find performance gains when recompiling with the latest compilers available for RHEL5.

    youdao

  • 如果编译1中的,然后通过FxCop工具运行得到程序发现会生成一个关于explicitconstructor类的严重警告

    If you compile the classes in Figure 1 and run the resulting assembly through the FxCop tool, you will find that it produces a critical warning about the ExplicitConstructor class.

    youdao

  • 如果编译1中的,然后通过FxCop工具运行得到程序发现会生成一个关于explicitconstructor类的严重警告

    If you compile the classes in Figure 1 and run the resulting assembly through the FxCop tool, you will find that it produces a critical warning about the ExplicitConstructor class.

    youdao

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

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

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