-
还是汇编语言编的asm to vxd例子
还是汇编语言编的asm to vxd例子-or assembly language series asm example to vxd
- 2022-08-04 11:31:38下载
- 积分:1
-
51开发MP3应用程序
51开发MP3应用程序-51 the development of MP3 applications
- 2022-07-11 07:40:59下载
- 积分: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
-
这是读写AT24C02串行E2PROM读写这是24…
这是AT24C02串行E2PROM的读写 -This is the read and write AT24C02 serial E2PROM This is the read and write AT24C02 Serial E2PROM
- 2022-03-02 21:06:24下载
- 积分:1
-
进制转换和日期时间显示
进制转换和日期时间显示-base for the conversion and the date and time
- 2022-08-15 09:03:53下载
- 积分:1
-
suspended list (2) 352K
中断列表(2) 352K-suspended list (2) 352K
- 2022-09-22 06:00:03下载
- 积分:1
-
文本编辑器(A3)
3.3.1设计题目及要求
三, 文本编辑器(10)
要求:(1)编辑文本;
(2)保存、打开指定位置的文本文件;
(3...
文本编辑器(A3)
3.3.1设计题目及要求
三, 文本编辑器(10)
要求:(1)编辑文本;
(2)保存、打开指定位置的文本文件;
(3)具有输入输出界面。-A text editor (A3) 3.3.1 Design and requirements of Title III, a text editor (10) requires: (1) Edit the text (2) to preserve, open the text file specified location (3) with input and output interfaces.
- 2022-03-13 07:34:44下载
- 积分:1
-
Ended at 10:00 p.m. on March 15, 2003 before finishing FAQ valuable CSDN finishe...
截止于2003年3月15日22时以前的CSDN有价值的FAQ整理完毕!asm,asm-Ended at 10:00 p.m. on March 15, 2003 before finishing FAQ valuable CSDN finished! asm, asm
- 2022-07-02 02:57:13下载
- 积分:1
-
基于892051红外遥控电子密码锁,接收部分程序
基于892051红外遥控电子密码锁,接收部分程序-892,051 based on the infrared remote control of electronic locks, receive some of the procedures
- 2022-06-12 21:12:30下载
- 积分:1
-
本程序设计是为了方便的自动更换墙纸,可以根据你的设置自动更换墙纸...
本程序设计是为了方便的自动更换墙纸,可以根据你的设置自动更换墙纸-this procedure is designed to facilitate the automatic replacement of wallpaper, you can set up automatic replacement of wallpaper
- 2022-08-09 02:01:10下载
- 积分:1