bwa,即Burrows-Wheeler-Alignment Tool 用法: 在进行 reads 的比对前,需要对 fasta 文件构建 FM-index。 参考来源: http://www.chenlianfu.com/?p=2103 ...
分类:
其他好文 时间:
2019-10-10 12:41:33
阅读次数:
258
人脸识别:mtcnn (依赖opencv和tensorflow) 人脸对齐:face-alignment 国内镜像: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技 ...
分类:
其他好文 时间:
2019-10-09 09:23:58
阅读次数:
399
短文本匹配&自然语言推理模型 ESIM "参考博客" 论文链接:http://tongtianta.site/paper/11096 一、 原理 ESIM,简称 “Enhanced LSTM for Natural Language Inference“。顾名思义,一种专为自然语言推断而生的加强版 ...
分类:
其他好文 时间:
2019-10-03 20:12:07
阅读次数:
107
一、一般准则 FONT : TIMES NEW ROMAN SIZE : 12 DOUBLE-SPACING INDENT : 1/2 TEXT ALIGNMENT: LEFT 底稿中的字体设置成12号衬线字体,比如Times New Roman。把数字符号设置成滑体字体,比如Arial。 把整个原 ...
分类:
其他好文 时间:
2019-10-03 12:43:43
阅读次数:
924
给tableviewcell的textlabel上文字的前两个字符添加颜色: 参考文章: https://www.meiwen.com.cn/subject/fdcgwftx.html https://www.hangge.com/blog/cache/detail_528.html ...
分类:
编程语言 时间:
2019-09-29 09:28:28
阅读次数:
117
1.swift 开发 - NSDictionary与NSData互转、Dictionary与Data互转 https://blog.csdn.net/SuperMageHuang/article/details/54963236 1、NSDictionary转NSDatalet data:NSDat ...
分类:
编程语言 时间:
2019-09-27 23:23:50
阅读次数:
156
原文:WPF图片,DataGrid等实现圆角 ... ...
#include <ddk/ntddk.h> static VOID STDCALLmy_unload( IN PDRIVER_OBJECT DriverObject ) {} NTSTATUS STDCALLDriverEntry( IN PDRIVER_OBJECT DriverObject, ...
分类:
其他好文 时间:
2019-09-17 17:38:12
阅读次数:
107
DataGridView1.ColumnHeadersDefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter '标题居中 DataGridView1.RowsDefaultCellStyle.Alignment = ...