资源列表
An_Dfa
- this code define the deterministic finite automata using genetic programming
pc-lex
- lex词法分析器源代码 便于与语法分析器结合-lex source code
B-D
- 二---十进制的语法分析及语义分析程序设计-2--- metric analysis and semantic analysis of the syntax of programming
Lexical-analysis-procedure
- 该文件实现的是词法分析算法,是编译原理上机实验的原码-This file is the lexical analysis algorithms to achieve, is to compile the principles of the original code on experiments
ShowTimer
- 用80X86读取并显示系统时间,编译器:MASM-With 80X86 read and display the system time, the compiler: MASM
BIANdsf1
- 1.词法分析 设计、编制并调试该C语言子集的词法分析程序,要求结果以二元组形式保存在文件中。-1. Lexical analysis design, develop and debug the C language subset of the lexical analysis procedure that requires results to binary form group to preserve the documents.
hamming_c
- 汉明码的C++实现,用二进制运算实现,内有说明
suanfa
- 实现识别标识符的状态转换图算法。掌握识别标识符的状态转换图的理论知识和算法实现。-Identifier to achieve recognition of the state transition map algorithm. Master identifier to identify the state transition graph theoretical knowledge and algorithms to achieve.
hangbianji
- 一个实现行编辑的小程序- A reality present edition scr ipt
alu.v.tar
- alu source code for begginer students of electrical ingenierings, adaptable for different needs according to the subject request s
jiefangcheng
- 解N元一次方程组,雅克比迭代法,将方程系数x值和迭代因子代入迭代公式计算-Solution of N-linear equation group, Jacobi iterative method, the equation coefficients of x values and the iterative factor incorporated into the iteration formula
Cpp1
- 用C++实现词法分析器,检查输入的词语是否符合规则。