05 2024 档案
摘要:数据: 目标主要是用求出N0、μ、Dm 把之前那个雨水含量的代码改一改 #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: raincontent.py @time: 2024/05/23 @desc: """
阅读全文
摘要:直接上代码: #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: dryzhexian.py @time: 2024/05/16 @desc: """ import pandas as pd import mat
阅读全文
摘要:直接上代码 #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: zhexiantu.py @time: 2024/05/10 @desc: """ import pandas as pd import matpl
阅读全文
摘要:雨滴谱仪选择,行为速度,列为尺度 那么我只留下我需要的d列数据,删除不需要的列: # -*- coding:utf-8 -*- """ @author: suyue @file: deletlie.py @time: 2024/05/01 @desc: """ import numpy as np
阅读全文