会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
秋刀鱼CCC
Never be ashamed of trying
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
2
3
4
5
6
7
8
9
10
下一页
2024年7月5日
python 飞机作业路线3D展示
增雨飞机作业路线是excel形式存储的文件,里面有经度、纬度、作业高度的信息,画一个作业路线的3d图 代码如下: #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: shiyan.py @time: 2024/0
Read More
posted @ 2024-07-05 10:53 秋刀鱼CCC
Views(87)
Comments(0)
Diggs(0)
2024年6月24日
python 查看风云4a二级数据云顶温度(CTT)数据
用中国区的数据,查看风云4a的云顶温度 #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: CTT.py @time: 2024/06/12 @desc: """ import netCDF4 from netC
Read More
posted @ 2024-06-24 10:56 秋刀鱼CCC
Views(286)
Comments(0)
Diggs(0)
python画出的图片设置单独弹窗
我用python画图pycharm总是右边弹窗,看起来很别扭,想让它正中央显示,并且有保存按钮 修改流程(借鉴yuanyuan_zyy的方法): 结果:
Read More
posted @ 2024-06-24 10:35 秋刀鱼CCC
Views(362)
Comments(0)
Diggs(0)
2024年6月11日
python 雨滴谱gamma分布飞机作业前中后变化情况
数据: 目标做雨滴谱gamma分布,作业中、作业后1h、作业后2h 代码如下: #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: raincontent.py @time: 2024/05/23 @desc:
Read More
posted @ 2024-06-11 16:55 秋刀鱼CCC
Views(151)
Comments(0)
Diggs(0)
2024年5月29日
雨滴谱gamma分布函数
数据: 目标主要是用求出N0、μ、Dm 把之前那个雨水含量的代码改一改 #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: raincontent.py @time: 2024/05/23 @desc: """
Read More
posted @ 2024-05-29 11:07 秋刀鱼CCC
Views(287)
Comments(0)
Diggs(0)
2024年5月17日
python画三个折线图并在一张图片展示出来(包括设置刻度值字体大小添加图例折线图加文字等)
直接上代码: #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: dryzhexian.py @time: 2024/05/16 @desc: """ import pandas as pd import mat
Read More
posted @ 2024-05-17 09:39 秋刀鱼CCC
Views(561)
Comments(0)
Diggs(0)
2024年5月10日
python画三条线的折线图
直接上代码 #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: zhexiantu.py @time: 2024/05/10 @desc: """ import pandas as pd import matpl
Read More
posted @ 2024-05-10 19:44 秋刀鱼CCC
Views(125)
Comments(0)
Diggs(0)
2024年5月1日
python 按时间戳删除32×32数组的前2列和后9列(包含批量处理多个txt)之后删除后6行
雨滴谱仪选择,行为速度,列为尺度 那么我只留下我需要的d列数据,删除不需要的列: # -*- coding:utf-8 -*- """ @author: suyue @file: deletlie.py @time: 2024/05/01 @desc: """ import numpy as np
Read More
posted @ 2024-05-01 17:28 秋刀鱼CCC
Views(148)
Comments(2)
Diggs(0)
2024年4月28日
python多个txt合并
txt数据是这样: 内容: #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: lianxi.py @time: 2024/04/28 @desc: """ # -*- coding:utf-8 -*- # os
Read More
posted @ 2024-04-28 17:11 秋刀鱼CCC
Views(85)
Comments(0)
Diggs(0)
2024年4月16日
python处理txt多组数据clumns、index也读入进行计算
正常情况,有些版本的numpy包能够直接计算,但是有些直接自动抹去了clumns和index一定要重新读取一下 #!usr/bin/env python # -*- coding:utf-8 -*- """ @author: Suyue @file: speedeeinsert.py @time:
Read More
posted @ 2024-04-16 15:11 秋刀鱼CCC
Views(59)
Comments(0)
Diggs(0)
上一页
1
2
3
4
5
6
7
8
9
10
下一页
公告