喜欢读"Compiler Design in C"的人也喜欢 ··· 编译器设计 8.4 The Little Schemer (4/e) 9.3 Parsing Techniques 9.3 编程语言实现模式 8.5 Types and Programming Languag... 9.0 计算的本质 8.8 程序员的自我修养 8.9 游戏引擎架构 9.0 Orange'S 8.8 计算机程序的构造和解释(原书第2版...
公司图书馆里的Crafting A Compiler With C烂得要死,也不知道被哪些变态翻过。想了想,屁颠屁颠地到图书馆把Allen自己的Compiler Design In C借了出来。这本书依照龙书的体例,但弱化理论而强调编译器的具体实现。书中讲解了完整的lex和yacc的实现代码,以及一个不带浮点计算的ANSI C编译器的实现。Allen在前言里提...
Compiler Design in C 作者:Allen I. Holub 出版社:Prentice-Hall 出版年:1990 页数:924 装帧:Hardcover ISBN:9780131550452 豆瓣评分 评价人数不足 评价: 写笔记 写书评 加入购书单 分享到 推荐 内容简介· ··· From the Publisher This volume offers unusually accessible, less mathematical coverage of comp...
programinhigh-levellanguage Compiler executableprograminmachinelanguage input Executableprograminmachinelanguage output Textbook:CompilerConstructionPrincipleandPractice--authoredbyKennethC.LoudenReferencebook:Lex&yacc--byJohnR.Levine,TonyMason&DougBrownO’Reilly&Associates,Inc.3 WebSite http://casd.csie....
(redirected fromCompiler design) Thesaurus Encyclopedia com·pil·er (kəm-pī′lər) n. 1.One that compiles:a compiler of anthologies. 2.ComputersA program that translates another program written in a high-level language into machine language so that it can be executed. ...
compiler Design In C (编译原理) compiler Design In C 编译原理 by Allen I. Holub 986页原版 编译2018-03-12 上传大小:18.00MB 所需:19积分/C币 编译原理.rar编译原理编译原理 编译原理编译原理编译原理编译原理编译原理编译原理编译原理编译原理编译原理编译原理编译原理编译原理编译原理编译原理编译原理编译原理...
The efficiency of the generated code significantly depends on the algorithms used to map the program to the processor, however these algorithms themselves depend not only on the target processor but also on several design decisions in the compiler itself e.g., the program representation used in ...
languagesprogrammingcompilertheoryminmldesign ProgrammingLanguages:TheoryandPractice(WORKINGDRAFTOFOCTOBER7,2002)RobertHarperCarnegieMellonUniversitySpringSemester,2002Copyrightc 2002.AllRightsReserved.PrefaceThisisacollectionoflecturenotesforComputerScience15–312Program-mingLanguages.Thiscoursehasbeentaughtbytheauthorinthe...
Rather than manually optimizing code, you should consider aspects of your design, such as using faster algorithms, incorporating thread-level parallelism and using framework-specific features (such as using move constructors). This article is about Visual C++ compiler optimizations. I’m going to dis...
Implementing a compiler in ML is quite a pleasant task. Further- more, a wellrounded introduction to compilers should include some acquain- tance with modernprogramming language design. This is not a textbook on ML programming. 关键词: Java (Computer program language DOI: 10.1017/CBO...