-
球赛计时计分器程序
AT89C51汇编语言
球赛计时计分器程序
AT89C51汇编语言-Match time points AT89C51 assembly language program
- 2022-03-24 10:25:46下载
- 积分:1
-
用拼音来检索汉字的算法
用拼音来检索汉字的算法-using phonetic symbols of the Chinese characters to search algorithm
- 2022-03-09 18:03:48下载
- 积分:1
-
very good
很好的哈达风景画 安定方法打发似的发达 安定反对发疯士大夫大 按时打发-very good
- 2022-12-10 15:00: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
-
景观
Landscape
key list:
Right/Left - Spin landscape
Forward/Back - Move in current direction either forward or backward
Space - Move the water level up and down
ESC - Exit-Landscape
key list:
Right/Left - Spin landscape
Forward/Back - Move in current direction either forward or backward
Space - Move the water level up and down
ESC - Exit
- 2022-11-28 13:10:03下载
- 积分:1
-
一个游戏,玩克林特打planew。看谁能先打吨。
一款人与客户端打飞机的人工智能游戏,,,
和美观的界面-a game that play with the clint to hit the planew .look: who can the First hit the enemy s the head of the plane
- 2022-02-10 16:33:08下载
- 积分:1
-
c++和汇编语言的混合编程例子。 在VC6,vc7集成环境下调用汇编语言函数,使用变量,结构等方法的例子。...
c++和汇编语言的混合编程例子。 在VC6,vc7集成环境下调用汇编语言函数,使用变量,结构等方法的例子。-c and assembly language programming examples of mixed. The VC6, vc7 integrated environment called assembly language function, the use of variables, such as the structure of examples.
- 2022-07-25 14:49:30下载
- 积分:1
-
pe 文件编程:pe
pe 文件编程:pe-locknt 的解密程序.rar-pe programming documents : pe-locknt the declassification procedures. Rar
- 2022-02-12 04:17:29下载
- 积分:1
-
suitable for use in 4
适合用在4线制触摸屏,它通过标准SPI协议和CPU通信,操作简单,精度高,-suitable for use in 4-wire Touchscreen, through standard protocols and CPU SPI communication, simple operation, high accuracy,
- 2022-08-22 23:49:12下载
- 积分:1
-
IBM PC Assembly Language Programming: Fifth Edition
IBM PC 汇编语言程序设计:第五版 -IBM PC Assembly Language Programming: Fifth Edition
- 2022-04-14 14:31:04下载
- 积分:1