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