2009年7月19日

优化理论

摘要: http://www.newsmth.net/bbsdoc.php?board=Optimization代码实现线性优化The problem is usually expressed in matrix form, and then becomes: maximize CT x subject to A x <= B x >= 0 NEOS Some COIN-OR solvers ... 阅读全文

posted @ 2009-07-19 13:19 cutepig 阅读(1880) 评论(0) 推荐(0)

关于code footprint-reduction-techniques

摘要: 所谓的 code footprint-reduction techniques简单来说就是让代码体积更小的一些方法 http://www.mozilla.org/performance/footprint-reduction-techniques.html这篇文章里列举了如下几种误区及解决方案Overuse of virtual methods to indicate class attribut... 阅读全文

posted @ 2009-07-19 04:48 cutepig 阅读(415) 评论(1) 推荐(0)

导航