Welcome![Sign In][Sign Up]
Location:
Search - optimization

Search list

[OtherMatlab-programming-code-optimization

Description: matlab程序编写中代码优化的基本原则和方法,本文是一篇外文文献,其中举了一些实例-Matlab programming code optimization in the basic principles and methods This article is a foreign language literature, which gave some examples
Platform: | Size: 309248 | Author: 梁杰 | Hits:

[OtherParticle-Swarm-Optimization-Algorithm

Description: Frankenstein s PSO A Composite Particle Swarm Optimization Algorithm
Platform: | Size: 983040 | Author: 李枫 | Hits:

[Technology Managementvirtools-optimization

Description: virtools 大场景文件网络发布速度优化-virtools Scene file network speed optimization
Platform: | Size: 4096 | Author: zhou | Hits:

[Program docMulti-Objective-Optimization-in-OFDM

Description: 关于OFDM优化的一篇引用率很高的文章,是多目标优化的内容,可以作为优化设计的参考文献-One important paper about optimization in OFDM wireless communication
Platform: | Size: 113664 | Author: chen | Hits:

[Software EngineeringMultimodal-function-optimization

Description: 多峰函数优化问题,用matlab实现其功能。-Multimodal function optimization problem with matlab function.
Platform: | Size: 3072 | Author: winksdriver | Hits:

[VC/MFCOptimization--of--C-code

Description: 不同的层面的程序代码 ,可以有不同的模块组合方式,把各个模块平均运行次数与模块平均运行时间的卷积做得尽量小是优化的目标 ,这在数学上是一项复杂的工作。本文通过减少上下文依赖关系,分析静态变量、数据的组织和消除除法等方面探讨了代码的优化。-Different levels of program code, you can have a different module combinations, the convolution of the average running time of the average number of runs of each module and module done as small as possible is the goal of optimized, which in mathematics is a complex task. To reduce the dependency of context, analysis of static variables, data organization and eliminate the division of code optimization.
Platform: | Size: 148480 | Author: 风云 | Hits:

[VC/MFCCode-Optimization-Technique-of-GCC

Description: GCC 是基于Linux 下的开放源码的优化编译系统,可以接收多种高级源语言,广泛支持多平台操作系统。其代码优化机制,不仅能兼顾时间、空间效率,生成高质量的目标代码,而且具有很强的可移植性与可扩充性,是编译器优化研究的目标。通过对 GCC 的整体结构、优化策略、优化方法与关键技术、中间语言等进行详细的剖析,抽取出完整的 GCC 优化体系结构。文中集中探讨了 GCC 的优化策略和实现技术,首先从 GCC 优化体系的总体规划入手,着重分析了 GCC 的优化组织策略,设计、引入中间代码 RTL 的技巧和内涵,进一步研究了 GCC 所涉及的控制流分析技术、数据流分析技术的实现机制。 -GCC is based on the optimizing compiler under the Linux open-source system, you can receive a wide range of high-level source language, extensive support for multi-platform operating system. Code optimization mechanisms can not only take into account the time and space efficiency, generate high-quality object code, and has strong portability and scalability, is the objective of the study of compiler optimizations. The overall structure of the GCC, optimization strategies, optimization methods and key technologies, the intermediate language for a detailed analysis, extracted the GCC optimization architecture. Paper focused explore the GCC optimization strategies and to achieve technology, first of all from GCC optimize the system of overall planning to start focus on analysis of the GCC s optimization organization strategy design, the introduction of intermediate code RTL s skills and connotation, further study of the GCC are involved in the control flow analysis techniques, dat
Platform: | Size: 194560 | Author: 风云 | Hits:

[VC/MFCA--New-Method-of--Code--Optimization

Description: 介绍了一种新的代码优化的方法 ———Just In Time Code Layout ,它不同于传统的静态链接生成可执行程序映象文件的方法 ,而是在运行时通过动态链接生成执行程序的映象,对比研究了此方 法生成的程序映象和传统方法生成的程序映象及用 Pettis 方法优化生成程序映象三者之间在运行时Cache 性能的差异 ,证明了这种方法对程序运行的明显效果。-Introduced a new code optimization methods- Just In Time Code Layout, which is different from the traditional static links to generate the executable image file, but to generate the implementation of the program' s image in the run-time dynamic link Comparative Study program image generated by this method and traditional methods to generate the program image and Pettis method to optimize the generated program mappings among the runtime Cache performance differences to prove that this method is obvious the program is running effect.
Platform: | Size: 181248 | Author: 风云 | Hits:

[VC/MFCthe-way-of-GCC-Code-Optimization

Description: GCC 是基于Linux 下的开放源码的优化编译系统,在大量开源软件和自由软件中都会用到,因此GCC 的编译性能会直接影响到 Linux 、Firefox 和 Apache 等数千个项目的质量。GCC 的代码优化机制,不仅兼顾了时间、空间效 率,而且还具有很强的可移植性和可扩充性,是研究编译器优化技术的最佳选择。本文探讨了 GCC 中的主要优化策略和机制,包括强度削弱、无用代码删除、寄存器的优化分配、预测程序技术等。-GCC will be used in a large number of open source and free software based on Linux open-source optimizing compiler, the GCC compiler performance will directly affect the quality of the thousands of projects in Linux, Firefox and Apache, etc.. The GCC code optimization mechanisms, not only take into account the time and space efficiency, but also has strong portability and scalability, the best choice to study compiler optimization techniques. This paper explores optimization strategies and mechanisms in GCC, including the strength weakened, and delete useless code, optimize the allocation of the register, the forecasting process technology.
Platform: | Size: 1041408 | Author: 风云 | Hits:

[Software EngineeringOptimization-of-Resource-Provisioning

Description: Optimization of Resource Provisioning
Platform: | Size: 1128448 | Author: JP | Hits:

[OtherOptimization-Nonlinear-Theory

Description: 最优化理论与方法(非线性程序),这是最优化理论非线性方面的经典之作,里面的算法前沿并且易于进行c与c++开发,经过我自己的使用,这些资料十分方便!-Optimization theory and methods (nonlinear program), which is the most classic nonlinear optimization theory, algorithms inside the forefront and easy c and c++ development, through my own use, such information is very convenient!
Platform: | Size: 3483648 | Author: cjx | Hits:

[VC/MFCGlobal-Optimization-Algorithms-Theory-and-Applica

Description: Global Optimization Algorithms-Theory and Application
Platform: | Size: 9581568 | Author: doasilike | Hits:

[Software EngineeringC_-code-optimization-techniques

Description: C_代码优化技巧,该文章主要介绍了在编写c语言程序是需要哦注意的一些问题-C_ code optimization techniques, the article introduces some of the problems in the preparation of c language program Oh note
Platform: | Size: 134144 | Author: 姚旭平 | Hits:

[Program docconvex-optimization

Description: 凸优化的国外知名教材,学习信号处理的朋友的必备手册。关于凸优化的电子书。-Convex optimization of foreign well-known materials, learning the essential manual for signal processing friends.
Platform: | Size: 5407744 | Author: 刘翔 | Hits:

[File Formatparticle-swarm-optimization

Description: Particle swarm optimization for function optimization
Platform: | Size: 545792 | Author: amir | Hits:

[OtherIntelligent-optimization-algorithm

Description: 智能优化算法,适合科研使用,对写论文也很有作用。pdf格式。-Intelligent optimization algorithm, suitable for research use, and also be helpful to write the paper. pdf format.
Platform: | Size: 11091968 | Author: 周秀国 | Hits:

[OtherOptimization-filter-design

Description: 最优化FIR数字滤波器设计,本人亲自编写,基于等波纹最优化设计方法-Optimization of FIR digital filter design, I personally prepared the most optimal design method based on the equiripple
Platform: | Size: 233472 | Author: 胡鹏 | Hits:

[matlabOptimization-GradientBase

Description: Sample code for optimization based on Gradient base. include BFGS, Steepest Descent method, DFP method, Conjugate Gradient method ans so on-Sample code for optimization based on Gradient base. include BFGS, Steepest Descent method, DFP method, Conjugate Gradient method ans so on...
Platform: | Size: 4096 | Author: vahid | Hits:

[Algorithmsedumi-optimization-new-edition

Description: 专业的最优化问题解决器,可以用于较为复杂的非线性规划等问题。-a good tool to solve the optimization problem。and it can be used to solve the non-linear programming problem.
Platform: | Size: 1024 | Author: pjw | Hits:

[Software Engineeringmatlab-Optimization-2

Description: 是matlab关于线性优化的一个很好的算法,很实用-Matlab a good algorithm for linear optimization, it is practical
Platform: | Size: 3072 | Author: 余子健 | Hits:
« 1 2 ... 42 43 44 45 46 4748 49 50 »

CodeBus www.codebus.net