摘要: 001、简单测试 [root@PC1 test1]# ls a.txt [root@PC1 test1]# cat a.txt ## 测试数据 01 02 03b 34 05 86 87a 98 09 10 41b 12 13 54 15i 16 17 18 19a 20 [root@PC1 tes 阅读全文
posted @ 2024-11-05 23:54 小鲨鱼2018 阅读(143) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test1]# ls a.txt [root@PC1 test1]# cat a.txt ## 测试数据 fasp.sra.ebi.ac.uk:/vol1/fastq/SRR131/072/SRR13178372/SRR13178372.fastq.gz;fasp.sr 阅读全文
posted @ 2024-11-05 16:04 小鲨鱼2018 阅读(87) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c #include <stdio.h> int main(void) { double tensu[2][4][3] = {{{3,4,2},{2,4,4},{2,4,3},{1,5 阅读全文
posted @ 2024-11-05 08:51 小鲨鱼2018 阅读(103) 评论(0) 推荐(0)