搜索资源列表
C0Compiler
- 用c写的c0文法的编译器,基本块内部的公共子表达式删除(DAG图);全局寄存器分配(引用计数或着色算法);数据流分析(通过活跃变量分析,或利用定义-使用链建网等方法建立冲突图)代码生成时合理利用临时寄存器(临时寄存器池),并能生成较高质量的目标代码;生成X86汇编 -C0 written grammar with c compiler
NFA
- 用C#编写的不确定有穷自动机NFA=>确定有穷自动机DFA的转换算法,-Uncertainty with C#, finite automata NFA => OK finite automaton DFA conversion algorithm
lexyacc
- 用C++实现的lex和yacc,里面包含大量的编译原理中的算法-lex and yacc
Compiler
- 使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
e
- 本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的-Powered by C language and Java language, embedded development, algorithm-based, the number of up to hundreds of thousands of source code, there are more than 200 categories, ma
asn1
- asn.1加解密算法生成器 C语言实现 asn.1加解密算法生成器 C语言实现-asn.1 plus the decryption algorithm Builder C language asn.1 encryption and decryption algorithm to generate the C language to achieve
sort
- 经典排序算法的实现,使用C语言实现的,可以作为参考。-The realization of the classic sort algorithm.
333
- 用C语言实现了字符优先算法,如入二元式,输出分析过程-Realization of the character-first algorithm
Recursive-subroutine
- 该程序使用C++写的一个基于递归子程序算法的语法翻译器,是在vs2012环境下编写的,供大家参考和学习-The program uses C++ to write an algorithm based on recursive subroutine syntax interpreter is written in vs2012 environment, for your reference and learning
CP_work_8
- 设计一个四则表达式分析软件,其接受从文件或键盘输入的四则表达式(运算对象支持整数和变量),给出该表达式的二叉树表达形式,并在键盘上按后续遍历方式输出该二叉树。 例如,输入a+b*c,输出 a b c * + 提示:参考下列的设计指导: 递归下降分析法实验设计思想及算法 为G的每个非终结符号U构造一个递归过程,不妨命名为U。U的产生式的右边指出这个过程的代码结构: (1)若是终结符号,则和向前看符号对照,若匹配则向前进一个符号;否则出错。 (2)若是非终结符号,
Compiler
- 这是一个用C语言写的C-minus编译器。实现了词法分析,语法分析。其中语法分析用的是递归下降算法。- 这是一个用C语言写的C-minus编译器。实现了词法分析,语法分析。其中语法分析用的是递归下降算法。 ON划词翻译ON实时翻译 This is a C language used to write the C-minus compiler. The lexical analysis, syntax analys
math_exp
- 数学表达式解析程序C++源码 支持 + - * / ^ () 等主要运算符 采样递归算法, 供学习参考,自由版权 samuel_ni@yahoo.com -math expression parser C++ source code support+- ^ () operators use of recursive algorithm,copyright free
sort
- 使用了4种算法了排序。分别是C++、python、ruby、java-use to sort ,the program language include C++、python、ruby、java
Shortest_way
- 路径搜索,最短路径问题,A算法,容易实现,c++程序-Search path, the shortest path problem, A algorithm, easy to implement, c++ program
best-way
- 路径搜索,最短路径问题,A算法,容易实现,c++程序-Search path, the shortest path problem, A algorithm, easy to implement, c++ program
tiny_dmc
- 花了很多时间打造的最小c/c++编译器!编译器是免费的digitalmars c/c++,IDE用的是单文件版scite(sc178.exe),编译环境及优化开关已设置好。解压后约8M。适合算法编程及c/c++语言学习。-tiny c/c++ development environment(digitalmars c/c+++ scite(singular file, version 1.78)),enjoy it!
acrvit
- 好的算法和程序,非常需要的可以下载看看,适合初学者学习(Good algorithm and program, very need to download to see, suitable for beginners to learn.)