随笔分类 -  Python

摘要:求数列前n项和--Python实现 阅读全文
posted @ 2020-08-06 20:59 DJames23 阅读(1304) 评论(0) 推荐(0)
摘要:二分查找、插值查找、斐波那契查找Python实现 阅读全文
posted @ 2020-07-31 10:12 DJames23 阅读(227) 评论(0) 推荐(0)
摘要:将CrowdHuman数据集标注格式转换为YOLOv3可以使用的COCO格式 阅读全文
posted @ 2020-07-29 10:37 DJames23 阅读(2768) 评论(0) 推荐(0)
摘要:排序算法Python实现,冒泡、选择、插入、希尔交换式、希尔移位式、归并、快速、基数、堆排序 阅读全文
posted @ 2020-06-25 11:25 DJames23 阅读(196) 评论(0) 推荐(0)
摘要:统计2019年数学建模比赛6道赛题每个大学的获奖情况 阅读全文
posted @ 2020-04-19 10:14 DJames23 阅读(838) 评论(0) 推荐(0)
摘要:openpyxl统计2019年数学建模竞赛获奖情况 阅读全文
posted @ 2020-04-18 15:51 DJames23 阅读(423) 评论(0) 推荐(0)
摘要:1 import cv2 2 import os 3 4 video_path = './video' 5 out_frame_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'frame_output') 6 if n 阅读全文
posted @ 2020-04-15 16:24 DJames23 阅读(547) 评论(0) 推荐(0)