资源列表
[编译器/词法分析] MPEG4encoding
说明:编码技术mpeg4的一项重要技术,其中包括运动估计运动补偿及纹理编码-mpeg4 encoding technology of a major technology, including motion estimation and motion compensation coding texture<乔香磊> 在 2025-06-24 上传 | 大小:145kb | 下载:0
[编译器/词法分析] bison
说明:bison源代码.bison 是替代yacc的语法分析程序生成器. yacc是 Yet Another Compiler Compiler的缩写. bison又是什么呐 是一个生成可以分析文本文件结构的程序的程序. 用户不用直接编写程序而只用确定好如何分析这些文本文件的规则就可以了. 这种文本结构应用的例子举不胜举, 其中一个就是计算器(calculator).-bison source code. Bison is a replacement generates a syntax analys<uuutest> 在 2025-06-24 上传 | 大小:281kb | 下载:0
[编译器/词法分析] cffx(skyw)
说明:实现词法分析,用VB写的对结果进行分类显示-achieve lexical analysis using VB wrote to the classification results show<skyw> 在 2025-06-24 上传 | 大小:971kb | 下载:0
[编译器/词法分析] dump3_morpheus_0.2.9_src
说明:dump3 morpheus 0.2.9 src<liweiqi> 在 2025-06-24 上传 | 大小:195kb | 下载:0
[编译器/词法分析] C-compilerSource
说明:C编译器源码是我到处找来的,看了之后很有收获-C compiler source is found everywhere, and found the great harvest<廖书圣> 在 2025-06-24 上传 | 大小:180kb | 下载:0
[编译器/词法分析] AccidenceAnalyser
说明:Java词法分析器 [使用java开发,并且用来分析java源文件] -Java lexical analyzer [use java development, as well as to analyze java source files]<张超仁> 在 2025-06-24 上传 | 大小:4kb | 下载:0
[编译器/词法分析] MPEG4videoencodeanddecode
说明:用VC++实现的MPEG4视频编码和视频解码,很好用的-with VC of MPEG4 video coding and decoding video, with the good<xueling> 在 2025-06-24 上传 | 大小:121kb | 下载:0
[编译器/词法分析] shua
说明:同时论流刷定制的不同的网页同 时论流刷定制的不同的网页同时论流刷定制的不同的网页-while brushing customized flow of the different flow on the website while brushing customized website also different flow on the different brush customization On the website the same time brush customized flow<yshengjie> 在 2025-06-24 上传 | 大小:4.59mb | 下载:0
[编译器/词法分析] lexicalanalysis
说明:为了实现的编译程序实用,源程序可采用自由书写格式,即一行内可以书写多个语句,一个语句也可以占领多行书写;标识符的前20个字符有效;整数用2个字节表示;长整数用4个字节表示。这样词法分析程序的主要工作为: (1)从源程序文件中读入字符。 (2)统计行数和列数用于错误单词的定位。 (3)删除空格类字符,包括回车、制表符空格。 (4)按拼写单词,并用(种别,单词)二元式表示。 (5)根据需要是否填写标识符表供以后各阶段使用。 这里采用的编译程序的实现方法是一遍扫描,即从左到右只<houny> 在 2025-06-24 上传 | 大小:197kb | 下载:0