当前位置:
首页
资源下载

搜索资源 - scanner for c language
搜索资源列表
-
0下载:
The Compiler Generator Coco/R
Coco/R1 is a compiler generator, which takes an attributed grammar of a source language
and generates a scanner and a parser for this language. The scanner works as a
deterministic finite automaton. The parser u
-
-
0下载:
c语言编写的词法分析器 可以用于PASCAL语言-c language prepared by the lexical analyzer can be used for language PASCAL
-
-
0下载:
本光盘提供了 嵌入式系统一些通用模块源代码,比如 键盘扫描器,显示器接口,计量器和输入输出,大部分代码是用可移植的C语所写。-the CD provided some common embedded system module source code, for example, the keyboard scanner, display interface, metering and input and output, with most of the code is portable C la
-
-
1下载:
vs2008下,C#语言开发串口通讯程序,用于读取扫描枪扫描到的条形码数据-under vs2008, C# language to develop serial communication program for reading the bar code scanner to scan the data
-
-
0下载:
词法分析器(编译原理)
Java语言词法分析器的设计与实现-Lexical Analyzer (Compilation Principle) Java language lexical Analyzer Design and Implementation
-
-
0下载:
C语言写的简单的端口扫描程序,内附源码,仅供学习-C language to write a simple port scanner, enclosing the source, for study
-
-
0下载:
设计一个词法扫描器。词法扫描器的功能是输入源程序,输出单词符号。写出关键字集合和程序流程图。例如源程序为C语言。输入如下一段:
main() {
int a,b
a = 10
b = a + 20
}
输出如图:
(2,”main”)
(5,”(“)
(5,”)“)
(5,”{“)
(1,”int”)
(2,”a”)
(5,”,”)
(2,”b”)
(5,” ”)
(2,”a”)
(4,”=”)
-
-
0下载:
设计一个词法扫描器。词法扫描器的功能是输入源程序,输出单词符号。写出关键字集合和程序流程图。例如源程序为C语言。输入如下一段:
main() {
int a,b
a = 10
b = a + 20
}
输出如图:
(2,”main”)
(5,”(“)
(5,”)“)
(5,”{“)
(1,”int”)
(2,”a”)
(5,”,”)
(2,”b”)
(5,” ”)
(2,”a”)
(4,”=”)
-
-
0下载:
汇编词法分析器,无符号数的识别及符号扫描程序,c语言-Compilation of the lexer, unsigned identification and symbol scanner, c language
-
-
0下载:
一个用C语言写的端口扫描器源代码,可以针对给出的端口扫描也可以自己添加要扫描的端口。-One with a port scanner written in C language source code, you can scan for the given port can also be added to scan your ports.
-
-
0下载:
自己写的一个基于tcp的扫描程序,语言为c,运行环境为linux.-Write a tcp based scanner, the language is c, operating environment for linux.
-
-
0下载:
词法分析器C++程序,完整代码。
本程序实现Pascal语言子集单词符号的词法分析程序。具体功能为:
(1)给出各单词符号的类别编码;
(2)词法分析程序应能发现输入串中的错误;
(3)词法分析作为单独一遍编写,词法分析结果为二元式序列组成的中间文件;
-Lexer C++ program, a complete code. The Program for a subset of Pascal language words symbol of the lexical a
-
-
0下载:
Scanner for language PL-0 written in c.
-
-
0下载:
基于c语言,简单实现端口扫描器,适合初学者学习,老鸟跳过。-C language, simple port scanner, suitable for beginners to learn, veterans skipped.
-
-
0下载:
this program implements the LL1 algorithme for compilation. it s a scanner and parser for some expressions in C language
-
-
0下载:
用C语言实现,简单的编译扫描器,完成编译工作的第一步。扫描目标语言为JAVA。-Implemented in C language, a simple compiled scanner, completed the first step in the compilation.Scanning the target for the JAVA language.
-