资源列表

« 1 2 ... .74 .75 .76 .77 .78 979.80 .81 .82 .83 .84 ... 1383 »

[编译器/词法分析cifafenxi

说明:词法分析程序:一. 为PL/0语言建立一个词法分程序GETSYM(函数) 把关键字、算符、界符称为语言固有的单词,标识符、常量称为用户自定义的单词。为此设置三个全程量:SYM,ID,NUM 。 SYM:存放每个单词的类别,为内部编码的表示形式。 ID:存放用户所定义的标识符的值,即标识符字符串的机内表示。 NUM:存放用户定义的数。 GETSYM要完成的任务: 1. 滤掉单词间的空格。 2. 识别关键字,用查关键字表的
<xxx> 在 2025-06-14 上传 | 大小:7kb | 下载:0

[编译器/词法分析cifafenxi

说明:上课时老师给的一个词法分析器,很好用。注意:使用时要在工程中建立exa.txt.-Class teachers to a lexical analyzer, a very good use. Note: when used in the project to establish exa.txt.
<侯琳> 在 2025-06-14 上传 | 大小:7kb | 下载:0

[编译器/词法分析bianyiyuanli

说明:一个词法分析器,自已作能用的。要在VC6.0以上的版本上才能用。-A lexical analyzer for use of their own. In VC6.0 or later can be used.
<fjh> 在 2025-06-14 上传 | 大小:7kb | 下载:0

[编译器/词法分析LL_1

说明:预测分析文法的程序,使用c语言在VC++下编写,学习编译原理的重要试验-Predictive analysis grammar, the use of c language in VC++ Prepared to learn the importance of compiling principle test
<LINKUAN> 在 2025-06-14 上传 | 大小:7kb | 下载:0

[编译器/词法分析LL

说明:编译器中的语法分析部分,按照LL语法分析规则,简单的实现。-Compiler of syntax analysis, in accordance with the LL parsing rules, a simple realization.
<chuchong> 在 2025-06-14 上传 | 大小:7kb | 下载:0

[编译器/词法分析Example-Plugin-Source

说明:编写交互式反编译工具IDE-pro插件模板和例子-The preparation of interactive tools decompile IDE-pro plug-in templates and examples
<xfeng> 在 2025-06-14 上传 | 大小:7kb | 下载:0

[编译器/词法分析sjjg

说明:【数据结构】算术表达式求值包含上下完整部分-[] Arithmetic expression data structure evaluation contains a complete upper and lower part of
<箱子> 在 2025-06-14 上传 | 大小:7kb | 下载:0

[编译器/词法分析0408010124

说明: 编写关于编译原理知识的基本语法树和词法分析器,有完整的报告格式-Compiler knowledge about the preparation of the basic principles of grammar and lexical analyzer tree, has a complete report format
<幸运草> 在 2025-06-14 上传 | 大小:7kb | 下载:0

[编译器/词法分析CheckVar

说明:使用VC++对程序文件进行词法分析,找出程序中的有关变量相关的错误,如没有定义的变量,重复定义的变量等-Using VC++ on the program file for lexical analysis to identify process-related variables related errors, such as the absence of a definition of variables, definition of variables, such as duplicate
<成炼> 在 2025-06-14 上传 | 大小:7kb | 下载:0

[编译器/词法分析MeshViewerCn

说明:由于Ogre自带的模型观察器无法处理中文名,和查看从天龙八部中导出的mesh和骨骼动画,所以他写了一个小工具。过程中重编译了Ogre的源码以便其支持中文资源名和处理天龙八部的模型资源。-model editor
<makui> 在 2025-06-14 上传 | 大小:7kb | 下载:0

[编译器/词法分析cifafenxiqi

说明:输入一段简单的源代码,可进行词法分析,输出的是分析结果-put a file which is write by visual c++,then the output is the illustration
<学海 > 在 2025-06-14 上传 | 大小:7kb | 下载:0

[编译器/词法分析Reflector

说明:反编译器,对.net的代码可以进行反编译。优化代码,相当不错。-Decompiler for. Net code can decompile. Optimize the code, quite good.
<阿里> 在 2025-06-14 上传 | 大小:7kb | 下载:0
« 1 2 ... .74 .75 .76 .77 .78 979.80 .81 .82 .83 .84 ... 1383 »

源码中国 www.ymcn.org