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

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

    youdao

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

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

    youdao

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

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

    youdao

  • Some readers have asked to me what is the better way to organize a CSS file to optimize code readability and simplify code management.

    一些读者如何更好方式组织CSS文件改善代码可读性简化代码的管理

    youdao

  • Currently studies on the performance of STBC have been relatively comprehensive, so research focus is shifting to optimize code structure and reduce the decoding complexity.

    目前空时分组码性能研究已经比较全面研究重点开始转移优化编码结构降低译码复杂度等方面。

    youdao

  • It needs other analyzing techniques, distinguished from those of intraprocedural analysis, to find useful information across each procedure which compilers use to optimize code subsequently.

    如何能够在各个过程之间找到相互关联的有用信息编译使用这些信息改善代码质量,需要用到完全不同于过程内优化的分析方法。

    youdao

  • Finally, this paper put forward the method to optimize code: write code on the basis of superscale, dispose the memory rationally, adopt circulation-expand technology, simplify the algorithms, etc.

    最后本文提出了进一步优化思路:基于超标量思想算法进行优化,合理配置内存采用循环展开技术简化算法等。

    youdao

  • As always, you should profile your code and optimize it when necessary.

    一如既往的,应该必要的时候分析优化代码

    youdao

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

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

    youdao

  • Optimize the code.

    优化代码

    youdao

  • New processor architectures continue to appear, and new research finds better ways to optimize and generate code.

    新的处理器架构不断涌现,新的研究发现优化生成代码更好方式

    youdao

  • Resources that are separate from the application code and allow your application to gracefully optimize its behavior for a variety of device configurations.

    应用代码分离资源,它能让的应用通过各种设备配置优雅优化行为

    youdao

  • These optimize your PHP configuration and code to prevent unneeded file status checks on every request, which can slow down response times.

    这些函数优化PHP配置代码防止每个请求进行不必要文件状态检查从而减少响应时间

    youdao

  • In Part 2, we will focus on specific coding techniques and best practices that you can use to optimize the performance of your JDBC DMS and metadata code.

    第2部分中,我们重点讨论具体编码技术可以用来优化JDBCDMS元数据代码性能最佳实践

    youdao

  • Because runtime compilation USES profiling data to guide its optimization, the JIT may well optimize the test code differently than it would real code.

    因为运行时编译使用概要数据指导优化所以JIT测试代码优化可能不同实际代码的优化。

    youdao

  • Now that you've seen all the hard ways to code EJBs, the next section will show you how to turbo-charge your productivity and optimize your application.

    通过上述内容看到EJB进行编码困难之处,一部分显示如何提高工作效率优化应用程序。

    youdao

  • Developers must write code to implement the data access layer, including optimizing SQL queries, caching results to optimize performance, without compromising an application's footprint.

    开发人员必须编写代码实现数据访问包括优化SQL查询缓存结果优化性能不会损害应用程序规模。

    youdao

  • However, and this is the vital point, you almost never know what you need to optimize until you actually take your functioning code and test it with a profiler.

    这个问题至关重要可能直到解析器实际对工作代码进行测试时才会意识需要进行优化

    youdao

  • In light of our observation it seems as if we should be able to optimize access in the case where a thread is looping over a synchronized block of code.

    根据我们观察我们似乎需要一些锁的访问进行优化,比如线程执行同步代码循环体中。

    youdao

  • The latter three cache and optimize the byte code, providing for even greater speedups.

    三类加速器能够缓存优化字节为系统提供更多的速度提升。

    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

  • Even advanced developers often needs to optimize their CSS code.

    即便是高级开发人员经常优化CSS代码。

    youdao

  • Simplify the algorithm - Code like a fiend, but once you're done, go back through your code and optimize it.

    简化算法代码恶魔,在完成编码后,应回头并且优化

    youdao

  • Intuition isn't always sufficient for anticipating a failure to optimize because the reasons can be entirely different from what a code review would imply.

    预见错误并进行优化直觉并不总是够用因为代码暗示原因完全不同

    youdao

  • Optimize development by automating code quality reviews early.

    通过自动化代码质量评审优化开发

    youdao

  • We can use the Tasks view as your own or a project-based to-do list, which allows you to tag code with items like ToDo, FixMe, Optimize, etc.

    可以使用Tasks视图作为自己或者基于项目to - do列表将允许诸如ToDoFixMeOptimize之类的条目标记代码

    youdao

  • Researchers have a chance to tune and port their code and optimize their programs to use more processors, more cores and Blue Watersnew interconnect to their advantage.

    研究人员机会调整改造代码优化程序,从而让更多处理器、更多的BlueWaters新型互连线路发挥作用。

    youdao

  • I hope you have gained some insight into OProfile and the ways you can optimize the kernel code.

    希望已经对oprofile可以优化内核代码方法一些了解

    youdao

  • Another concern is on-stack replacement (OSR), an advanced JVM feature that helps optimize certain code structures (see Resources). Consider the code in Listing 4.

    另一个问题堆栈上替换(osr),这种高级JVM特性有助于优化某些代码结构(参见参考资料)。

    youdao

  • PureQuery can help you code data access in a way that helps optimize performance.

    pureQuery可以帮助以有助于优化性能方式编写数据访问代码

    youdao

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

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

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