CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Design Compiler
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Design Compiler - List
[
VC/MFC
]
Modern C++ Design
DL : 1
This book introduces the concept of generic components-reusable design templates that produce boilerplate code for compiler consumption-all within C++. Generic components enable an easier and more seamless transition from design to application code, generate code that better expresses the original design intention, and support the reuse of design structures with minimal recoding
Date
: 2011-11-06
Size
: 1.16mb
User
:
mattzhu
[
VC/MFC
]
getnum
DL : 0
这是一个实数分析程序,包含e的,用于编译原理的实验和课程设计-This is a real analytical procedures, including e, compiler theory for the experiment and curriculum design
Date
: 2025-12-17
Size
: 1kb
User
:
华超
[
VC/MFC
]
VC++OOPInduction
DL : 0
本书的主要目的是帮助c程序员学习用Microsoft Visual C++编译器进行Windows程序设计、面向对象的程序设计(OOP)和C++程序设计的基本概念。-The main purpose of this book is to help programmers learn c with Microsoft Visual C++ Compiler for Windows programming, object-oriented programming (OOP) and C++ The basic concepts of program design.
Date
: 2025-12-17
Size
: 19.13mb
User
:
陈辉
[
VC/MFC
]
ExceptionalC
DL : 0
本书通过示例的方式来讲述如何用标准C++进行正确的软件开发。全书共分8章,包括范型程序设计与C++标准库、异常安全性的问题与技术、类的设计与继承、编译器防火墙和Pimpl惯用法、名字查找名字空间和接口规则、内存管理、误区陷阱以及错误的惯用法等。-The book of the way through the examples on how to use standard C++ for the right software development. Book is divided into 8 chapters, including the programming model and C++ standard library, exception safety issues and technology, design and type of inheritance, the compiler Pimpl firewall and usage, the name space to find the names of rules and interfaces, memory management, errors traps, as well as usage, such as wrong.
Date
: 2025-12-17
Size
: 351kb
User
:
sky
[
VC/MFC
]
tokenization
DL : 0
Tokenization using visual C++ for compiler design.
Date
: 2025-12-17
Size
: 2kb
User
:
naim
[
VC/MFC
]
jichengchejifei
DL : 0
计程车计费系统C语言编译~注解齐全适用毕业论文课程设计-Taxi billing system C compiler ~ Notes and complete application of curriculum design thesis
Date
: 2025-12-17
Size
: 5kb
User
:
蒋昊迪
[
VC/MFC
]
cifa
DL : 0
《编译原理》S语言词法分析程序设计方案 了解词法分析程序的两种设计方法:1.根据状态转换图直接编程的方式;2.利用DFA编写通用的词法分析程序。 -" Compiler Principle" S language lexical analysis program design process to understand lexical analysis of two design methods: 1. According to the state transition diagram direct way of programming 2. DFA prepared using common lexical analyzer.
Date
: 2025-12-17
Size
: 908kb
User
:
李鹏飞
[
VC/MFC
]
dfa
DL : 0
识别活前缀的DFA,MFC编写的,可能不好看懂,编译原理老师要的课程设计-Identify living prefix DFA, MFC prepared, may not understand, compiler theory of curriculum design teacher
Date
: 2025-12-17
Size
: 5.49mb
User
:
蔡盼
[
VC/MFC
]
Code-Optimization-Technique-of-GCC
DL : 0
GCC 是基于Linux 下的开放源码的优化编译系统,可以接收多种高级源语言,广泛支持多平台操作系统。其代码优化机制,不仅能兼顾时间、空间效率,生成高质量的目标代码,而且具有很强的可移植性与可扩充性,是编译器优化研究的目标。通过对 GCC 的整体结构、优化策略、优化方法与关键技术、中间语言等进行详细的剖析,抽取出完整的 GCC 优化体系结构。文中集中探讨了 GCC 的优化策略和实现技术,首先从 GCC 优化体系的总体规划入手,着重分析了 GCC 的优化组织策略,设计、引入中间代码 RTL 的技巧和内涵,进一步研究了 GCC 所涉及的控制流分析技术、数据流分析技术的实现机制。 -GCC is based on the optimizing compiler under the Linux open-source system, you can receive a wide range of high-level source language, extensive support for multi-platform operating system. Code optimization mechanisms can not only take into account the time and space efficiency, generate high-quality object code, and has strong portability and scalability, is the objective of the study of compiler optimizations. The overall structure of the GCC, optimization strategies, optimization methods and key technologies, the intermediate language for a detailed analysis, extracted the GCC optimization architecture. Paper focused explore the GCC optimization strategies and to achieve technology, first of all from GCC optimize the system of overall planning to start focus on analysis of the GCC s optimization organization strategy design, the introduction of intermediate code RTL s skills and connotation, further study of the GCC are involved in the control flow analysis techniques, dat
Date
: 2025-12-17
Size
: 190kb
User
:
风云
[
VC/MFC
]
Writing_Clean_Code
DL : 0
序 4 命名约定 6 某些背景 7 引言 8 第1章 假想的编译程序 12 第2章 自己设计并使用断言 20 第3章 为子系统设防 45 第4章 对程序进行逐条跟踪 68 第5章 糖果机界面 76 第6章 风险事业 92 第7章 编码中的假象 116 第8章 剩下来的就是态度问题 134 附录A 编码检查表 149 附录B 内存登录例程 152 附录C 练习答案 160 后记 走向何方 183-Naming conventions 6 some background sequence 4 7 INTRODUCTION 8 hypothetical compiler 12 Chapter 2 20 Chapter 3 45 Chapter 4 68 Chapter 5 candy machine one by one track program fortification subsystem design and use of assertions Interface 76 Chapter 6 the risk career 92 Chapter 7 coding illusion 116 Chapter 8, the rest is a matter of attitude 134 Appendix A coded checklist 149 Appendix 152 Appendix C of B memory logon routine exercises answer 160 Postscript going 183
Date
: 2025-12-17
Size
: 165kb
User
:
王宇
[
VC/MFC
]
basics_lulu2
DL : 0
basics of compiler design
Date
: 2025-12-17
Size
: 1.13mb
User
:
laveen
[
VC/MFC
]
Visual-CPP-by-examples
DL : 0
通过例子学习VC++,作者:Stefan Bjö rnander-S. G. Ganesh is currently working as a research engineer in Siemens Corporate Technology, Bangalore. He works in the area of Code Quality Management (CQM). He has good experience in system software development having worked for around five years in Hewlett-Packard s C++ compiler team in Bangalore. He also represented the ANSI/ISO C++ standardization committee (JTC1/SC22/WG21) 2005 to 2007. He has authored several books. The latest one is 60 Tips for Object Oriented Programming (Tata-McGraw Hill/ISBN-13 978-0-07-065670-3). He has a master s degree in computer science. His research interests include programming languages, compiler design and design patterns. If you re a student or a novice developer, you might find his website www.joyofprogramming.com to be interesting. You can reach him at sgganesh@gmail.com.
Date
: 2025-12-17
Size
: 3.49mb
User
:
jiang
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.