# SE-Pair **Repository Path**: realssd/se-pair ## Basic Information - **Project Name**: SE-Pair - **Description**: 2023-北航计算机学院敏捷软件工程结对编程作业仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-12 - **Last Updated**: 2024-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SE-Pair #### 介绍 2023-北航计算机学院敏捷软件工程结对编程作业仓库 计算输入的最长英语单词链的程序 #### 软件架构 ```shell ├─bin # 可执行文件 │ └─PyQt5 │ └─Qt │ ├─bin │ ├─plugins │ │ ├─bearer │ │ ├─iconengines │ │ ├─imageformats │ │ ├─platforms │ │ ├─platformthemes │ │ └─styles │ └─translations ├─src # 源码 │ ├─element │ ├─exception │ ├─include │ └─tool └─test # 测试 ``` #### 使用说明 1. 命令行程序为 bin/WordList.exe 2. GUI程序为 guibin/WordList.exe 3. 运行时WorkDirectory下需要有libCore.dll