码迷,mamicode.com
首页 >  
搜索关键字:optimize the kerne    ( 762个结果
nginx源代码分析--ngx_http_optimize_servers()函数
这个函数做了连部分工作:1)以port为入口点 将实用的信息存放到hash表内 2)调用ngx_http_init_listening()函数 对port进行监听1、 在ngx_http_core_main_conf_t结构体中有一个字段为ports,是一个数组,数组内存放的全是ngx_http_c...
分类:Web程序   时间:2015-01-25 20:50:07    阅读次数:210
用HyperMesh(7.0)手工修改网格
检查网格质量并修改2D->qulifyindex:其中View/Edit/Optimize工具栏功能常用,尤其是Edit页中的Place Node,可以动态地拖动节点并观察单元质量是否符合要求;手工移动节点位置:可以用上面的方法或者Translate功能Tool->Tanslate:shift+F4...
分类:其他好文   时间:2015-01-20 08:58:44    阅读次数:572
Chromium代码:实现GPU->GPU的直接图片传递,不需要通过CPU进行中转
commit0c4e9d8781aea6e52fdb4a7aee978817910c67ea authordongseong.hwang Thu Jan 08 20:11:13 2015 committerCommit bot Thu Jan 08 20:12:02 2015 media: Optimize HW Video to 2D Canvas copy. Currently, ...
分类:其他好文   时间:2015-01-19 14:31:33    阅读次数:401
Pascal's triangle II Leetcode Python
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? 这题和前面一题的区别...
分类:编程语言   时间:2015-01-19 09:17:31    阅读次数:185
leetcode 【 Pascal's Triangle II 】python 实现
题目: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 onl...
分类:编程语言   时间:2015-01-18 22:30:51    阅读次数:291
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? class Solution...
分类:其他好文   时间:2015-01-14 22:57:33    阅读次数:162
AS中一个报错解决:LoggedErrorException: Failed to run command初用Android Studio注意
Error:Execution failed for task ':app:dexDebug'. > com.android.ide.common.internal.LoggedErrorException: Failed to run command: D:\Android\android-sdk\build-tools\21.1.1\dx.bat --dex --no-optimize --...
分类:移动开发   时间:2015-01-12 21:05:03    阅读次数:346
Goal driven performance optimization
When your goal is to optimize application performance it is very important to understand what goal do you really have. If you do not have a good under...
分类:其他好文   时间:2015-01-06 02:00:43    阅读次数:275
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? 与Pascal's Tr...
分类:其他好文   时间:2015-01-04 17:18:04    阅读次数:169
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-12-10 21:16:44    阅读次数:201
762条   上一页 1 ... 68 69 70 71 72 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!