-
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
-
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
-
本程序是基于51单片机的红外解码实验!!希望大家喜欢
本程序是基于51单片机的红外解码实验!!希望大家喜欢-This procedure is based on 51 single-chip decoder infrared experiment! ! I hope everyone likes
- 2022-02-02 01:08:02下载
- 积分:1
-
关于用c++实现对图片的放大,缩小以及循环播放的设置
关于用c++实现对图片的放大,缩小以及循环播放的设置-Study on the Use of c++ Achieve image to enlarge, narrow and Loop settings
- 2022-06-15 19:54:38下载
- 积分:1
-
IR decode, 红外线解码程序.IC:SN8P1602B
IR decode, 红外线解码程序.IC:SN8P1602B-IR decode, infrared decoding procedures. IC : SN8P1602B
- 2022-10-01 05:00:03下载
- 积分:1
-
The driver of C8051, it will bring you very big benfit if you will read it, it i...
C8051的汇编驱动程序,如果能看懂会给你带来很大的好处,学习的好资料.-The driver of C8051, it will bring you very big benfit if you will read it, it is very nice.
- 2023-06-24 05:35:03下载
- 积分:1
-
简易文本编辑器,提供基本文本编辑功能,作为样本,可以更新完善...
简易文本编辑器,提供基本文本编辑功能,作为样本,可以更新完善-Simple text editor, text editor providing basic functionality, as samples can be updated to improve
- 2022-03-14 22:45:04下载
- 积分:1
-
8086下的求一个序列的波峰波谷值的程序。 可以任意输入序列,显示波峰波谷值和相对位置。
8086下的求一个序列的波峰波谷值的程序。 可以任意输入序列,显示波峰波谷值和相对位置。-under 8,086 for a sequence of the troughs trough values procedures. Can arbitrary input sequence, showing peaks and trough values relative position.
- 2022-08-08 22:45:08下载
- 积分:1
-
the memory expansion of the compilation process
有关内存扩充的汇编程序-the memory expansion of the compilation process
- 2023-05-06 08:30:02下载
- 积分:1
-
vb和c++结合语言,相关程序
vb和c++结合语言,相关程序-vb and c combined language, procedures
- 2022-03-03 18:13:23下载
- 积分:1