-
Computer
- 2022-01-26 02:57:29下载
- 积分:1
-
此源代码可以通过对数字钟的加与减来实现数字钟的调整
此源代码可以通过对数字钟的加与减来实现数字钟的调整-This source code on the digital clock can increase or decrease the number of minutes to realize the adjustment of
- 2022-04-12 04:31:35下载
- 积分:1
-
先输入一个关键字符串,然后输入一个句子
找出关键字符串在句子中位置...
先输入一个关键字符串,然后输入一个句子
找出关键字符串在句子中位置 -Input a key string, and then enter the string a sentence to identify key positions in the sentence
- 2022-02-05 08:52:55下载
- 积分:1
-
小灯控制程序,流水灯控制程序,四种变化方式。
小灯控制程序,流水灯控制程序,四种变化方式。-Small lamp control procedures, water lamp control procedures, four types of changes in the way.
- 2022-08-14 00:52:09下载
- 积分:1
-
compilation with a series of the game, huh
用汇编编的一个游戏,-compilation with a series of the game, huh
- 2022-03-11 20:05:35下载
- 积分:1
-
MSP430F135的WDT操作代码,绝对的真实可行.放心下载
MSP430F135的WDT操作代码,绝对的真实可行.放心下载-MSP430F135 the WDT operation code, is absolutely true feasible. Rest assured Download
- 2023-01-18 20:15:03下载
- 积分:1
-
DSP16 10进制转换的程序(111111111111)
dsp16到10进制转化的程序
(111111111111)-dsp16 to 10 hex conversion program (111111111111)
- 2022-03-19 09:07:14下载
- 积分:1
-
040头文件,适用于AM系列的很多FLASH使用
040头文件,适用于AM系列的很多FLASH使用-040 documents
- 2023-08-31 12:30:02下载
- 积分: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
-
汇编语言的课件,经典的汇编课件,老师使用了10年。
汇编语言的课件,经典的汇编课件,老师使用了10年。-PPT
- 2022-11-29 04:45:04下载
- 积分:1