码迷,mamicode.com
首页 >  
搜索关键字:least    ( 1796个结果
[LeetCode]Maximum Product Subarray
Find the contiguous subarray within an array (containing at least one number) which has the largest product. For example, given the array [2,3,-2,4], the contiguous subarray [2,3] has the largest ...
分类:其他好文   时间:2015-01-04 17:13:57    阅读次数:158
LintCode-Minimum Subarray
Given an array of integers, find the subarray with smallest sum.Return the sum of the subarray.NoteThe subarray should contain at least one integer.Ex...
分类:其他好文   时间:2015-01-01 00:08:45    阅读次数:135
迪米特法则
What Least Konwledge Principle(LCP):最少知识原则,一个对象应该对其他的对象了解的最少。 Why 降低系统的耦合度,使类与类之间保持松散的耦合关系。 How 员工类 class Employee { private strin...
分类:其他好文   时间:2014-12-30 15:03:55    阅读次数:162
leetcode 152: Maximum Product Subarray
Maximum Product Subarray Total Accepted: 16617 Total Submissions: 96901 Find the contiguous subarray within an array (containing at least one number) which has the largest product. For exampl...
分类:其他好文   时间:2014-12-30 10:09:57    阅读次数:151
十个免费的web应用安全检测工具
Websites are getting more and more complex everyday and there are almost no static websites being built.Today, the simplest website has at least a con...
分类:Web程序   时间:2014-12-29 21:20:45    阅读次数:305
UVA - 11462 - Age Sort (高效算法!!)
11462 Age Sort You are given the ages (in years) of all people of a country with at least 1 year of age. You know that no individual in that country lives for 100 or more years. Now, you are given a...
分类:编程语言   时间:2014-12-29 15:19:34    阅读次数:173
[C++]LeetCode: 58 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,?1,...
分类:编程语言   时间:2014-12-28 14:17:01    阅读次数:213
JAVA解析JSON相关
一json-lib.jar开发包使用依赖包 json-lib.jar开发包使用需要依赖包以下开发包: Json-lib requires (at least) the following dependencies in your classpath: * jakarta commons-lang ....
分类:编程语言   时间:2014-12-26 18:29:53    阅读次数:224
LSB含义
LSB(Least Significant Bit)最低有效位,对任何AD来说,量化后输出的数字信号值都是以1LSB的电压值步进的,介于1LSB之间的电压将按照一定的规则进行入位或舍弃,这个过程中造成的误差被称为“量化误差”,量化误差属于原理性误差,是无法消除的。
分类:其他好文   时间:2014-12-25 20:13:17    阅读次数:197
How and Why Unsafe is Used in Java---reference
ByPeter Lawreyhttps://www.voxxed.com/blog/2014/12/how-and-why-unsafe-is-used-in-java/Overviewsun.misc.Unsafe has been in Java from at least as far bac...
分类:编程语言   时间:2014-12-23 19:25:17    阅读次数:320
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!