码迷,mamicode.com
首页 >  
搜索关键字:water    ( 3290个结果
How to create water Ripple effect using HTML5 canvas
https://www.script-tutorials.com/how-to-create-water-drops-effect-using-html5-canvas/https://www.script-tutorials.com/demos/97/index.htmlRain & Water ...
分类:Web程序   时间:2015-11-27 23:29:30    阅读次数:226
PHP - 接口 - 单一接口
/* * 接口的使用 */ //定义接口 interface IPerosn{ public function eat(); public function water(); } //定义继承自接口的类 class Men...
分类:Web程序   时间:2015-11-22 13:45:31    阅读次数:121
[LeetCode] Number of Islands II
Problem Description:A 2d grid map ofmrows andncolumns is initially filled with water. We may perform anaddLandoperation which turns the water at posit...
分类:其他好文   时间:2015-11-14 21:55:26    阅读次数:272
leetcode@ [200] Number of Islands
https://leetcode.com/problems/number-of-islands/Given a 2d grid map of'1's (land) and'0's (water), count the number of islands. An island is surrounde...
分类:其他好文   时间:2015-11-13 14:35:41    阅读次数:220
LeetCode Candy
原题链接在这里:https://leetcode.com/problems/candy/与Trapping Rain Water相似。每个孩子能拿到多少糖取决于左右两边,和能储存多少水取决于Math.min(左侧挡板最大值, 右侧挡板最大值)一个道理。所以先用leftNum保存根据左侧邻居,该孩子能...
分类:其他好文   时间:2015-11-05 08:51:02    阅读次数:157
[LeetCode]题解(python):042-Trapping Rain Water
题目来源: https://leetcode.com/problems/trapping-rain-water/题意分析: 输入一组数组,代表一个宽度为1的高度地图。问,这个地图在雨后可以收集多少水。例如,输入一个数组[0,1,0,2,1,0,1,3,2,1,2,1],返回的是6.如图所示:题目.....
分类:移动开发   时间:2015-11-03 22:31:34    阅读次数:229
[NOI导刊2011]影像之结构化特征
问题描述在影像比对中,有一种方法是利用影像中的边缘(edge)资讯,计算每个边缘资讯中具有代表性的结构化特征,以作为比对两张影像是否相似的判断标准。Water-filling方法是从每个边缘图的一个端点开始,绕着相连的边缘点走并依序编号。若走到某一步时,遇到一个以上不同的连接点,则分成不同路径同时继...
分类:其他好文   时间:2015-11-02 17:30:29    阅读次数:231
*Trap 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-10-30 07:03:53    阅读次数:265
water Caustics
水下环境的模拟在现阶段的计算能力下,Jos Stam(https://www.opengl.org/archives/resources/code/samples/mjktips/caustics/) 提出的方法是预先计算多张caustics图,根据时间选取不同的图片,然后与水下模型进行混合。在.....
分类:其他好文   时间:2015-10-24 00:11:28    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!