资源列表

« 1 2 ... .11 .12 .13 .14 .15 416.17 .18 .19 .20 .21 ... 1384 »

[编译器/词法分析The.C.Book[1]

说明:快速的掌握c的基本语法,这本书很好理解,能够让你在最短的时间内大致掌握这门语言的概更。 -Quickly grasp the basic syntax of c, this book is well understood and allows you to master this language takes more broadly within the shortest possible time
<葱头> 在 2024-11-16 上传 | 大小:2.49mb | 下载:0

[编译器/词法分析PASAL

说明:以在下面段落中定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。词法分析器打开该文件后,自文件头开始扫描源程序字符,发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表,一旦发现不符合“单词”定义的源程序字符串时,给出错误提示。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常
<ww> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[编译器/词法分析pl0

说明:C语言版本的pl0词法分析器。简单易用。请大家多多指教。-C-language version of the pl0 lexical analyzer. Easy to use. Please exhibitions.
<wanjin> 在 2024-11-16 上传 | 大小:2kb | 下载:0

[编译器/词法分析Complex_Inv_2_2

说明:复矩阵的广义逆求解 ,2*2矩阵 .自己编写的,很好用-The generalized inverse for solving complex matrix, 2* 2 matrix
<葱头> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[编译器/词法分析lexayacc

说明:Yacc和Lex简明教程,适用于学习编译器-A technique guide for Yacc and Lex
<刘安> 在 2024-11-16 上传 | 大小:293kb | 下载:0

[编译器/词法分析wordAnalyse

说明:C语言词法分析器,输入C程序,生成token序列。-C language lexical parsers
<金娇> 在 2024-11-16 上传 | 大小:782kb | 下载:0

[编译器/词法分析simplex

说明:在VS上用C代码实现单纯形法,通过TXT文件输入数据,然后算出最优解。-VS on the simplex method implemented in C code, the input data through the TXT file, and then calculate the optimal solution.
<李泽旺> 在 2024-11-16 上传 | 大小:2kb | 下载:0

[编译器/词法分析lecial-analysis

说明:语法分析器,java代码实现,可以用于特定文法-parser scanner
<jessica> 在 2024-11-16 上传 | 大小:5kb | 下载:0

[编译器/词法分析cifafenxi

说明:编译原理,用C语言写的词法分析的代码,比较简单-Compilation principle, written using C language lexical analysis code, relatively simple
<victor> 在 2024-11-16 上传 | 大小:10kb | 下载:0

[编译器/词法分析bianyi

说明:编译脚本带有专业的水平,带编译功能带编译功能-Compile the scr ipt with a professional level, with the compilation feature
<> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[编译器/词法分析code

说明:一个结合flex和bison编写的词法分析/语法分析和语义错误检查程序,对C语言进行检查-an analyser for C programming language using GNU flex and bison
<冬雨辰> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[编译器/词法分析bf

说明:brainfuck语言解释器,可以说是功能最简单的解释器了。修改了bug,删除了无效代码。解释器自动扩展内存,没有代码与数据长度限制。-brainfuck language interpreter, we can say is the most feature a simple interpreter. Modify the bug, deleted invalid code. Interpreter automatically ext
<sunjunyu> 在 2024-11-16 上传 | 大小:2kb | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 416.17 .18 .19 .20 .21 ... 1384 »

源码中国 www.ymcn.org