搜索结果
找到约 56 项符合
TOKEN 的查询结果
按分类筛选
编译器/解释器 flex 词法分析器 识别token单元
flex 词法分析器 识别token单元
VHDL/FPGA/Verilog VHDL function for calculate USB Token CRC
VHDL function for calculate USB Token CRC
嵌入式/单片机编程 An Overview of Smart Card Security. The smart card, an intelligent token, is a credit card sized
An Overview of Smart Card Security.
The smart card, an intelligent token, is a credit card sized plastic card embedded with an integrated circuit chip. It provides not only memory capacity, but computational capability as well. The self-containment of smart card makes it resistant to attack as it d ...
Internet/网络编程 ngrep strives to provide most of GNU grep s common features, applying them to the network layer. ngr
ngrep strives to provide most of GNU grep s common features, applying them to the network layer. ngrep is a pcap-aware tool that will allow you to specify extended regular or hexadecimal expressions to match against data payloads of packets. It currently recognizes TCP, UDP and ICMP across Ethernet, ...
编译器/解释器 本程序为用VC开发的词法分析程序
本程序为用VC开发的词法分析程序,它实现了生成Token串,词法分析阶段的错误检查,即填写符号表
编译器/解释器 这是一个simple语言词法分析程序
这是一个simple语言词法分析程序,程序有点问题,就是token.txt和symble.txt两个文件不能写入数据.你能告诉我吗?qq:23318796
编译器/解释器 这是一个词法分析器
这是一个词法分析器,、实验内容: 1. 设计扫描器的自动机; 2. 设计翻译、生成Token的算法; 3. 编写代码并上机调试运行通过。 &#8226 要求:输入——源程序文件; 输出——(1)相应的Token序列; (2)关键字、界符表,符号表,常数表。 ...
编译器/解释器 一个子集的词法分析器。输入程序
一个子集的词法分析器。输入程序,输出TOKEN串各符号表,并存入文件。
编译器/解释器 一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号
一、 实验内容
S语言的编译程序的词法分析部分实现
从左到右扫描每行S语言源程序的符号,拼成单词,换成内部表示(token)
二、 实验要求
要求实现编译器的以下功能:
&#61548 组织源程序的输入
&#61548 按规则拼写单词,并转换成二元形式
&#61548 删除空格及无用符号(如回车符,字符常数的引号符等)
&#61548 发现并 ...