2025年6月22日

摘要: 💡解答 关于numpy、scipy、pandas、matplotlib的读书报告 基本函数用法 • numpy:介绍numpy数组的创建,如numpy.array()将列表转换为数组;数组的基本属性,像shape获取数组形状,dtype查看数据类型。阐述数组的运算,如算术运算(加、减、乘、除等)、 阅读全文
posted @ 2025-06-22 11:08 到底该起什么名字 阅读(8) 评论(0) 推荐(0)
 
摘要: import pygame import random 初始化 Pygame pygame.init() 游戏窗口设置 WIDTH, HEIGHT = 600, 400 screen = pygame.display.set_mode((WIDTH, HEIGHT)) pygame.display. 阅读全文
posted @ 2025-06-22 09:51 到底该起什么名字 阅读(6) 评论(0) 推荐(0)
 
摘要: import jieba from collections import defaultdict 定义西游记人物的不同称呼映射 character_aliases = { "孙悟空": ["悟空", "孙行者", "美猴王", "齐天大圣", "斗战胜佛"], "唐僧": ["玄奘", "唐三藏", 阅读全文
posted @ 2025-06-22 09:02 到底该起什么名字 阅读(15) 评论(0) 推荐(0)
 

2025年5月25日

摘要: ![](https://img2024.cnblogs.com/blog/3612587/202505/3612587-20250525195827342-244552533.png) 阅读全文
posted @ 2025-05-25 19:58 到底该起什么名字 阅读(9) 评论(0) 推荐(0)
 

2025年5月18日

摘要: ![](https://img2024.cnblogs.com/blog/3612587/202505/3612587-20250518151604356-1414696428.png) ![](https://img2024.cnblogs.com/blog/3612587/202505/3612587-20250518151619554-1746890350.png) ![](https:// 阅读全文
posted @ 2025-05-18 15:16 到底该起什么名字 阅读(7) 评论(0) 推荐(0)
 

2025年4月20日

摘要: ![](https://img2024.cnblogs.com/blog/3612587/202504/3612587-20250420200012492-527626803.png) ![](https://img2024.cnblogs.com/blog/3612587/202504/3612587-20250420200015850-1587315238.png) 阅读全文
posted @ 2025-04-20 20:00 到底该起什么名字 阅读(22) 评论(0) 推荐(0)
 

2025年4月6日

摘要: target = 425 guess = 0 cishu = 0 while guess != target: guess = eval(input('请输入一个猜测的整数(1至1000):')) if guess > target: print('猜大了') cishu = cishu + 1 p 阅读全文
posted @ 2025-04-06 19:20 到底该起什么名字 阅读(12) 评论(0) 推荐(0)
 

2025年3月30日

摘要: ![](https://img2024.cnblogs.com/blog/3612587/202503/3612587-20250330191327593-808617737.png) ![](https://img2024.cnblogs.com/blog/3612587/202503/3612587-20250330191337844-422182418.png) ![](https://im 阅读全文
posted @ 2025-03-30 19:14 到底该起什么名字 阅读(7) 评论(0) 推荐(0)
 

2025年3月23日

摘要: ![](https://img2024.cnblogs.com/blog/3612587/202503/3612587-20250323195029390-893380031.png) ![](https://img2024.cnblogs.com/blog/3612587/202503/3612587-20250323195057356-791942640.png) ![](https://im 阅读全文
posted @ 2025-03-23 19:51 到底该起什么名字 阅读(18) 评论(0) 推荐(0)
 

2025年3月16日

摘要: ![](https://img2024.cnblogs.com/blog/3612587/202503/3612587-20250316214005950-60342439.png) 阅读全文
posted @ 2025-03-16 21:40 到底该起什么名字 阅读(23) 评论(0) 推荐(0)