CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 词法分析

搜索资源列表

  1. 语法分析c实现

    2下载:
  2. 该程序实现了词法,语法分析的功能,可以在记事本中编辑代数表达式-realized by the morphology, syntax analysis capabilities in the notebook edited algebraic expressions
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:11076
    • 提供者:沈石林
  1. second_lexical

    0下载:
  2. 这个程序是一个递归向下的词法分析程序。它采用了递归的方式由上而下的对一个文本的词法进行分析。-This is a recursive procedure downward lexical analysis procedure. It uses recursive manner of a top-down version of the lexical analysis.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:9614
    • 提供者:tom
  1. JavaScanner

    0下载:
  2. JAVA词法分析程序,程序不难,但是对于初学者来说具有一定参考价值-JAVA lexical analysis procedure is not difficult, but for a newcomer with a certain reference value
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:20448
    • 提供者:奚士佳
  1. testscan

    0下载:
  2. 词法分析义分析,编译作业,词法分析语?宸治觯
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2336
    • 提供者:sdf
  1. 070430221642

    0下载:
  2. 用C++编写的词法分析,希望在此平台上多多交流。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:14684
    • 提供者:Louisi
  1. 编译原理实验_课程设计_词法分析

    0下载:
  2. 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, t
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:139411
    • 提供者:谷穗
  1. word

    0下载:
  2. c语言版的词法分析器,分析c语言 图形界面-c language version of the lexical analyzer, analyze c language graphical interface
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:82449
    • 提供者:谢斌
  1. cifafenxi

    0下载:
  2. 用VC++实现的编译原理中的词法分析,代码详细具体,可执行文件齐全!-With VC++ Compiler to achieve the principle of lexical analysis, code detailed, complete executable file!
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:53209
    • 提供者:陈小荣
  1. lab1

    0下载:
  2. ML编程实现的虚拟机模拟代码,包括词法分析过程、语法分析过程-ML programming the virtual machine simulation code, including the process of lexical analysis, syntax analysis process
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:153119
    • 提供者:aboluo
  1. soj

    0下载:
  2. 编译原理的词法分析程序,实现了文件读取,编译的第一步-Compiler theory of lexical analysis procedures, the file read
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-06
    • 文件大小:681
    • 提供者:Freedream
  1. LEX

    0下载:
  2. 词法分析时,常常会用到超前搜索方法。如当前待分析字符串为“a +”,当前字符为’ ’,此时,分析器倒底是将其分析为大于关系运算符还是大于等于关 系运算符呢?显然,只有知道下一个字符是什么才能下结论。于是分析器读入下一个字符’+’,这时可知应将’ ’解释为大于运算符。但此时,超前读了一个字符’+’,所以要回退一个字符,词法分析器才能正常运行。在分析标识符,无符号整数等时也有类似情况。-Lexical analysis, often use advanced search method. If th
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-05-06
    • 文件大小:1123786
    • 提供者:元宝
  1. cifafenxi

    0下载:
  2. 编译原理实验课程词法分析程序。键盘输入源程序(以#结束),输出单词符号的二元式。-Compile principle experiment courses lexical analyzer. Keyboard input source (#), type of binary output word symbols.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-05-04
    • 文件大小:1033453
    • 提供者:杨帆
  1. lex

    0下载:
  2. lex词法分析自动生成程序,给一个规则定义文件,即可生成.cpp代码-lex lexical analysis to automatically generate the program to a rule definition file to generate. cpp code
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-17
    • 文件大小:98981
    • 提供者:赵阳
  1. bianyishiyan

    0下载:
  2. 编译原理实验,包括词法分析,语法分析,语义分析及中间代码生成,还有实验报告。很完全-Compiler principle experiment, including lexical analysis, parsing, semantic analysis and intermediate code generation, as well as experimental report. It is completely
  3. 所属分类:Console

    • 发布日期:2017-12-10
    • 文件大小:732837
    • 提供者:一夜长大
  1. xifafenxi

    0下载:
  2. 编译器的词法分析程序,用c语言编写,经测试可以分析单词的类别和内容.-Compiler lexical analysis procedures, c language, to analyze word categories and content can be tested.
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:3336
    • 提供者:tuotyan
  1. Test2

    0下载:
  2. 词法分析器 掌握词法分析的概念,设计方法,熟悉高级语言中词法的定义,词法分析程序的编写-Lexer to grasp the concept of lexical analysis, design methods, familiar lexical definition of high-level language, lexical analysis program
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:1413
    • 提供者:henuc
  1. cifafenxi

    0下载:
  2. VC语言实现的词法分析小程序,包含实验报告,使用文件方式输入,分析语言为VC语言-VC language lexical analysis small program, including lab reports, file input analysis language for VC language
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:235701
    • 提供者:王震
  1. cifa

    0下载:
  2. 词法分析程序,可打开文本文件,分析检测源码中的词法,找出非法语句字符-Lexical analysis detection source, to identify the character of the illegal statement
  3. 所属分类:Console

    • 发布日期:2017-12-10
    • 文件大小:3684
    • 提供者:李冰恒
  1. CFFX

    0下载:
  2. 编译原理中的词法分析,其中的预测分析算法实现-Compiler theory lexical analysis, predictive analysis algorithm which
  3. 所属分类:Console

    • 发布日期:2017-11-27
    • 文件大小:7264823
    • 提供者:zhj
  1. Semantic-Analysis

    0下载:
  2. 编译原理中,基于c语言实现的语义分析功能,可以实现简单的语义分析,词法分析-Compiler theory. C achieve semantic-based analysis
  3. 所属分类:Console

    • 发布日期:2017-05-13
    • 文件大小:2766271
    • 提供者:liusiyan
« 12 »
搜珍网 www.dssz.com