DescriptionTo enable homebuyers to estimate the cost of flood insurance, a real-estate firm provides clients with the elevation of each 10-meter by 10...
                            
                            
                                分类:
其他好文   时间:
2015-04-28 14:02:57   
                                阅读次数:
162
                             
                         
                    
                        
                            
                            
                                题目: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...
                            
                            
                                分类:
移动开发   时间:
2015-04-26 10:49:01   
                                阅读次数:
135
                             
                         
                    
                        
                            
                            
                                Title: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 rain...
                            
                            
                                分类:
移动开发   时间:
2015-04-23 15:33:03   
                                阅读次数:
177
                             
                         
                    
                        
                            
                            
                                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.
For example, 
Given [0,1,0,2,1,0,1,3,2,1,2,1]...
                            
                            
                                分类:
移动开发   时间:
2015-04-20 09:23:52   
                                阅读次数:
238
                             
                         
                    
                        
                            
                            
                                题目: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...
                            
                            
                                分类:
移动开发   时间:
2015-04-17 23:51:07   
                                阅读次数:
163
                             
                         
                    
                        
                            
                            
                                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-04-15 16:50:03   
                                阅读次数:
117
                             
                         
                    
                        
                            
                            
                                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-04-09 15:09:04   
                                阅读次数:
172
                             
                         
                    
                        
                            
                            
                                用SeekBar控制CardView的边角和景深 
 
CardView继承FrameLayout,FrameLayout用于在屏幕部分区域去显示一个控件。CardView的elevation特性需要在API21以上才能使用。 
1、新建activity_card_view.xml 
activity_card_view.xml,CardViewActivity的布局文件 
框架布局是最简单的布局形...
                            
                            
                                分类:
其他好文   时间:
2015-03-29 13:45:47   
                                阅读次数:
224
                             
                         
                    
                        
                            
                            
                                题目链接:trapping-rain-water
import java.util.Stack;
/**
 * 
		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...
                            
                            
                                分类:
移动开发   时间:
2015-03-27 22:22:39   
                                阅读次数:
158
                             
                         
                    
                        
                            
                            
                                https://leetcode.com/problems/trapping-rain-water/Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute ...
                            
                            
                                分类:
移动开发   时间:
2015-03-20 23:31:14   
                                阅读次数:
204