最近看C# 并发编程··,这里做一下总结··多线程,异步,并行,大部分都是最近看C#并发编程这个书涉及到的··这里仅仅列出实现方式,书里边介绍的其他的东西没有设计比如取消操作,同步操作,集合之类的东西 线程:Thread,ThreadPool,BackgroundWorker, Thread 可以又 ...
12050 - Palindrome Numbers Time limit: 3.000 seconds A palindrome is a word, number, or phrase that reads the same forwards as backwards. For example, ...
分类:
其他好文 时间:
2017-07-03 22:25:31
阅读次数:
170
It has been said that a watch that is stopped keeps better time than one that loses 1 second per day. The one that is stopped reads the correct time t ...
分类:
其他好文 时间:
2017-07-03 21:15:35
阅读次数:
230
A palindrome is a word, number, or phrase that reads the same forwards as backwards. For example,the name “anna” is a palindrome. Numbers can also be ...
分类:
其他好文 时间:
2017-07-03 20:00:11
阅读次数:
153
A palindrome is a word, number, or phrase that reads the same forwards as backwards. For example, the name “anna” is a palindrome. Numbers can also be ...
分类:
其他好文 时间:
2017-07-03 19:14:00
阅读次数:
123
运维与自动化系列④自动化部署基础与git 自动化部署基础与git 一:上一篇的代码是保存在本地,但是在生产环境当中是由版本控制进行代码管理,以便于发布代码和回滚,一般是使用gitlib比较多,另外还有用svn的公司,趋势是git为主,因此本文以git为使用对象 1.1:在git服务器新建一个web组 ...
分类:
其他好文 时间:
2017-07-03 13:58:42
阅读次数:
190
1.contig:A contig (from contiguous) is a set of overlapping DNA segments that together represent a consensus region of DNA 从reads拼接出来的更长的序列。 2.k-mer:k ...
分类:
其他好文 时间:
2017-07-02 16:19:51
阅读次数:
247
概述:tophat是以bowtie2为核心的一款比对软件。 tophat工作分两步: 1.将reads用bowtie比对到参考基因组上。 2.将unmapped-reads打断成更小的fragments,比对到参考基因组上,如果比对成功,建立剪切点。 用法:tophat [options]* <in ...
分类:
其他好文 时间:
2017-07-01 23:24:25
阅读次数:
362
bowtie2的功能:短序列的比对 用法:bowtie2 [options]* -x <bt2-idx> {-1 <m1> -2 <m2> | -U <r>} [-S <sam>] -x <bt2-idx>:参考基因组的索引路径 {-1 <m1> -2 <m2> | -U <r>}:比对的reads ...
分类:
其他好文 时间:
2017-07-01 23:22:25
阅读次数:
374
unique reads:在参考组上只有一个匹配点 multi-mapping reads:在参考组上有多个匹配点 下面是tophat的一个结果案例: the quantity of unique reads :25159791-1027691= the quantity of multi-mapp ...
分类:
移动开发 时间:
2017-07-01 17:14:54
阅读次数:
398