11 2021 档案
摘要:echo 'export PATH="/home/vip47/biosoft/samtools-1.9/bin:$PATH" ' >>~/.bashrc source ~/.bashrc
阅读全文
摘要:struct myhash { int *s; ull *h,*qp; ll *p,len,*val; void init(vector<int> &path) { len=path.size(); for(int i=0;i<path.size();i++) { s[i+1]=path[i]; }
阅读全文
摘要:struct point{ double x,y; point(double _x=0,double _y=0){ x=_x,y=_y; } point operator+ (const point& a) const{ return point(x+a.x,y+a.y); } point oper
阅读全文

浙公网安备 33010602011771号