码迷,mamicode.com
首页 >  
搜索关键字:lv mirror    ( 3054个结果
Mirror
https://github.com/kformeck89/Mirrorhttps://github.com/toidiu/Mirror
分类:其他好文   时间:2015-04-30 17:52:20    阅读次数:94
LeetCode Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree is symmetric: 1 / 2 2 / \ / 3 4 4 3 But the f...
分类:其他好文   时间:2015-04-27 15:14:27    阅读次数:101
Android SDK开发包国内下载地址
http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/android-platform-sdk-download-mirror.html更新2015/3/11:完善了sysimg部分,增加了Level 21的x86平台sysimg链接。更新2015...
分类:移动开发   时间:2015-04-26 16:28:32    阅读次数:186
【Linux系统】磁盘划分之二LVM逻辑卷及磁盘配额
LVM逻辑卷的创建和管理与磁盘配额首先解释一下LVM卷分为PV(physicalVolume)物理卷、VG(VolumeGroup)卷组、LV(LogicalVolume)逻辑卷。VG与LV都可以动态添加或移除。建立LVM逻辑卷是为了更好的利用磁盘空间,防止人为的恶意破坏。PV卷作用是LVM的基本存储设备。PE是PV卷的..
分类:系统相关   时间:2015-04-26 09:35:46    阅读次数:226
hdu 1509 Windows Message Queue
考察优先队列,不过要注意优先队列的优先排序是不稳定排序,解决方法和自定义排序一样,再添加一个参数即可 #include #include using namespace std; string cmd; struct stu { string name; int p,lv,num; friend bool operator<(stu x,stu y) { if(x.lv==y.lv)...
分类:Windows程序   时间:2015-04-22 22:21:33    阅读次数:159
jenkins notes
1. downloadhttp://mirror.xmission.com/jenkins/war/1.610/jenkins.war2. install and runnohup java -jar jenkins.war --httpPort=9000 &3. mail ext pluginin...
分类:其他好文   时间:2015-04-21 14:25:53    阅读次数:92
rpmfusion 的国内大学 NEU 源配置
这里仅以安装 free 部分为例。其实方法与 [Fedora 的 NEU 源配置][1] 类似。 ## 安装 rpmfusion-free-release-stable.noarch.rpm 命令行: yum localinstall --nogpgcheck http://mirror.neu.edu.cn/rpmfusion/f...
分类:其他好文   时间:2015-04-21 02:13:21    阅读次数:157
SICP: 第二章之序列操作:程序的共性
#lang racket;guo lv qi(define (filter predicate sequence) (cond ((null? sequence) '()) ((predicate (car sequence)) (cons (car sequence) ...
分类:其他好文   时间:2015-04-20 22:38:28    阅读次数:169
HDOJ 题目2857 Mirror and Light(关于直线对称点,直线交点)
Mirror and Light Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 32768/32768K (Java/Other) Total Submission(s) : 1   Accepted Submission(s) : 1 Problem Description The light travels...
分类:其他好文   时间:2015-04-20 18:28:32    阅读次数:126
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!