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

资源列表

« 1 2 ... .43 .44 .45 .46 .47 748.49 .50 .51 .52 .53 ... 785 »
  1. Language863

    0下载:
  2. 1.本树库是中科院计算所在承担863项目“通用机器翻译开发平台与汉英机器翻译系统”(1996-1998)期间,与北京大学计算语言学研究所联合开发汉英机器翻译系统时所产生的; 2.本树库的知识产权归中国科学院计算技术研究所拥有,本树库的发布遵循“自然语言处理开放资源许可证”; 3.本树库由刘颖博士在完成博士论文期间,根据机器翻译系统开发时产生的调试数据整理而成; 4.本树库中提供的文档appendix.rtf是刘颖博士的博士论文附录,刘颖博士的博士论文为: 刘颖,规则方法和统计方
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:97889
    • 提供者:凡小川
  1. BNF_gram

    0下载:
  2. 分析器BNF文法,,我们学校的 点start-run it.-analyzer BNF grammar, and the point of our school and start-run it.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:87083
    • 提供者:赵宁
  1. c-minus

    0下载:
  2. 词法分析器源程序,用c语言编写的,for c-minus-lexical analyzer source with the c language, for c-minus
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5121
    • 提供者:
  1. zhp2006041602

    0下载:
  2. 一个自己编写的词法分析小程序,已经调试好的,保证能运行。-a lexical analysis prepared by the small program debugging has been good, can guarantee operation.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:23577
    • 提供者:赵鹏
  1. tge

    0下载:
  2. C语言前端编译器,yacc/lex编写,可自行修改代码.-C language compiler front-end, generates / lex preparation, may modify the code.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:313798
    • 提供者:赵康
  1. c_lex

    0下载:
  2. c语言的词法分析程序的源码,是用c语言写的,可以直接在tc中运行-lexical analysis procedure of the source code is written in C language and can be used directly in the running tc
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9088
    • 提供者:常宏
  1. cool_loyo

    0下载:
  2. Cool语言编译器,仿照TC界面,内有详细的使用和设计说明,使用CBX开发环境。-Cool language compiler, modeled on the TC interface, which detailed the use and design specifications, the use of CBX development environment.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:177934
    • 提供者:杨国英
  1. tinycc.tar

    0下载:
  2. c语言编译器arm-gen.c asmtest.S bcheck.c boundtest.c c67-gen.c Changelog coff.h configure COPYING elf.h [examples] float.h gcctestsuite.sh i386-asm.c i386-asm.h i386-gen.c il-gen.c il-opcodes.h libtcc.h libtcc1.c libtcc_test.c Makefile README sta
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:423807
    • 提供者:xjjxing
  1. LexicalAnalyzer3

    0下载:
  2. 用c#编写的c语言词法分析器,预处理注释,并使用数据库查询关键字. 注意数据库需要重新连接,使用microsoft jet 4.0,数据库文件为keytable.mdb-prepared with the c language lexical analyzer, pretreatment Notes and the use of database queries. databases need to re-connect microsoft used jet 4.0, database fi
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:66724
    • 提供者:郭靖
  1. LL1_fenxi

    0下载:
  2. 判断是否为LL(1)文法,如果是,可以对该文法进行语法分析。-determine whether to LL (1) grammar, and if so, can this grammar for syntax analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:81677
    • 提供者:常宏
  1. zifuchuanjieshiqi

    0下载:
  2. 词法分析将字符串分解为三个部分,映射到类中,获得字符串的对应值,由LL自顶向下的语法分析得到运算结果。-lexical analysis string decomposition of a three-part Maps category, access to the corresponding string values, LL from the top-down syntax analysis Operational results.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11073
    • 提供者:仇烨
  1. PLx_Compiler

    0下载:
  2. PLx语言的编译器。PLx语言是一种类Pascal语言,但语法比较简单,适用于编译原理教学。这个编译器不仅实现了编译,同时也集成了运行目标代码的虚拟机。当程序编译通过后,可以看到生成的汇编指令及其执行情况,用户可以选择单步执行,并同时观察指令流与数据流。源代码比较简洁且含有注释-PLx language compiler. PLx language is a language like Pascal, but relatively simple syntax, the principle app
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-06-29
    • 文件大小:30156
    • 提供者:ioncannon
« 1 2 ... .43 .44 .45 .46 .47 748.49 .50 .51 .52 .53 ... 785 »
搜珍网 www.dssz.com