联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 编译器/解释器(73) 
按平台查找All C/C++(73) 

[编译器/解释器] TutorialLLVMBackendCpu0

CPU0 llvm backend 参考手册,包含全套后端的编程指导
Cpu0 llvm backend reference manual, including a full set of back-end programming guidance (2021-04-27, C/C++, 4911KB, 下载0次)

http://www.pudn.com/Download/item/id/1619496731563258.html

[编译器/解释器] win_sjis

《自制编程语言》的全套源代码, c语言实现。做了一个精简版c语言的编译器
"Homemade programming language" a full set of source code, C language. Make a compact version of C language compiler (2021-04-27, C/C++, 824KB, 下载0次)

http://www.pudn.com/Download/item/id/1619496386620756.html

[编译器/解释器] op

有关自动机和不确定自动机的转换编程,NFA
The transformation of the formal grammar to the uncertain automata, the content of the lexical analyzer (2017-12-03, C/C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1512296568310345.html

[编译器/解释器] win_sjis

本文档为《自制编程语言》的附带源码,里面集成的有学习需要的工具以及章节源码。
With source code, which requires an integrated learning tools and source code section of this document as self-programming language . (2016-06-24, C/C++, 721KB, 下载5次)

http://www.pudn.com/Download/item/id/1466731502528353.html

[编译器/解释器] CPP-Programming-Language

C++编程教程,从基本语法到程序设计和优化等均有详细介绍
C++ programming tutorials, basic syntax to program design and optimization are described in detail (2016-05-13, C/C++, 3646KB, 下载1次)

http://www.pudn.com/Download/item/id/1463117685289010.html

[编译器/解释器] LexaYacc

是Lex和Yacc的资料,主要应用于编译课程的实践,降低了词法分析与语法分析的编程难度
Lex and Yacc (2015-07-20, C/C++, 900KB, 下载1次)

http://www.pudn.com/Download/item/id/1437381428164710.html

[编译器/解释器] dynamic-moving-of-CPP

该程序简单的用C++语言实现了醉汉随机游动问题,包含了一些基本的C++语言的语法规范以及编程格式,C++初学者可以从中学到比较规范的编程思路,可供参考
The procedure is simple with the C++ language to implement the random walk drunk problems, including some basic C++ syntax and programming format specification language, C++ beginners can learn more standardized programming ideas, for reference (2013-12-08, C/C++, 36KB, 下载4次)

http://www.pudn.com/Download/item/id/2421177.html

[编译器/解释器] expat-2.1.0.tar

XML解析器expat源代码2.10版,可编译为lib或dll库文件应用于Windows编程。
Expat XML parser source code version 2.10, can be compiled into lib or dll library files used in Windows programming. (2013-09-24, C/C++, 549KB, 下载3次)

http://www.pudn.com/Download/item/id/2361644.html

[编译器/解释器] c-yuyiannandianfenxi

资料中包含C编程时所要注意的语法难点分析及解决方法
Data contains the time to pay attention to the C programming syntax Difficulties and solutions (2013-06-04, C/C++, 142KB, 下载1次)

http://www.pudn.com/Download/item/id/2269065.html

[编译器/解释器] c-language

关于C的词法分析和LR语法分析,包括测试程序,还有文档,以及编程的步骤。
C lexical analysis and LR parsing, including the step of testing procedures, as well as documentation, and programming. (2013-04-29, C/C++, 273KB, 下载3次)

http://www.pudn.com/Download/item/id/2221221.html

[编译器/解释器] NFAtoDFA

内容:自动机编程,NFA转换DFA程序,将输入的NFA转换为DFA
Content: automatic machine programming, NFA DFA conversion procedure to convert the input of the NFA to DFA (2011-09-29, C/C++, 45KB, 下载22次)

http://www.pudn.com/Download/item/id/1657848.html

[编译器/解释器] Parsing

语法分析程序的设计与实现 方法2:编写LL(1)语法分析程序,要求如下: (1)编程实现算法4.2,为给定文法自动构造预测分析表; (2)编程实现算法4.1,构造LL(1)预测分析程序。 2. 方法3:编写语法分析程序实现自底向上的分析,要求如下: 构造识别所有活前缀的DFA。 构造LR分析表。 编程实现算法4.3,构造LR分析程序。
Parser design and implementation of Method 2: preparation of LL (1) parser, the following: (1) programming algorithm 4.2, for a given automatic structure prediction analysis grammar table (2) 4.1 programming algorithm to construct LL (1) predictive analysis program. 2 Method 3: write the parser to achieve bottom-up analysis, the following: identify the structure of all living prefix DFA. Construct LR analysis table. 4.3 programming algorithm to construct LR parser. (2011-07-01, C/C++, 413KB, 下载88次)

http://www.pudn.com/Download/item/id/1586508.html

[编译器/解释器] XMEGA_Self-programming

Atmel xmega系列官方flash自编程应用参考代码,使用GCC编译器
official reference code of flash self-programming application based on Atmel xmega series , use the GCC compilerr (2010-09-03, C/C++, 133KB, 下载38次)

http://www.pudn.com/Download/item/id/1287407.html

[编译器/解释器] bianyiyuanli

编译原理 清华大学出版社出版的 权威教材,深入理解透彻编程
Compiler theory published by Tsinghua University Press Authoritative materials, in-depth and thorough understanding of programming (2010-04-15, C/C++, 4665KB, 下载8次)

http://www.pudn.com/Download/item/id/1126616.html

[编译器/解释器] basic

编程高手箴言随书光盘 中的BASIC解释器源码A tiny BASIC interpreter.
Master CD-ROM with the book Programming Proverbs in the BASIC interpreter source code (2009-11-22, C/C++, 15KB, 下载17次)

http://www.pudn.com/Download/item/id/978941.html

[编译器/解释器] cncparse

根据数控编程需要,开发的一个数控系统中应用的解码程序
According to NC programming needs, the development of a numerical control system the application of the decoding process (2008-07-13, C/C++, 13KB, 下载56次)

http://www.pudn.com/Download/item/id/509917.html

[编译器/解释器] tolua-5.1b.tar

脚本编程语言,Tolua编译器核心。是lua脚本语言的派生
Script programming language, Tolua compiler core. Lua scripting language is a derivative (2008-03-06, C/C++, 68KB, 下载26次)

http://www.pudn.com/Download/item/id/411206.html

[编译器/解释器] proccANDmemory

进程以及内存分配编程,在TC编译器下以图形方式模拟系统进程调度以及内存分配。
process and memory allocation program, the TC compiler under the graphic simulation and process scheduling system memory allocation. (2006-04-30, C/C++, 3KB, 下载12次)

http://www.pudn.com/Download/item/id/178376.html

[编译器/解释器] ul

词法分析器的一种编程方法,用多种方法实现对词法分析器的实现
lexical analyzer in a programming methods, and use a variety of methods to achieve the realization of a lexical analyzer (2005-11-18, C/C++, 2KB, 下载7次)

http://www.pudn.com/Download/item/id/125346.html

[编译器/解释器] c语言分析

一个关于编译原理的编程,是一个c语言来实现的,可以运行。主要是分析输出。
a compiler on the Principle of programming, is a C language to achieve, and can run. Analysis is the main output. (2005-06-07, C/C++, 3KB, 下载21次)

http://www.pudn.com/Download/item/id/1118112638585181.html
1234
总计:73