-
pl0语言语法分析(c++写的)
本来是编译原理的作业,作业布置到了语义分析,想下载贵网站的源码参考参考,发现没有Money,只能上传源码看能不能行。。。输入文件是test1.pl0和test2.pl0,输出文件是Error_1.txt和Error_2.txt。写了这么多不知道有没有50个字,上传一下试试哈~
- 2022-07-07 03:02:53下载
- 积分:1
-
图形显示:一个五角星,按一键,变一种颜色 代码
图形显示:一个五角星,按一键,变一种颜色 代码
-graphics : a five-pointed star, according to a key, a color code change
- 2023-05-16 06:00:02下载
- 积分:1
-
密码锁的实际程序 ,使用新片24C16,有2000个密码 可以存储,再加备份。...
密码锁的实际程序 ,使用新片24C16,有2000个密码 可以存储,再加备份。-Lock the actual process, using new movie 24C16, there are 2000 passwords can be stored, plus a backup.
- 2022-06-21 22:22:28下载
- 积分:1
-
这个比较完整注释什么的都全还有开平方.
并且格式也很好看,干净.
这个比较完整注释什么的都全还有开平方.
并且格式也很好看,干净.-Note the relatively complete what are all still open square. And format is also very good looking, clean.
- 2022-07-04 14:52:23下载
- 积分:1
-
Python对文件IO操作
filePath="c:/test/tt.txt"
#从文件中读取信息
f=open(filePath, "r")#运用读的方式打开文件,
for line in f: #每次读取文件的一行内容
print(line)
f.close()
#向文件中写入信息
f=open(filePath, "a") #这里有两种方式:第一种是以w的形式,它写入时将会清空以前的数据然后再写入数据,第二种是以a的形式,它以追加的形式写入数据
f.write("我开始向文件中写入信息
")
f.writelines("我已经向文件写入了信息")
f.close()
- 2022-03-02 22:46:33下载
- 积分:1
-
这是MCS的应用子程序。很多模块的
这是MCS的应用子程序。很多模块的-This is the MCS Application subroutine. Many of the modules
- 2022-01-25 17:54:50下载
- 积分:1
-
实现统计男女生个数 0代表男生 1代表女生 键盘输入 中断调用...
实现统计男女生个数 0代表男生 1代表女生 键盘输入 中断调用
-Interrupt program for boys and girls to achieve statistical number of 0 for boys and girls on behalf of a keyboard input
- 2022-12-26 01:25:03下载
- 积分:1
-
步进电机的运转程序
步进电机的运转程序-stepper motor operation procedures
- 2022-01-30 17:29:29下载
- 积分:1
-
This file contains a summary of what you will find in each of the files that
m...
This file contains a summary of what you will find in each of the files that
make up your TspSA application.
TspSA.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
-This file contains a summary of what you will find in each of the files that
make up your TspSA application.
TspSA.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
- 2022-02-14 02:44:38下载
- 积分:1
-
利用CCS实现IIR滤波器的功能,保证正确。
利用CCS实现IIR滤波器的功能,保证正确。-The use of CCS realize the function of IIR filter, and ensure the correct.
- 2022-05-21 07:14:02下载
- 积分:1