-
定时器程序采用89c2051
定时器程序采用89c2051 -timer procedures used 89c2051
- 2022-02-02 10:27:08下载
- 积分:1
-
msp430f133 of 24c01 reading and writing, can be modified to read and write byte...
msp430f133对24c01的读写,可以修改读写字节长度,对其他eeprom进行读写-msp430f133 of 24c01 reading and writing, can be modified to read and write byte length, read and write to other EEPROM
- 2022-06-02 17:49:25下载
- 积分:1
-
这是我们老师的PPT 事关于计算机接口的
是我们学校公认的高质量的课件 实为教学和学习的最好的参考...
这是我们老师的PPT 事关于计算机接口的
是我们学校公认的高质量的课件 实为教学和学习的最好的参考-This our teacher"s PPT things on the computer interface is our school recognized the quality of the real courseware for teaching and learning of the best reference!
- 2022-06-14 18:34:31下载
- 积分:1
-
programming documents : optimizing the structure of the document. Rar
win32汇编 pe 文件编程:优化文件结构.rar-programming documents : optimizing the structure of the document. Rar
- 2022-01-25 15:20:01下载
- 积分:1
-
用汇编语言实现的学生信息管理系统,可以添加、删除、修改、查看功能...
用汇编语言实现的学生信息管理系统,可以添加、删除、修改、查看功能-Using assembly language to achieve the student information management system, can add, delete, modify, view the function
- 2023-05-16 14:00:03下载
- 积分:1
-
运用matlab进行的图像分析,原创的哦
运用matlab进行的图像分析,原创的哦-Carried out by image analysis using matlab
- 2022-03-30 18:30:11下载
- 积分:1
-
IO口直接驱动lcd的汇编程序
中颖单片机SH67P33编写的用IO口直接驱动段码式lcd的汇编程序,对于刚接触单片机汇编的新手,还是不错的,给大家参考参考。
- 2023-08-07 10:35:04下载
- 积分: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
-
本程序的可视化界面可以模拟电梯运行下实现…
此程序可实现可视界面下的电梯模拟运行,可在下降或上升过程中搭载“顺路”的乘客,与现实生活中的电梯运行完全一致。-this procedure visual interface can be realized under the simulated elevator operation can be increased or decreased in the course of carrying "the way" of passengers, and the practical life of the elevator operation is consistent.
- 2022-11-23 20:15:03下载
- 积分:1
-
header p16f916
此头文件定义配置、寄存器和其他有用的文件
- 2022-12-19 16:05:03下载
- 积分:1