-
12232的应用程序,大家看看吧
12232的应用程序,大家看看吧-12,232 applications, we look at it
- 2022-02-24 13:26:57下载
- 积分: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
-
put a few bytes of a transformed system for the past 2
把一个 字节的数转化为2近制-put a few bytes of a transformed system for the past 2
- 2022-07-07 19:19:45下载
- 积分:1
-
linux汇编语言程序设计,详细介绍了linux的汇编语言设计语法以及开发工具等信息...
linux汇编语言程序设计,详细介绍了linux的汇编语言设计语法以及开发工具等信息-assembly language programming, detailed compilation of the Linux language syntax design and development tools, such as information
- 2022-01-25 23:52:12下载
- 积分:1
-
an assembler language of poker games
一个用汇编语言编写的扑克游戏-an assembler language of poker games
- 2022-05-28 07:31:37下载
- 积分:1
-
use of the card RTL8139 development to make the PC hard drive, network card, pas...
利用对网卡RTL8139的开发,使PC硬盘,网卡,口令为一体,从而实现对硬盘数据的保护.-use of the card RTL8139 development to make the PC hard drive, network card, passwords as one. thus the hard drive data protection.
- 2022-11-03 09:05:02下载
- 积分:1
-
用汇编做的简单的打砖块游戏,在13h号图形方式下运行,源码大小为10k...
用汇编做的简单的打砖块游戏,在13h号图形方式下运行,源码大小为10k-a small game written in asm , which calls interrupt 13h to run under graphic mode , the code is less than 10k
- 2022-07-19 02:23:39下载
- 积分:1
-
IA-32汇编原代码,mars算法.相比于c/c++写的原代码,效率更高-IA-32 compilation of the original code, mars algorithm. Compared to c/c++ Write the original code, more efficient
- 2022-04-19 18:54:28下载
- 积分:1
-
yourself writing exercises procedures, it is very basic, and achieving the Engli...
自己写的习题程序,可以说是很基本的,实现了英文查询月份输出简写。-yourself writing exercises procedures, it is very basic, and achieving the English abbreviation for the month of output.
- 2022-08-10 13:47:28下载
- 积分:1
-
EM78P153设计的PWM源代码,里面有详细的描述。
EM78P153用PWM设计的源代码,其中有详细的说明。
- 2022-08-03 05:00:27下载
- 积分:1