-
用汇编写的win32程序一些例子。
用汇编写的win32程序一些例子。- With collects the compilation win32 procedure some examples.
- 2022-03-10 22:49:21下载
- 积分: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
-
判断闰年,怎么说,有兴趣可以看看吧,算法应该大家都会~...
判断闰年,怎么说,有兴趣可以看看吧,算法应该大家都会~-judgment leap year, how that interest can look at it, the algorithm should we all ~
- 2022-04-13 07:47:28下载
- 积分:1
-
using assembly language to achieve names scheduling problem, according to the al...
用汇编语言实现人名排序问题,根据字母的顺序排列,先比较首字母,如果相同则比较之后的字母-using assembly language to achieve names scheduling problem, according to the alphabetical order, compare the first letters of the alphabet, If the same comparison is the after letters
- 2023-05-20 02:05:04下载
- 积分:1
-
Thiller
辕马-Thiller
- 2022-01-21 05:31:58下载
- 积分:1
-
本程序是通过利用文件240X.ASM中的子程序对EEPROM240X进行多字节读写的操作...
本程序是通过利用文件240X.ASM中的子程序对EEPROM240X进行多字节读写的操作-This procedure is through the use of the subroutine file 240X.ASM of EEPROM240X multi-byte read and write operation
- 2022-01-25 23:10:19下载
- 积分:1
-
Verilog procedural ping
乒乓结构的verilog程序,风格相当好。大家赶紧 下了啊。-Verilog procedural ping-pong structure, style pretty good. Under the U.S. quickly, ah.
- 2022-08-25 22:05:04下载
- 积分:1
-
Powerful calculator ~ ~
计算器~~功能强大~~希望对大家有用~~~界面很华丽-Powerful calculator ~ ~
- 2022-05-06 19:30:44下载
- 积分:1
-
犯错
msa
- 2022-10-25 09:00:03下载
- 积分:1
-
超大二进制与十进制的转化(包含十进制转化为二进制,也包含二进制转化为十进制)...
超大二进制与十进制的转化(包含十进制转化为二进制,也包含二进制转化为十进制)-Super-binary and decimal conversion (including the decimal into a binary, it contains the binary into a decimal)
- 2022-03-25 03:30:20下载
- 积分:1