资源列表
Particle
- 本文描述的是关于粒子滤波的源代码,用MATLAB运行,会有很好的效果。-the particle filtering
queue
- 基于queue的代码编程,大家可以用心学习-Queue-based programming code, we can carefully study
by2
- 给大家一些有关编译原理的程序,仅供参考,希望会对大家有帮助.-to you some of the tenets of the procedure compiler, for reference purposes only, hope will be helpful.
minimumDFA
- 编译原理文法C语言编程实现DFA的最小化-C programming language grammar compiler theory to achieve the minimum DFA
Lexical-analysis
- 一个简单的词法分析程序 从文件读入并将结果写入文件-A simple lexical analysis program read from a file and write the results file
poissonSolver
- Poisson Solver in MatLab
C- scanner
- 支持一些C language的scanner
ftb.Lua
- Lua iNMR scr ipt for performing FT on 2D NMR experiments.
cdecl
- c声明解析 此代码为书上的代码 我抄了下来-c Statement Analysis
scanner
- 近似C的scanner 用flex寫的 好懂易入門-Approximate C scanner ,use flex , easy to understand
1wire
- 1wire library for AVR microcontrollers
yufafenxi
- 编译原理的一个语法分析程序,设计,编制并调试一个语法分析程序,加深对语法分析原理的理解。可以编译c语言的基本结构,包括循环嵌套和条件嵌套。(1) 执行程序时,可输入源程序的路径,如果输入为空的话,将会编译默认的源程序“./input.dat” (2) 如果编译发现有错误,则会输出错误行数,并在结束编译时输出“Complete!”