搜索资源列表
code
- 编译原理词法分析器,生成二元式的代码!适合于大学计算机科学与技术实验设计。-compiler
AD590
- 本文设计了一种实用新型计算机温度采集系统,采用AD590作温度传感器,ADC0809作模数转换器。该系统原理简单,结构紧凑,成本低廉,适用于需要多点测温的场合,广泛应用于工业生产和人们日常生活中,并显示出了经济、可靠的优越性。本文对系统中的各个组成部分的原理、功能、线路图、芯片的功能作了一个详细的介绍,测量误差符合系统所规定的要求。-Designed a utility model computer temperature acquisition system, using AD590 as a
bianyi
- 计算机编译原理,词法分析,语法分析,语义分析-computer compile
LL1-analytical-method
- LL1分析法的源代码实现,计算机专业编译原理课程实验。-LL1 analytical method.
SY2
- 西南交通大学计算机组成原理实验二,3-8译码器电路的设计-Southwest Jiaotong University computer composition principle experiment two, 3-8 decoder circuit design
SY3
- 西南交通大学计算机组成原理实验三 四位加法器设计-Southwest Jiaotong University computer composition principle experiment thirty-four adder design
pudn
- 里面包括开发的编译原理的实验报告及源代码,还有计算机网络的的实验及指导,最后还有一个是数据结构的作业原题。-Which includes the development of experimental compiler theory and source code, as well as computer network experiment and guidance, and finally there is a job original title data structure.
wen
- 计算机编译原理,对于代码中的文法进行判断,识别代码-Computer compiler theory, the code grammar judgment, identification code
lexical_analyzer
- 计算机科学与技术专业编译原理的词法分析器-Simpal lexical analyzer
编译原理(龙书)+第二版
- 计算机专业的一门重要专业课,旨在介绍编译程序构造的一般原理和基本方法。内容包括语言和文法、词法分析、语法分析、语法制导翻译、中间代码生成、存储管理、代码优化和目标代码生成。(An important professional course of computer science, the purpose of this paper is to introduce the general principles and basic methods of compiler construction.
计组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