Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,764,155,462 visitors served.
forum mailing list For webmasters
?
New: Language forums
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

strength reduction

   Also found in: Wikipedia 0.02 sec.
strength reduction - An optimisation where a function of some systematically changing variable is calculated more efficiently by using previous values of the function. In a procedural language this would apply to an expression involving a loop variable and in a declarative language it would apply to the argument of a recursive function. E.g.

f x = ... (2**x) ... (f (x+1)) ...

==>

f x = f' x (2**x) where f ' x z = ... z ... (f' (x+1) 2*z) ...

Here the expensive operation (2**x) has been replaced by the cheaper 2*z in the recursive function f'. This maintains the invariant that z = 2**x for any call to f'.


How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
Efficiency from AFSO21, total force integration, and lessons learned from 15 years under fire permit an end strength reduction of 40,000 full-time equivalents over the future years defense plan.
The smaller field strength reduction needed for chaotic cleaning is an important advantage of chaotic cleaning.
The theory was used to investigate whether the strength reduction when paper is made from previously dried fibers, compared to never dried fibers, is due to the introduction of serious defects, such as kinks, into the fibers during drying.
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2009 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.