搜索资源列表
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.
WordCount
- 用于统计一篇Txt文档中有多少个英文单词的工具。软件采用自动判断空格的方式来统计单词,准确度较高。-Word count.
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
word_count
- Linux平台及android、S3C6410开发板 单词个数统计驱动实现-Linux drive to achieve statistical number of words
code
- 给定多个目录,要求并发地统计这些目录下所有文件中,英文单词出现的次数。 假设:目录下的文件只包含英文单词 限制:采用多进程协作的方式 功能要求:词频统计结果需要写入指定的结果文件。用户可以通过查看这一结果文件, 了解这些目录下文件中的词频统计信息-Given multiple directories, the number of requests that all files in these directories, the English word appears c
191-206
- C语言编写的几个程序源码,包括: 191 比较字符串长度 192 合并整数 193 矩阵逆置 194 删除指定的字符 195 括号匹配 196 字符串逆置 197 SIX/NINE问题 198 单词个数统计 199 方差运算 200 级数运算 201 输出素数 202 素数题 203 序列排序 204 整数各位数字排序 205 字符串字母移位 206 Fibonacc数列 -C language sourc
file
- 简单统计txt中英文单词出现的次数,实验。(Statistics on the number of Chinese and English words appearing in TXT)