搜索资源列表
KeChengSheJi
- 这是我在做C++课程设计时写的,也是我第一个用写出来的Windows下的窗口应用程序.这个是一个单词查询的小程序,单词保存在word.txt文件中,解释保存在menning.txt文件中.两个文件用单词索引号联系和查询-This is what I do in C programs written by design, I also used to write a paragraph out of the window under Windows applications. This is a
File Translate
- 实现对WORD文档转换功能.txt文件-word document translate to .txt files
TextSTAT-2
- 一个文本处理软件,你可以使用它用来处理常用的文本格式如txt,doc等等,很方便实用,可以下载使用。-TextSTAT is a simple programme for the analysis of texts. It reads plain text files (in different encodings) and HTML files (directly from the internet) and it produces word frequency lists and conco
Word-processing
- 单词处理 对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。-Word processing to read in a text file. input txt, remove the word of english dictionary and an output
ziping
- 利用遍历器对输入的txt文件进行字频统计并按字频统计概率大小进行顺序排列 -Traversal of the input device to use the txt file for the word frequency statistics and the probability of word frequency statistics for the size of the order
proj_summary
- 一个支持通配符与转义符的高级批量txt字数统计器。通配符包括*?,转义符使用 CW代表CJK汉字,用 FA代表全角字符等等。 详细说明见Filter.ini文件。 没什么注释,不过应该比较容易理解。-A support wildcard and escape the high-volume txt word count devices. Wildcard include*?, Use CW escape on behalf of CJK characters, with FA on
filejiansuo
- 我实现的功能很简单,只是单个文件的检索,给出一个英文文本文件,预先准本好停用词文本,再建立一个索引表,就能实现实现文件的简单检索,检索的结果是某个单词在文本中的位置,如多次出现。就输出多个位置。 我把停用词文件记为fiel1.txt,另要检索的文件记为fiel2.txt.-I realize the function is very simple, just search a single file, given an English text file, stop words in adv
Dictionary_Search
- 有名的词典查询 自动生成10000个单词然后找他的类似词。。。 -//Dictionary #include <iostream> #include <fstream> #include <string> #include <time.h> #define maxsize 10000000 #define exp_n 10000 using namespace std string word[maxs
CountPassageWords
- 计数源代码!你可以从键盘读入文本或者直接从txt文本读入来查找文章中单词的是数量和字符的个数!-Count source code! You can read the text from the keyboard or read from txt text to find the article number and the word is the number of characters!
7-6
- 程序从文件crossin.txt读入一篇文档。该文档由若干行组成,每行中包含一系列单词。 将输入文档中所有出现的单词及其所在行号输出到文件crossout.txt中。 输出有若干行,每一行都是文档中出现的一个单词。按如下规格输出: word:line1,line2, … ,lineN-Program read from a document file crossin.txt. The document consists of several lines, each line con
ReviewForEnglish.zip
- 一个简单的背单词的功能,单词全放在 ”词汇.txt中“, 还有保存退出位置的功能,存放在“position.txt”中,进入后还能选择上次退出外置继续背单词,A simple word back function, the word on the full vocabulary txt ", as well as hold the exit location, stored in the" position.txt "enter can select the last exit t
M17
- 使用MFC进行对文件操作,读取TXT文件,实现对txt文件里的字符进行查找,替换等基本word上能实现的操作。-Using MFC for file operations, read TXT files, to achieve txt file on the characters find, replace, and other basic word operation can be achieved.
dictionary
- 从txt文件中读取百万级别单词,并以此建立字典树,同时实现出现频率排序、插入、查找等功能-Txt file read from the word million level, and in order to establish the dictionary tree, while achieving the frequency sort, insert, search and other functions
searchEngine
- 根据在命令行输入的文件路径,统计显示其目录(包括子目录)下所有txt格式的文本文件数目,并统计显示其中包含的所有单词总数。 另外,提供在其中搜索某个单词的功能,按出现频率在标准输出中返回该单词在各个文本文件中的位置以及上下文。- According to the file path in the command line input, the statistics show that all text files txt format its directory (inclu
ppttoTXT_vc
- 办公软件PPT文件提取.转换为WORD与TXT-Office software PPT file extraction is converted to WORD and TXT.
Word-processing
- 对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。 例如文本文件input.txt为: Hello world. Hello every one. Let us go. 则输
