CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 词法分析

搜索资源列表

  1. Lexical-analysis

    0下载:
  2. 词法分析是指将我们编写的文本代码流解析为一个一个的记号,分析得到的记号以供后续语法分析使用。词法分析器的工作是低级别的分析:将字符或者字符序列转化成记号.。-Lexical analysis stream parsing the text code that we write as a token analysis of the resulting mark for subsequent parsing use. Lexical analyzer' s job is low-level a
  3. 所属分类:JavaScript

    • 发布日期:2017-11-05
    • 文件大小:100730
    • 提供者:锡睿
  1. compiler

    0下载:
  2. Java语言写的词法分析,虽然很简单,还是大家分享吧-Java language written lexical analysis, although very simple, or to share it
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:6742
    • 提供者:岳永胜
  1. Compiler

    0下载:
  2. java词法分析程序,不是太完美,希望大家下载并指正-java lexical analysis program, not perfect, I hope you download and correction
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:7510
    • 提供者:阿牛
  1. Lexicalanalyzer

    0下载:
  2. 词法分析器,主要用Java编写的源程序,对词进行逐个的分析-Lexical analyzer, the main use of Java source code written for the analysis of the words one by one
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3825
    • 提供者:LK
  1. WordScanner

    0下载:
  2. 用java实现c的词法分析,含有解析头文件功能,报错功能以及文件操作,使用是注意修改文件路径。-Java with the lexical analysis of the realization of c, the first document contains analysis functions, error functions, as well as file operations, the use of the attention to modify the file path.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:12323
    • 提供者:耿一刚
  1. 113172228javacc-4.2

    0下载:
  2. 这是JavaCC 他是词法语法分析器,他是目前唯一的支持ll(1)的语法分析器,这是源码 相当好的-This is the JavaCC parser lexical he is, he is the only support for the ll (1) syntax analyzer, which is a very good source
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:639792
    • 提供者:tome
  1. WordsAnalysor

    0下载:
  2. 初学编译原理和java,做出的简易版词法分析器,可以分析固定的关键字等,可以多补充一些!-Beginners Compiler Construction Principles and java, make the simple version of lexical analyzer can analyze keywords such as fixed, you can add some more!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1134
    • 提供者:陈羽茗
  1. cmm

    0下载:
  2. 用java写的用于 cmm 语言的解释器,能完成基本的功能,从词法分析到语法分析到语意分析.-Using java to write for cmm language interpreter, to complete basic functions, from lexical analysis to grammatical analysis to semantic analysis.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1850248
    • 提供者:Reno Qiu
  1. compiler

    0下载:
  2. pl0语言的一个简易编译程序,词法语法分析,可生成中间代码和目标代码.-pl0 language of a simple compiler, lexical syntax analysis, can generate intermediate code and object code.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:25120
    • 提供者:chrischen
  1. cifa(4.0)

    0下载:
  2. 用直接分析法编制类C语言子集的词法分析程序。在本词法分析程序模块中,主要分析自定义的类C语言的词法。自定义的语言主要包括数组定义、函数定义、结构体定义的语句,运算符号主要为特殊符号表里所定义的各类运算符。 设计要求简要讲解词法分析器的构造技术,设计此法分析器。词法分析程序的主要功能是读入源程序,输出单词符号。并提供出错处理。 -Prepared by direct analysis of a subset of C-language lexical analysis program.
  3. 所属分类:Java Develop

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

    0下载:
  2. 一个小的词法分析程序。编译原理实验内容。非常实用。-A small lexical analyzer. Compile the contents of principle experiment. Very useful.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2054
    • 提供者:letica
  1. javacifafenxi

    0下载:
  2. 用java写的一个对c++词法分析软件,包括对注释的解析-Used to write an java c++ lexical analysis software, including the analytical comments
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:23283
    • 提供者:张浩
  1. Cifa

    0下载:
  2. 对一个JAVA程序进行简单的词法分析,找出其中用到的关键字,变量名,方法名以及操作运算符,并分别把它们打印出来-JAVA program on a simple lexical analysis to identify which uses keywords, variable names, method names and operations operator, and print them out separately
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1113
    • 提供者:feiye
  1. cifa

    0下载:
  2. C++源代码单词扫描程序(词法分析) (关键字:"int","if","cin","while","include","end","main","else","cout","iostream.h")-C++ source code word scanner (lexical analysis) (keyword: " int" , " if" , " cin" , " while" , " include" ,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:36875
    • 提供者:李真
  1. thecodeAnalysis

    0下载:
  2. 词法分析器。实现对输入的函数进行词法分析,并有规定的输出-Lexical analyzer. Realize the function of the input lexical analysis, and a specified output
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6208
    • 提供者:energy4565
  1. src

    0下载:
  2. 词法分析程序,能分析出基本的单词符号,和词法-Lexical analysis program, to analyze the basic word symbols, and lexical
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:6589
    • 提供者:wang gang
  1. JavaLex

    0下载:
  2. 在VS2008平台下使用C语言编写的JAVA语言词法分析器,使用DFA设计,使用两对半缓冲区读取单词,能报告词法错误和出错位置,并将词法分析结果属性字流写入txt文件。-Platform in VS2008 using C language lexical analyzer written in JAVA language, using the DFA design, using two pairs of semi-buffer to read the word, lexical errors
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:6035
    • 提供者:刘琬臻
  1. javacc-5.0

    0下载:
  2. 根据bnf范式生成解析程序,不过javaCC是集合了词法分析和语法分析生成java解析代码-According to the analytical procedures BNF paradigm, but javaCC generating set is lexical analysis and grammatical analysis code generation Java analysis
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:642402
    • 提供者:胡朋帅
  1. cifafenxi

    0下载:
  2. 比较简单的词法分析的java实现,应用的不同技术实现,具有一定的参考价值-Simple lexical analysis of the java implementation, the application of different technologies, with some reference value
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:45424
    • 提供者:chaorenyang
  1. lzh

    0下载:
  2. JAVA词法分析程序,实现对界符,数字,单词,操作符的识别.-JAVA lexical analysis program to realize the community character, numbers, words, operator of the recognition.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:3870
    • 提供者:tianlusha
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com