搜索资源列表
一个c语言词法分析例子
- C语言词法分析示例 用于指导编译原理实验报告的编写-C language lexical analysis compiled examples guiding principles for the preparation of the report experiments
c语言词法分析程序
- .X语言词法分析程序的设计 目的:设计、编制、调制一个具体的词法分析程序,加深对词法分析原理的理解。 要求: (1)通过理解正规式、有限自动机原理,根据下面的X语言的说明编制一个X语言的词法分析程序。 (2)提交实验报告,报告内容如下: 目的要求、DFA、程序清单(带注释)、测试样例及结果
约瑟夫环数据结构实验报告
- C语言数据结构课程设计约瑟夫环1. 本演示程序中,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止。-C language curriculum design data structure Joseph Central 1. The demo program, the number of n for arbitrary, and the first to be assigned to
Josephu
- 约瑟夫环的代码加实验报告 根据严蔚敏c语言版本的课后实验题目要求做的 希望对大家有帮助 -Joseph Central Experimental report code plus YAN Wei-Min c language version of the after-school experiment required the subject to all of us hope for help
Compiler
- 使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
zuoy
- 操作系统的实验包含报告,源代码,用C语言写的-An experimental operating system that contains reports, source code, written using C language
cifafenxi
- c语言实现语法分析程序,很全面,有完整的实验报告,希望可以对同志们有所帮助-c language parser, it is comprehensive, complete experimental report, hope that can help comrades
cifafenxibaogao
- c语言实现编译原理词法分析,有完整的源代码,可以直接运行,并且有完整的实验报告,希望对大家有所帮助-c language compiler to achieve the principle of lexical analysis, a complete source code, can be directly run, and a complete report of the experiment, I hope all of you to help
Cprogram
- 《C语言程序设计》课程的课程设计,学生成绩管理系统,包括实验报告-"C Language Program Design" course curriculum design, student performance management system, including experimental report
datastruct
- 数据结构(C语言)实验报告_飞机订票系统.rar-Data structure (C language) _ experimental aircraft booking system report. Rar
ccfx
- 实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序,以加深对编译原理的理解,掌握编译程序的实现方法和技术。 c.1词法分析 c.1.1实验目的 设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。 c.1.2实验要求 c.1.2.1待分析的简单语言的词法 (1) 关键字: begin if then while do end --------有实验报告+.cpp+分析-Experimental Objective: To use c lang
c
- c语言编译器源代码,可以参考它完成实验报告-c language compiler source code, can refer to it the report of the completion of the experiment
mcu_report
- 某高校的C语言实验报告,很好的单片机C语言入手资料-A C-language university Experimental Report
1213
- 作业调度---实验报告 一、实验目的: 本实验要求用高级语言(C语言实验环境)编写和调试一个或多个作业调度的模拟程序,了解作业调度在操作系统中的作用,以加深对作业调度算法的理解 二、实验内容: 1、编写并调试一个单道处理系统的作业等待模拟程序。(必做) 作业调度算法: 分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。 (1)先来先服务算法:按照作业提交给系统的先后顺序来挑选作业,先提交的先被挑选。 (2)最短作业
2
- C语言实验报告~绝对的原创,实验报告强烈推荐下载 绝对youyong-C-lab report ~ absolute original, experimental report strongly recommended to download the absolute youyong
cifa
- 词法分析器与递归下降的语法分析器的结合,含有实验报告,用c语言编写-Lexical analyzer and recursive-descent parser combination, containing experimental report, using c language
C
- C语言实验报告一——如何输入一串字符并按倒序输出-C language
c
- c语言实验报告,共6次,对c语言入门学习很有帮助-c language lab report, a total of six times, very helpful for the c language learning portal
C语言
- 上学期做的C语言实验报告,分享给大家,包括最后的一道文件题(the homework I did last term)
C语言课程设计---停车场管理一
- c++数据结构课程设计 停车场管理 实验报告(Data structure parking management)