程序优化 meaning in English
program optimization
Examples
- Next , explain the subject procedure of programme optimize , point out some problem to go on to optimize
然后针对本课题中编程的程序优化进行了阐述,指出了编程时如何在满足实时性方面必须要注意和改进的地方。 - The running efficiency of software is the key to system . in the end , the author makes research of program optimization about dsp programming
软件的运行效率是系统性能的关键,在课题最后,作者研究了dsp编程中的一些程序优化途径。 - In the light of the characteristics of software development in dsp field , this paper introduces some methods of program optimization to efficiently reduce the requirement of the program memory and improve the performance efficiency of programs
摘要根据dsp软件开发的特点,介绍了一些可以有效减少程序内存需求、提高程序执行效率的程序优化方法。 - Development based on brew platform is not difficult , but we should pay attention to many details which can affect your applications ’ efficiency . for the reason , author shows a lot of tips we should take care and some optimizing measures
Brew开发并不困难,但是有许多需要注意的细节,作者在总结了数年开发经验的基础上,给出了一系列开发中需要注意的问题以及程序优化一般所采用的措施。 - Partial evaluation is a kind of technology of program optimization , also called program specification . this is a system which transform a general program to a special program , to improve the efficiency of the program . especially in the situation that needs execute the special program repeatly , the effects will be very notable
<中文摘要> =部分求值是一种程序优化技术,又称为程序例化技术,是通过程序变换把一个具有一般计算功能的程序系统变成为一个专用的程序系统,来达到提高程序执行效率的目的。