资源列表
[编译器/词法分析] VCPP
说明:实现对C语言的源程序的词法分析的词法分析器,词法分析器的功能就是读入字符串形式的源程序,识别出具有独立意义的最小语法单位,即单词,并对识别出的单词进行相应的产生属性字处理。-Lexical analyzer lexical analysis of the C language source code, the lexical analyzer function is to read into a string in the form of source code to identify the<杨蕊> 在 2025-10-09 上传 | 大小:1kb | 下载:0
[驱动编程] restore_stage0
说明:xx多点还原,部分开源 引导程序实模式部分代码开源-xx multi-point reduction, part of the open source bootloader real mode code open source<ljh> 在 2025-10-09 上传 | 大小:15kb | 下载:0
[其他嵌入式/单片机内容] nichelite.for.lpc32x0.keil
说明:nichelite tcp/ip-nichelite tcp/ip ....<王朝> 在 2025-10-09 上传 | 大小:2.96mb | 下载:0
[系统编程] CPP_lib_SRC
说明:些舍不得格式化的代码,分享给大家. 一、C++、C内存池、内存泄漏调试的实现 二、Windows、Linux双平台线程池的实现. 三、一些标准编码的封装类实现. _base64Encode.h _urlEncode.h _utf8Encode.h base32Encode.cpp base32Encode.h base64Encode.cpp base64Encode.h crc32Encode.cpp crc32Encode.h url<ljh> 在 2025-10-09 上传 | 大小:171kb | 下载:0
[系统编程] VCPP2010
说明:CMAKE学习的很好资料,主要说明cmake的用法。-CMAKE learning good information, mainly to explain the usage of cmake.<zhangwenbo> 在 2025-10-09 上传 | 大小:14.05mb | 下载:0
[Internet/网络编程] MailLock
说明:pop3协议 邮件监控 实现应用层监控邮件的收取, 每封邮件收取完成后,通知EXE进行邮件解析,把一些关键的信息存入数据库-pop3 protocol mail monitoring application layer monitoring mail receipt, per message charge complete notification EXE mail parsing, and some of the key information stored in the database<ljh> 在 2025-10-09 上传 | 大小:858kb | 下载:0
[C#编程] lexer
说明:递归下降分析器的基本构造方法是,对文法的每个非终结符号,都根据其产生式的各个候选式的结构,为其编写一个对应的子程序(或函数),该子程序完成相应的非终结符对应的语法成分的识别和分析任务。因此,递归下降分析器的语法分析子程序的功能是,对某个非终结符,用规则的右部符号串去匹配输入串。分析过程是按文法规则自上而下一级一级的调用有关子程序来完成。本系统采用的就是递归下降分析方法。-The recursive descent parser constructor to each nonterminal gr<杨蕊> 在 2025-10-09 上传 | 大小:586kb | 下载:0