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

搜索资源列表

  1. lexical_analysis

    0下载:
  2. 编译原理课程作业,词法分析器。简单的对于一段C程序进行词法分析-Compiler theory course work, lexical analyzer
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:334270
    • 提供者:Fu Xiangwei
  1. accidence

    0下载:
  2. 一个编译器程序,只部分实现了词法分析的部分-A compiler program, only partially realized part of lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:7057
    • 提供者:chengstone
  1. bianyi

    0下载:
  2. 编译原理的词法分析,可以检测小段程序代码的各个词法属性归类!-yeah! it is really good!!
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1260912
    • 提供者:梁光
  1. bianyiyuanli

    0下载:
  2. 语法分析是编译过程的核心部分。它的任务是在词法分析识别出单词符号串的基础上,分析并判定程序的语法结构是否符合语法规则。语法分析器在编译程序中的地位如-Syntax analysis is the core of the compilation process. Its task is to identify the word in the lexical analysis of strings of symbols, based on the syntax of programs to anal
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:114079
    • 提供者:bcl
  1. 1111

    0下载:
  2. 在Linux上写的一个C程序,借助Lex做词法分析来同时统计N个文本文件的字符数,单词数和行数。-In Linux, written in a C program, using lexical analysis to the same time, Lex to do a statistical N number of characters in a text file, word count and the number of rows.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1127
    • 提供者:xerxes
  1. cifashengchengqi

    0下载:
  2. 用C实现词法生成器,对任意一个C程序进行词法分析,返回词法结果,有改错功能-cifashengchengqi
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:4043
    • 提供者:wang
  1. translationproceduredesign

    0下载:
  2. 赋值语句的翻译程序设计生成四元式并把词法分析放入txt文档中-Assignment of the translation program designed to generate quaternary ceremony and the lexical analysis into the txt document
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:110396
    • 提供者:知者如风
  1. cifafenxi

    0下载:
  2. 用C语言编写的一小段编译程序,可以做词法分析,只需在C盘根目录下建立一个文本文档,再将待分析的程序片段输入即可-A short written with C language compiler, lexical analysis can be done, just packing in the C directory to establish a text document, and then the procedure to be analyzed fragment input can be
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2061
    • 提供者:王志刚
  1. LexicalAnalyzer

    0下载:
  2. 词法分析源代码,输入c++程序,输出name,type-Lexical analysis of source code, input c++ program, the output name, type
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1183
    • 提供者:罗丹
  1. s

    0下载:
  2. 此程序为词法分析,具有识别一般C语言的语句。-cifafenx
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:907
    • 提供者:
  1. bianyi

    0下载:
  2. 词法分析器实验报告,本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示。-Lexical Analyzer for reporting, this procedure is given by the path of the file on the analysis of symbols and words after the word prompt display.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:2048876
    • 提供者:Crane
  1. grammer

    0下载:
  2. 此程序简单模拟了汇编语言中的词法分析过程。-This program simulates a simple assembly language in the lexical analysis process.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1441
    • 提供者:sunlong
  1. LexicalAnalysis

    0下载:
  2. 词法分析源码:从左到右扫描每行该语言源程序的符号,拼成单词,换成统一的内部表示(token),送给语法分析程序。-Lexical analysis Source: from left to right scan every line in the source language of symbols, spell the word, and replaced with a unified internal representation (token), sent to the parser.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1394
    • 提供者:zhangxueli
  1. compiler-test

    0下载:
  2. 编译原理实验词法分析部分指导书,其中定义了一个简单词法分析实验的过程,输入、输出、过程解释以及样例程序。-Complier test guide book.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:9325
    • 提供者:jeff
  1. c0

    0下载:
  2. 1、打开源程序文件。 2、进行词法分析。 3、进行语法分析,并解释执行。 4、语句有赋值语句,运算包括加法和乘法的整数运算。 特色功能: 1、支持任意层次的括号,完全支持四则运算;变量允许带有下划线,但下划线不能作为变量的开头。 2、write函数增加了对字符串输出的支持。 3、语法检查与解释执行同步进行,完善的错误检测机制与较好的容错能力,用户可以自主决定是否忽略错误继续执行。 4、支持单行注释(//注释内容)和多行
  3. 所属分类:Compiler program

    • 发布日期:2016-01-26
    • 文件大小:1613600
    • 提供者:孟祥哲
  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. PLCLexicalnalysis

    0下载:
  2. 基于西门子PLC-200部分指令的 词法分析分析程序,-Siemens PLC-200 based on instructions of the lexical analysis of some procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:7103
    • 提供者:五泉
  1. YFFXQ

    0下载:
  2. 使用递归子程序法设计一个语法分析程序,自顶向下分析方法. 1、使用递归下降分析算法分析表达式文法: exp ::= exp addop term | term addop ::= + | - term ::= term mulop factor | factor mulop ::= * | / factor ::= (exp) | number 其中number可以是多位的十进制数字串(整数即可),因此这里还需要一个小的词法分析器来得到number的值。 2、该
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:194818
    • 提供者:龙一
  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. ICTCLAS2010CSharpDemo

    0下载:
  2. 中文分词源程序, 中文词法分析是中文信息处理的基础与关键。中国科学院计算技术研究所在多年研究工作积累的基础上,研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),主要功能包括中文分词;词性标注;命名实体识别;新词识别;同时支持用户词典。我们先后精心打造五年,内核升级6次,目前已经升级到了ICTCLAS3.0。ICTCLAS3.0分词速度单机996KB/s,分词精度98.45
  3. 所属分类:Search Engine

    • 发布日期:2017-03-30
    • 文件大小:93050
    • 提供者:Liuying
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com