# 多线程词频统计 **Repository Path**: hslxy/wordCount ## Basic Information - **Project Name**: 多线程词频统计 - **Description**: 完成 多线程协同的词频统计 程序 基本功能: Usage: word_count dirname 用例:word_count ./prog n,通过遍历n个线程(2个以上)对输入目录prog中的文件进行递归并行遍历,统计各个文本文件中的各个单词出现的数量,由汇总现场收集各个遍历进程的统计信息进行汇总,并将汇总词频统计信息打印在屏幕上。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-23 - **Last Updated**: 2021-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README No README documentation available for this project.