# 命令行文本计数程序 **Repository Path**: automated-wyx/daima ## Basic Information - **Project Name**: 命令行文本计数程序 - **Description**: 命令行文本计数程序 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-29 - **Last Updated**: 2024-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 命令行文本计数程序 #### 介绍 这是一个命令行文本计数统计程序,0.2可以实现统计文本的字符数。 #### 使用说明 命令模式: [程序名] [参数] [文件名] 程序名: 0.1.exe 0.2.exe 参数: -c(统计字符数) -w(统计单词数) -s(统计句子数) -a(以上所有) 文件名: [xxx].txt 例如0.2.exe -a ceshi1.txt #### 文件列表 (一)、0.1 空 (二)、0.2 能正确统计导入的纯英文txt文本中的字符数,单词数,句子数。 - 0.2.cpp - 0.2.exe - ceshi1.txt - ceshi2.txt (三)README.md #### 测试结果 输入 ![输入](https://foruda.gitee.com/images/1730186407359859644/b646269c_14978462.png "ceshi1.png") ![输入图片说明](https://foruda.gitee.com/images/1730186498530894920/ffe90664_14978462.png "ceshi2.png") 0.2输出 ![输入图片说明](https://foruda.gitee.com/images/1730186533214352951/843136f2_14978462.png "测试结果.png") #### 总结 实践过程中遇到了些许困难,也是通过b站教程细细摸索了一番,这个求解的过程使我受益良多,也是提升了自己的能力