会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小鲨鱼2018
博客园
首页
新随笔
联系
订阅
管理
2026年8月6日
不完全谱系排序
摘要: 001、 不完全谱系排序 a、 b、 。 造成不完全谱系排序的关键点在于:物种快速分化(大猩猩分化出来和人类-黑猩猩公共祖先继续分化之间时间太短,没有经过遗传漂变固定导致人类-黑猩猩共同祖先还处于多态状态就开始继续分化,造成进化基因随机固定)。 ILS: 在多个物种形成之前,它们的共同祖先群体中已经
阅读全文
posted @ 2026-08-06 17:33 小鲨鱼2018
阅读(4)
评论(0)
推荐(0)
2026年8月3日
fortran 中 矩阵乘法
摘要: 001、 [root@rocky01 fortran]# ls test01.f90 [root@rocky01 fortran]# cat test01.f90 ## 测试程序 program test01_fortran implicit none integer :: ay1(2,2) int
阅读全文
posted @ 2026-08-03 17:06 小鲨鱼2018
阅读(5)
评论(0)
推荐(0)
2026年8月1日
linux 中 sed命令单引号文本 前添加转义字符
摘要: 001、 [root@rocky01 test02]# ls a.txt [root@rocky01 test02]# cat a.txt 01 02 03 04 05 06 ab'07 08 09 10 11 12 13 ab'14 15 16 17 18 19 20 [root@rocky01
阅读全文
posted @ 2026-08-01 22:06 小鲨鱼2018
阅读(5)
评论(0)
推荐(0)
2026年7月31日
linux 中 将目录的深蓝色 改为 cyan色
摘要: 001、 [root@rocky01 ~]# ls anaconda-ks.cfg Documents intel Pictures Templates Desktop Downloads Music Public Videos [root@rocky01 ~]# export LS_COLORS=
阅读全文
posted @ 2026-07-31 18:10 小鲨鱼2018
阅读(3)
评论(0)
推荐(0)
2026年7月28日
linux 中 awk单引号 匹配的处理
摘要: 001、 linux 中047 代表单引号 [root@rocky01 test02]# ls a.txt [root@rocky01 test02]# cat a.txt 1 aaa 2 b'bb 3 ccc 4 ddd 5 eee [root@rocky01 test02]# awk '$2 =
阅读全文
posted @ 2026-07-28 23:01 小鲨鱼2018
阅读(6)
评论(0)
推荐(0)
2026年7月21日
fortran 中定义内部函数
摘要: 001、 [root@localhost test]# cat test01.f90 program test01_fortran implicit none real :: a print *, "Please input an real number: " read *, a print *,
阅读全文
posted @ 2026-07-21 09:57 小鲨鱼2018
阅读(6)
评论(0)
推荐(0)
2026年7月19日
fortran中定义常数型变量
摘要: fortran中定义常数型变量 001、 [root@localhost test]# ls test01.f90 [root@localhost test]# cat test01.f90 program test01_fortran implicit none integer :: a = 5
阅读全文
posted @ 2026-07-19 10:31 小鲨鱼2018
阅读(5)
评论(0)
推荐(0)
fortran中字符串读入函数 *,和 ‘(A)’的区别
摘要: fortran中字符串读入函数 *,和 ‘(A)’的区别 001、 [root@localhost test]# ls test01.f90 [root@localhost test]# cat test01.f90 program test01_fortran implicit none char
阅读全文
posted @ 2026-07-19 09:47 小鲨鱼2018
阅读(4)
评论(0)
推荐(0)
2026年7月16日
C语言中常用读取与输出差异
摘要: 001、 。
阅读全文
posted @ 2026-07-16 16:54 小鲨鱼2018
阅读(7)
评论(0)
推荐(0)
2026年7月11日
Linux 中 awk中逗号与分号的差异
摘要: 001、 [root@localhost test]# ls a.txt [root@localhost test]# cat a.txt EU60 AFS ANM GOA EU60 AKK ANM GOA EU60 ARI ANM GOA [root@localhost test]# awk '$
阅读全文
posted @ 2026-07-11 10:56 小鲨鱼2018
阅读(9)
评论(0)
推荐(0)
下一页
公告