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

搜索资源列表

  1. nasm-0.98.39.tar

    0下载:
  2. Many many developers all over the net respect NASM for what i s - a widespread (thus netwide), portable (thus netwide!), very flexible and mature assembler tool with support for many output formats (thus netwide!!). Now we have good news f
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:531.23kb
    • 提供者:王陈
  1. cwdl291s

    0下载:
  2. CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of edi
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.21mb
    • 提供者:肖逸
  1. CodeFormatter 1.0

    0下载:
  2. 用c#写的小程序,关于c语音词法分析的,功能很简陋,大家看看吧-use small programs written in that voice on the c lexical analysis, feature very simple, we look at it
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:88.94kb
    • 提供者:xup
  1. tiger

    0下载:
  2. Tiger语言的一种编译器,在大学CS课程必做的,不过可惜的是没有完全完成,做好了词法语法分析,以及IR树的生成.-a language compiler, CS courses at the university will do, but it is a pity not to be completed, well, syntax analysis, and IR tree generation.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:35.45kb
    • 提供者:侯锐
  1. LL(1)wenfaa

    0下载:
  2. LL(1)文法的实现方法,有需要的可以-LL (1) grammar method, it is necessary to look at the
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.04kb
    • 提供者:cai
  1. accidence

    0下载:
  2. C语言编译的词法分析。这是针对C程序的源代码的关键字和符号,变量进行识别-C language compiler of lexical analysis. It is aimed at the C program's source code keywords and symbols, and the identification of variables
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-08
    • 文件大小:26.27kb
    • 提供者:李海
  1. Language863

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

    • 发布日期:2008-10-13
    • 文件大小:95.59kb
    • 提供者:凡小川
  1. 完美的PL/0编译器代码

    1下载:
  2. 完美的PL/0编译器代码。用C写的。大家感兴趣可以看看。不错哦。-perfect PL / 0 compiler code. C writes. Everyone interested can look at. Oh well.
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-06-29
    • 文件大小:13.23kb
    • 提供者:面包
  1. VIVIANLL1

    0下载:
  2. 自己做的小编译程序,大家看看好不好用哦,是词法分析器-own small compiler, we look at extremely handy Oh, yes lexical analyzer
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:966.13kb
    • 提供者:小红
  1. pl0back

    0下载:
  2. 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。   PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:374.08kb
    • 提供者:mayfar
  1. ReleaseVersion

    0下载:
  2. 一个简易C语言解释器,语法规范见设计文档,感觉挺好用的,至少可以借鉴一下设计过程-a simple C language interpreter, syntax, see the design documents, the feeling is very good. at least we can draw on this design process
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:93.65kb
    • 提供者:李东洋
  1. ctalk-121

    0下载:
  2. C-Talk is interpreted scr ipting language with C-like syntax and dynamic type checking. Variables in C-Talk have no type. So there is no compile time type checking in C-Talk, all checking is performed at runtime. To preserve reference integrity, expl
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:66.28kb
    • 提供者:谷郁
  1. deelx

    0下载:
  2. 看看吧C加加环境下的正则表达式引擎deelx-do is look at it under the regular expression engine deelx
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:15.75kb
    • 提供者:zhouwei
  1. C_Parser

    0下载:
  2. 一个用于学习的编译器 ,系统的一般构造原理、基本设计方法、主要实现技术和一些自动构造工具,主要由语言基础知识、词法分析、语法分析、中间代码生成、代码优化、目标代码生成、符号表的构造和运行时存储空间的组织等8部分组成。-a study for the compiler, the system's general tectonic theory, the basic design method main technical and automatically constructs some
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:72.77kb
    • 提供者:yqw
  1. PL0Backup

    0下载:
  2. 《PL/0的编译器》:PL/0语言是Pascal语言的一个子集,《PL/0的编译器》实现了把客户用PL/0语言编写的程序编译成类PCODE代码,并能虚拟机上解释运行生成的类PCODE代码的功能。《PL/0的编译器》采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。-"PL / 0 compiler" : PL / 0 Pascal language is a language sub
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:374.94kb
    • 提供者:李建龙
  1. lajihuishou

    0下载:
  2. C#垃圾回收演示,通过这个程序能看清楚垃圾内存在C#中的回收-C# rubbish recycling demonstration through this procedure can take a good look at garbage in C# memory of recovery
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:12.98kb
    • 提供者:张建国
  1. RJ010408

    0下载:
  2. 学编译原理时的课程作业,里面包含抽象语法树和程序源代码.-school compiler theory courses at the operation, which contains an abstract syntax tree and source code.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:123.78kb
    • 提供者:吗啡
  1. word-delete-mark

    0下载:
  2. 这是我在大三是学编译原理时总结出来的删除注释和词法分析-This is my third year at the school compiled principle is summed up when deleted Notes and lexical analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4.94kb
    • 提供者:zwz
  1. PL0_flex_analyse

    0下载:
  2. 对pl0语言的词法分析程序,带分析工具flex。输入一个PL0源程序文件名,即可看到词法统计结果。- To the pl0 language lexical analyaer, brings analysis tool flex. Inputs a PL0 source program filename, namely as worthy of looking at as morphology statistics result.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:75.75kb
    • 提供者:赵阳
  1. RC5xx

    0下载:
  2. // Copyright (c), Philips Semiconductors Gratkorn // (C)PHILIPS Electronics N.V.2000 // All rights are reserved. // Philips reserves the right to make changes without notice at any time. // Philips makes no warranty, expressed, implied or st
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:26.75kb
    • 提供者:sherry
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com