码迷,mamicode.com
首页 >  
搜索关键字:samll note    ( 7370个结果
【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】Construct Binary Tree from Inorder and Postorder Traversal
Given inorder and postorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.题解:如下图所示的一棵树: ...
分类:其他好文   时间:2014-07-19 19:00:44    阅读次数:262
vim应用:终极解决windows系统gvim/vim的各种乱码(文件,菜单,提示信息)!
这个方法解决了我的windows下 gvim的中文乱码问题(跟大家分享一下)、此方法引用 http://www.douban.com/note/145491549/查看文件的编码::echo &fileencodingVim 有四个跟字符编码方式有关的选项,encoding、fileencoding...
分类:Windows程序   时间:2014-07-19 16:31:54    阅读次数:261
【翻译自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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!