资源列表

« 1 2 ... .36 .37 .38 .39 .40 341.42 .43 .44 .45 .46 ... 1384 »

[编译器/词法分析lexicalanalysis

说明:为了实现的编译程序实用,源程序可采用自由书写格式,即一行内可以书写多个语句,一个语句也可以占领多行书写;标识符的前20个字符有效;整数用2个字节表示;长整数用4个字节表示。这样词法分析程序的主要工作为: (1)从源程序文件中读入字符。 (2)统计行数和列数用于错误单词的定位。 (3)删除空格类字符,包括回车、制表符空格。 (4)按拼写单词,并用(种别,单词)二元式表示。 (5)根据需要是否填写标识符表供以后各阶段使用
<houny> 在 2024-10-11 上传 | 大小:201728 | 下载:0

[编译器/词法分析hafumanbianyiqi

说明:这是一个哈夫曼编译器,是我学数据结构的时候老师要求做的一个作业-This is a compiler Huffman, I studied the data structure when the teacher demanded an operations
<rong> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[编译器/词法分析Compile-CC-SRC

说明:Compile-CC编译器源代码.rar,是学习编译原理和C语言的好例子!-Compile-CC compiler source code. Rar, learning theory and compile C language a good example!
<张生> 在 2024-10-11 上传 | 大小:61440 | 下载:0

[编译器/词法分析SoftICE_564

说明:这是一个用来调试驱动开发的一个调试器,可以编译和调试基于NDIS机制的驱动开发。-This is a debugger to drive the development of a debugger, Compiling and Debugging can be based on the NDIS driver development mechanism.
<刘才智> 在 2024-10-11 上传 | 大小:92160 | 下载:0

[编译器/词法分析avltree

说明:这是一个非常经典的二叉平衡树,希望大家能够喜欢-This is a very classic balance of the two forks tree and I hope we can like
<yiyi> 在 2024-10-11 上传 | 大小:3072 | 下载:0

[编译器/词法分析testpic

说明:这是一个高质量的图像程序,希望能得到大家的喜爱-This is a high-quality images procedures, we hope to be the favorite
<yiyi> 在 2024-10-11 上传 | 大小:475136 | 下载:0

[编译器/词法分析SourceCodeExpression

说明:一个表达式解析器,利用Visual Studio C++6.0 开发,感觉不错,不妨一下-an expression parser, using Visual Studio C++6.0, feeling good, it may be what
<李东洋> 在 2024-10-11 上传 | 大小:139264 | 下载:0

[编译器/词法分析bianyicifa

说明:自己编的词法分析程序,含有实验报告,有详细的数据结构和程序流程说明。-own addendum to the lexical analysis procedures, experimental report containing a detailed data structure and program flow note.
<陈子> 在 2024-10-11 上传 | 大小:17408 | 下载:0

[编译器/词法分析interpret

说明:cp计算机语言的 编译器的解释程序 用C++语言编写 -cp computer language compiler is the interpretation of the procedures used C language
<> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[编译器/词法分析pa

说明:#include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*///////////////////////////////////////////////////////////////////////
<dddddddd> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[编译器/词法分析myCompile

说明: 一个小程序,用c++语言实现简单的一遍编译器,完成中缀表达式与后缀表达式之间的转换。-a small program, c simple language what the compiler, completed sergeant with the suffix expression between the expression change.
<刘刚> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[编译器/词法分析2_lex

说明:从网上下载lex工具源代码,并对其进行反复修改 使其能按我们的要求对C程序进行词法分析,然后输出我们期望的结果 -downloaded from the Internet tools lex source code, and it has repeatedly revised to enable it to us by the requirements of the C procedures lexical analysis,
<> 在 2024-10-11 上传 | 大小:13312 | 下载:0
« 1 2 ... .36 .37 .38 .39 .40 341.42 .43 .44 .45 .46 ... 1384 »

源码中国 www.ymcn.org