ClearCase Remote client client-side code optimization.
ClearCase远程客户端代码优化。
Chapter 4 focuses on the machine code optimization techniques.
第4章主要介绍了机器代码优化技术。
While it isn't a required standard, it is part of code optimization.
虽然这并不是必须的标准,但这却是代码最优化的一个部分。
There are 43 lessons, covering everything from syntax to coding guidelines and code optimization.
全书共43节课,涉及编码句法指导和代码优化。
As a practical application, the new method was integrated into the G-code optimization program.
作为实际应用,将新方法集成到G代码优化程序中。
During the compiling, it is of importance to have code optimization reduce the operating time and loading space of target code.
编译过程中,代码优化能减少目标代码的运行时间和存储空间,具有重要作用。
Large data processing was relatively well solved by means of compiling and running of expression evaluation and code optimization.
通过表达式求值的编译执行和代码优化等手段,较好地解决了大数据量的处理问题。
But, on the contrary, how you get that collection can often be a sizable, and highly variable, piece of the puzzle in terms of code optimization.
但是恰恰相反,在代码优化方面,如何获取该集合经常可能是相当大的、很变化无常的难题。
And the system code optimization, memory optimization, makes the LPR system based on DSP chip to run more efficient and faster recognition speed.
并对该系统进行代码优化、存储器优化等,使得DSP车牌识别软件运行效率更高、识别速度更快。
In complexity theory, set packing problems is an important NP-hard problem, which is used widely in the fields of scheduling and code optimization.
在复杂性理论中,此问题是一类重要的NP难问题,被广泛应用于调度、代码优化和生物信息学等领域。
The speech coding algorithm, the hardware architecture and work flow of the vocoder system, software implementation and code optimization are introduced.
介绍了语音编解码算法原理、声码器系统的硬件结构、工作流程以及软件实现与代码优化。
These resources should be spent trying to figure out what is going to work and not on intricate software designs, code optimization and infrastructure upgrades.
这些资源应该用来尝试可行的方案,而不是消耗到错综复杂的软件设计、代码优化和基础设施升级。
JIT compilation removed the overhead of interpretation (at the expense of some additional startup cost), but the level of code optimization was mediocre for several reasons.
JIT消除了解释的负担(以额外的启动成本为代价),但是由于若干原因,代码的优化等级仍然是一般般。
The GWT development documentation warns that JSNI must be used with discretion because browser portability isn't guaranteed, and the compiled code optimization is restrictive.
GWT开发文档提示说必须慎重使用JSNI,因为不能保证浏览器的可移植性,而且编译代码的优化是有限制的。
With structure of microcontroller, introduced ways of code optimization, they are technology of OOT and constructed indirect addressing mode with RAM, save considerable code room.
结合单片机的结构,介绍了几种代码优化的方法,采用OOT技术和用ram构造间接寻址方式,可以省下可观的代码空间。
The self-tuning capability makes the controller robust and all the tasks are carried out by a single chip reducing the cost of the system and so program code optimization is achieved.
自调谐能力使该控制器具有活力,所有的任务都是通过一个单片机来实现,这样既缩减了系统的成本,也可以达到程序代码最优化。
This paper also presents the assemble-language-oriented code optimization technique and the full-byte shifting integer calculation algorithm, both of them give more efficient object codes.
提出了面向汇编语言的代码优化技术及整字节移位定点小数算法。
Unfortunately, that dead-code optimization that makes such short work of your benchmark (possibly optimizing it all away) is not going to do quite as well with code that actually does something.
不幸的是,能够让您的评测工作非常短(可能会把评测完全优化掉)的死代码优化,在处理实际做些工作的代码时,做得就不会那么好了。
Among the advanced topics covered in the book are memory testing and verification, device driver design and implementation, real-time operating system internals, and code optimization techniques.
在书中涉及的高级主题是内存测试与验证、设备驱动程序设计与实现、实时操作系统内核、以及代码优化技术。
This article gives a detail discussion on the assembled code optimization from instruction arrangement, register division, condition selection branch and cycle structure based on the core of ARM9TDMI.
本文基于ARM 9tdmi内核,从指令调整、寄存器分配、条件分支和循环结构等方面对汇编代码的优化方法进行了详细的论述。
Optimization extensions help you generate more efficient code.
优化扩展帮助生成更高效的代码。
At the highest optimization level, the recompilation is performed based on dynamic profiling data automatically generated from the executing code.
在最高优化级别上,根据从正在执行的代码自动生成的动态分析数据执行重新编译。
We also do not take for granted the optimization of code by design and we take it with a grain of salt every time somebody tells us how good JVMs are now at optimization and garbage collection.
我们并不认为仅仅通过设计就能得到优化的代码,每当有人说起现在的JVM在优化和垃圾收集方面有多么棒时,我们都对其持保留态度。
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对测试代码的优化可能不同于对实际代码的优化。
The most obvious optimization to make on a vector process is to vectorize the code.
对向量处理过程最明显的优化是对代码进行向量化。
To perform hand optimization, you must understand the underlying processor architecture to fully understand how the code should be restructured to perform well on a given hardware platform.
要想执行手工优化,必须了解底层处理器体系结构,从而充分地了解应该如何重构代码才能在给定的硬件平台上实现良好的性能。
This is why most code is compiled with -o or -o2 and specialized code being compiled at higher optimization levels.
因此,大多数代码都用—o或—o2编译,只有特殊的代码用更高的优化级别编译。
Hand optimization is taking an executable, analyzing its performance, and identifying areas of code that need to be adjusted to perform better on the given platform.
手工优化分析可执行程序的性能,识别需要调整的代码,让代码在给定的平台上执行得更好。
Client optimization captures SQL from executing applications and enables administrators to bind the SQL to DB2 for static execution without changing a single line of application code.
客户端优化从执行中的应用程序捕捉SQL,使管理员能够将SQL绑定到DB 2实现静态执行,并且不需要更改应用程序的代码。
Client optimization captures SQL from executing applications and enables administrators to bind the SQL to DB2 for static execution without changing a single line of application code.
客户端优化从执行中的应用程序捕捉SQL,使管理员能够将SQL绑定到DB 2实现静态执行,并且不需要更改应用程序的代码。
应用推荐