搜索资源列表
kuaishupingxie
- 使用面向对象方法完成“快速拼写检查程序”的分析、设计和实现过程。快速拼写检查程序基本要求说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上;2.只检查文件中英文单词的拼写错误;3.单词是用字母(a…z或A…Z)定义,任一非字母字符作为分隔符;4.判断单词拼写正误的依据是词典,词典以文本文件形式存放于外存上;5.词典文件第1行为词典的名称,以后每一行存放一个单词;6.输出结果以文本文件形式存储,其格式为:第1行:被拼写检查的文件名 + 词典名 第2行后的每一行: 出错单词 位于第x
cifafenxiCyuyan
- 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。-preparation of a process of reading words from the input source, identified various independent significance of the words, namely, the b
src
- 词法分析程序,能分析出基本的单词符号,和词法-Lexical analysis program, to analyze the basic word symbols, and lexical
WordAnalysis
- 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)-The preparation of a read word process, from the input source, the identification of each word has an independent significance, namely, t
WordCount
- 提供了一个在HADOOP下统计单词出现的次数,是一个基础的模板,为独立开发HADOOP应用程序,提供了参考依据。-Provides the number of a statistical word in HADOOP is a basic template for independent development HADOOP application, provide a reference.