# 软件工程实验一 **Repository Path**: linyvyin/experiment-one ## Basic Information - **Project Name**: 软件工程实验一 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-27 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 软件工程实验一 ## 项目说明 实现两个编程任务: 1. 最大子数组和问题 2. 素数查找程序 ## 文件结构 src/ ├── max_subarray.py # 最大子数组和实现 └── prime_numbers.py # 素数查找实现 tests/ └── test_programs.py # 测试程序