搜索资源列表
cinterp
- 用C语言实现的简单的C语言解释器。 更详细的介绍与笔记请参考 http://longqzh.is-programmer.com-C language implementation of a simple C language interpreter. More detailed introduction and notes refer to http://longqzh.is-programmer.com
complier2
- 编译原理(清华)十二章讲义和大实验相关文档-Compiler Principles (Tsinghua) Chapter 12 lecture notes and related documentation big experiment
Compiler
- (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这
pl0-compiler
- pascal编写的Pl0文法编译器及注释-pascal compiler written Pl0 grammar and Notes
cifa
- 用C语言编写的一个简单的词法分析器 词法分析程序,能识别出所有的关键字、标识符、常数、运算符(包括复合运算符,如++)、界符 能过滤掉源程序中的注释、空格、制表符、换行符 并且能够对一些词法... -A simple C language lexical analyzer lexical analysis program can identify all keywords, identifiers, constants, operators (including composite op
CRC-coding-notes
- CRC编码的原理说明及C语言实现方法,亲测可用,初学者可以尝试-The principle of CRC coding and decoding with several examples to illustarte
FTDT
- 本程序是有限时域差分源程序,有详细注解,方便学习理解。-This program is a limited time domain difference source program, has detailed notes, easy to learn to understand.
kalman_filter-C
- 卡尔曼滤波的C语言实现,有详细注释!适合于学习卡尔曼滤波,需要仿真者-Kalman Filter C language, there are detailed notes! Kalman filter is suitable for learning, you need to emulate those
ADC_DMA
- stm32f103进行同步规则转换兵通过DMA进行数据传输,例程中对同步规则转化参数进行了实验并有注释-stm32f103 synchronization rules into soldiers through the DMA data transfer routines for synchronization rules into parameters of the experiment and the Notes
CPP-source-word-scanner
- 实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你
Application-notes
- Firmware for RFID chip AS399x by AMS Microsystem (part 3)
test1
- 1.1输入输出 程序输入为含有Pascal语言字符串的文件Test.cpp程序在控制台输出为含有二元组<code,String>和错误信息。其中code为单词符号类别标示,String为识别的单词。 1.2大小写不敏感: 程序对大小写不敏感,输出均为小写字符。 1.3注释识别功能: 当程序中出现“/*”时就会放弃对之后字符的识别,直至遇到“*/”,并将/*…*/部分识别为注释输出。 当输入中只有“/*”而没有与之对应的“*/”时输出“E
ART2
- 自适应随机共振算法实现,具体内容注释中会有解释-Adaptive stochastic resonance algorithm, the specific content of Notes will be explained
cifafenxiqi
- 自己写的词法分析器,带有用户界面,操作简单,注释详细。是新手学习的资料。-Write your own lexical analyzer, with a user interface, simple operation, detailed notes. Learning new information.
system_LPC11xx
- system_LPC11xx.c配置的中文注释,对初学者学习pll有帮助。-The system_LPC11xx.c configuration of Chinese notes, for beginners to learn PLL help.
PL0-grammar-functions-
- 对PL0文法分析中的函数进行详细的注释,主要对学习编译原理的同学有帮助。-For PL0 grammar analysis functions detailed notes, mainly students learning compiler theory help.
LDPC
- LDPC码的C语言编译码,包含校验矩阵,备注-LDPC codes codec C language, including parity check matrix, notes, etc.
chroma-ansyn
- Chroma Feature Analysis and Synthesis Chroma features are an interesting and powerful representation for music audio in which the entire spectrum is projected onto 12 bins representing the 12 distinct semitones (or chroma) of the musical octave.
USB-Device---HID---pic18f2550
- This demo is natively intended to be used on Microchip USB boards supported by the CHPFSUSB stack. See release notes for support matrix. This demo can be modified for use on other hardware platforms.-This demo is natively intended to be used on M
ANTLR4-reading-notes
- ANTLR4权威参考读书笔记,详细介绍了开发编译器的流程-ANTLR4 authority reference reading notes
