码迷,mamicode.com
首页 >  
搜索关键字:trapping rain water    ( 3522个结果
9个WebGL的演示
1. WebGL WaterThis incredible demo is as fluid as you could believe. Raise and drop the ball into the water to see realistic, beautiful splashing of t...
分类:Web程序   时间:2015-02-21 06:29:01    阅读次数:717
dip your toes in
dip a/your toe in (the water)=tostartverycarefullyto do orbecomeinvolvedin something that you are notexperiencedat(小心尝试,探索,摸索)identify with sb=tofeelt...
分类:其他好文   时间:2015-02-20 16:19:30    阅读次数:621
hdu 2389 Rain on your Parade(二分图HK算法)
#include #include #include #include #include using namespace std;const int inf=0x3f3f3f3f;const int maxn=3003;const int maxm=maxn*maxn;int xlink[maxn]...
分类:编程语言   时间:2015-02-18 22:06:33    阅读次数:366
unity3d 制造自己的水体water effect(一)
unity3d 水体water effect的制作, 本次主要对水体的波动进行研究,sin,cos,Gerstner波等。...
分类:编程语言   时间:2015-02-18 17:44:03    阅读次数:409
unity3d 制造自己的水体water effect(一)
unity3d 水体water effect的制作, 本次主要对水体的波动进行研究,sin,cos,Gerstner波等。
分类:编程语言   时间:2015-02-18 17:38:35    阅读次数:383
LeetCode-42 Trapping Rain Water
Givennnon-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.Fo...
分类:移动开发   时间:2015-02-17 07:01:29    阅读次数:187
hdu 1003
3 0 1 1这组数据的答案是 2 2 3而不是 2 1 3所以代码中注释部分存在问题// hdu 1003// water// Feb.16 2015#include int T, n, a, m, sum, temp_begin, begin, end, CaseNum = 0;int main...
分类:其他好文   时间:2015-02-16 01:39:26    阅读次数:130
HDU 4009 Transfer water(最小树形图)
Transfer waterTime Limit: 5000/3000 MS (Java/Others)Memory Limit: 65768/65768 K (Java/Others)Total Submission(s): 3986Accepted Submission(s): 1434Prob...
分类:其他好文   时间:2015-02-15 16:34:07    阅读次数:138
hdu2389(HK算法)
传送门:Rain on your Parade题意:t个单位时间后开始下雨,给你N个访客的位置(一维坐标平面内)和他的移动速度,再给M个雨伞的位置,问在下雨前最多有多少人能够拿到雨伞(两个人不共用一把伞)。分析:这题匈牙利算法撸不过,只好去学习Hopcroft-Carp算法,复杂度为O(sqrt(V...
分类:编程语言   时间:2015-02-13 13:13:33    阅读次数:179
零基础快速学习新语言的方法总结
“Do you want to spend the rest of your life selling sugared water or do you want a chance to change the world?”    -  Steve P.(aul) Jobs     学习对于程序员来说是至关重要的环节。很多时候在面对新语言、新技术时都会不知所措,无从下手。经过了几次学习新语言的过程...
分类:编程语言   时间:2015-02-12 12:35:27    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!