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

搜索资源列表

  1. word_analyse_program

    1下载:
  2. 用C语言编写的简单的词法分析器,能识别出单词序列,输出二元组,标识符表,常量表-Written in C a simple lexical analyzer can identify the sequence of words, the output pair, the identifier table, often scale
  3. 所属分类:Compiler program

    • 发布日期:2016-11-14
    • 文件大小:432kb
    • 提供者:淼淼
  1. CIFAFENXI

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

    • 发布日期:2017-04-02
    • 文件大小:2.25kb
    • 提供者:lili
  1. ICTCLAS

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

    • 发布日期:2017-11-09
    • 文件大小:2.99mb
    • 提供者:站长
  1. LR0

    7下载:
  2. (1)构造文法G的LR(0)项目 (2)构造文法G的LR(0)项目集规范族及识别活前缀的DFA (3)证明文法G不是LR(0)文法而是SLR(1)文法,并构造SLR(1)分析表 (4)设计LR语法分析程序,且能输出分析过程 (5)列举两个例子测试语法分析程序(识别失败一例,识别成功一例,后者推导步骤不得少于10步) -(1) construct grammar G of the LR (0) item (2) construct grammar G of the LR (0)
  3. 所属分类:Compiler program

    • 发布日期:2016-01-21
    • 文件大小:44.31kb
    • 提供者:wolf
  1. codegen-scanner

    1下载:
  2. 自定义简单语法类C语言编译器,具备识别C语言基本语句功能,并生成四元式-Since the definition of simple types of C language syntax compiler, a statement to identify the basic functions of C language and generate quaternion type
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:466.77kb
    • 提供者:姜北樵
  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-24
    • 文件大小:17.45kb
    • 提供者:稻草人
  1. lexer

    0下载:
  2. C语言的词法分析器,可以识别C语言中的关键字、字符等信息-C language lexical analyzer that can identify the C language keywords, character and other information
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1.39kb
    • 提供者:Bryan
  1. wordanalysiis

    0下载:
  2. 一个简单的词法分析器,能够识别基本的单词符号串-A simple lexical analyzer can identify the basic symbol string of words
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-03-31
    • 文件大小:188.66kb
    • 提供者:jiang
  1. cifa

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

    • 发布日期:2017-11-22
    • 文件大小:1.78kb
    • 提供者:chenxia
  1. lexical-analyzer

    0下载:
  2. 词法分析器(请在解压后使用)用于编译环节识别单词, 描述其属性和值 ,是编译环节的重要组成部分-This program is based on compiling principle to identify words in your witten program.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:298.17kb
    • 提供者:刘恒伯
  1. VCPP

    0下载:
  2. 实现对C语言的源程序的词法分析的词法分析器,词法分析器的功能就是读入字符串形式的源程序,识别出具有独立意义的最小语法单位,即单词,并对识别出的单词进行相应的产生属性字处理。-Lexical analyzer lexical analysis of the C language source code, the lexical analyzer function is to read into a string in the form of source code to identify the
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:1.14kb
    • 提供者:杨蕊
  1. cifa

    0下载:
  2. 本程序实现了PLO语言的词法分析工作。输入文件为简单的PLO源程序,可识别出源程序中每个单词的类别。-The program PLO language lexical analysis. Input files for a simple the PLO source code can identify the category of each word in the source.
  3. 所属分类:Compiler program

    • 发布日期:2017-12-02
    • 文件大小:5.19kb
    • 提供者:王秀琳
  1. cifa

    0下载:
  2. 用C语言编写的一个简单的词法分析器 词法分析程序,能识别出所有的关键字、标识符、常数、运算符(包括复合运算符,如++)、界符 能过滤掉源程序中的注释、空格、制表符、换行符 并且能够对一些词法... -A simple C language lexical analyzer lexical analysis program can identify all keywords, identifiers, constants, operators (including composite op
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:1.53kb
    • 提供者:zhudaojun
  1. minor

    0下载:
  2. Intelligent text parser which helps to identify contextual meaning of the chosen word. Uses brills tagging n word.net online dictionary.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:6.35mb
    • 提供者:sabri
  1. sim-language-identity

    0下载:
  2. 编译原理课程实验,编译系统的一部分,实现了对简单sim语言的单词识别。-word identify.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:2.34kb
    • 提供者:hancock
  1. MorphemeAnalysis

    0下载:
  2. 使用MFC编写的词法分析程序,可以有源代码生成属性字,更换词法表之后还可以识别java源代码,比较灵活-Prepared using MFC lexical analysis program that can generate source code attributes word lexical replacement after the table can also identify java source code, more flexible ......
  3. 所属分类:Compiler program

  1. CPP-source-word-scanner

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

    • 发布日期:2017-03-23
    • 文件大小:45.17kb
    • 提供者:邵阳
  1. lexical-analysis-procedures

    0下载:
  2. 用flex工具生成一个PL/0语言的词法分析程序,对PL/0语言的源程序进行扫描,识别出单词符号的类别,统计输出各种符号的信息。-Generation tool with a flex PL/0 language lexical analysis procedures, PL/0 language source scan, identify the word symbols category, statistical output of various symbolic information.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:592.97kb
    • 提供者:mxj0628
  1. erjiebianshi

    0下载:
  2. 通过MATLAB文件和仿真能够自动辨识二阶参数-Through the MATLAB file and simulation can automatically identify the two order parameters
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:6.36kb
    • 提供者:alex
  1. Sample

    0下载:
  2. 识别标识符,识别数字还有运算符,以及关键字的识别。-Identify the identifier
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1.53kb
    • 提供者:洛洛
« 12 »
搜珍网 www.dssz.com