代码优化,code optimization
1)code optimization代码优化
1.The Research of Code Optimization on S3FC9DC Micro-Controller;S3FC9DC单片机代码优化技术研究
2.Technology of code optimization for TMS320C6000;TMS320C6000代码优化技术
3.Finally,the process of the unit optimization for the function of computing SIR(signal to interference ratio) using the pilot in the uplink DPCCH(dedicated physical control channel)is described,and the simulation test results of the code optimization for the computing SIR function are also given.文中介绍了W CDM A上行码片级协处理DSP软件系统的构成,接着对该软件系统代码优化的问题进行了分析,然后提出了几种有效的代码优化方法,最后描述了对利用上行DPCCH导频进行信干比估计函数进行单元优化的过程,并给出了仿真环境下该函数代码优化的测量结果。
英文短句/例句

1.Research on Intermediate Code Optimization in GCC;基于GCC的中间代码优化技术研究
2.Study of Code Optimizing Method Based on Parallel Functional Units;基于并行处理单元的代码优化方法研究
3.Research on Code Optimization Combining Empirical Search and the Analytical Model;结合经验搜索和分析模型的代码优化方法研究
4.The Performance Improvement and Code Optimization of Controller of Industrial Embroidery Machine Type Ⅰ;Ⅰ型工业绣花机控制器的性能改进与代码优化
5.In some cases, where code optimization is to be performed, it is better to use(8. 4. 2)where the di have not been factored.在进行代码优化的情况下,最好采用没有对di进行因式分解的(8.4.2)。
6.Code optimization investigation of 3D macro-scale pseudo-particle simulation program三维宏观拟颗粒模拟程序计算代码优化研究与实现
7.Code Optimization and Iterative Decoding of QC-LDPC Coded OFDM SystemQC-LDPC编码OFDM系统的码优化及迭代译码
8.Optimizing Visual Basic Application Program Codes;优化Visual Basic应用程序代码
9.Never optimize a piece of code before its time.编程时不要(急于)优化哪怕是一行代码。
10.The Methods of Optimizing Procedure Code of Visual Basic 6.0;优化Visual Basic 6.0程序代码方法
11.Improve ment of Quality of Software by Optimization of Code优化J2EE代码编写提高软件性能
12.Optimization of X264 Open Source based TMS320DM642基于TMS320DM642的X264开源代码的优化
13.And relative to the compilers for performance, it can reduce the code size from 15% to 20%.相对于优化性能的目标代码,可缩小代码大小的15%到20%。
14.Technology of Target C Code Generation and Optimization in IA-64 Binary Translation;IA-64二进制翻译中目标代码生成与优化技术
15.Research on Automatic Code Generation and Optimization Technology of Data Distribution and Collection;数据分布和收集代码自动生成及优化技术研究
16.Study and Implement on Code Reordering Technology of I-Cache Optimization;指令Cache优化中代码重排技术的研究与实现
17.Study of Fractal Image Compression Coding Based on Modern Optimization Algorithm;基于现代优化算法的分形图像压缩编码的研究
18.Research on embedded system compiler optimization based on code compression;基于代码压缩方法的嵌入式编译优化研究
相关短句/例句

optimized code优化代码
1.NET,after optimized code,it meets the requirements of the key technical indexes,and the real-time display has been realized on PC.NET环境下编译、调试通过,优化代码后,图像显示的刷新速度为24帧/s,在计算机上初步实现了实时显示。
3)G-code optimizationG代码优化
1.As a practical application,the new method was integrated into the G-code optimization program.作为实际应用,将新方法集成到G代码优化程序中。
4)DSP code optimizationDSP代码优化
5)Optimization[英][,?ptimai'zei??n][美][,ɑpt?ma?'ze??n]代码级优化
1.Optimization Based on the Intel XScale;XScale微架构代码级优化策略
6)Optimization of C codeC代码优化
延伸阅读

代码生成代码生成code generation daima Shengeheng代码生成(,de generation)把语法语义分析后的中间结果转换成等价的目标程序或目标程序模块的过程。中间结果是用三元式、四元式或逆波兰式等中间语言表示的程序。目标程序是用目标语言书写的。目标语言可以是机器语育、汇编语言乃至高级语育。随着计算机的编译环境和执行环境的不断完善,不仅能产生可直接执行的目标程序,也能生成可再定位的或可连接的目标程序模块,并最终通过连接装人程序构成可直接执行的目标程序。 代码生成不但与编译有关,而且与运行环境有关。所生成的目标程序应当符合连接装人所要求的规范。代码生成中存储分配和寄存器分配是直接影响目标程序功效的重要且复杂的问题,应给予足够重视。