题目:
Given n non-negative integers a1, a2,
..., an, where each represents a point at coordinate (i, ai). n vertical
lines are drawn such that the two endpoints of line i is at (i, ai) ...
分类:
其他好文 时间:
2014-08-27 09:29:57
阅读次数:
174
原型库网站—讲师金乌原创发布,可自由转载,请注明出处!Axure中文官网:www.AxureRP.cn《AxureRP7.0部件详解》水平线和垂直线HORIZONTAL&VERTICALLINES使用案例将页面区块化最常见的用法是将内容分解成几个部分,比如,讲页面分为header和body.编辑线条添加箭头线条可以..
分类:
其他好文 时间:
2014-08-26 17:37:07
阅读次数:
188
UVA 1471 - Defense Lines
题目链接
题意:给定一个序列,要求删去一个连续子序列后,得到的序列有一个最长的连续递增序列,输出最长连续递增序列长度
思路:先左右扫描一遍,把每个位置往左和往右的最大长度记录下来,然后在从左往右扫描一遍,开一个数组Min用来记录长度i的序列,最后一位的最小值,这个序列是满足单调性的,因为递增序列肯定是1,2,3,4...这样不断往...
分类:
其他好文 时间:
2014-08-25 15:03:34
阅读次数:
227
Container With Most Water
Given n non-negative integers a1, a2,
..., an, where each represents a point at coordinate (i, ai). n vertical
lines are drawn such that the two endpoints of line...
分类:
移动开发 时间:
2014-08-22 16:17:59
阅读次数:
208
//comment1,'ctrl+v' to VISUAL BLOCK mode.2,'j' or 'k' to select/deselect lines.3,'I' to INSERT mode.4,'#' and 'ESC'.//uncommentstep '1','2' are the sa...
分类:
系统相关 时间:
2014-08-22 15:53:59
阅读次数:
325
Theandcoordinates of the point of intersection of two non-vertical lines can easily be found using the following substitutions and rearrangements.Supp...
分类:
其他好文 时间:
2014-08-21 18:31:04
阅读次数:
189
参考:http://stackoverflow.com/questions/19177721/extract-lines-between-two-patterns-from-a-lfileawk '/pattern1/ {p=1}; p; /pattern2/ {p=0}' file
分类:
系统相关 时间:
2014-08-20 13:59:02
阅读次数:
205
给你n个点,m条边,让你求一条路径,使得s到t的最短边最长这类问题,不是MST就是二分+判断例如:1.NOIP2013day1t3 火车运输 MST+树上倍增2.CH ROUND 52 A 拆地毯 类似MST3.BZOJ1614: [Usaco2007 Jan]Telephone Lines架设电....
分类:
其他好文 时间:
2014-08-19 23:57:05
阅读次数:
433
在erlang查看占用内存最多的进程,可以用etop,在终端输入下面语句:spawn(fun()->etop:start([{output,text},{interval,1},{lines,20},{sort,memory}])end).但etop有时会启动不起来,循环是系统比较繁忙的时候,这时可以用下面的方法:%%查找最大内存的进程
find_max_memory_..
分类:
其他好文 时间:
2014-08-19 16:54:25
阅读次数:
191
FIELDS TERMINATED BY 表示指定字段分隔符
OPTIONALLY ENCLOSED BY 表示指定字段包围符号
LINES TERMINATED BY 表示指定行与行分隔符
分类:
数据库 时间:
2014-08-19 16:06:04
阅读次数:
222