资源列表

« 1 2 ... .90 .91 .92 .93 .94 495.96 .97 .98 .99 .00 ... 1384 »

[编译器/词法分析huofumanj

说明:霍夫曼解码 给出码表的 编码的结果就是使每一个字符的编码都与另一个字符编码的前一部分不同.不可能出现像a:00,b:001这种情况.这样就不会遇到莫棱两可的情况了. 这是由二叉树的特点决定的,编码是由从根结点到一个叶子的路径决定的.不同的叶子对应的这种路径不可能出现像a:00,b:001这种情况.你可以画画二叉树图,就懂了. -Huffman decoding code table is given
<曾啸> 在 2024-10-14 上传 | 大小:113664 | 下载:0

[编译器/词法分析9bc95b5b9bb9

说明:一个简易编译器的源代码可以实现词法分析语法分析-A simple source code compiler
<赵亮> 在 2024-10-14 上传 | 大小:53248 | 下载:0

[编译器/词法分析bianyiqi

说明:有词法分析,用的是SLR语法。语义子程序,说明报告里有全部的操作过程,及完整的源代码。-A lexical analysis, syntax using a SLR. Semantic routines, that report has all the operation, and the complete source code.
<> 在 2024-10-14 上传 | 大小:1513472 | 下载:0

[编译器/词法分析compiler_of_words_flex

说明:简单的flex词法分析器 比较简单,但是可以比较清楚的体现flex的用法 附有详细的实验报告,带有详细的过程。 开发环境为ubuntu9.10-Simple flex lexical analyzer is simple, but can be more clearly reflected the use of flex with detailed lab reports, with detailed process. De
<3feng> 在 2024-10-14 上传 | 大小:131072 | 下载:0

[编译器/词法分析bianyikeshe

说明:编译原理的课程设计,测试程序为一个小型C程序。-Compiler theory of curriculum design, test program for a small C program.
<wucheng> 在 2024-10-14 上传 | 大小:4162560 | 下载:0

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

说明:编译原理的实验,SLR分析法,能够实现自底向上的语法分析。-Compiler theory experiments, SLR analysis, to achieve the bottom-up parsing.
<windssd> 在 2024-10-14 上传 | 大小:237568 | 下载:0

[编译器/词法分析recursive-descent-parsing

说明:编译原理的实验,递归下降语法分析,能够实现自上而下的分析。-Compiler theory of the experiment, recursive descent parsing, to achieve top-down analysis.
<windssd> 在 2024-10-14 上传 | 大小:37888 | 下载:0

[编译器/词法分析FA

说明:计算机编译原理第三版实验 运行确定有穷状态自动机-Computer compiling principle third edition experiment to determine a poor state automata
<秦绕林> 在 2024-10-14 上传 | 大小:1024 | 下载:0

[编译器/词法分析Joiner

说明:win32 asm application using TASM compiler, that can bind/join an PE executable into another PE Executable
<motash> 在 2024-10-14 上传 | 大小:13312 | 下载:0

[编译器/词法分析arduinodemux

说明:Arduino Demux An analog / digital multiplexer like the CD74HC4067 (mux for short) can help multiply the amount of pins you have, and it is insanely easy to connect to your arduino or other microcontroller The CD74
<exxo> 在 2024-10-14 上传 | 大小:1024 | 下载:0

[编译器/词法分析basic

说明:Basic解释器,能过解释执行简单的Basic代码。-Basic program.
<陶月> 在 2024-10-14 上传 | 大小:26624 | 下载:0

[编译器/词法分析1222

说明:编译原理词法编辑器,输入文件可直接运行,完整,C++语言实现-Compiler theory lexical editor, input files can be directly run, full, C++ language
<aiwo99> 在 2024-10-14 上传 | 大小:1024 | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 495.96 .97 .98 .99 .00 ... 1384 »

源码中国 www.ymcn.org