码迷,mamicode.com
首页 >  
搜索关键字:depth    ( 1433个结果
<转帖>GCD 深入理解:第一部分
本文翻译自http://www.raywenderlich.com/60749/grand-central-dispatch-in-depth-part-1原作者:Derek Selander译者:@nixzhu虽然 GCD 已经出现过一段时间了,但不是每个人都明了其主要内容。这是可以理解的;并发一...
分类:其他好文   时间:2015-06-03 17:24:10    阅读次数:86
<转帖>GCD 深入理解:第二部分
本文翻译自http://www.raywenderlich.com/63338/grand-central-dispatch-in-depth-part-2原作者:Derek Selander译者:Riven、@nixzhu前半部分由 Riven 翻译,但他由于太忙而搁置,后由 NIX 整理校对并翻...
分类:其他好文   时间:2015-06-03 17:15:52    阅读次数:134
Unity3d 获取屏幕depth与normal
Depth 获取Depth的几种方法,分别有不同效果 1. float2 depth_uv = float2(i.uv_MainTex.x, 1-i.uv_MainTex.y); float d = SAMPLE_DEPTH_TEXTURE(_CameraDepthTexture, depth_uv); 2. float zx = SAMPLE_DEPTH...
分类:编程语言   时间:2015-06-01 22:46:10    阅读次数:324
SqlDataReader类
一、常用属性 名称说明Depth获取一个值,用于指示当前行的嵌套深度。FieldCount获取当前行中的列数。HasRows获取一个值,该值指示SqlDataReader是否有行。IsClosed指定的SqlDataReader实例是否已关闭。Item[Int32]获取指定列(数字索引),通常在Wh...
分类:数据库   时间:2015-05-30 18:14:54    阅读次数:119
树链剖分
1 #include 2 #include 3 #include 4 using namespace std; 5 6 const int size = 30000; 7 int num[size+10] , fa[size+10] , depth[size+10] , s...
分类:其他好文   时间:2015-05-27 13:48:07    阅读次数:149
18页PPT带你深度解读运维自动化【转】
来自地址:【http://www.opsers.org/tech/18-pages-ppt-show-you-depth-interpretation-operations-automation.html】说实话,一个运维团队的运维能力如何,其实看一个自动化管理系统便知!********文章较长,索...
分类:其他好文   时间:2015-05-25 00:46:27    阅读次数:408
[LeetCode][Java] Balanced Binary Tree
题目: Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is defined as a binary tree in which the depth of the two subtrees of every node ne...
分类:编程语言   时间:2015-05-24 08:58:44    阅读次数:115
Java for LeetCode 110 Balanced Binary Tree
Given a binary tree, determine if it is height-balanced.For this problem, a height-balanced binary tree is defined as a binary tree in which the depth...
分类:编程语言   时间:2015-05-23 21:19:39    阅读次数:155
Java for LeetCode 111 Minimum Depth of Binary Tree
Given a binary tree, find its minimum depth.The minimum depth is the number of nodes along the shortest path from the root node down to the nearest le...
分类:编程语言   时间:2015-05-23 21:16:50    阅读次数:170
(求助) 关于多视点背景建模的序列
Queston:  毕业设计做3d-hevc上的背景建模。但是目前手里序列适合做背景建模的只有love_bird 序列。三视点的。这在最后写论文的时候给一个实验结果不是很好,但自己又没有找到其他的序列~  所以希望知道多视点的 texture+depth 序列的前辈们看到求助可以回应一下,发个下载地址。这直接关系到妹子我的毕业啊,感激不尽,感激不尽!           2015/05/2...
分类:其他好文   时间:2015-05-23 10:06:12    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!