搜索资源列表
chk
- 本程序主要可以对一个c语言程序中的括号和注释情况进行检查,可以快速地发现原程序 * 中隐含的语法匹配性错误,可以根据检查结果,对不匹配的括号进行修改,最快速度地将 * 程序修改正确。同时本程序也可以象wc程序一样对一个程序进行计数统计,得到一个文件 * 的行、单词、字节的统计结果。-this procedure can be a major c language program brackets and the inspection of the Notes can be found quick
zipf
- 统计文章是否符合zipf分布,zipf分布是对文章中单词出现频率和它的排名的次序的统计-Statistical distribution of the article whether the zipf, zipf distribution is the article word frequency and its rank order statistics
1111
- 在Linux上写的一个C程序,借助Lex做词法分析来同时统计N个文本文件的字符数,单词数和行数。-In Linux, written in a C program, using lexical analysis to the same time, Lex to do a statistical N number of characters in a text file, word count and the number of rows.
wordscount-wc.c
- 多线程实现单词统计工具。允许线程使用互斥锁修改临界资源,确保线程间的同步与协作。-Multi-threading word statistical tools. Allows threads to use a mutex to modify the critical resources to ensure that inter-thread synchronization and collaboration.
linux-GTK
- linux GTK+单词统计程序课程设计 包括源代码 课程设计报告 可执行文件-linux GTK+ word statistics program curriculum design curriculum design report including source code executable file
task3
- 利用多进程实现英文文件单词频率的统计,即各单词出现的次数,最后把各单词出现的次数信息写到磁盘文件中。-Process implemented using multiple documents in English word frequency statistics, the number of times each word appears, and finally the number of times each word appears in the information written
code
- 给定多个目录,要求并发地统计这些目录下所有文件中,英文单词出现的次数。 假设:目录下的文件只包含英文单词 限制:采用多进程协作的方式 功能要求:词频统计结果需要写入指定的结果文件。用户可以通过查看这一结果文件, 了解这些目录下文件中的词频统计信息-Given multiple directories, the number of requests that all files in these directories, the English word appears c
file
- 简单统计txt中英文单词出现的次数,实验。(Statistics on the number of Chinese and English words appearing in TXT)