# Software Construction **Repository Path**: ycc1225/software-construction ## Basic Information - **Project Name**: Software Construction - **Description**: 软件构造课程专用 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-28 - **Last Updated**: 2025-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Software Construction #### 介绍 软件构造课程专用 IDE是Rider,试了下VS也能克隆正常运行 1.打印HelloWorld 2 1. 计算器,先使用generator生成数组文件保存为generator.txt在读取文件计算 2. 素数计算器 3工厂模式 使用工厂模式创建图形并计算面积,代码用Rider优化过,感觉没必要用WinForm,直接用的控制台输出