Givennnon-negative integersa1,a2, ...,an, where
each represents a point at coordinate (i,ai).nvertical lines are drawn such that
the two endpoints of ...
分类:
其他好文 时间:
2014-06-04 21:09:33
阅读次数:
307
Jaw crusher is the most popular primary
crushing equipment in mining industry. The jaw crusher is designed to crush all
sorts of rock from the hardest...
分类:
其他好文 时间:
2014-05-30 06:45:00
阅读次数:
163
Fast Matrix OperationsThere is a matrix
containing at most 106elements divided into r rows and c columns. Each element
has a location (x,y) where 10)2...
分类:
其他好文 时间:
2014-05-30 03:31:23
阅读次数:
516
这一系列笔记将带你一步一步的进入Spring
MVC,高手勿喷。首先你得安装以下的工具:JDK,虽然JDK8已经发布了一段时间了,但是由于我们并不会使用到里面的新特性,所以JDK6以上版本皆可以(需加入到PATH环境变量中);Servlet
Container,为了能运行WEB应用程序,因此需要一个...
分类:
编程语言 时间:
2014-05-30 00:17:57
阅读次数:
268
题目:在二维坐标系下,有很多个挡板,有两个挡板之间能够积蓄的水的最大面积。如下图所示:思路:我只想到暴力解法,用O(n2)的时间复杂度算出任意两个挡板形成的面积,这必须的过不了。优化解法:O(n).用两个指针
i 和 j 指向整个height[]数组的头尾。if i 指向的高度 决定,因此不会比现在...
分类:
其他好文 时间:
2014-05-29 17:40:09
阅读次数:
312
Problem: Given a two-dimensional graph with
points on it, find a line which passes the most number of points.此题是Cracking the
code 5th edition 第七章第六题,思...
分类:
其他好文 时间:
2014-05-29 08:10:38
阅读次数:
292
.container{ position: relative; width: 200px;
height: 200px; background: #abcdef; -webkit-border-radius: 20px;
-moz-border-radius: 2...
分类:
Web程序 时间:
2014-05-28 22:49:40
阅读次数:
336
1.有效位在谈字节序前需要先了解有效位,有效位分为两种:最低有效位(LSB: Least
Significant Bit) 和最高有效位(MSB:Most Significant
Bit)。在二进制数中,LSB是最低加权位,与十进制数字中最右边的一位类似;MSB是最高加权位,与十进制数字中最左边的一...
分类:
Web程序 时间:
2014-05-28 15:06:30
阅读次数:
369
具体生成工具如图:(1)(2)(3)(4)源码 :example.java[java]view
plaincopyprint?packageorg.qiailin.jframe;importjava.awt.Container;importjava.awt.Point;importjava.awt....
题目: Say you have an array for which the ith element
is the price of a given stock on day i. If you were only permitted to complete
at most one transac...
分类:
其他好文 时间:
2014-05-28 00:55:20
阅读次数:
288