采用汇编语言对处理机软件进行了优化设计,使程序效率大大提高。
The software design of the processor is optimized by assembly language, which allows the efficiency of the program is greatly enhanced.
环保审批程序效率低下,人浮于事、机构重叠和管辖权混乱等问题严重。
Environmental permitting is inefficient, rife with redundancy, agency overlap, and jurisdictional issues.
而针对开关变位,则采用分层次的处理方式进行局部拓扑修正,以提高程序效率。
Aiming at the problem of the switch's overturn, the partial topology revision is carried out based on a hierarchical approach strategy, in order to improve the program's efficiency.
优秀的程序效率十倍于一般程序员,而一个伟大的程序员效率则是普通程序员的20- 100倍。
A good programmer is ten times more productive than an average programmer. A great programmer is 20-100 times more productive than the average.
这为食品饮料领域的各种滤膜装置(MF,UF,NF,RO,电镀透析)提高了效果和程序效率。
The optimization of cleaning procedures and equipment will improve the performance and efficiency of various membrane filter devices (e. g. MF, UF, NF, RO or Plating dialysis).
执行救济制度旨在为执行当事人和利害关系人提供有效救济途径,是实现执行程序效率与公正价值的保障。
The ERS aims at providing an effective relief method for executing person and who interested and it is also the safeguard of the efficiency of execution process and justness.
他对通过使用“硬件、软件和商业程序”提高效率和加快货物转运速度的做法表示赞赏。
He commended the use of "hardware, software and the business processes" to bring efficiency and move produce around more quickly.
在威热市,目前正在以更高的效率实施接触者追踪的程序。
In Uige municipality, procedures for contact tracing are now operating with greater efficiency.
由世行资助的CREST动议旨在提高商业程序的效率和改进对用户的服务。
The CREST initiative – which is supported by Bank financing – aims to achieve efficiency in business processes and improve customer service.
质量:测试代码是找到你的程序中缺陷的最有效率的方法之一。
Quality: Testing code can be one of the most efficient ways to find defects in your application.
此外,对于新项目的评审程序也将步步跟进以减低效率滞后。
The review process for new projects would be streamlined to reduce delays.
不过,加载时间大多表明了程序的内部架构,编码效率和使用电脑内存的方式。
But loading times say much about a program's inner architecture, how efficiently it has been coded and the way it USES computer memory.
法兰克最初是一名泥瓦匠。通过仔细观察不同工人的工作方式,他总结出了最有效率的工作程序。
Frank, who began his working life as a bricklayer, closely observed the ways in which different men performed the task and came to conclusions about the most efficient way.
其结果是,XML处理应用程序的健壮性和效率均不如人意。
As a result, XML processing applications tend to be less robust and efficient than they might be otherwise.
由Alion开发和主持的SOEDST为海军陆战队提供了重要地面设备的系统性能和实用性数据,程序的效率及生命周期成本。
The Alion-developed and hosted SOE DST provides the Marine Corps with data on system performance and availability, process efficiency and life-cycle costs for its critical ground equipment.
虽然应用程序的效率主要取决于应用程序的多租户架构,然而第二个影响效率的因素是硬件虚拟化。
While the major source of application efficiency comes from multi-tenancy of the application architecture, the secondary leverage for efficiency comes from virtualization of hardware.
IBM已经与业务伙伴一起启动了一个计划,帮助他们开发效率更高的程序。
IBM has even started a program with its business partners to help develop programs that will provide for more efficiency.
如果线程数多于处理器数,那么线程必须争用处理器时间,有些线程会一直处于等待状态,这样,应用程序的效率就降低了。
Once there are more threads than processors, the threads must compete with one another for processor time, and some threads will always be waiting, so the application effectiveness is reduced.
这种类型的程序一般都是要求效率第一,不光是程序的任务执行的要好,而且还要快。
These are usually tasks where efficiency is key, not only in terms of performing the task, but also precision on getting to it.
这对于加快应用程序开发效率有深远影响,在必须进行更改时尤为突出。
This can have a profound effect on rapid application development efficiency, especially when changes have to be made.
这可以帮助您简化业务应用程序开发,也能提高团队的工作效率和工作质量。
This helps you simplify your business application development and also increase your team's productivity and the quality of its work.
对测试进行了若干改进,从而改进了工作效率和应用程序的调试。
Several improvements have been made to testing, improving productivity and debugging of your applications.
提高使用系统的人员的工作效率,改善应用程序和系统中的内容的易用性,是这一场景的关键驱动因素。
The key drivers for this scenario are improving productivity of the people who use the system and consumability of the applications and content that make up the system.
只要有可能,应该在初次装载一个表之前创建其所有索引,因为LOAD实用程序建立索引的效率比CREATEINDEX过程要高。
Whenever possible, create all indexes on a table before initially loading it, since the load utility builds indexes more efficiently than the create index process.
人们,总会这样趋向——写运行效率低的程序,没什么问题,因为在今天,我们的计算机系统运行速度是很快的,所以,你看不到什么影响的。
People tend to claim that it is OK to write inefficient software, stating that computer systems are so fast these days, that you won't see the impact.
本文介绍了一些使用UNIX命令行工具和应用程序来提高办公工作效率的技巧和概念。
This article introduced several techniques and concepts to increase your office productivity using UNIX command-line tools and applications.
能够在调试器下几乎全速地运行代码并动态地修改代码,这大大提高了应用程序开发的效率。
Having the ability to run code at near full speed and dynamically change that code under the debugger allows greatly improved application development productivity.
它减少了客户机应用程序的设计和编码工作,而且更容易访问IMS应用程序和操作,所以提高了程序员的工作效率。
It reduces design and coding effort for client applications and provides easier access to IMS applications and operations, thereby improving programmer productivity.
如果我们不编写代码来测试自己的代码,那么就需要手工对应用程序进行测试——这通常效率都不高。
If you don't write code to test your code, you'll need to manually test your application by clicking through it — and that's simply not very productive.
如果我们不编写代码来测试自己的代码,那么就需要手工对应用程序进行测试——这通常效率都不高。
If you don't write code to test your code, you'll need to manually test your application by clicking through it — and that's simply not very productive.
应用推荐