[leetcode]Container With Most Water...
分类:
其他好文 时间:
2014-10-22 11:00:53
阅读次数:
131
[leetcode]Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining....
分类:
移动开发 时间:
2014-10-22 10:05:30
阅读次数:
248
Financial Management
Time Limit: 400/200 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 9188 Accepted Submission(s): 5747
Problem Description
Larry g...
分类:
其他好文 时间:
2014-10-21 07:48:53
阅读次数:
183
Description
Ms.Fang loves painting very much. She paints GFW(Great Funny Wall) every day. Every day before painting, she produces a wonderful color of pigments by mixing water and some bags of pigm...
分类:
其他好文 时间:
2014-10-20 23:22:07
阅读次数:
259
这个问题是Unity4.5版本的一个bug,导入的"Water(Basic)"中的水显示出来没有波浪等动态效果解决办法:一:导入完整的4.3版本的Water(Basic)二:修改Water(Basic)->Sources->Shade->FX-WaterSimple.shader//unity4.3.0
//line45
temp.xyzw=v.vertex.xzxz*_WaveScale/un..
分类:
编程语言 时间:
2014-10-20 02:17:24
阅读次数:
386
PLSQL_性能优化系列14_Oracle High Water Level高水位分析http://www.cnblogs.com/eastsea/p/4005814.html一、摘要PLSQL_性能优化系列14_Oracle High Water Level高水位分析高水位线好比水库中储水的水位线...
分类:
数据库 时间:
2014-10-19 14:10:54
阅读次数:
245
1 package com.water.activity; 2 3 import java.util.List; 4 5 import android.app.Activity; 6 import android.os.Bundle; 7 import a...
分类:
移动开发 时间:
2014-10-18 20:57:25
阅读次数:
193
说好的一天题解来啦!首先作为usaco的silver题,我被虐了。。。调了两天才搞定最后发现是sort忘了+1(start + cnt1 (+ 1))还去问管理员要了数据,真是。。。做法倒不是很难想:(1)把点分成出度>入度和入度>出度两种(2)跑一遍网络流好像会T的很惨。。。然后改进:发现两条线段...
分类:
其他好文 时间:
2014-10-17 23:18:06
阅读次数:
306
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 endpo...
分类:
其他好文 时间:
2014-10-17 00:04:43
阅读次数:
304
2014-10-04 BaoXinjian一、摘要高水位线好比水库中储水的水位线,用于描述数据库中段的扩展方式。高水位线对全表扫描方式有着至关重要的影响。当使用delete 操作表记录时,高水位线并不会下降,随之导致的是全表扫描的实际开销并没有任何减少。本文给出高水位线的描述,如何降低高水位线,以及...
分类:
数据库 时间:
2014-10-14 22:18:30
阅读次数:
263