CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - 识别

搜索资源列表

  1. 识别单词.rar

    0下载:
  2. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:379177
    • 提供者:
  1. 有穷自动机识别无符号数.rar

    0下载:
  2. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:40202
    • 提供者:
  1. FreeICTCLAS.zip

    1下载:
  2. 计算所汉语词法分析系统ICTCLAS.分词正确率高达97.58%(973专家组评测),未登录词识别召回率均高于90%,其中中国人名的识别召回率接近98%处理速度为31.5Kbytes/s。ICTCLAS的特色还在于:可以根据需要输出多个高概率结果,有多种输出格式,支持北大词性标注集,973专家组给出的词性标注集合。
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:3140098
    • 提供者:
  1. scan.rar

    0下载:
  2. 利用vc制作的模拟编译器的扫描程序,实现在输入字符串扫描分解为编译器能识别的符号。
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:215363
    • 提供者:
  1. 有穷自动机识别无符号数

    0下载:
  2. 有穷自动机识别源码- Has the poor automaton recognition source code
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:40469
    • 提供者:秋水寒
  1. 数的识别

    0下载:
  2. 这是一个编译原理中,数的识别的一个程序,可以运行-it is a program of indentify of number in complier principle,can run.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6621209
    • 提供者:火石
  1. 编译原理课程设计报告书

    1下载:
  2. 词法分析中2.实验内容 SAMPLE语言语法分析部分的实现。 输入:词法分析后得到的token.txt文件. 输出:程序中的语法错误的所在的行和列,出错原因. 功能:读入词法分析后得到的TOKEN串,识别不同的语法范畴,并识别其中的 语法错误,同时显示错误所在行,列和错误的原因. -2. SAMPLE experiment as part of language syntax analysis of the achievement. Input : lexical ana
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:102045
    • 提供者:爽爽
  1. 词法分析器

    0下载:
  2. 类c语言词法分析器,文件能够识别c语言关键字和单词(1.0版)-lexical analyzer, to identify documents c word and language keyword (version 1.0)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3733
    • 提供者:
  1. bysy2005

    0下载:
  2. 2002级计算机科学与技术专业(4-11班) 要求完成下述两个实验: 1、识别小型语言所有单词的词法分析程序设计(4机时) 2、算术表达式文法的递归下降分析程序设计(6机时) 实验一:词法分析器的构造与实现 -2002 Computer Science and Technology (4-11 classes) required to complete the following two experiments : one to identify all small l
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5941
    • 提供者:刀尖
  1. cafa

    0下载:
  2. 词法分析器,可以对c 常用的关键字,和字符进行识别分类-lexical analyzer can be used to c keyword, and the identification of characters classification
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2621
    • 提供者:杨志力
  1. 编译原理实验一

    0下载:
  2. 一个具体的词法分析程序,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)-a specific lexical analysis procedures, imported from the source to identify all the independent significance of the word, that is to r
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:83374
    • 提供者:宗宗
  1. yufafenxi

    0下载:
  2. 本课程设计即为词法分析阶段。词法分析阶段是编译过程的第一个阶段。这个阶段的任务是从左到右一个字符一个字符地读入源程序,对构成源程序的字符流进行扫描和分解,从而识别出一个个单词(也称单词符号或符号)。如保留字(关键字或基本字)、标志符、常数、算符和界符等等。-the curriculum design shall lexical analysis stage. Lexical analysis stage of the process is to compile the first phase.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2248
    • 提供者:黄德春
  1. 简单优先算法

    0下载:
  2. 本程序主要用于实现自底向上分析技术中的简单优先分析算法,简单文法可由键盘输入,实现功能包括:简单优先文法的判别,优先关系矩阵的输出,句子的识别等-the procedures used to achieve a bottom-up analysis of a simple priority analysis algorithms, simple grammar could be the keyboard input to achieve features include : simple gra
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3488
    • 提供者:米子
  1. LL(1)_syntax

    0下载:
  2. LL(1)语法分析程序 (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型。 -LL (1) syntax analysis program (1) on the importation of grammar, it can determine whether to LL (1) grammar, and if so, in
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:82050
    • 提供者:张玉峰
  1. LR1

    1下载:
  2. LR1语法分析器 自动识别开始符号、终结符、非终结符; 生成各非终结符的 first和follow集 生成LR1分析表-Complete parser automatic identification symbols beginning and ending address, end-FU; The end-generating website and follow the first generation Complete Set Table Analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-08
    • 文件大小:67259
    • 提供者:余天
  1. accidence

    0下载:
  2. C语言编译的词法分析。这是针对C程序的源代码的关键字和符号,变量进行识别-C language compiler of lexical analysis. It is aimed at the C program's source code keywords and symbols, and the identification of variables
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-08
    • 文件大小:26900
    • 提供者:李海
  1. word_analyzing

    0下载:
  2. 词法分析器的构造方法,词法分析器能够识别一些关键字(如if,else等)词法分析器能够识别一些运算符(如+,-,*,/等)词法分析器能够识别标识符 -lexical analyzer Construction, lexical analyzer can identify some keywords (eg if, else) lexical analyzer can identify some Operators (,-,*,/) lexical analyzer can identify
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:15654
    • 提供者:feng
  1. 句子识别程序(预测分析法)

    1下载:
  2. 一个句子识别程序(预测分析法)原程序,是用vc++编写的,很不错哦-a sentence identification procedures (Prediction) program, is prepared by the vc, oh very good
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2111
    • 提供者:李明
  1. cifafenxiqi

    0下载:
  2. C语言的词法分析器,功能比较简单,可识别部分关键字,变量,常量,标识符。-C language lexical analyzer function is relatively simple to identify some keywords, variables, constants, identifiers.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1604
    • 提供者:秦始皇
  1. Lexical

    0下载:
  2. 编译原理的词法分析,可以识别各类词,浮点数字,二进制,八进制,十进制,十六进制-Compiler theory of lexical analysis, can identify all kinds of words, floating point numbers, binary, octal, decimal, hexadecimal
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:19155
    • 提供者:carponlee
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com