码迷,mamicode.com
首页 >  
搜索关键字:optimize    ( 719个结果
leetcode Pascal's Triangle II
Given an indexk, return thekthrow of the Pascal's triangle.For example, givenk= 3,Return[1,3,3,1].Note:Could you optimize your algorithm to use onlyO(...
分类:其他好文   时间:2014-10-31 08:47:11    阅读次数:158
Pascal's Triangle II
Given an index k, return the kth row of the Pascal's triangle. For example, given k = 3,Return [1,3,3,1].Note:Could you optimize your algorithm to use...
分类:其他好文   时间:2014-10-27 17:33:44    阅读次数:223
[leetcode]Pascal's Triangle II
问题描述: Given an index k, return the kth row of the Pascal's triangle. For example, given k = 3, Return [1,3,3,1]. Note: Could you optimize your algorithm to use only O(k) extra space? 思路: ...
分类:其他好文   时间:2014-10-26 11:46:08    阅读次数:251
jpegtran图片压缩工具
首先下载 jpegtran 下载地址为http://jpegclub.org/jpegtran.exejpegtran -copy none -optimize -perfect aa.jpg new.jpg
分类:其他好文   时间:2014-10-25 00:49:34    阅读次数:226
LeetCode Pascal's Triangle II
Given an indexk, return thekthrow of the Pascal's triangle.For example, givenk= 3,Return[1,3,3,1].Note:Could you optimize your algorithm to use onlyO(...
分类:其他好文   时间:2014-10-21 19:38:03    阅读次数:251
Pascal's Triangle 2 杨辉三角之二
Given an indexk, return thekthrow of the Pascal's triangle.For example, givenk= 3,Return[1,3,3,1].Note:Could you optimize your algorithm to use onlyO(...
分类:其他好文   时间:2014-10-17 18:24:18    阅读次数:285
MySQL中OPTIMIZE TABLE的作用
使用optimize table优化MySQL表...
分类:数据库   时间:2014-10-16 18:19:32    阅读次数:210
css3动画——基本准则
Guidelines for animationUse CSS keyframe animation or CSS transitions, if at all possible. The browser can optimize painting and compositing bigtime h...
分类:Web程序   时间:2014-10-09 02:05:07    阅读次数:246
mysql下优化表和修复表命令(repair table、optimize table)
随着mysql的长期使用,肯定会出现一些问题,一般情况下mysql表无法访问,就可以修复表了,优化时减少磁盘占用空间,方便备份。repair table table_name //修复表optimize table table_name //优化表repair table用于修复被破坏的表。...
分类:数据库   时间:2014-10-08 14:18:35    阅读次数:193
A multiprocessing system including an apparatus for optimizing spin-lock operations
A multiprocessing system having a plurality of processing nodes interconnected by an interconnect network. To optimize performance during spin-lock op...
分类:移动开发   时间:2014-09-22 00:56:21    阅读次数:394
719条   上一页 1 ... 67 68 69 70 71 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!