摘要: ![ScreenShot_2025-10-17_155032_725](https://img2024.cnblogs.com/blog/3608537/202510/3608537-20251017155053165-1704348578.png) 阅读全文
posted @ 2025-10-17 15:50 YMH^_^ 阅读(4) 评论(0) 推荐(0)
摘要: NumPy基本函数用法 NumPy是Python中用于科学计算的基础库,提供了强大的多维数组对象和各种派生对象。 基本数组操作 创建数组 import numpy as np arr1 = np.array([1, 2, 3, 4, 5]) # 一维数组 arr2 = np.array([[1, 2 阅读全文
posted @ 2025-06-21 17:40 YMH^_^ 阅读(16) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3608537/202506/3608537-20250621171531800-1563076085.png) 阅读全文
posted @ 2025-06-21 17:15 YMH^_^ 阅读(4) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3608537/202506/3608537-20250621165736608-2073313428.png) 阅读全文
posted @ 2025-06-21 16:57 YMH^_^ 阅读(4) 评论(0) 推荐(0)
摘要: 在本次基于Pygame开发植物大战僵尸游戏的实践过程中,我对游戏开发有了更深入的认识和理解。通过这个项目,不仅巩固了Python编程基础,更重要的是掌握了游戏开发的基本流程和实现方法。 在技术层面,我系统性地学习了Pygame库的使用方法,包括游戏窗口的创建、事件处理机制、图形渲染等核心功能。通过面 阅读全文
posted @ 2025-06-21 15:50 YMH^_^ 阅读(11) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3608537/202506/3608537-20250617223157340-1864840279.png) ![](https://img2024.cnblogs.com/blog/3608537/202506/3608537-20250617223204439-2019902718.png) 阅读全文
posted @ 2025-06-17 22:32 YMH^_^ 阅读(2) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3608537/202505/3608537-20250525215709574-362645616.png) ![](https://img2024.cnblogs.com/blog/3608537/202505/3608537-20250525215716088-1962366663.png) ![](https://i 阅读全文
posted @ 2025-05-25 21:57 YMH^_^ 阅读(7) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3608537/202505/3608537-20250517202127277-421333235.png) ![](https://img2024.cnblogs.com/blog/3608537/202505/3608537-20250517202139206-1993716092.png) ![](https://i 阅读全文
posted @ 2025-05-17 20:22 YMH^_^ 阅读(14) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3608537/202504/3608537-20250420190553847-295476133.png) ![](https://img2024.cnblogs.com/blog/3608537/202504/3608537-20250420190602737-704839527.png) ![](https://im 阅读全文
posted @ 2025-04-20 19:06 YMH^_^ 阅读(4) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3608537/202504/3608537-20250412215704818-1913482370.png) 阅读全文
posted @ 2025-04-12 21:56 YMH^_^ 阅读(6) 评论(0) 推荐(0)