-
一个编译原理词法分析的实验报告
一个编译原理词法分析的实验报告-a compiler theory lexical analysis of experimental report
- 2023-02-10 16:10:03下载
- 积分:1
-
设计SAMPLE语言的词法分析器
八、实验一:设计SAMPLE语言的词法分析器
检查要求:
a) 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音);
b) 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果;
c) 输出结果为单词的二元式序列(样式见样板输出1 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-14 07:01:27下载
- 积分:1
-
bat batch file type command syntax Detailed applications.
bat批处理文件类型命令语法的详细应用。
- 2022-05-09 06:52:54下载
- 积分:1
-
该问题与以前经典的五个哲学家五根筷子不同,这次是每个哲学家身边均有一副刀叉,总的资源是充足的...
该问题与以前经典的五个哲学家五根筷子不同,这次是每个哲学家身边均有一副刀叉,总的资源是充足的-problems with the previous five classic philosophers five different chopsticks, this is the philosopher of each side have a knife and fork, the total resources are adequate
- 2022-09-29 11:20:03下载
- 积分:1
-
不错的书籍管理系统
不错的书籍管理系统-good book management system
- 2022-04-13 04:52:25下载
- 积分:1
-
Doctoral thesis on genetic algorithms
关于遗传算法的博士论文,从matlab中文网上下下来的-Doctoral thesis on genetic algorithms
- 2022-04-22 17:17:14下载
- 积分:1
-
在本computes fft.c
fft.c--This computes an in-place complex-to-complex FFT
x and y are the real and imaginary arrays of 2^m points.
dir = 1 gives forward transform
dir = -1 gives reverse transform -fft.c This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2 ^ m points. dir = 1 gives forward transform dir =-1 gives reverse transform
- 2022-05-29 23:51:17下载
- 积分:1
-
可用J1939协议实现对电控发动机的控制通讯,是一个很好的帮助资料...
可用J1939协议实现对电控发动机的控制通讯,是一个很好的帮助资料-J1939 protocol can be used for electronic control of engine control communications, is a good way of helping information
- 2022-07-12 13:38:33下载
- 积分:1
-
wap教程.rar
wap教程.rar-WAP Directory. Rar
- 2022-01-25 14:23:51下载
- 积分:1
-
classic procedures hundred cases == 1
经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("
") for(i=1 i
- 2022-05-24 10:08:08下载
- 积分:1