摘要:
python后处理一维epoch数据 import sdf_helper as sh import matplotlib.pyplot as plt import numpy as np from plasmapy.formulary.densities import critical_densit
阅读全文
posted @ 2024-12-23 22:30
Stronger_happier
阅读(58)
推荐(0)
摘要:
出版社:iop, aip, aps等 作图时设置成相对通用的尺寸和规范可以免去许多麻烦,大到修改尺寸和颜色,小到添加(a), (b), (c)等序号。不同的工具画出来的图效果又有不同。 流程:确定子图的基本大小➡️gimp/ps中组合➡️foxit pdf中添加编号(arial, 12) 字体:Ar
阅读全文
posted @ 2024-12-04 15:53
Stronger_happier
阅读(85)
推荐(0)
摘要:
1. 后处理Epoch结果:代码及图 import sdf_helper as sh import numpy as np import matplotlib.pyplot as plt from matplotlib.ticker import MultipleLocator as ml from
阅读全文
posted @ 2022-09-15 21:13
Stronger_happier
阅读(47)
推荐(0)
摘要:
Parallel programming Open MP-Bell ● CHAPTER 1 ● Basic directives ● include a white space between the directive sentinel !$OMP and the following OpenMP
阅读全文
posted @ 2022-03-03 17:44
Stronger_happier
阅读(180)
推荐(0)
摘要:
比较有用的几个教程: https://blog.csdn.net/ly_qiu/article/details/105842416 https://blog.csdn.net/qq_27901091/article/details/76618778 错误提示: https://blog.csdn.n
阅读全文
posted @ 2021-03-06 17:01
Stronger_happier
阅读(58)
推荐(0)
摘要:
1. 查看磁盘空间大小 df -hl (disk formation) df 命令是linux系统上以磁盘分区为单位来查看文件系统的命令,后面可以加上不同的参数来查看磁盘的剩余空间信息。 所得结果: 2. 查看各个用户使用存储空间的大小 sudo du -sh /home/*df -h 查看每个根路
阅读全文
posted @ 2021-03-06 15:06
Stronger_happier
阅读(84)
推荐(0)
摘要:
破解版安装教程:https://jingyan.baidu.com/article/020278118b5ded1bcd9ce57a.html 软件介绍:http://blog.sciencenet.cn/blog-2637373-1048612.html IDL介绍:http://www2.geo
阅读全文
posted @ 2021-03-06 09:24
Stronger_happier
阅读(323)
推荐(0)
摘要:
多读大家的随笔,可以让自己变得更开阔。
阅读全文
posted @ 2021-01-04 20:53
Stronger_happier
阅读(110)
推荐(0)