码迷,mamicode.com
首页 >  
搜索关键字:actionbar up    ( 8653个结果
LeetCode[Array]: Set Matrix Zeroes
Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place. Follow up: Did you use extra space? A straight forward solution using O(mn) space is probably a bad ide...
分类:其他好文   时间:2014-11-30 17:00:32    阅读次数:223
Android系列之UI组件----Menu菜单
【前言】 从官方文档了解到,从Android3.0(API level 11)开始,Android设备不再要求提供一个专门的菜单按钮,转而推荐使用ActionBar。所以现在市面上很多新设备使用三个虚拟按键,并不再额外提供菜单按钮。 因为Android版本的发展,对于菜单的支持各个版本有很大的区别,...
分类:移动开发   时间:2014-11-30 16:52:34    阅读次数:363
Coin Test
描述As is known to all,if you throw a coin up and let it droped on the desk there are usually three results. Yes,just believe what I say ~it can be the ...
分类:其他好文   时间:2014-11-30 00:21:50    阅读次数:149
LeetCode: Linked List Cycle 解题报告
Linked List CycleGiven a linked list, determine if it has a cycle in it.Follow up:Can you solve it without using extra space?SOLUTION 1:经典快慢指针问题。如果存在环...
分类:其他好文   时间:2014-11-30 00:15:56    阅读次数:262
tesseract的releaseNotes分析注释
ReleaseNotesRelease Notes.UpdatedAug 12, 2014bytheraysm...@gmail.comIntroductionThis page keeps the most up-to-date release notes.Tesseract release no...
分类:其他好文   时间:2014-11-29 20:14:01    阅读次数:474
leetcode Binary Tree Level Order Traversal II
是这题的变种对一棵树从最后一次开始层次遍历,并返回结果。例如:Given binary tree{3,9,20,#,#,15,7}, 3 / \ 9 20 / \ 15 7return its bottom-up level order traversal as:[ ...
分类:其他好文   时间:2014-11-29 15:57:28    阅读次数:251
【LeetCode】Path Sum
Path SumGiven a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the give...
分类:其他好文   时间:2014-11-29 15:49:23    阅读次数:135
[LeetCode] Two Sum 两数之和
Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu...
分类:其他好文   时间:2014-11-29 11:48:14    阅读次数:184
【LeetCode】Populating Next Right Pointers in Each Node II
Populating Next Right Pointers in Each Node IIFollow up for problem "Populating Next Right Pointers in Each Node".What if the given tree could be any ...
分类:其他好文   时间:2014-11-29 11:45:49    阅读次数:141
[LeetCode] PathSum
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2014-11-29 11:37:32    阅读次数:131
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!