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

搜索资源列表

  1. 词法分析器 语法分析器

    1下载:
  2. 词法分析和语法分析的程序,带实验报告- The lexical analysis and the grammar analysis procedure, brings the test report
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:50529
    • 提供者:王聃
  1. zidingxiangxiashiyan

    0下载:
  2. 自顶向下语法分析 实验报告 对于给定的源程序(如C语言或Pascal等),要求从组成源程序的字符行中寻找出单词,并给出它们的种别和属性——输出二元组序列。以便提供给语法分析的时候使用。要求能识别所有的关键字,标志符等,并且能够对出先的一些词法规则的错误进行必要的处理。-top-down syntax analysis report for the experiment to the source (such as C or Pascal, and other languages), reques
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:55611
    • 提供者:余琨
  1. 词法分析器(成品)

    0下载:
  2. 详尽的语法分析和实验报告-detailed syntax analysis and experimental report
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:19636
    • 提供者:刘辉
  1. 编译实验词法分析报告

    1下载:
  2. 编写一个C语言的子集的词法分析程序,对C语言源代码程序进行扫描,识别简单语言的基本字、标识符、无符号整数、运算符和界符等单词符号,产生的单词转换成特别码表示,形成word文件(单词序列)保存。-CCwordSequence) preservation.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:51707
    • 提供者:郑章孝
  1. bianyikssybg

    0下载:
  2. 编译原理课程设计实验报告,里边有两份报告,词法分析、语法分析、语义分析、目标代码生成-Principles of curriculum design experiments to compile reports, inside there are two reports, lexical analysis, syntax analysis, semantic analysis, target code generation
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:121065
    • 提供者:李然
  1. compiling

    0下载:
  2. 编译原理实验:词法分析、语法分析、语义分析,包含代码和报告、构建分析表、消除左递归、语法分析、流程图-Compiler Principle Experiment: lexical analysis, syntax analysis, semantic analysis, including code and reports, construction of the table, to eliminate left-recursion, parsing, flow chart
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3873584
    • 提供者:xiedanfeng
  1. Compiler

    1下载:
  2. 使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:68607
    • 提供者:童华兵
  1. 97129012cocorc

    0下载:
  2. 自己写的关于编译原理的实验报告的源代码,只要是词法和语法的分析用的,很适用的-Wrote it myself on the principle of the experiment report compiled source code, as long as it is lexical and syntax analysis, it is applicable
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:216315
    • 提供者:ddd
  1. cifafenxi

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

    • 发布日期:2017-03-28
    • 文件大小:3458
    • 提供者:沐夕
  1. cifa

    0下载:
  2. 编译器的词法分析阶段的报告,包括源码与实验报告,是偷懒者的必备法宝!-Compiler lexical analysis phase of the report, including source code and experimental reports are a lazy person must have a magic weapon!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:64051
    • 提供者:huangwenlong
  1. lixminC

    1下载:
  2. 这是编译原理词法分析源程序和实验报告。本程序亮点在于: 1、能够处理ANSI C 定义的42种运算符,32个关键字。 2、能够识别并且抽取预处理语句(如#include, #define , #ifdef....)存到preprocess.log中(格式例子为:line 0 : #include<stdio.h>) 3、能够识别并剔除两种注释(//和/* */) 4、能够识别简单的词法错误 missing terminating " 并且告诉你是在第几行出的错。 5、能够识别浮点数,
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1258936
    • 提供者:lixmin
  1. LexicalAnalysisExperiment

    0下载:
  2. 词法分析实验,doc文档报告,原代码和流程图.-Lexical analysis experiment, doc document reports, the original code, and flowcharts.
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:266128
    • 提供者:wu
  1. yuyifenxicx

    0下载:
  2. 编译原理实验报告 词法分析器 语义语法分析-Compiler theory lexer semantic parsing
  3. 所属分类:汇编语言

    • 发布日期:2017-04-08
    • 文件大小:10832
    • 提供者:xuanyuan
  1. cifayufa

    0下载:
  2. 语法分析实验报告有关于词法语法及中间代码生成的实验报告 很有用-This is a grammar analysis of the experimental report lexical and syntax and intermediate code generation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:44325
    • 提供者:孙国航
  1. sunchuanlei

    0下载:
  2. 哈尔滨工业大学软件学院编译原理实验词法分析实验源代码及实验报告-Harbin Institute of Technology School of Software compiler principle experiment lexical analysis experiment source code and experimental reports
  3. 所属分类:JavaScript

    • 发布日期:2017-11-17
    • 文件大小:197328
    • 提供者:孙传磊
  1. 11111

    0下载:
  2. 编译原理词法分析实验报告源代码步骤清晰明确,实现功能比较完善-Compiler theory lexical analysis test report clear source code steps to achieve more perfect
  3. 所属分类:File Formats

    • 发布日期:2017-04-24
    • 文件大小:29987
    • 提供者:霍琦琦
  1. 编译原理词法语法分析等代码

    2下载:
  2. 编译原理实验报告代码,包括代码,心得等等
  3. 所属分类:编译器/词法分析

  1. b15

    0下载:
  2. 关于词法分析的一份实验报告,设计并实现一个词法分析器,实现对指定位置的类C语言源程序文本文件的读取,并能够对该源程序中的所有单词进行分类,指出其所属类型,实现简单的词法分析操作。(lexical analyzer is designed and implemented to read the text files of the class C source program of the specified location, and classify all the words in the s
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-10
    • 文件大小:234496
    • 提供者:慌莫多多
  1. 合工大自然语言处理报告代码

    6下载:
  2. 四、中文词法分析系统 1、实验要求 语料库:1998-01-2003版-带音.txt 要求:根据构建的单词词典和双词词典,用n-gram模型,或者前向最长匹配,或者后向最长匹配等算法,鼓励用更复杂一些的方法来进行,包括隐马尔科夫模型和条件随机场模型。 二、宋词自动生成 1、实验要求 语料库:ci.txt 要求:输入词牌,基于宋词的词典和宋词的词牌,可以随机或者按照语言模型,自动生成宋词。设计相应的Ui或者Web界面。 实现了隐马尔科夫模型分词
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 编译原理实验指导书

    0下载:
  2. 根据据一遍扫描编译器的总体架构,基于词法分析程序、语法分析程序和语义分析程序的原理,综合分析、设计和开发各功能模块,围绕具体实现环节制定技术路线和方案,加深对编译技术的认识,增强设计、编写和调试程序的能力,并能按要求撰写实验报告等文档。
  3. 所属分类:其它文档

« 1 23 4 5 »
搜珍网 www.dssz.com