# 软件工程基础21 **Repository Path**: Duvor/duvor ## Basic Information - **Project Name**: 软件工程基础21 - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2021-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 软件工程基础21 #### 介绍 {实现一个命令行文本计数统计程序。能正确统计导入的纯英文txt文本中的字符数,单词数,句子数。 具体命令行界面要求如下: 命令模式: wc.exe [参数] [文件名] 例:wc.exe -c file.txt 统计字符数} 使用方法: 输入wc.exe -z为统计字符数,-w为统计单词数,-j为统计句子数 输入文件 文件说明: v0.2 项目完成基础功能 截图为完成结果