# 统计程序 **Repository Path**: chen54321/statistical-program ## Basic Information - **Project Name**: 统计程序 - **Description**: 实现一个命令行文本计数统计程序。能正确统计导入的纯英文txt文本中的字符数,单词数,句子数,空行,注释行。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-26 - **Last Updated**: 2025-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 软件技术基础第二次作业 #### 介绍 这是一个命令行文本统计工具,可以分析纯英文txt文本中的字符数,单词数,句子数,空行数,注释行数。 #### 软件用法 使用方式:wc.exe [参数] [文件名] - 示例: 1. wc.exe -c file.txt # 统计字符数 2. wc.exe -w file.txt # 统计单词数 3. wc.exe -s file.txt # 统计句子数 4. wc.exe -l file.txt # 统计行数 5. wc.exe -e file.txt # 统计空行数 6. wc.exe -cm file.txt # 统计注释行数 #### 文件列表 1. README.MD 项目说明 2. WCv0.1空文件 3. WCv0.2源代码及程序 4. WCv0.2功能测试文档及其测试结果 5. WCv0.3源代码及程序 6. WCv0.3功能测试文档及其测试结果 #### 例程运行及其相关结果 ![输入图片说明](https://foruda.gitee.com/images/1761470209711606576/dbe0467b_16253040.png "微信图片_20251026171209_71_79.png") ![输入图片说明](https://foruda.gitee.com/images/1761470072135275939/4d0158ad_16253040.png "微信图片_20251026162117_57_79.png")