搜索资源列表
单词查找及统计系统
- 该程序由键盘输入一个符合上述约定的文本文件名和一个单词,计算该单词在该文件中出现的次数,并输出包含该单词的所有句子(按句子在文件中的先后次序,依次输出)。-the program by a keyboard above the agreed text file name and a word, the calculation of the word in the document the number of occurrences output and contains all the wor
Textshow
- 单词词组统计,可以找出txt文件中的所有的重复的词和词组。
word_count.统计英文文章中出现单词的种类和各个单词出现的次数
- 该程序用来统计一段英文文章中出现单词的种类和各个单词出现的次数,并按字典序排列输出到文件。,The program used for statistical section of the article appears in the English word types and the number of times each word appears, according to the dictionary order arrange the output to a file.
cnt_word
- 单词统计小软件,对单词进行排序,并且记录重复的单词个数,然后按照重复个数降序排列.方便背诵自己不掌握的单词,制作自己的高频词汇表-Statistics little word software, word sort, and record the number of repeated words, and then in descending order according to repeat number. Easy to recite his words do not have to pro
Viewer
- 从磁盘上选择打开文本文档,读入所有内容并显示,统计所有字符数目,单词书目,中文字符串数目-Select from the disk to open a text document, read and display all content, all statistics the number of characters, words, titles, the number of Chinese string
codefile
- 一个小程序,可以读入一个英文的文本文件,显示这个文件,并统计这个文件有多少个字符,多少个单词,多少个空白(空格、TAB),多少个段落,按照单词的长度进行统计-A small program that can read an English text file, display the file, and statistics that document the number of characters, the number of words, the number of blank (spac
words
- 单词统计,统计文件中单词出现的次数,单词分隔为非字母符号。-words statistics
Statistical-frequency-word-
- 实现输入一个英文文本文件,统计整个文本中每个单词出现的次数,并且按次数的高低排序,输出前五位的单词。-The input an English text file, statistics throughout the text in the number of occurrences of each word, and sorted by the number of the level of output the first five words.
zifuchuan
- 能够从磁盘上选择打开文本文档,读入所有内容并显示,统计所有的字符数目,单词数目,中文字符串的数目。-Select from the disk to open the text document, read and display all content, statistics, the number of all the characters, words, numbers, the number of Chinese string.
paixu
- 程序读取一个英文文本文件,使用者输入一个英文单词,它就会统计该英文单词在这段英文中出现的次数及出现的位置。-English program reads a text file, the user input an English word, it will statistics of the English words appear in English in this number and appear.
6.string
- 能够从磁盘上选择打开文本文档,读入所有内容并显示,统计所有的字符数目,单词数目,中文字符串的数目。-Can choose from disk open text documents, read all content and display, statistics all the characters number, number of words, the number of Chinese string.
tongji
- 能够从磁盘上选择打开文本文档,读入所有内容并显示,统计所有的字符数目,单词数目,中文字符串的数目-From disk, choose to open a text document, read all the content and display statistics the number of characters, the word number of Chinese string number
zifuchuan
- 本人软件设计作业,字符串操作 能够从磁盘上选择打开文本文档,读入所有内容并显示,统计所有的字符数目,单词数目,中文字符串的数目。 -I software design job, string manipulation can choose to open a text document from the disk, all reads and displays statistics the number of characters, number of words, the number
dancitongjihetihuan
- 实现单词统计和替换,在任意路径中新建txt文件并输入一段英文,在运行程序时将该txt文件所在路径写入,则可以进行统计和替换-Statistics and replace the word statistics and replace a new txt file in any path and enter a period of English, when you run the program the write txt file where the path
savefrequency
- 该程序能够统计一篇英文文章中每个单词出现的频率,并将统计结果保存到文件中。-the program can count the frequency of every word in an article and save the result in a file.
smile
- 文件读入英语文章,并统计英语文章各个单词出现的词频。并用生成新的文件进行存储。-The file is read into English articles, and word frequency statistics of each word of the English article. And generate a new file is stored.
countertheword
- 读入一个文本,并统计其中各个单词出现的次数,然后按出现次数由高到低输出。用到了map和vector容器及sort算法。-count the times of words being used
lzj
- 对一个文档中的单词数进行统计,包含了链表操作,数操作,排序操作,效率很好-To count the number of words in a document, the list contains the number of operation, operation, the sort operation, efficiency is very good
searchEngine
- 根据在命令行输入的文件路径,统计显示其目录(包括子目录)下所有txt格式的文本文件数目,并统计显示其中包含的所有单词总数。 另外,提供在其中搜索某个单词的功能,按出现频率在标准输出中返回该单词在各个文本文件中的位置以及上下文。- According to the file path in the command line input, the statistics show that all text files txt format its directory (inclu
Wordprocess
- 用字典树统计一个文件中单词的出现次数,将单词及其出现次数按照字典中的顺序保存在输出文件中。-Use Trie Tree to statistic the number of words appeared in a document, save the word and its number of occurrences to the output file in the order according to the dictionary.