• 第一直接了当的,优化代码

    The first is the most straightforward: optimize your code.

    youdao

  • 有关解决方案请参见优化代码

    For a solution, see Optimizing Your Code.

    youdao

  • 具体的价值JIT可以产生优化代码

    Specific values and the JIT can generate optimized code.

    youdao

  • 此外这种越界操作干扰JVM优化代码执行能力

    Further, the transition can interfere with the JVM's ability to optimize code execution.

    youdao

  • 优化代码

    Optimize the code.

    youdao

  • 这部我们讨论自动手动优化代码

    In this section we'll discuss both automatic and manual code size optimizations.

    youdao

  • 任何上市代表实现之一编译器生成优化代码

    To any one of the listed Delegate's implementations, the compiler will generate optimizing code.

    youdao

  • 优化代码现在添加自动播放的歌曲时稍微了些。

    Optimize code. Now a little faster when adding an autoplay music.

    youdao

  • 一种方法探测每个浏览器的特性,然后使用针对它们优化代码

    The other approach is to sniff the browser and use the optimal code for each browser.

    youdao

  • 想要降低用户等待时间优化代码一个很实诚相当显而易见方法

    Optimizing your code to run faster is an honest and fairly obvious way to go about decreasing wait times for your users.

    youdao

  • 应用程序的“正确运行代码迁移最后阶段就是需要优化代码

    With the application running "right," the final stage in code migration is to optimize the code as required.

    youdao

  • 优化代码质量重要事情之一帮助团队成员学习那些重要基本知识

    One of the first things to do to improve the quality of the code a team produces is to help team members learn about the important basics.

    youdao

  • 现在我们可以通过检查一些代码查看GWT编译器如何优化代码的。

    Now we can take a look at some code to see how the GWT compiler optimizes it.

    youdao

  • 直接端口直接关系优化代码优化初始化这些构建生成代码数量

    Optimized code for direct flow ports and direct relationships to optimize the initialization and amount of code that generates for these constructs.

    youdao

  • 代码评测器帮助鉴别优化代码并且理解对象使用潜在内存泄露方面真的很有帮助。

    A code profiler helps identify and optimize code hot spots, and really helps in understanding object usage and potential memory leaks.

    youdao

  • 开发了用于FORTRAN程序设计语言特殊编译器优化代码利用向量处理器

    Special compilers for programming languages like FORTRAN were developed to optimize the code to take advantage of the vector processors.

    youdao

  • 第一件事情就是下,怎么利用我们方法方面帮助你们组织优化代码

    I want to talk a little bit about how you use the things we've been building in terms of functions to help you structure and organize your code.

    youdao

  • 更少为人调试优化代码的方法Perl编译使用 "编译器"。

    One of the lesser-known solutions for both debugging and optimizing your code is to use the Perl compiler with one of the many "back ends."

    youdao

  • 然而进程跳跃数据库成本依然很高因此数据性能优化代码首先考虑的问题。

    However, the cost of process hopping to the database is still high, thus performance on the data tier is the first place to look when optimizing your code.

    youdao

  • 允许我们部署期间执行广泛优化即潜在地扫描字节优化代码路径不会影响在线系统

    It also allows us to perform extensive optimizations during deployment, potentially scanning byte code and optimizing code paths, without impacting online systems.

    youdao

  • 本文提出了DSP语音数据获取存储的实现方法以及使用CCS软件进行优化代码的方法。

    This thesis proposes a method of voice data acquisition and storage on DSP, and the use of CCS to optimize the codes.

    youdao

  • 拥有XDebug度量之后——不是之前——可以优化代码调整算法减少瓶颈减轻过多内存使用

    Armed with XDebug metricsand not beforeyou can optimize your code to tweak algorithms, reduce bottlenecks, and relieve excessive memory use.

    youdao

  • 如果Linux内核开发人员,您发现自己经常要对与体系结构高度相关的功能进行编码优化代码路径

    If you're a Linux kernel developer, you probably find yourself coding highly architecture-dependent functions or optimizing a code path pretty often.

    youdao

  • 后续篇文章将会深入探究SPEPPE通信以及如何使用 SPE汇编语言独特特性优化代码

    The next two articles will explore communication between the SPE and the PPE and how to use the unique features of the SPE's assembly language to optimize your code.

    youdao

  • 我们的是测试驱动的方法,首先个我们希望通过的测试,一旦这个测试通过,我们再回头看我们可以怎么优化代码

    We did it test-driven, starting with a test that we wanted to succeed and once it passed we looked into how we could improve the code.

    youdao

  • 停下来重构稍微落后特性专注少量特性、进度而是优化代码,如此循环往复,却从来不受益这样的状况完全有可能

    It is entirely possible to stop, refactor, be a little behind on features, slam in a few features, not catch up but screw up the code, and loop forever, never getting benefit.

    youdao

  • 全面单元测试能够轻松检查行为是否正确,开发人员能够专心地优化代码不必担心是否会破坏代码的正常行为。

    A comprehensive set of unit tests makes it easy to verify the behavior, letting you freely play "what if" games with optimization without worrying that you've broken something.

    youdao

  • 给出了相应程序转换算法通过数据相关性分析应用程序量化时,生成采用向量寄存器部分重用优化代码

    According to the dependence analysis, we present a transformation strategy that generates vector codes exploiting the partial reuse of vector registers during the vectorization of applications.

    youdao

  • 直接的方法优化代码重构缓存可以让你的程序运行更快优化代码是最诚恳也是最最显而易见的减少等待时间的方式。

    The first is the most straightforward: optimize your code. There are a few things you can do here, like re-factoring and caching, that will help your apps run faster.

    youdao

  • 专栏文章中通过演示不同方式启用禁用断言以便优化代码测试和性能,讲述一些有关向代码中添加断言的基本知识。

    In this column, I'll show you the basics of adding assertions to your code, demonstrating a couple of different ways to enable and disable them for optimum code testing and performance.

    youdao

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

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

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