-
本程序是基于51单片机的红外解码实验!!希望大家喜欢
本程序是基于51单片机的红外解码实验!!希望大家喜欢-This procedure is based on 51 single-chip decoder infrared experiment! ! I hope everyone likes
- 2022-02-02 01:08:02下载
- 积分:1
-
ASM电机向前和向后
asm for motor forward and backward
- 2022-04-15 21:33:12下载
- 积分:1
-
8052单片机和计算机串口通信的试验。已经成功演示,上位机用的是vb写的程序。...
8052单片机和计算机串口通信的试验。已经成功演示,上位机用的是vb写的程序。-8052 single-chip serial communication and computer tests. Have successfully demonstration PC using a program written in vb.
- 2022-12-13 07:20:03下载
- 积分: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
-
青岛分类信息网整合企业名录.供大家分享
青岛分类信息网整合企业名录.供大家分享 -classification Qingdao Information Network Integration Business Directory. For everyone to share
- 2022-10-03 00:00:03下载
- 积分:1
-
字母小到大
字母小到大---汇编-alphabetical small to large compilation
- 2022-02-18 15:59:02下载
- 积分:1
-
This sample shows the use of input and output string functions of emu8086.inc
This sample shows the use of input and output string functions of emu8086.inc
- 2022-01-25 23:18:54下载
- 积分:1
-
用递归的方法编写函数求Fibonacci级数的源程序
用递归的方法编写函数求Fibonacci级数的源程序-using recursive function method for the preparation of the source Fibonacci Series
- 2022-06-30 12:34:47下载
- 积分:1
-
Cable system is to send a program, compiled with the hope that useful to everyon...
是有线系统的发送程序,用汇编的,希望对大家有用。-Cable system is to send a program, compiled with the hope that useful to everyone.
- 2022-04-11 18:23:58下载
- 积分:1
-
扫描键盘PIC单片机PIC单片机键盘扫描程序,适合初学者…
键盘扫描程序,适用于PIC单片机的键盘扫描,
适合初学PIC单片机的人学习及借鉴-Keyboard scanner for scanning the keyboard PIC MCU, PIC MCU suitable for beginners to learn and learn from
- 2022-03-07 10:56:56下载
- 积分:1