搜索资源列表
yufafenxiqi
- 语法分析器(C++)源代码+其详细的课程设计报告 输入的文法可以消除左递归并提取公共左因子求出文法的非终结集合——FIRST和FOLLOW集并对输入的算符优先文法,构造算符优先关系表 -Parser (C++) Source code its detailed report on curriculum design input left recursive grammar can be eliminated and the public left factor extract der
5
- 详细设计的目的就是指导编码,明确的说,就是将你的设计拿给不同的人去写编码,写出来的程序处理流程相同.后续的评审或者是有人接替你的工作,只要查看详细设计,就能清楚你当时是怎样设计这些流程的。-The purpose is to guide the detailed design codes, specifically, is that your design showed that different people to write code, written procedures for pro
AD590
- 本文设计了一种实用新型计算机温度采集系统,采用AD590作温度传感器,ADC0809作模数转换器。该系统原理简单,结构紧凑,成本低廉,适用于需要多点测温的场合,广泛应用于工业生产和人们日常生活中,并显示出了经济、可靠的优越性。本文对系统中的各个组成部分的原理、功能、线路图、芯片的功能作了一个详细的介绍,测量误差符合系统所规定的要求。-Designed a utility model computer temperature acquisition system, using AD590 as a
Disk-scheduling-algorithm
- FCFS磁盘调度算法设计,内含有详细的代码注释和实验结果-FCFS disk scheduling algorithm design, which contains detailed code comments and experimental results
编译原理课程设计报告
- 本文档详细的介绍了编译原理语义分析的实现以及附上了源代码(Semantic analysis of compiler principles)