资源列表

« 1 2 ... .05 .06 .07 .08 .09 510.11 .12 .13 .14 .15 ... 1383 »

[编译器/词法分析Scanner

说明:一个能够分析三种整数、标识符、主要运算符和主要关键字的词法分析程序。 ㈠、基本要求: 标识符 <字母>(<字母>|<数字字符>)* 十进制整数 0 | (1|2|3|4|5|6|7|8|9)(0|1|2|3|4|5|6|7|8|9)* 八进制整数 0(1|2|3|4|5|6|7)(0|1|2|3|4|5|6|7)* 十六进制整数 0x(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)(0|1|2|3|4|5|6
<seker> 在 2025-06-18 上传 | 大小:169kb | 下载:0

[编译器/词法分析Code

说明:动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic link library preparation process. Static library and dynamic librar
<王宇> 在 2025-06-18 上传 | 大小:169kb | 下载:0

[编译器/词法分析lesson19

说明:孙鑫老师VC视频第十九课代码:动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Xin Sun 19th class teacher VC video code: dynamic-link libra
<shanyingying> 在 2025-06-18 上传 | 大小:169kb | 下载:0

[编译器/词法分析yffxq

说明:学习编译原理时做的一个语法分析程序,VC++编写,实现了基本的预测语法分析。-Principles of learning when the compiler to do a grammar analysis program, VC++ Prepared realize the basic grammar prediction analysis.
<波导终结者> 在 2025-06-18 上传 | 大小:169kb | 下载:0

[编译器/词法分析LR1

说明:采用VC编程的LR分析法,代码可以直接运行,可以帮助理解编译原理中的LR构造分析法-VC programming using LR analysis, the code can be directly run, the compiler can help to understand the principle of structural analysis of the LR method
<卓琳 瑞格> 在 2025-06-18 上传 | 大小:169kb | 下载:0

[编译器/词法分析CPP_parser_v_3.2

说明:C Preprocessor,antlr的grammar语言描述,用于学习词法分析,语法分析-C Preprocessor, antlr language to describe the grammar for learning lexical analysis, syntax analysis
<renteng> 在 2025-06-18 上传 | 大小:169kb | 下载:0

[编译器/词法分析SemanticAnalyse

说明:编译原理词法分析源码,将一段程序代码,分析成一个有序token序列 -Principles of lexical analysis to compile source code, will be a section of program code, analysis as a token in an orderly sequence
<陈树佳> 在 2025-06-18 上传 | 大小:169kb | 下载:0

[编译器/词法分析CALOG

说明:c++编写的简单编译器 基本功能包括词法语法分析-c++ compiler, written in simple and basic functions, including lexical parsing
<huangkai> 在 2025-06-18 上传 | 大小:169kb | 下载:0

[编译器/词法分析l

说明:旨在通过lex实现的词法分析器的C++源代码-Aims to achieve through the lex lexical analyzer of C++ source code
<liang> 在 2025-06-18 上传 | 大小:169kb | 下载:0

[编译器/词法分析op_first

说明:编译原理大作业——算符优先文法生成器~能判断是否是算符优先文法并判断句子是否合法-Great job compiling principle- operator precedence grammar Builder ~ can determine whether the operator precedence grammar and determine the legality of the sentence
<xmj> 在 2025-06-18 上传 | 大小:169kb | 下载:0

[编译器/词法分析Code

说明:动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针-Written procedures for the dynamic link library. Static library and dynamic
<chuds> 在 2025-06-18 上传 | 大小:169kb | 下载:0

[编译器/词法分析CMM-version1.0

说明:自己写的CMM解释器,学解释器构造的同学应该都尝试过吧!这里用的antlr,和大家交流交流-cmm compiler with java, using antlr fr a mework.
<wyt> 在 2025-06-18 上传 | 大小:169kb | 下载:0
« 1 2 ... .05 .06 .07 .08 .09 510.11 .12 .13 .14 .15 ... 1383 »

源码中国 www.ymcn.org