码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
【phonearena】来自亚洲的怪兽:便宜得不可思议的魅族M1 Note
主要是phonearena对于魅蓝手机的报道,有兴趣的朋友可以看看外媒是怎么看我们的手机产品。...
分类:其他好文   时间:2014-12-25 11:21:13    阅读次数:136
WebADI_Oracle R12 安装WebADI补丁
2014-12-25 Created By 鲍新建一、摘要Note: 396181.1 - Oracle Web Applications Desktop Integrator Documentation Resources, Release 12 https://metalink.oracle.c...
分类:数据库   时间:2014-12-25 09:57:39    阅读次数:165
perl学习之I/O基础
1.从标准输入进行输入2.从钻石操作符进行输入3.参数调用@ARGV4.向标准输出进行输出5.用printf进行格式化输出1.while() { print "I saw $_"; }while(defined($_ = )){ print "I saw $_"; }NOTE:行输入操作符和Perl...
分类:其他好文   时间:2014-12-25 09:56:48    阅读次数:205
[LeetCode]117.Populating Next Right Pointers in Each Node II
【题目】 Follow up for problem "Populating Next Right Pointers in Each Node". What if the given tree could be any binary tree? Would your previous solution still work? Note: You may only use...
分类:其他好文   时间:2014-12-24 20:13:31    阅读次数:151
LeetCode Problem 136:Single Number
描述:Given an array of integers, every element appears twice except for one. Find that single one. Note:Your algorithm should have a linear runtime comp...
分类:其他好文   时间:2014-12-23 21:07:58    阅读次数:141
uva 11520
/** ?*?@brief?uva?11520 ?*?@file?11520.cpp ?*?@author?mianma ?*?@created?2014/12/23?16:35 ?*?@edited??2014/12/23?16:35 ?*?@type? ?*?@note ?*/ #include?<string> #include?...
分类:其他好文   时间:2014-12-23 17:47:20    阅读次数:137
改ucosii的中断禁止和恢复代码 【 mrs msr】
ucosii原来的禁止中断以及恢复中断的代码是最简的,但是使用之前,必须声明一个固定名为OS_CPU_SR cpu_sr 的变量,吊在那里感觉很怪。;*************************************************; Note(s) : These func...
分类:其他好文   时间:2014-12-23 15:25:04    阅读次数:211
[C++]LeetCode: 51 Minimum Path Sum
题目: Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. Note: You can only move either down or r...
分类:编程语言   时间:2014-12-23 14:01:48    阅读次数:218
怎样把centos 6.2 系统里的网卡em1还原为eth0
第一步 :修改系统grub vi /boot/grub/grub.conf 增加一个 biosdevname=0 的启动参数,我修改的结果如下: [root@xingfujie ~]# cat /boot/grub/grub.conf? # grub.conf generated by anaconda # # Note that yo...
分类:其他好文   时间:2014-12-23 12:36:00    阅读次数:165
【LeetCode】Multiply Strings 解题报告
【题目】 Given two numbers represented as strings, return multiplication of the numbers as a string. Note: The numbers can be arbitrarily large and are non-negative. 【解析】 题意:两个字符串表示的非负整数相乘,用字符串的...
分类:其他好文   时间:2014-12-23 12:32:31    阅读次数:174
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!