# 作业 **Repository Path**: zsjfncs/task ## 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**: 2020-11-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 这是实现命令行文本计数统计的程序。能正确统计导入的纯英文txt文本中的字符数,单词数,句子数。 用法 具体命令行界面要求如下: 命令模式: wc.exe [参数] [文件名] 例:wc.exe -s file.txt 统计字符数 wc.exe -w file.txt 统计单词数 在运行界面中输入“-s file.txt”表示统计txt文件中的字符总数; 在运行界面中输入“-w file.txt”表示统计txt文件中的单词总数; 在运行界面中输入“-j file.txt”表示统计txt文件中的句子总数; 文件列表及说明: 1、V0.1.cpp;(空项目) 2、V0.2.cpp(基础功能)(基本能够实现英语文本中的字符数、单词数和句子数的统计); 3、1.txt(测试文件); 4、test.jpg(测试结果)