-
IPOD wire Procedure (IPOD AND IPHONE information read out of the songs displayed...
IPOD 线控程序(将IPOD AND IPHONE 的歌曲信息读出来显示的LCD 屏幕上) 适应于 所有的 苹果 MP3 和手机的机型-IPOD wire Procedure (IPOD AND IPHONE information read out of the songs displayed on the LCD screen) to adapt to all Apple MP3 and mobile phone models
- 2022-07-26 14:13:33下载
- 积分:1
-
6led the assembler, compiler revealed 12345678
6led的汇编程序,编译后显示12345678-6led the assembler, compiler revealed 12345678
- 2022-01-25 17:06:16下载
- 积分: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
-
AT89S51的并行口P1接4×4矩阵键盘,以P1.0-P1.3作输入线,以P1.4-P1.7作输出线;在数码管上显示每个按键的“0-F”序号。...
AT89S51的并行口P1接4×4矩阵键盘,以P1.0-P1.3作输入线,以P1.4-P1.7作输出线;在数码管上显示每个按键的“0-F”序号。-AT89S51 the parallel port P1 then 4 × 4 matrix keyboard to P1.0-P1.3 as input lines to P1.4-P1.7 for output line in the digital control button displayed on each of the " 0-F" serial number.
- 2022-03-03 22:05:03下载
- 积分:1
-
- 2022-04-21 14:21:24下载
- 积分:1
-
单片机红外遥控实例 功能:通过红外遥控实现对LED的控制
单片机红外遥控实例 功能:通过红外遥控实现对LED的控制-pic led
- 2022-09-30 15:25:02下载
- 积分:1
-
鼠标控制CD
鼠标控制CD-Audio播放程序!!!!!汇编语言-mouse control CD-Audio player! ! ! ! ! Assembly language
- 2022-02-06 08:56:36下载
- 积分:1
-
除湿机的说明程序文件 已经生产几十W台 出口机形 分时操作
除湿机的说明程序文件 已经生产几十W台 出口机形 分时操作-dehumidifiers of the document production process dozens of W-exporting machine time-sharing operation
- 2022-06-18 05:13:50下载
- 积分:1
-
设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要...
设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要-Language textbooks and textbooks compiled the relevant knowledge, and an increase of some of the compilation of the material layer architecture to meet the needs of organizations never learned the computer needs of students
- 2022-02-13 19:43:01下载
- 积分:1
-
从首地址为1000H开始存放10个数,要求设计程序将这些数由小到大排序,排序后的数仍放在原地址处。...
从首地址为1000H开始存放10个数,要求设计程序将这些数由小到大排序,排序后的数仍放在原地址处。-Starting from the first address 1000H store the number 10 to require the design process to sort these the number of small to large, sort after a few still on the original address.
- 2022-06-18 21:59:25下载
- 积分:1