摘要: 基于8核心8线程的i7-9700F测试线程数对执行效率的影响 阅读全文
posted @ 2023-07-11 14:31 ddzhen 阅读(54) 评论(0) 推荐(0) 编辑
摘要: python-logging将日志写入文件的参考代码 阅读全文
posted @ 2023-06-26 15:29 ddzhen 阅读(31) 评论(0) 推荐(0) 编辑
摘要: from PIL import Image import numpy as np colors = [(255, 255, 255),(0, 255, 0), (255, 0, 0), (0, 0, 255),(255, 255, 0), (255, 0, 255), (0, 255, 255), 阅读全文
posted @ 2023-03-16 11:59 ddzhen 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 基于python PIL Image进行图像填充 阅读全文
posted @ 2023-03-06 11:22 ddzhen 阅读(47) 评论(0) 推荐(0) 编辑
摘要: from faker import Faker rn = lambda ftype: f"{Faker().file_name(extension=ftype):>012}" fname = rn("jpg") 阅读全文
posted @ 2023-02-06 09:50 ddzhen 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 基于Python的轮盘赌选择 阅读全文
posted @ 2022-10-31 17:01 ddzhen 阅读(233) 评论(0) 推荐(0) 编辑
摘要: ArcGIS翻转线的方向,1)进入编辑状态,2)双击需要翻转的线路(进入vertices编辑状态),3)右键,选择flip,如图 阅读全文
posted @ 2022-06-10 18:04 ddzhen 阅读(1506) 评论(0) 推荐(0) 编辑
摘要: 基于numpy和pandas实现的ISODATA算法实现 阅读全文
posted @ 2022-05-16 16:52 ddzhen 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 图片、GIF和MP4的相互转换 阅读全文
posted @ 2022-04-07 16:10 ddzhen 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 对一堆点进行精简,距离较近的点保留一个 阅读全文
posted @ 2022-04-01 18:22 ddzhen 阅读(17) 评论(0) 推荐(0) 编辑