自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(27)
  • 收藏
  • 关注

原创 Mac gfortran编译fortran出错

Mac 编译fortran出错ld: unsupported tapi file type '!tapi-tbd' in YAML file

2024-12-17 16:57:10 451

原创 MacOS Sequoia安装geant4.10.07

macos安装geant4

2024-09-27 10:44:19 737 1

原创 成年人体内放射性核素的活度

IsotopeHalf Life(years)(grams)(grams)the Body1404,340Carbon 145,7303,0800.7600Lead 21022.31512.437Radium 2285.76Radium 2261,620。

2024-09-26 17:08:27 186

原创 几种伽马探测器比较

BGO时间分辨ns。

2024-04-12 15:29:16 320

原创 C++文件读写ifstream, ofstream

https://cplusplus.com/doc/tutorial/files/

2023-12-29 10:36:48 408

原创 数值的量级

Order of magnitude

2023-12-17 11:38:27 134

原创 C-14鉴年法原理

2023-12-17 11:09:10 88

原创 geant4颜色默认设置

BlueRedGreenneutral[e-/red;e+/blue;

2023-04-12 17:25:35 290

原创 辐射的穿透能力(图片from NIDC)

2022-05-29 10:35:37 149

原创 生育指南(写给临产准妈妈)

生育指南,from Baby center (https://www.babycenter.com/pregnancy/your-body/stages-of-labor_177)第一阶段(Early labor):典型持续时间:1小时左右现象:1,有规律的宫缩,每4-5分钟宫缩持续40-60秒2,宫缩相对较缓和3,可能会出血或羊水破裂4,子宫口在该阶段开口约6 cm建议:1,休息,你可以闭目养神或小憩一会儿2,放松,你可以做一些放松的运动,走一走或看看电影,电视剧3,喝一些

2022-02-23 11:03:10 522

原创 球坐标系极角,方位角的定义

2021-08-27 18:04:59 10420 1

原创 光子/粒子的波长,频率及能量的对应表

2021-08-26 21:43:57 6622

原创 一定能量的粒子,其速度与光速的比较,计算公式

v/c = sqrt(1-pow(1/(1+Ek/m0c^2),2))

2021-07-06 17:34:11 1535

原创 核物理历史大事件时间表

1932年,詹姆斯·查德威克发现中子1936年,德国物理学家卡尔·冯·魏茨泽克给出了同核异能素的合理的解释1949年,原子核壳模型由玛丽亚·梅耶以及奥托·哈克塞尔、汉斯·詹森和汉斯·休斯独立建立...

2021-05-21 10:15:32 468

原创 半衰期用能量宽度来表示

Very short time, only the total level width can be measured and the half-life is deduced by means of equation:

2021-04-22 18:44:28 259

原创 efjo

https://gist.github.com/Mahedi-61/2a2f1579d4271717d421065168ce6a73

2021-04-20 18:49:45 174

原创 ef

https://medium.com/@exesse/cuda-10-1-installation-on-ubuntu-18-04-lts-d04f89287130

2021-04-20 18:39:36 208

原创 CentOS Linux release 7.8.2003 (Core)下安装geant4.10.06.p02

安装cmake,gcc,xerces-c下载geant4源文件并解压在源文件解压文件夹目录层新建geant4.10.06.p02_build和geant4.10.06.p02_install文件夹cd geant4.10.06.p02_build中cmake -DCMAKE_INSTALL_PREFIX=/root/Downloads/geant4.10.06.p02_install -DGEANT4_USE_QT=ON -DGEANT4_USE_XM=ON -DGEANT4_USE_OP.

2020-08-02 08:15:50 1343

转载 intel parallel xe安装后设置环境变量

5.设置环境变量 编辑/opt/intel/intel2019u5.sh文件,内容如下 source /opt/intel/compilers_and_libraries/linux/bin/compilervars.sh intel64source /opt/intel/mkl/bin/mklvars.sh intel64source /opt/intel/impi/2019.5.281/intel64/bin/mpivars.sh 以上设置了intel 编译器,int

2020-07-24 12:08:06 2351 1

原创 服务器相关命令

1,新建一个用户;#useradd xxx (xxx为你要新建的用户名)2,为新用户设置密码;#passwd xxx (xxx为你要新建的用户名)查看有哪些用户cat /etc/passwd |cut -f 1 -d:

2020-07-13 23:04:58 657 1

原创 大学物理-热学-教学总结

热力学第零定律:A=B=C 热力学第一定律:Q=E+A 热力学第二定律:S>0 热力学第三定律:绝对零度不能达到 理想气体模型 理想气体状态方程:PV=nRT 能量均分定理 麦克斯韦速率分布函数 范德瓦尔兹方程 准静态过程,等温,等体,绝热...过程 热容 P-V图,P-T图 循环过程,奥托循环,卡诺循环 热力学概率 玻尔兹曼熵公式 克劳修斯熵公式 温熵图...

2019-10-25 10:52:29 1755

原创 核物理名词解释-Nuclides, isobars, isotopes, isotones, isomer, isospin

1 Nuclides with same mass number A are called as isobars. Isotopes are nuclides with the same Z and isotones are nuclideswith the same N.2 The isospin of the ground state of a nucleus is defined by (N...

2018-07-06 16:32:33 657

原创 一个python读取cvs文件并处理画图的程序

import csv from matplotlib import pyplot as plt from datetime import datetime #读取CSV文件数据 filename='sitka_weather_2014.csv' with open(filename) as f: #打开这个文件,并将结果文件对象存储在f中 reader=csv.re...

2018-06-10 00:15:13 14701 2

原创 python 画函数曲线

import numpy as npimport matplotlib.pyplot as plt x = np.linspace(0, 2 * np.pi, 100)y1, y2 = np.sin(x), np.cos(x) plt.plot(x, y1)plt.plot(x, y2) plt.title('line chart')plt.xlabel('x')plt.yl...

2018-06-09 23:07:24 14548 5

原创 pandas读csv文件,任意两列线图

import pandas as pdimport matplotlib.pyplot as pltdatt=pd.read_csv('data_test1.csv',usecols=[1,2],index_col=[0])print(datt)plt.plot(datt)其中csv文件为date, items, price4, 5, 325, ...

2018-06-09 16:42:18 1800

原创 pandas读取股票文件,以日期为index输出

import pandas as pddatt=pd.read_csv('D:\python_prj_1\s0000001.csv',encoding='gbk', usecols=['日期','股票代码','名称','成交金额'],parse_dates=['日期'], index_col='日期')#datt=datt.s...

2018-06-08 16:38:06 1293

原创 python中pandas读文件,有中文字符

后面要加encoding='gbk'import pandas as pddatt=pd.read_csv('D:\python_prj_1\data_1.txt',encoding='gbk')print(datt)

2018-06-05 14:18:52 8678

CentOS,Red Hat 7.4,yum源文件

系统如下: NAME="Red Hat Enterprise Linux Server" VERSION="7.4 (Maipo)" ID="rhel" ID_LIKE="fedora" VARIANT="Server" VARIANT_ID="server" VERSION_ID="7.4" PRETTY_NAME="Red Hat Enterprise Linux Server 7.4 (Maipo)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:redhat:enterprise_linux:7.4:GA:server" HOME_URL="https://www.redhat.com/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7" REDHAT_BUGZILLA_PRODUCT_VERSION=7.4 REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"

2024-05-17

ubuntu /home/xxx/.vimrc

ubuntu /home/xxx/.vimrc

2024-05-17

sitka-weather-2014.csv

sitka-weather-2014.csv

2024-05-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除