资源列表
RTC
- RTC crystal is correctly configured & 1 second blinkings can be observed on launch pad.-RTC crystal is correctly configured & 1 second blinkings can be observed on launch pad.
QB-MINI2
- NEC的简易编程器仿真器QB-MINI2使用说明-NEC simple programmer emulator QB-MINI2 instructions
LR(0)
- 编译算法 LR(0)算法 简单的LR(0) 算法,加改善可变成SLR(0)算法-LR(0) alogrithm
COMPILE
- 课程编译原理实验,词法分析器,能识别基本的单词类别-Lexical analyzer
C-compile-system
- 这是编译原理课程的大作业,实现了简单的C语言向x86汇编语言的转换。使用LL(1)文法。-This is a great compiler theory course work to achieve a simple C language to convert x86 assembly language. Using LL (1) grammar.
UGopen-tutorial
- UG开发入门教程,讲解C++编译器的配置,以及UG开发入口函数。-UG Development Tutorial to explain the C++ compiler configuration, and the development of UG entry function.
bch127
- C语言实现BCH127编码,采用长除法实现,语言简洁简单,可以以此理解BCH编码原理并转化为其他语言-BCH127 CODE.
Modern-Compiler-Implementation-in-C
- 本书全面讲述了现代编译器的各个组成部分,包括:词法分析、语法分析、抽象语法、语义检查、中间代码表示、指令选择、数据流分析、寄存器分配以及运行时系统等。-This book fully describes the modern compilers of the various components, including: lexical analysis, parsing, abstract syntax, semantic checking, intermediate code that the
missile
- This C file for finding largest increasing subsequence from a sequence-This is C file for finding largest increasing subsequence from a sequence
Reflector-Tool
- 反编译工具Reflector,这个工具可以将.NET程序集中的中间语言反编译成C#或者Visual Basic代码-Decompiler Reflector, the tool can be. NET assembly intermediate language decompile into C# or Visual Basic code
luaincpp_demo
- 曾经想调整一个或两个值,而无需编译一遍整个代码段?然后,也许一个嵌入式脚本是你的答案。这是Lua中派上用场。 Lua是一个嵌入式的脚本解释器是轻量级的,快速的。 lua的网站上,您可以了解更多。 -Ever wanted to tweak a value or two without having to compile the whole code section over again? Then maybe an embedded scr ipt is your answer. This
lex-and-yacc
- lex与yacc, 开发编译器的好工具,包含了每个部分的元代码-about lex and yacc,which are good tools for complier construction.It includes every sections codes.