码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
【leetcode刷题笔记】Pascal's Triangle II
Given an indexk, return thekthrow of the Pascal's triangle.For example, givenk= 3,Return[1,3,3,1].Note:Could you optimize your algorithm to use onlyO(...
分类:其他好文   时间:2014-07-19 19:05:27    阅读次数:174
LeetCode详细分析 :: Recover Binary Search Tree [Tree]
Two elements of a binary search tree (BST) are swapped by mistake. Recover the tree without changing its structure. Note: A solution using O(n) space is pretty straight forward. Could you devis...
分类:其他好文   时间:2014-07-18 22:33:04    阅读次数:328
【翻译自mos文章】Main Note - ogg的 Supplemental Logging and TRANDATA
Main Note - ogg的 Supplemental Logging and TRANDATA...
分类:其他好文   时间:2014-07-18 22:08:27    阅读次数:218
debug note-- nginx php-fpm : Error:The page you are looking for is temporarily unavailable.
1.在ubuntu下安装配置nginx, mysql, php安装步骤:参考:https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-12-0...
分类:Web程序   时间:2014-07-18 16:29:36    阅读次数:302
How do you make an object in C? Used in RTOS.
I went through the EE445M and found it’s interesting since the goal of this class is to build a working RTOS. The first lec note mentioned how to make...
分类:其他好文   时间:2014-07-18 16:27:54    阅读次数:175
How to Use the UTL_MAIL Package
APPLIES TO:PL/SQL - Version 10.1.0.2 and laterInformation in this document applies to any platform."Checked for relevance on 06-Mar-2012"GOALThis note...
分类:其他好文   时间:2014-07-18 15:04:26    阅读次数:253
codeforces248(div1) A. Ryouko's Memory Note
可以把序列中一个数改变,使得序列中后一个数与前一个数差的绝对值之和最小 把与数x相邻的数加入G[x]的链表中(若这个数值也为x,则不加入)   那么改变了数x,则相当于只会影响到这个链表中的数 为了让x变化后的数  与这个链表中的数差值绝对值之和最小   取排序后的序列的中位数即可 //#pragma comment(linker, "/STACK:102400000,1024000...
分类:其他好文   时间:2014-07-17 19:28:24    阅读次数:210
【leetcode刷题笔记】Recover Binary Search Tree
Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space is ...
分类:其他好文   时间:2014-07-17 17:32:50    阅读次数:246
Codeforces Round #248 (Div. 1)——Ryouko's Memory Note
给n和m,一行m个1<=x<=n的数。记c=.现在只能选择一个数x变成y,序列中所有等于x的值都变成y,求最小的c...
分类:其他好文   时间:2014-07-17 15:28:56    阅读次数:177
Android:创建可穿戴应用 - 语音操作
语音操作是可穿戴用户体验的重要部分,可以让用户以快捷、免提的方式执行动作。Wear提供两种类型的语音操作:系统提供(System-provided)这些语音操作是基于任务的,且内置于Wear平台。语音命令到达时,在你想启动的活动(Activity)中进行动作过滤。比如“记一下”(Take a note)或“提醒一下”(Set an alarm)。...
分类:移动开发   时间:2014-07-16 08:32:19    阅读次数:275
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!