搜索资源列表
051150008
- 完整的C语言实验报告 实验1 C程序的运行环境和运行C程序的方法 实验2 数据类型、运算符和表达式 实验3 最简单的C程序设计 实验4 逻辑结构程序设计 实验5 循环控制
一个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
pl0实验报告
- 很详细的pl0实验报告,还有功能扩充
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
111
- 停车场C语言课程设计报告,包含停车场要求及完整的实验报告,有运行结果-Car park C language curriculum design report, including the parking lot requirements and complete the experimental reports, the results
os
- java和c语言编写的操作系统的算法,有生产者消费者问题和银行家算法,具体的实验报告格式-java and c language operating system algorithms, there are producers of consumer issues and banker s algorithm, the specific reporting format 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
c
- c语言编译器源代码,可以参考它完成实验报告-c language compiler source code, can refer to it the report of the completion of the experiment
1213
- 作业调度---实验报告 一、实验目的: 本实验要求用高级语言(C语言实验环境)编写和调试一个或多个作业调度的模拟程序,了解作业调度在操作系统中的作用,以加深对作业调度算法的理解 二、实验内容: 1、编写并调试一个单道处理系统的作业等待模拟程序。(必做) 作业调度算法: 分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。 (1)先来先服务算法:按照作业提交给系统的先后顺序来挑选作业,先提交的先被挑选。 (2)最短作业
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语言实验报告(1)掌握数组定义及二维数组的应用; (2)掌握函数间参数传递方式(值方式和引用方式); (3)掌握库函数的使用。(C language experiment report)
C语言课程设计---停车场管理一
- c++数据结构课程设计 停车场管理 实验报告(Data structure parking management)
数据结构实验报告附有源代码
- 数据结构实验报告 附有运行结果和源代码 包括哈希表,二叉树,哈希查找