上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 407 下一页
摘要: Linux 中 sed命令 h和H选项的应用 阅读全文
posted @ 2024-10-28 10:55 小鲨鱼2018 阅读(37) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c ## 测试c程序 #include <stdio.h> int main(void) { int i,j,k; int v1[4][3]; int v2[3][4]; int v3 阅读全文
posted @ 2024-10-28 00:06 小鲨鱼2018 阅读(78) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c ## 测试c程序 #include <stdio.h> int main(void) { int i,j; int v[4][3]; for(i = 0; i < 4; i++) 阅读全文
posted @ 2024-10-27 22:31 小鲨鱼2018 阅读(34) 评论(0) 推荐(0)
摘要: 001、去EBI找数据,以SRA号SRR1342456为例: 官网:https://www.ebi.ac.uk/ena/browser/home a、 b、 c、 d、 002、开始下载 [b20223040323@admin2 x_ljx_test]$ ls [b20223040323@admin 阅读全文
posted @ 2024-10-27 22:01 小鲨鱼2018 阅读(173) 评论(0) 推荐(0)
摘要: 001、 m * n的矩阵; m行 n列的矩阵。 n * x的矩阵; n行, 列的矩阵。 左侧矩阵的列数等于右侧矩阵的行数时才有意义。 成绩结果:m行,x列,结果为左侧矩阵的行数,右侧矩阵的列数。 阅读全文
posted @ 2024-10-27 11:07 小鲨鱼2018 阅读(31) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# cat -A a ## 测试文本 1 2$ 3 4$ 5 6$ 7 8$ [root@PC1 test]# awk '{print "$1="$1; getline; print "$2="$2}' a ## getline 会读入下一行,并对下一行按照a 阅读全文
posted @ 2024-10-27 02:08 小鲨鱼2018 阅读(51) 评论(0) 推荐(0)
摘要: 声明是不赋值; 初始化是给数组元素赋值。 001、 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c ## 测试c程序 #include <stdio.h> int main(void) { int ay[3]; // 声明,不赋值 int 阅读全文
posted @ 2024-10-27 01:43 小鲨鱼2018 阅读(58) 评论(0) 推荐(0)
摘要: Animal domestication in the eraof ancient genomics 阅读全文
posted @ 2024-10-27 01:26 小鲨鱼2018 阅读(18) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls a.txt [root@PC1 test]# cat a.txt ## 测试文本 1 01 02 03 04 2 05 06 07 08 3 09 10 11 12 4 13 14 15 16 5 17 18 19 20 6 21 22 23 24 阅读全文
posted @ 2024-10-27 00:48 小鲨鱼2018 阅读(30) 评论(0) 推荐(0)
摘要: xxxx 阅读全文
posted @ 2024-10-27 00:48 小鲨鱼2018 阅读(27) 评论(0) 推荐(0)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 407 下一页