/** linux 2.6.37-3.8.8 - x86* @rikiji** requires
System.map and /dev/ptmx* this: http://zmbs.net/~rikiji/perf_ptmx.c* original:
http://fucksheep.org/~...
分类:
其他好文 时间:
2014-06-13 08:41:02
阅读次数:
362
Map接口不是Collection接口的继承。Map接口用于维护键/值对(key/value
pairs)。该接口描述了从不重复的键到值的映射。 (1) 添加、删除操作: Object put(Object key, Object value):
将互相关联的一个关键字与一个值放入该映像。如果该.....
分类:
编程语言 时间:
2014-06-13 00:12:27
阅读次数:
336
原题地址:https://oj.leetcode.com/problems/trapping-rain-water/题意:Givennnon-negative
integers representing an elevation map where the width of each bar is ...
分类:
移动开发 时间:
2014-06-12 23:35:22
阅读次数:
409
二叉搜索树的基本实现。 1 /* 2 Date: 2014-04-29 3 purpose: An
implementation of MAP using binary search tree. 4 */ 5 6 #ifndef
CUSTOMIZED_MAP_H 7 #define CUST...
分类:
其他好文 时间:
2014-06-12 15:59:38
阅读次数:
404
类层次关系如下:Collection├List│├LinkedList│├ArrayList│└Vector│ └Stack└SetMap├Hashtable├HashMap└WeakHashMap下面来分别介绍Collection接口
Collection是最基本的集合接口,一个Collecti....
分类:
编程语言 时间:
2014-06-12 10:01:52
阅读次数:
290
一、Bing Maps 介绍Bing
Maps是微软公司推出的Bing服务中线上地图服务。使用它,可以在网络浏览器中观察到世界上的每一个角落。它的原名叫做“MSN Virtual
Earth”,在微软推出了 Windows Live 后它被改进后更名为Live Search Maps并整合到了 Wi...
分类:
其他好文 时间:
2014-06-10 20:57:03
阅读次数:
350
不知从何时开始,百度禁止或者减少了用户在搜索栏中使用“site”这样的关键字进行百度云盘的内容搜索。比如:但是如果是使用bing或是google还是可以搜索出这两个大咖的爬虫缓存过的信息,如bing的缓存记录:小谷由于XX原因,让我大中华和谐了,反正我现在的网络是进不去,就不演示了。但是你直接单击连...
分类:
其他好文 时间:
2014-06-10 16:48:42
阅读次数:
269
用比对软件,如bwa, bowtie, 进行比对后产生的结果,一般为sam 或 bam
格式。bam是sam的二进制文件。下面用实例介绍一下sam文件格式:sam 分为headersection (@开头)和 alignment
section(一般分为11列), 下图为一个sam文件的前半部分:h...
分类:
其他好文 时间:
2014-06-10 16:44:04
阅读次数:
238
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* 创建日期:2014年6月9日 17:23:29
...
分类:
其他好文 时间:
2014-06-10 07:14:48
阅读次数:
164