码迷,mamicode.com
首页 >  
搜索关键字:least    ( 1796个结果
PatentTips - Apparatus and method for a generic, extensible and efficient data manager for virtual peripheral component interconnect devices (VPCIDs)
BACKGROUNDA single physical platform may be segregated into a plurality of virtual networks. Here, the physical platform incorporates at least one vir...
分类:移动开发   时间:2014-06-28 14:46:39    阅读次数:330
Part4 – OPENVSWITCH – Playing with Bonding on Openvswitch
Bonding is aggregation multiple links to single link in order to increase throughput and achieve redundancy in case one of links fails. At least, offi...
分类:其他好文   时间:2014-06-24 10:28:42    阅读次数:211
Leetcode LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:其他好文   时间:2014-06-21 09:18:50    阅读次数:263
Maximum Subarray
题目 Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [?2,1,?3,4,?1,2,1,?5,4], the contiguous subarray [4,...
分类:其他好文   时间:2014-06-19 12:08:20    阅读次数:270
排序算法之基数排序
基数排序算法,其原理是将整数按位数切割为不同的数组,然后按每个位数分别进行比较。 基数排序的方法既可以采用LSD(Least significant digital),从键值的最右边开始,也可以采用MSD(Most significant digital),从键值的最左边开始。 基数排序法的效率主要取决于排序不同位的数字时所采用的稳定的中间排序算法。 常用的稳定的排序算法包括:插入排序、合并排序、冒泡排序、折半插入排序、基数排序等。 基数排序算法相比于其他算法...
分类:其他好文   时间:2014-06-17 22:55:55    阅读次数:414
LeetCode解题报告:LRU Cache
LRU CacheDesign and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get...
分类:其他好文   时间:2014-06-14 23:54:37    阅读次数:352
LeetCode OJ平台上Maximum Subarray题目O(n)复杂度解决方案
原始题目如下,意为寻找数组和最大的子串,返回这个最大和即可。 Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [?2,1,?3,4,?1,2,1,?5,4], the...
分类:其他好文   时间:2014-06-14 15:08:00    阅读次数:224
oracle 11g ocr 冗余配置
在11g 安装过程中默认只能指定一个 dg 用来存储:crs ,voting 但是oracle 官方一般建议我们这么来配置: ■  1、当ocr没有配置镜像,或者冗余存储时 最少3个ocr 。 如果底层存储不是RAID的话,oracle建议镜像OCR,镜像可以避免单点故障。 ■ At least two OCR locations if OCR is configured on...
分类:数据库   时间:2014-06-14 12:29:52    阅读次数:447
openoffice osl模块学习1
由“ can i get a char* , please?"看起:Just barely. OO.o has at least six string wrappers, although the C implementations are of little interest:rtl_String...
分类:其他好文   时间:2014-06-12 12:27:15    阅读次数:296
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!