码迷,mamicode.com
首页 >  
搜索关键字:depth    ( 1433个结果
Linux中查看各文件夹大小命令du -h --max-depth=1
http://blog.csdn.net/ouyang_peng/article/details/10414499 du -h --max-depth=1 ...
分类:系统相关   时间:2016-09-05 12:28:05    阅读次数:504
[leetcode] 104. 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-09-04 23:58:10    阅读次数:267
Depth Bias 以及 Ogre材质中的depth_bias
深度偏移用来解决共面情况下出现闪烁的问题 通过给多边形增加一个z方向深度偏移(depth bias,z_bias),使3D空间的共面多边形看起来好像并不共面,以便它们能够被正确渲染。这种技术是很有用的,例如,我们要渲染投射在墙上的阴影,这时候墙和阴影共面,如果没有深度偏移,先渲染墙,再渲染阴影,由于 ...
分类:其他好文   时间:2016-09-01 18:48:24    阅读次数:340
广度优先、深度优先搜索算法——面试题
广度优先搜索(Breadth-first Search)、深度优先搜索(Depth-first Search)算法面试题——LeetCode
分类:编程语言   时间:2016-08-27 00:36:52    阅读次数:321
[转]svn 回退/更新/取消至某个版本命令详解
1. 取消Add/Delete 取消文件 svn revert 文件名 取消目录 svn revert --depth=infinity 目录名 2. 回退版本 方法1: 用svn merge 1) 先 svn up,保证更新到最新的版本,如20; 2) 然后用 svn log ,查看历史修改,找出 ...
分类:其他好文   时间:2016-08-22 12:31:23    阅读次数:159
leetcode No104. Maximum Depth of Binary Tree
Question: 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 leaf node. 找二叉树的最大深度 Algori...
分类:其他好文   时间:2016-08-22 10:53:34    阅读次数:132
[LeetCode] NO.104 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 farth ...
分类:其他好文   时间:2016-08-14 14:22:35    阅读次数:92
深度图像配准(Registration)原理
机器视觉中,3D相机产生的深度图像(depth image)通常需要配准(registration),生成配准深度图像(registed depth image)。实际上配准的目的就是想让深度图和彩色图重合在一起,即是将深度图像的图像坐标系转换到彩色图像的图像坐标系下。下面我们来介绍其推导的过程。 ...
分类:其他好文   时间:2016-08-14 11:43:28    阅读次数:673
leetcode 104. 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-08-13 19:34:06    阅读次数:98
怎么用命令查看某个目录下子目录占用空间的大小
最近想在电脑上安装一个比较大的软件,但是电脑空间不足,一时间不知道到底是那个目录下的内容占用空间爱比较大,查询后总结如下: 1、df -hl 查询速度相对较快,可以直接定位占用空间最大的磁盘分区,但是不可以指定特定的目录 |-( 2、du -h --max-depth=N N=1代表仅查询命令执行所 ...
分类:其他好文   时间:2016-08-13 18:03:19    阅读次数:257
1433条   上一页 1 ... 68 69 70 71 72 ... 144 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!