码迷,mamicode.com
首页 >  
搜索关键字:should be repaired    ( 4956个结果
HDU - 1588 Gauss Fibonacci (矩阵高速幂+二分求等比数列和)
DescriptionWithout expecting, Angel replied quickly.She says: "I'v heard that you'r a very clever boy. So if you wanna me be your GF, you should solve...
分类:其他好文   时间:2014-10-04 21:53:07    阅读次数:220
042_翻转单词顺序
/* * Given an array of integers, every element appears three times except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without u...
分类:其他好文   时间:2014-10-04 17:45:36    阅读次数:163
leetcode Single Number II
/* * Given an array of integers, every element appears three times except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without u...
分类:其他好文   时间:2014-10-04 14:32:16    阅读次数:211
Static IP Configuration for CentOS 6.5
1.First, we should modify the /etc/sysconfig/network-scripts/ifcfg-eth0 as the following:DEVICE=eth0HWADDR=00:16:3E:53:01:01ONBOOT=yesNM_CONTROLLD=yes...
分类:其他好文   时间:2014-10-04 06:46:06    阅读次数:169
Regular Expression Matching
‘.’ Matches any single character.‘*’ Matches zero or more of the preceding element.The matching should cover theentireinput string (not partial).The f...
分类:其他好文   时间:2014-10-04 06:16:56    阅读次数:232
Namespace, string, vector and array
1. Headers should not include using declarationCode inside headers ordinarily should not include using declarations. The reason is that the contents o...
分类:其他好文   时间:2014-10-03 18:58:15    阅读次数:142
HDU - 5008 Boring String Problem (后缀数组+二分+RMQ)
Problem Description In this problem, you are given a string s and q queries. For each query, you should answer that when all distinct substrings of string s were sorted lexicographically, which ...
分类:其他好文   时间:2014-10-03 16:56:54    阅读次数:249
android视频播放
视频播放我们用到的是MediaPlayer,显示控件使用的surfaceView我们向SD卡中先添加个视频文件,我的是xajh.3gp,不要用mp4,MP4会出现should have subtitle controller already set的错误,应该是格式的问题造成的我们看下布局文件 .....
分类:移动开发   时间:2014-10-03 15:36:24    阅读次数:288
xen 4.3.0 创建Guest OS遇到的一些问题
1.physical machine: Centos 6.5 Xen Version: xen 4.3.0 Guest OS Version: Centos 6.52. After finishing the configuration file for Guest OS, we should us...
分类:其他好文   时间:2014-10-03 01:40:33    阅读次数:452
leetcode - Flatten Binary Tree to Linked List
Given a binary tree, flatten it to a linked list in-place. For example, Given 1 / 2 5 / \ 3 4 6 The flattened tree should look like: 1 ...
分类:其他好文   时间:2014-10-02 15:12:43    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!