题目: 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 e ...
                            
                            
                                分类:
其他好文   时间:
2017-04-10 09:53:20   
                                阅读次数:
207
                             
                         
                    
                        
                            
                            
                                    https://vjudge.net/problem/HDU-4183 题意: 这道题目的英文实在是很难理解啊。 给出n个圆,每个圆有频率,x、y轴和半径r4个属性,每次将频率为400的圆作为起点,频率为789点作为终点。从源点到汇点时必须从频率小的到频率大的,而从汇点到源点时必须从频率大的到频率小 ...
                            
                            
                                分类:
其他好文   时间:
2017-04-09 21:11:29   
                                阅读次数:
177
                             
                         
                    
                        
                            
                            
                                题目链接:https://hihocoder.com/problemset/problem/1067 参考:http://blog.csdn.net/tree__water/article/details/60965438 稍微加了点注释。 ...
                            
                            
                                分类:
其他好文   时间:
2017-04-08 18:42:03   
                                阅读次数:
112
                             
                         
                    
                        
                            
                            
                                    一,客户端和服务器: HTTP协议主要用于客户端和服务器之间的通信。 1,客户端(client):请求访问资源的一端。(知道为啥用C表示客户端了吧) 2,服务器(server):提供资源响应的一端。 两台使用HTTP协议通信的两台计算机,在一条通信线路上,必定有一端是客户端,另一端是服务器。就实际情 ...
                            
                            
                                分类:
Web程序   时间:
2017-04-08 11:38:28   
                                阅读次数:
139
                             
                         
                    
                        
                            
                            
                                恢复内容开始 Container with most water--LeetCode11题 Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n ve ...
                            
                            
                                分类:
其他好文   时间:
2017-04-07 21:12:06   
                                阅读次数:
308
                             
                         
                    
                        
                            
                            
                                转载: http://www.zwqxin.com/archives/shaderglsl/review-normal-map-bump-map.html 说起Normal Map(法线贴图),就会想起Bump Map(凹凸贴图)。Bump Mapping是Blin大师在1978年提出的图形学算法, ...
                            
                            
                                分类:
其他好文   时间:
2017-04-07 20:38:41   
                                阅读次数:
183
                             
                         
                    
                        
                            
                            
                                1,beego apiSwagger 是一个规范和完整的框架,用于生成、描述、调用和可视化 RESTful 风格的 Web 服务。总体目标是使客户端和文件系统作为服务器以同样的速度来更新。 
项目地址...
                            
                            
                                分类:
Windows程序   时间:
2017-04-07 18:36:57   
                                阅读次数:
1099
                             
                         
                    
                        
                            
                            
                                    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. ...
                            
                            
                                分类:
移动开发   时间:
2017-04-06 22:47:21   
                                阅读次数:
174
                             
                         
                    
                        
                            
                            
                                    名词noun n. 世间万物都有一个名称,比如 苹果apple、香蕉banana、女孩girl等这类词汇就叫做名词 可数名词 1.规则可数名词的复数形式 a.一般情况下在名词的末尾加 s girl -> girls banana -> bananas b.以s,x,ch,sh结尾的名词后加 es c ...
                            
                            
                                分类:
其他好文   时间:
2017-04-06 21:12:18   
                                阅读次数:
191