`
touchinsert
  • 浏览: 1333605 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

Compiling&Compiler网络资源

阅读更多

1. 编译原理与编译器的公共网站:http://www.compilers.net/index.htm

2 Intel 80386程序员手册:http://www7.informatik.uni-erlangen.de/~msdoerfe/embedded/386html/toc.htm

3 ANother Tool for Language Recognition(ANTLR):http://www.antlr.org/

4 Bytecode Outline plugin for Eclipse:http://asm.objectweb.org/eclipse/bco/index.html

5 Standard ECMA-335 Common Language Infrastructure(CLI):http://www.ecma-international.org/publications/standards/Ecma-335.htm

6 GNU compilers:http://gcc.gnu.org/onlinedocs/gccint/

7 Guid to GNU gcj:http://gcc.gnu.org/onlinedocs/gcj/

8 Mono,a platform for running and developing modern applications, based on the ECMA/ISO Standars:http://www.mono-project.com/Main_Page

9 MSIL 反汇编程序:http://msdn.microsoft.com/library/chs/default.asp?url=/library/CHS/cptools/html/cpconMSILAssemblerIlasmexe.asp

10 编译技术相关网站:http://www.iturls.com/SoftwareEngineering/SE_Complier.asp

11 MSDN上的正则表达式解释:http://msdn.microsoft.com/library/chs/default.asp?url=/library/CHS/jscript7/html/jsreconregularexpressions.asp

分享到:
评论

相关推荐

    Modern Compiler Implementation in C

    《Modern Compiler Implementation in C》是一本由Andrew W. Appel和Maia Ginsburg合著的关于编译器实现的书籍。本书首次出版于1998年,是由剑桥大学出版社出版的。本书详细介绍了使用C语言实现现代编译器的基础技术...

    java编译器源码 java compiler Source

    java编译器gjc源码 Java编译器源码 java编译环境 -GJC source java compiler java compiling environment java compiler code java compiler Source

    TC.zip_Compiling

    标题中的"TC.zip_Compiling"暗示了这是一个与C++编译相关的压缩包,可能包含一个C++编译器或者是一些编译C++程序所需的工具和资源。描述明确指出是"C++ Compiler for compiling c++ program",意味着这个压缩包的...

    C&C++-compiling process (C++编译器解析)

    C++编译过程详解 C++编程语言的编译过程是一项复杂的系统工程,涉及多个阶段,从源代码到可执行程序的转化过程中,编译器起着至关重要的作用。本资料详细介绍了C++的编译过程,包括预处理、编译、汇编和链接四个...

    The Dummies’ Guide to Compiler Design

    This book is useful for those who are interested in knowing the underlying principles of a Compiler that is used for compiling high-level programming languages. This book actually guides you step by ...

    Advanced C and C++ Compiling 无水印pdf

    Advanced C and C++ Compiling 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者...

    Basics of Compiler Design Anniversary Edition PDF 英文

    《编译器基础设计》周年纪念版是丹麦计算机科学家Torben Ægidius ...阅读这本书,读者不仅可以了解编译器的基本原理,还能掌握如何设计和实现自己的编译器,对于计算机科学的学生和专业开发者来说,是一份宝贵的资源。

    The Theory of Parsing, Translation, and Compiling

    Aho and Ullman - The Theory of Parsing, Translation, and Compiling - Vol. 1 (1972).djvu Aho and Ullman - The Theory of Parsing, Translation, and Compiling - Vol. 2 (1973).djvu

    Advanced C and C++ Compiling

    它涵盖了各种查找机制和技术,帮助开发者确保程序能够正确地访问所需的动态库资源。学习目标包括: - 系统路径和环境变量的作用。 - 不同操作系统下动态库的查找规则。 - 如何配置应用程序以使用特定版本的动态库。...

    vs6.0安装及运行 和解决 Compiling... error spawning cl.exe 的问题

    VS6.0 安装及运行解决 Compiling... error spawning cl.exe 问题 本文将详细介绍 VS6.0 的安装与运行过程,并解决 Compiling... error spawning cl.exe 问题,以便帮助初学者更好地理解和应用 VS6.0。 路径的概念 ...

    compiling-tool android反编译工具

    在Android应用开发的世界里,有时候我们可能需要对APK文件进行反编译,以便查看其源代码、资源文件或理解应用程序的工作原理。这通常用于学习、调试或逆向工程目的。在这一过程中,有几款关键的工具是必不可少的,...

    Compiling... ,Error spawning cl.exe错误

    ### "Compiling..., Error spawning cl.exe" 错误解析与解决方案 #### 一、问题概述 在使用Visual C++ 6.0进行编程时,不少用户可能会遇到一个常见的错误:“Compiling..., Error spawning cl.exe”。当尝试编译或...

    Advanced C and C++ Compiling.pdf

    本书《Advanced C and C++ Compiling.pdf》是一本深入探讨C与C++编程语言编译技术和实践的专业书籍。通过本书的学习,读者可以深入了解如何高效地利用这两种语言进行程序设计与优化。 #### 作者简介 该书由一位具有...

    Compiling with Continuations

    《使用延续的编译》这本书是由普林斯顿大学计算机科学系的Andrew W. Appel所著,并于1992年由剑桥大学出版社出版。本书深入探讨了延续传递风格(Continuation-passing style, 简称CPS)在编译过程中的应用及其相关...

    priciple language compiler

    By extending the PL compiler program, the students have a better understanding of the compiling process. By extending and debugging the scanner of the compiler, the students have a better ...

    Hot Reload Edit Code Without Compiling v1.12.5

    Hot Reload Edit Code Without Compiling v1.12.5

    编译原理课后习题答案

    课程中文名称:编译原理 课程英文名称:Principles of Compiling ( Compiler Principles ) 考核方式:闭卷考试 开课学期:第三学年第1学期 总学时:56 总学分:3.5 前续课程:程序设计语言,数据结构

    热重载插件:Hot Reload Edit Code Without Compiling v1.12.5

    主要特点 编辑任何功能 - 如果您有 C# 代码,热重载可以立即修补它。适用于任何文本编辑器。 轻松设置 - 导入并运行。无需更改项目或代码。 无缝 - 无需重新加载域即可应用更改。这意味着游戏会继续运行,所有...

Global site tag (gtag.js) - Google Analytics