资源列表
vtst scripts
- Vienna Ab initio Simulation Package (VASP) of Transition State Tools scr ipts (TST), commonly called VTST.
Proxmark3GUI
- emv chip reader writer
词法分析
- 词法分析(英语:lexical analysis)是计算机科学中将字符序列转换为单词(Token)序列的过程。进行词法分析的程序或者函数叫作词法分析器(Lexical analyzer,简称Lexer),也叫扫描器(Scanner)。(Lexical analysis is the process of converting character sequence into token sequence in computer science. The program or function fo
计组project1_riscv-simulator
- 在这个项目中,您将熟悉汇编程序的工作方式以及RISC-V指令集的实现方式。 通过这个项目,您应该学习实现处理器的原理和技术。 您的任务是为小型RISC-V指令集建模汇编器和非流水线处理器。(In this project, you will be familiar with how the assembler work and how the RISC-V instruction set is implemented. Through this project, you should learn
10+-15
- fluent计算翼型做正弦型俯仰运动的udf,运动幅度10+-15°(udf for fluent calculating a pitching wing)
BITMiniCC-Parser-master
- 预处理,词法分析,语法分析,语义分析,中间代码生成(Preprocessing, lexical analysis, grammatical analysis, semantic analysis, intermediate code generation)
compiler-master
- <编译原理>实验. 最终实现了一个C-语言的编译器(A compiler of C-language is implemented by compiling principle experiment)
compiler_c0
- 基于vs2017,C0文法的编译器实现(无优化)(compiler for c0 grammar)
Tiny c
- 其中包括tinyc语言程序的scanner,parser,analyzer等相关程序。(It includes scanner, parser, analyzer and other related programs of TinyC language program.)
HIT_Compiler_Experiment-master
- 这个包里有三个程序分别实现了编译器的词法,语法,语义分析(The compiler's lexical, grammatical and semantic analysis is realized.)
34717369bianyi
- 用Java来编译的词法分析和语法分析,可以进行很好的功能运作(Lexical and grammatical analysis compiled with Java)
简单词法分析器
- 用Java编写的用于C语言程序的词法分析的程序(A Lexical Analysis Program for C Language Programs Written in Java)