CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - data file

搜索资源列表

  1. cffx_tcking

    0下载:
  2. 该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:203835
    • 提供者:汤超
  1. c语言词法分析器

    0下载:
  2. 很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的 源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录 的outpu.. 开发工具:C++Builder, 提供者:汤超 · 词法分析器11.rar, 2005-12-25 -good language lexical analysis procedures, the lexical analysis procedures us
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2270
    • 提供者:唯一
  1. cifafenxi

    0下载:
  2. 1、编译原理的词法分析 2、根据输入的文件,对文件里的数据进行词法分析。 3、将分析结果保存到指定的TXT文件中-1, Compilation Principle 2 of the lexical analysis, according to documents entered on the document data lexical analysis. 3, will be the results of the analysis is saved to the specified TX
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:965791
    • 提供者:李宇
  1. LRCompiler1.0

    0下载:
  2. 这是我用VC6.0(用了MFC类库)编写的一个集词法分析、语法分析为一体的程序,是我编译原理课程设计的拙作!压缩包里包括源代码、测试数据,可执行文件打包,安装文件打包,课程设计文档,程序使用说明和数据规范说明一应俱全。-This is what I used VC6.0 (using the MFC class library) to prepare a set of lexical analysis, grammar analysis of the procedure as a whole,
  3. 所属分类:Compiler program

    • 发布日期:2017-05-22
    • 文件大小:7013504
    • 提供者:李文凯
  1. fuzzy_Evaluation

    0下载:
  2. 模糊评价原程序,可以修改,可以直接使用,可以实现单层,两层的评价,包含数据文件的转换程序,内含测试数据-Fuzzy evaluation of the original procedures, could be amended, can be used directly, can achieve single-layer, two-tier evaluation, including data file conversion process, including test data
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:73505
    • 提供者:apple
  1. studentGred

    0下载:
  2. Array function. Read data from the text file and generate the output. This program evaluate the gred for student mark.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:260062
    • 提供者:ain
  1. 200621320392685

    0下载:
  2. 这是一个真正的32位编译器源代码,能直接生成低级机器码和x86 PE可执行文件,能创建GUI或者CUI可执行文件和动态连接库程序,支持byte, word, dword, 单精度浮点数据类型,比较,For, While, Loop 等循环,支持API调用,支持标准常数、自定义数据等,界面漂亮。 -This is a true 32-bit compiler source code, can directly produce low-level machine code and x86 PE
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:498231
    • 提供者:q252065581
  1. ezwsrc-daima

    0下载:
  2. C实现EZW编辑器实例代码 C实现EZW编辑器实例代码,该源代码包含有6个文件: EZW.H - EZW编码器头文件 EZW.C - EZW编码器文件 MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作 FIFO.H FIFO.C - 扫描方式定义:先入先出原则 LIST.H LIST.C - 零树结构定义和操作 UNEZW.C - EZW解码器 -C the EZW editor instance code C to EZW edi
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:11749
    • 提供者:溜溜
  1. PASAL

    0下载:
  2. 以在下面段落中定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。词法分析器打开该文件后,自文件头开始扫描源程序字符,发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表,一旦发现不符合“单词”定义的源程序字符串时,给出错误提示。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常数和所有标识符。-PASCAL language subse
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1178
    • 提供者:ww
  1. simplex

    0下载:
  2. 在VS上用C代码实现单纯形法,通过TXT文件输入数据,然后算出最优解。-VS on the simplex method implemented in C code, the input data through the TXT file, and then calculate the optimal solution.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1841
    • 提供者:李泽旺
  1. cifafenxi

    0下载:
  2. 实验要求: 1.单词种别编码要求基本字、运算符、界符:一符一种;标识符:统一为一种;常量:按类型编码; 2.词法分析工作过程中建立符号表、常量表,并以文本文件形式输出; 3.词法分析的最后结果以文本文件形式输出; 4.完成对所设计词法分析器的功能测试,并给出测试数据和实验结果; 5.为增加程序可读性,请在程序中进行适当注释说明;-Experimental requirements: 1. Word kinds of other coding requirements o
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:231119
    • 提供者:ppt
搜珍网 www.dssz.com