码迷,mamicode.com
首页 >  
搜索关键字:hierarchy    ( 607个结果
Hierarchy Viewer工具使用
目前,在eclipse的ADT Android插件中,还不能启动Hierachy Viewer,但可以从Android SDK工具包中,通过命令行的方式可以启动,具体方法为,到Android SDK下的tools目录下,在命令行方式下运行hierachyviewer即可:D:\android-sdk...
分类:其他好文   时间:2015-04-03 13:05:22    阅读次数:165
为什么寄存器比内存快?
计算机的存储层次(memory hierarchy)之中,寄存器(register)最快,内存其次,最慢的是硬盘。同样都是晶体管存储设备,为什么寄存器比内存快呢?Mike Ash写了一篇很好的解释,非常通俗地回答了这个问题,有助于加深对硬件的理解。下面就是我的简单翻译。原因一:距离不同距离不是主要因...
分类:其他好文   时间:2015-03-20 18:32:53    阅读次数:161
1094. The Largest Generation (25) 此题和六度空间一个道理,记录BFS的层次
1094. The Largest Generation (25) 时间限制 200 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue A family hierarchy is usually presented by a pedigree tree where all the nodes on the...
分类:其他好文   时间:2015-03-15 09:34:14    阅读次数:183
cf17B Hierarchy(额,,,水)
题意:Nick's company employednpeople. Now Nick needs to build a tree hierarchy of «supervisor-surbodinate» relations in the company (this is to say that ...
分类:其他好文   时间:2015-03-11 16:54:39    阅读次数:146
Filesystem Hierarchy Standard
分类:其他好文   时间:2015-03-11 00:32:56    阅读次数:108
Unity3D学习笔记之八为场景添加细节(一)
这一系列教程以及素材均参考自人人素材翻译组出品的翻译教程《Unity游戏引擎的基础入门视频教程》,下载链接附在第二篇学习笔记中。      我花了30分钟做了一个中等大小的迷宫场景,不知道大家自己发挥,做的场景大小如何。         在完成场景之后,我们看到Hierarchy视图里面的东西已经满了,所以我们先来整理一下Hierarchy视图。创建一个空的游戏物体命名为E...
分类:编程语言   时间:2015-03-10 23:13:48    阅读次数:294
Android Fragment使用
通常地 fragment做为宿主activity UI的一部分, 被作为activity整个view hierarchy的一部分被嵌入.有2种方法你能够加入一个fragment到activity layout:一、在activity的layout文件里声明fragment 你能够像为View一...
分类:移动开发   时间:2015-03-10 13:36:07    阅读次数:212
A1004. Counting Leaves (30)
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child.InputEach input file contains ...
分类:其他好文   时间:2015-03-08 01:25:46    阅读次数:163
Only the original thread that created a view hierarchy can touch its views
在调试软件的时候出现如下的错误:01-05 20:53:36.492: E/ZZShip(2043): android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a ...
分类:其他好文   时间:2015-03-06 10:29:37    阅读次数:169
NGUI中显示DrawCall详细信息
【NGUI显示DrawCall详细信息】 UIDrawCall中有个宏,SHOW_HIDDEN_OBJECTS,默认为关闭状态。将此宏打开,NGUI即会将DrawCall对象显示在Hierarchy中。如下: 对象的命名规则如下:
分类:其他好文   时间:2015-03-05 18:46:15    阅读次数:195
607条   上一页 1 ... 46 47 48 49 50 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!