CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 SCSI/ASPI 搜索资源 - WORD

搜索资源列表

  1. chinese

    1下载:
  2. 中文信息处理基础 第一讲VC环境编程简介 第二讲文件处理 第三讲字符编码 第四讲字频统计 第五讲文本断句 第六讲语料库-Basic information first deal with English-speaking environment for programming VC brief introduction stresses the second file handle character encoding the third stresses t
  3. 所属分类:SCSI/ASPI

    • 发布日期:2013-06-06
    • 文件大小:38463342
    • 提供者:李明
  1. CIFAFENXI

    0下载:
  2. C语言 词法分析器。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号. (2) 可以识别并读取源程序中的注释. (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,输出统计结果. (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置. (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理, 可以检查并报告源程序中存在的所有词法拼写错误.-C l
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2302
    • 提供者:lili
  1. pl0

    0下载:
  2. 1)增加单词:保留字 ELSE,FOR,TO,DOWNTO,RETURN 运算符 +=,-=,++,―― 其中FOR,TO,DOWNTO,RETURN属于选做内容。 (2)修改单词:不等号# 改为 <> (3)增加条件语句的ELSE子句 (4)增加单词:保留字 ELSE,FOR,TO,DOWNTO,REPEAT, DOWHILE, UNTIL。 (5)增加运算:++ 和 --。(已做,前++ 后++ 前-- 后--) (6)其他典型语言设施。
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:367042
    • 提供者:caidongyun
  1. word

    0下载:
  2. 使用C语言开发的一个简单的词法分析器。矩阵。最后生成token串。-Developed using C language with a simple lexical analyzer. Matrix. Last generated token string.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:64705
    • 提供者:zhangqida
  1. FenCi

    0下载:
  2. 运用编译原理中的词法分析,实现了中文分词功能。-The use of compiler theory of lexical analysis, achieve the Chinese word function.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:213328
    • 提供者:王磊
  1. PL0

    1下载:
  2. 对PL/0原码作以下修改扩充: 增加单词:保留字 ELSE,REPEAT,UNTIL,RETURN 运算符 +=,-=,++,-- (2)修改单词:不等号# 改为 <> (3)增加条件语句的ELSE子句 (1)扩充赋值运算:+= 和 -= (2)扩充语句 REPEAT <语句序列> UNTIL <条件> 其中,<条件>是循环条件,即条件不成立时,重复执行循环体的< 语句序列>; 条件成
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:492443
    • 提供者:新新
  1. compile

    0下载:
  2. 编译原理 词法分析程序设计 [实验内容]:根据某文法,构造一基本词法分析程序。找出该语言的关键字、标识符、整数以及其他一些特殊符号,给出单词的种类和值。-Compilation Principle lexical analysis program design [experiment content]: According to a grammar, the basic structure of a lexical analysis program. To identify the la
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:17872
    • 提供者:稻草人
  1. C

    0下载:
  2. 词法分析器,简单设计词法分析,用来完成编译的初期工作。-the discribtor og word
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-04-07
    • 文件大小:1284
    • 提供者:贾志轩
  1. 134

    0下载:
  2. 词法分析器,完成简单的词法分析工作,用来做好编译的初期准备工作。-discribtor of word for dwide
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-03-31
    • 文件大小:1412
    • 提供者:贾志轩
  1. 1

    0下载:
  2. 词法分析工作,简单的实现了编译器的初期词法分析过程-discribtor of word
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-04-12
    • 文件大小:2295
    • 提供者:贾志轩
  1. cifa

    0下载:
  2. 词法分析器,将程序中的单词\符号\数字等进行分析-Lexical analyzer, the program word \ symbols \ figures were analyzed
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-04-08
    • 文件大小:62398
    • 提供者:庄伟
  1. cifa

    0下载:
  2. 是将输入的源程序进行划分,给出基本符号(token)的序列,并掠过注解和空格等分隔符号。基本符号是与输入的语言定义的词法所规定的终结符。 本实验要求学生编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续进行 -Is the input source program division, and gives the basic
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:1826
    • 提供者:chenxia
  1. project2.tar

    0下载:
  2. 自然语言处理 关于在相关文章中,找字典里存在的词,然后计数这个词的出现个数!~-Natural language processing related article, find the word in the dictionary, and then count the number of the emergence of the word! ~
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:2068360
    • 提供者:zhaominhan
  1. FAScanner

    0下载:
  2. 单词是高级语言中有实在意义的最小语法单位,而单词又由字符组成。每一种高级语言都定义一组字符集。单词可大致分为五类:基本字,标识符,整常数,运算符,界限符。从输入的源程序字符串中逐个地把这些单词识别出来,并转化成机器比较容易使用的内码形式,这是词法分析器的主要任务。-The word is the smallest grammatical unit actual significance of the high-level language, the word characters. Each d
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:27025
    • 提供者:朱东
  1. LL1Parsing

    0下载:
  2. 语法分析阶段的主要任务是组词成句。每一种语言都有一组文法。按照这些文法,可以由单词组成语法单位,如短语、语句、过程和程序。语法分析就是通过语法分解,确定整个输入串能否构成语法上正确的句子和程序等。-The main task of the parsing stage is a group of words into a sentence. Each language has a set of grammar. These grammars can be composed by the word
  3. 所属分类:Compiler program

    • 发布日期:2017-11-15
    • 文件大小:13495
    • 提供者:朱东
  1. lexical-analysis

    0下载:
  2. C语言词法分析器,实现了对单个C语言文件分词的功能,输出结果以图形界面显示。-C language lexical analyzer, the word of a single C-language file, the output is displayed in a graphical interface.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-26
    • 文件大小:10783742
    • 提供者:
  1. word

    0下载:
  2. 编译原理课程的词法分析程序。 该程序主要是完成上述Pascal语言子集单词符号的词法分析;不区分大小写,字母为a-z A-Z,数字为0-9;‘/*……*/’为程序的注释部分;词法分析程序应能发现输入串中的错误;词法分析结果为二元式序列组成的中间文件。-Compiler theory courses lexical analysis procedure. The program is the completion of a subset of the Pascal language lexic
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:210880
    • 提供者:li
  1. word.cpp.tar

    0下载:
  2. 实现词法分析,实现单词的切割,类型分类。实现词法分析,实现单词的切割,类型分类。-Achieve lexical analysis, to achieve cutting word, the type classification. Achieve lexical analysis, to achieve cutting word, the type classification.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2768
    • 提供者:叶周
  1. CPP-source-word-scanner

    1下载:
  2. 实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:46256
    • 提供者:邵阳
  1. search-and-output-word

    0下载:
  2. 录入部分单词和其使用频率,输出第一个满足指定使用频率的单词信息(包括在表中的位置、使用次数和单词内容)-And the use of partial word input frequency, the output frequency of the first word that satisfies the specified information (including the position in the table, frequency of use of words and conte
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:698
    • 提供者:王强
« 12 3 4 »
搜珍网 www.dssz.com