码迷,mamicode.com
首页 >  
搜索关键字:depth    ( 1433个结果
mvvm 学习索引
MVVM : The MVVM Light Messenger In-Depth MvvmLight框架使用入门(一) WPF新手实践1:MVVM Light Toolkit(一、下载与安装) 关于 MVVMLight 设计模式系列 MVVM之MVVMLight,一个登录注销过程的简单模拟 mvmv ...
分类:其他好文   时间:2016-04-01 23:33:02    阅读次数:221
104. Maximum Depth of Binary Tree
...
分类:其他好文   时间:2016-04-01 20:41:56    阅读次数:190
小方块闪烁
采样depth target,做ao blit depth target is needed or there will be 8x8 pixel blocks flip blit tex 是cs实现的一次copy from rendertarget to texture then we can s ...
分类:其他好文   时间:2016-03-29 21:05:24    阅读次数:148
深度优先搜索(DFS)
定义: (维基百科:https://en.wikipedia.org/wiki/Depth-first_search) 深度优先搜索算法(Depth-First-Search),是搜索算法的一种。是沿着树的深度遍历树的节点,尽可能深的搜索树的分支。当节点v的所有边都己被探寻过,搜索将回溯到发现节点v
分类:其他好文   时间:2016-03-22 22:08:59    阅读次数:260
渲染层
Unity中的渲染顺序自上而下大致分为三层。 最高层为Camera层,可以在Camera的depth那里设置,设置之后,图形的渲染顺序就是先绘制depth低的相机下的物体,再绘制depth高的相机下的物体,也就是说,depth高的相机会覆盖depth低的相机(具体的覆盖关系有don't clear,
分类:其他好文   时间:2016-03-22 22:07:29    阅读次数:163
leetcode:Maximum Depth of Binary Tree
1、 Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthes
分类:其他好文   时间:2016-03-22 19:06:39    阅读次数:114
Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthest l
分类:其他好文   时间:2016-03-18 09:27:07    阅读次数:131
GCD的深入理解
本文由@nixzhu翻译至raywenderlich的《grand-central-dispatch-in-depth-part-1》 虽然 GCD 已经出现过一段时间了,但不是每个人都明了其主要内容。这是可以理解的;并发一直很棘手,而 GCD 是基于 C 的 API ,它们就像一组尖锐的棱角戳进
分类:其他好文   时间:2016-03-14 18:37:33    阅读次数:334
LintCode: Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth.
分类:其他好文   时间:2016-03-13 14:29:24    阅读次数:167
解读(GoogLeNet)Going deeper with convolutions
(GoogLeNet)Going deeper with convolutions Inception结构 目前最直接提升DNN效果的方法是increasing their size,这里的size包括depth和width两方面。在有足够的labeled training data 时这种方法是最
分类:Web程序   时间:2016-03-11 15:36:05    阅读次数:570
1433条   上一页 1 ... 77 78 79 80 81 ... 144 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!