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

搜索资源列表

  1. fenxi

    0下载:
  2. 本程序实现词法分析能够把源代码中的语法分离出单词-Lexical Analysis of this program are able to source code of the syntax of isolated words
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:33180
    • 提供者:天使猫
  1. lex

    0下载:
  2. 用C语言实现了简单的词法分析功能,用户输入任意字符串,程序输出经分析后的token序列-Using C language to achieve a simple lexical analysis function, the user to enter arbitrary strings, the program output by the analysis of the token sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:10716
    • 提供者:sdfe
  1. define

    0下载:
  2. define 编译原理词法分析器 八、 实验一:设计SAMPLE语言的词法分析器 检查要求: a) 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); b) 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; c) 输出结果为单词的二元式序列(样式见样板输出1和2); d) 要求能发现下列词法错误和指出错误性质和位置: 非法字符,即不是SAMPLE字符集的符号; 字符常数缺右边的单引号(字符常数要求左、右边用单引号界定,不能跨行);
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:2382
    • 提供者:03
  1. bianyi_word

    0下载:
  2. 编译原理最常见的大作业,词法分析。读入程序文件,然后输出标准二元式。-Compiler Construction Principles
  3. 所属分类:source in ebook

    • 发布日期:2017-05-07
    • 文件大小:32916
    • 提供者:batilei
  1. bianyiqi1

    2下载:
  2. 设计SAMPLE语言的词法分析器 检查要求: a] 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); b] 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; c] 输出结果为单词的二元式序列(样式见样板输出1和2);-Design SAMPLE language lexical analyzer inspection requirements: a] start the process, the first output of the author&#
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:6484
    • 提供者:lilianjie
  1. LL1

    0下载:
  2. 用C实现的 实现C-语法的LL1语法分析程序,其中还包括词法分析部分 -C implementation using C-implementation of the grammar LL1 grammar analysis program, which also includes part of lexical analysis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:49633
    • 提供者:冯帅帅
  1. CheckVar

    0下载:
  2. 使用VC++对程序文件进行词法分析,找出程序中的有关变量相关的错误,如没有定义的变量,重复定义的变量等-Using VC++ on the program file for lexical analysis to identify process-related variables related errors, such as the absence of a definition of variables, definition of variables, such as duplicate
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:7188
    • 提供者:成炼
  1. SemanticAnalyse

    0下载:
  2. 编译原理词法分析源码,将一段程序代码,分析成一个有序token序列 -Principles of lexical analysis to compile source code, will be a section of program code, analysis as a token in an orderly sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:173449
    • 提供者:陈树佳
  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. suanfuyouxianfa

    0下载:
  2. 算术表达式词法和语法分析程序,递归下降法,四元式-Arithmetic expression lexical and syntax analysis, recursive descent method, type Quaternion
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:75323
    • 提供者:jimmy
  1. CiFaFenXi

    0下载:
  2. 词法分析,功能齐全,简单实用,绝对的好程序,是学好编译原理的好帮手!-Lexical Analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1961024
    • 提供者:lidingwei
  1. Compiler

    0下载:
  2. 综合运用所学知识,集成词法分析、符号表管理等程序的成果,编程实现LR(0)算法-Comprehensive use of the knowledge, integrated lexical analysis, symbol table management, and so the outcome of the procedure, programming the realization of LR algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:30379
    • 提供者:川原
  1. yuanma

    0下载:
  2. 该源码中有一个编译的词法语法语义的分析程序,三个处理及调度程序以及一个8255A的发声控制的汇编语言程序,希望对大家能有帮助-The compiler source code, there is a syntax of lexical semantic analysis of the procedure, three treatment and scheduling procedures, as well as an audible signal to control the 8255A ass
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:27255
    • 提供者:邱鹏
  1. bianyiyuanli

    0下载:
  2. 建立《编译原理网络课程》的目的不仅使学生掌握构造编译程序的原理和技术,而且能够使学生对该领域产生浓厚的兴趣和求知欲,为以后进一步从事软件工作打下良好的基础。主要内容涵盖了大学计算机系本科生所学内容,共十章,有编译概述,文法和语言,词法分析,语法分析,语法制导翻译,运行时刻环境的组织,中间代码生成,目标代码生成,代码优化,面向对象的语言的编译介绍。每章后附有习题,必做的习题给出了参考答案。最后讲解一个小的编译器的设计与实现,并给出了完整的用PASCAL书写的源代码。72学时,4学分。先修课程有计算
  3. 所属分类:Compiler program

    • 发布日期:2017-06-14
    • 文件大小:22691003
    • 提供者:wj
  1. bianyiqi

    0下载:
  2. 一个完整的编译器源码!包含词法语法分析类,关键词查找类,分析程序体类,参数类等,有详细开发过程和使用图解.-A complete source compiler! Contains parsing lexical category, keyword search type, body type analysis, parameters such as, a detailed diagram of the development process and use.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:245092
    • 提供者:Indiana
  1. calculator

    0下载:
  2. 本程序是算术表达式计算程序,通过输入表达式达到计算的目的(编译原理中的词法分析、算符优先分析,可代替目前普遍使用的计算器)。-This procedure is the arithmetic expression program, by entering the expression to achieve the purposes of the calculation (the compiler of the principle of lexical analysis, operator pri
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:303966
    • 提供者:caipan
  1. complier

    0下载:
  2. 此应用程序是控制台应用程序,实现了编译器的词法分析-This application is a console application, a compiler lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:16058
    • 提供者:王 玉
  1. chenbo

    0下载:
  2. 编译原理词法分析 通过对DFA模拟程序实验,使学生掌握词法分析的实现技术,及具体实现方法。-the code of bianyiyuanli about cifafenxi
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:912
    • 提供者:郭龙
  1. 21

    0下载:
  2. 设计SAMPLE语言的词法分析器 a) 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); b) 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; c) 输出结果为单词的二元式序列(样式见样板输出1和2); d) 要求能发现下列词法错误和指出错误性质和位置: 非法字符,即不是SAMPLE字符集的符号; 字符常数缺右边的单引号(字符常数要求左、右边用单引号界定,不能跨行); 注释部分缺右边的界符*/(注释要求左右边分别用/*和*/界定,不能跨行
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-13
    • 文件大小:2355
    • 提供者:林先生
  1. 09183522974

    0下载:
  2. C++的词法分析说明,DOC文档,适合新手学习与借鉴,程序可执行-C++ the lexical analysis, DOC files, suitable for novice learning and reference, the executable program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:50152
    • 提供者:付斌
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com