资源列表
alinksrc
- alink v1.6源码,alink是一个开源的连接器/链接器(linker).pudn上的只搜索到可执行文件. -ALINK Source Code, V1.6, Copyright 1998-9 Anthony A.J. Williams. All Rights Reserved. This source code is free for all to use, compile and distribute for any purpose, provided it r
JN-AN-1057-Over-Air-Download-3v0
- This Application Note provides guidance on the system issues to be considered when using a coin cell to power a device based on the Jennic JN513x wireless microcontroller.
lexGrammer
- 用C语言实现的编译原理词法分析、语法分析联合程序-Implemented using C language compiler theory of lexical analysis, parsing the joint program
turbo
- turbo编码,从编码到译码都有一个完整的系统,功能很全-turbo code
syscanPGM
- 二维码生成、二维码编辑编码器及二维码识别软件源码编辑器-Two-dimensional code generation, two-dimensional code editor encoder and two-dimensional code recognition software source code editor
LR-parser
- LR分析器设计 给定说明语句的拓广文法G[S ]如下: (0) S ->S (1) S->v I:T (2) I->I,i (3) I->i (4) T->r 其中v代表终结符var,r代表real。 其识别规范句型活前缀的DFA及LR(0)分析表如下: 输入 状态 ACTION表 GOTO表 v i , : r # S I T 0 S2 1 1 acc 2 S4
powershield
- PBD反编译器,能反编译PB5-PB12的任何由PB生成的伪代码。-PBD decompiler can decompile any PB5-PB12 PB generated by the pseudo-code.
serialIO
- Comunication by RS232 atmel 89c51cc01
textio
- 学习textio的重要资料-Learn important information textio
project2_20060851
- compiler project. project2 parsing
1-1
- 《现代编译原理C语言描述》书上第一章的直线式程序解释器的一个问题:写一个函数int maxargs(A_stm),告知给定语句中任意子表达式内的print语句的最大参数个数. 参照所给部分源码,在Linux环境下编写的,GCC版本4.4.4测试通过-The book Modern compiler Implementation In C, in first chapter of the book linear program interpreter there be a problem: W
SQL
- DBMS的词法分析部分和语法分析部分,希望能给一些初学者提供帮助-some parts of DBMS,hope that it is useful.